I have got a strange result.
At first I have got this result at XAU/USD symbol.
Win 0 %.
After that, I just *10 for Stop/TakeProfit and the strategy showed positive.
For example, What *10 means is:
old one:
TakeProfit = 50*PIP;
Stop = 4*ATR(100);
new one:
TakeProfit = 500*PIP;
Stop = 40*ATR(100);
Could you explain why this happened?