Different Stops with same conditions
-
Hello community,
unfortunately during my tests some stops are wrong under the same conditions like trades with same EA and right stops. This is very bad.
I made a test bot for this problem and its the same again.This is the test bot:
https://fxdreema.com/shared/0r1sR5hdb
And this are two trades with very diferent stops. The second trade with correct stop, the first with nonsense stop.

Has anybody an idea about a reason for that?
Thanks in forward.
Tommi -
Your start candle is 0, that means the current bar. Do you really mean it ? Or you mean candle 1 ?
-
@sktsec said in Different Stops with same conditions:
Your start candle is 0, that means the current bar. Do you really mean it ? Or you mean candle 1 ?
Yes, it starts with candle 0 because I look for the highest/ lowest price from now to candle x.
-
You selected the 'random outputs' block. Try a standard condition block with a legit condition to test it again.