pycryptobot
pycryptobot copied to clipboard
Execute buys sells based on candlesticks
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.
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?
Yes. that's what I meant.
Would love to see this also! :D
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?