CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 303 forks source link

coin_sl isntead of sl #40

Closed Solartur closed 2 years ago

Solartur commented 2 years ago

In Line 111 it has to be coin_sl instead of sl, or am i wrong?

elif float(last_price) < stored_price + ( stored_price sl / 100) or float(last_price) > stored_price + ( stored_price coin_tp / 100) and not enable_tsl: