CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 270 forks source link

Syntax error in main.py #83

Open miladavaz opened 2 years ago

miladavaz commented 2 years ago

Hi,

Trying to run your code, getting this error 👍 File "main.py", line 164 f'updated tp: {round(new_tp, 3)} and sl: {round(new_sl, 3)}') ^ SyntaxError: invalid syntax

CryptoAngel commented 2 years ago

Hi, Have you managed to solve this? I face the same but no one reply ;-(

acediatic commented 2 years ago

See my answer here