conor19w / Binance-Futures-Trading-Bot

A Technical Analysis Bot that trades leveraged USDT futures markets on Binance.
512 stars 173 forks source link

There is no place to call the check_close_pos function in the latest version. #62

Open sfolaxsel opened 5 months ago

sfolaxsel commented 5 months ago

Hello, In the previous version, the check_close_pos function was called in Live_Bot.py, so it was possible to customize the close condition like the 'heikin_ashi_ema' strategy. However, there is no place to call the check_close_pos function in the latest version. How do I customize the close condition?