(03-04-2018, 07:20 PM)Fab1j0 Wrote: HelloAs has been discovered by everyone who's tried, stop losses really don't work well with this strategy. If you want to try, my stop loss modification is here: https://raw.githubusercontent.com/RJPGri...dx_Stop.js
Any idea how to add this stop loss to strategy RSI_Bull_Bear_ADX ? I would be very thankfull. Let's say i want max 5% stop loss.
....
....
You need to add a "Stop_Loss_Percent" variable to the toml file, or in the UI Parameters. This represents the % price you want it to fall to before selling. i.e. a 5% stop loss is 95% of the price, so put "Stop_Loss_Percent = 95"
The reason I added the stop loss was to put the strategy through genetic analysis for a few days - the result was that for this strategy to perform the stop loss had to be low enough to never be hit. For me that pretty conclusively proved that it wasn't worth chasing.