- Close any active trades at UTC 00:00, regardless of profit or loss.
- Wait 1 minute after closing the trade.
- Check the 1D Heikin-Ashi candle at UTC 00:00.
- If the 1D Heikin-Ashi candle is green and its body size is bigger than 0.5%, go long.
- If the candle is red and its body size is bigger than 0.5%, go short.
- If the body is smaller than 0.5%, skip the trade.
This strategy is simple and revolves around daily Heikin-Ashi candles, focusing on body size for direction and skipping indecisive candles.
pip3 install -r requirements.txt
Or if you prefer to install these libraries one by one:
pip3 install ccxt
pip3 install pandas
pip3 install pybit
pip3 install python-binance