sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

bot sets TAKE_PROFIT_MARKET too high 🤨 #1214

Open DrakoAI opened 2 years ago

DrakoAI commented 2 years ago

Because when my bot opens a MARKET order with a take profit of 0.001 percent, it sets the TAKE_PROFIT_MARKET much higher, like 0.03 percent. And it goes both ways LONG and SHORT.

image