After profitable position pass n position
-

-
@roar thank you again for your working . but it doesnt pass. it is opening every position and it use candle open for signal not breaks.
-
-
@roar i add takeprofit to see profitable positions.as you see on graphic it doesnt pass 3 positions after consecutive profitable 3 positions
-
@cerrase Are you using the latest version I shared?
https://fxdreema.com/shared/wUeFdk9ve

-
@cerrase said in After profitable position pass n position:
@roar it use candle open for signal not breaks.
Use "cross above/below" in the condition for the breaks: https://fxdreema.com/shared/WOdeKQKae
-
-
@roar i think there is a problem on buy positions. because it is passing sell positions but not buy positions as you see.
-
@cerrase I can't replicate your result. Try this version, buy and sell should be perfect mirror:
https://fxdreema.com/shared/dCoCmFhLd -
-
@roar i changed consecutive profits blok as 2. and as you see it didnt pass again
-
@cerrase I can't replicate your result, because my H4 bars cut at different point in time. Could you please use H1 for testing.
I think the EA would be improved with a "Counter: Reset", so it will not remember the old passes:
https://fxdreema.com/shared/WsEH7SAed -
@roar i changed conditions open candle > ma and open candle < ma to see passing positions and it is passing once then it dont pass.

-
@roar and how can we change blocks to convert breakout strategie.
-
@cerrase There must be something with the counter blocks that I dont understand. Here's a version with a counter variable: https://fxdreema.com/shared/pCy2h2Msd
-
@roar
i set to after 2 consecutive profitable position to pass 3 position. it passing 3 position after 2 consecutive profitable position. but when 1 profitable position occur after passing it is passing 3 position again. 2 profit 3 pass 1 profit 3 pass 1 profit 3 pass untill lossing position. -
@roar are you there roar?
-
@cerrase When solving a messy problem like this, its better to simplify the project as much as possible. https://fxdreema.com/shared/hPVsl51sd
Here is a bot that buys at candle open and closes the trade at candle close. If 2 profit trades, it passes 3 trades. This concept works, yeah? We can build from here. -
https://fxdreema.com/shared/z8BKaJhue
This should be quite close to what you need. Condition for buying is that candle low is above MA, selling if candle high is below MA. You may want to change it to "cross above" instead of "above" etc.
I will return next week.
-
@roar thank you . i will check.


