pycryptobot icon indicating copy to clipboard operation
pycryptobot copied to clipboard

Execute buys sells based on candlesticks

Open aswinkp opened this issue 4 years ago • 4 comments

Currently buys and sells based on combinations of EMA, MACD, Obv and Elder ray.

It would be nice if we could predict the upcoming actions based on candlestick patterns and execute buys and sells. That way we could use multiple indicators just to be safe when using higher $$$.

We can even make the indicators configurable similar to --disablebuyelderray, so that we can trade with different configs for different cryptos.

aswinkp avatar May 28 '21 06:05 aswinkp

This is done for sells already by looking at "Strong" candlestick patterns. At the moment buys don't execute using candlesticks. It's a very different strategy to do that. Are you asking for buys to be done based on "Strong" candlestick patterns as well?

whittlem avatar May 28 '21 12:05 whittlem

Yes. that's what I meant.

aswinkp avatar May 28 '21 13:05 aswinkp

Would love to see this also! :D

Budtom avatar May 29 '21 02:05 Budtom

This is done for sells already by looking at "Strong" candlestick patterns. At the moment buys don't execute using candlesticks. It's a very different strategy to do that. Are you asking for buys to be done based on "Strong" candlestick patterns as well?

Is there any way to use these indicators as buy signals right now?

djhemp avatar Jun 22 '21 22:06 djhemp