
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm not sure is it right or wrong? i try on backtest. i think it's strange.
for example :
if pips loss below -5000 points. i want to set stoploss when rebound again it has to stop at -1000 points.
if pips loss below -10000 points. i want to set stoploss when rebound again it has to stop at -2000 points.
if pips loss below -15000 points. i want to set stoploss when rebound again it has to stop at -3000 points.
input int Stoplosslv=5000;
input int Stoplosslvset=1000;