STOP LOSS CHANGE MY EA
-
project : nasdaq100 daily
previous candle : ma5 < ma 10 ( close old trades buy )
candle id 0 : ma 5 > ma 10
open buy
now ... if my input buy block is no stop loss the first trade is open 21.03.2022
if i change whit stop loss at 1500 pips the first trade is open at 06.02.2022 ( and obviously looser)
why? condition for open trade is the same, only stop loss is change. if in first project ( whit no stop loss) condition appear at 21/03/2022 ( not before !!) and ea open a buy whit no stop loss, why whit the the same condition block( but whit a stop loss) in other test ea open at 06/02/2022 ??????
the stop on buy block don't change the up condition block, right? whyyyyyy
-
Can you please share the link to your project?
-
of course
1111MEDIENASDAQ.mq4
test mt4 : 2022-/2023
if try like this (no stop loss) mt4 open first trade at 21/03/22 and work good
if you change nothing, only stop loss, and you put 1500 pips stop loss on the block and you try again first trade open 06/02/23 (why) and it work bad.
same condition, first test don't find condition at february but only in march, second test find condition in february.
no sense. the stop loss don't change condition, why test is different? -
@tradingconig I mean this, please. not the file itself.

-
-
You are requesting both conditions to be true at the same time on candle ID 0 (the current candle). You should select candle ID 1 on both condition blocks instead.