yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

Selling at loss #193

Open nilamoromete opened 6 years ago

nilamoromete commented 6 years ago

sell_loss

Even wit stop loss active is selling in loss. python trader.py --symbol XRPBTC --quantity 50 --profit 0.22 --stop_loss 0

I used https://github.com/toppeker/binance-trader/tree/toppeker-branch

HappyHidra commented 6 years ago

I have same problem, you must put increasing\decreasing = 0 first of all; Sad thing that there is no check that sell price must be > then buy price.... Such check present in Master brunch, but not in WeSpeakCrypto looks like in toppeker no such check too..