Simple EA dat i made, not working, pls help wat might be wrong.
-
Pls i need help here, my journal is not showing error yet didnt get required result.
Here is wat i want to do; " provided EMA35 is below SMA50, once price crosses EMA35, Sell" thats all.
Pls can som1 do it for me & screenshot, let me see and copy.
Let me know if what i was doing was corresct. Mt5 pls -
https://fxdreema.com/shared/7pST433xc <<<< here <<<<
any problems just say

make sure candle ID is 1 ID1 for all actions in simple system .
even indicator par , ID!
-
to share project also which helps solve problems.
click projects in left top corner and then create a share copy ..... click link and copy paste here or post ect.
-
@mcarl42 thanks i will check it out now
-
@mcarl42 still did the same thing...it took only 3 trades. whereas there are far more than 10 setups in a day, not to talk more of a month.
-
@mcarl42 i want to ask, when compiling, do i need both the ex5 & mq5? bcos i just only clicked the mq5 could that be the problem?
-
Or is bcos am using the free version?
-
@weius
You have to be careful that, in the project proposed by @mcarl42, the crossing reference is the candle 1 close. By that, the point where this candle is closed. So even if the opening of that candle is above and the closing is below the line to cross, the condition is not necessarily matched on this candle.
You have to take in count the width of the crossing area(x bars wide). However i struggle representing this area, not sure what it exactly means.
So in your case i would recommend you either to use candle ID 0, or : candle 2 open and close, above the line, candle 1 close below the line. -
free version works for up to 10 connections and .mq5 is right.
-
@seb-0 i hv used candle ID 0 &1.
Mayb i will try candle ID 2