macd
-
hi i have strategy with macd
i mean: when macd bigger than 0 and another macd smaller than 0 i will trade buy
but when i running strategy EA more than 1 times in second macd it trades
and more and more get buy
i use once per bar and variables but doesnt work
how can i fix that?
please help me
link:
https://fxdreema.com/shared/V5L4zaV1b -
@hana_ak_98

this strategy -
The problem is the variable. It is not properly reinitiated. You should use two standard condition blocks searching for that change in MACD in candles 1 and 2 instead. That would make it easier and more effective.
-
@l-andorrà said in macd:
The problem is the variable. It is not properly reinitiated. You should use two standard condition blocks searching for that change in MACD in candles 1 and 2 instead. That would make it easier and more effective.
how?
i dont know how can i fix this
please help me -
Condition block1 is checking if the indicators on candle ID 1 are in the correct place and below it condition block 2 is doing the same on candle ID 2.
-
@hana_ak_98
dear hanaI dont know you solved your problem or not
but I have your problem too
and this link is our answer
https://fxdreema.com/shared/efzo10uCb -
@M-Vaez
Thnx alot
apperciate you