sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop loss needs to be a negative number

sthewissen opened this issue · comments

For the stop loss percentage to work it needs to be a negative number. Probably would be a good optimisation to convert whatever the user enters to a negative number to ensure that the user doesn't screw up his current trades when altering the stop loss.