PLEASE HELP ME GUYS. Unstable EA
-
PLS GUYS. Please what exactly is wrong with this EA? Its hardly stable. It goes from step 1 to step 4 atimes and other times it does step 1 then step 2 successfully and then jumps to step 5. Please what exactly can i do to correct this please.
Still working on the EA but even at this level its already unstable so i thought to ask for some help before going foward. I intend to have 8 steps but even at level 5 its already so unstable. Please how can this be resolved please? I want the EA to do exactly what i want it to do step by step and not jumping from step 2 to step 4 or 5. Atimes it even opens 2 steps at same time without the previous hitting its SLhttps://fxdreema.com/shared/nAhJgpXec
THANKS A MILLION
-
@joeDIAMONDS and what do you want the robot to do. I don't understand the crazy work?
-
@MAOP1994 Agreed. What is the strategy supposed to do?
-
@MAOP1994 i want the robot to open an opposite direction trade whenever a current trade hits SL... The robot is also to double its lot size (martingale) whenever it hits SL in subsequent trades until it hits TP and then starts all over again.
Dont know if this is clear enough
THANK YOU VERY MUCH -
@l-andorrà i want the robot to open an opposite direction trade whenever a current trade hits SL... The robot is also to double its lot size (martingale) whenever it hits SL in subsequent trades until it hits TP and then starts all over again.
Dont know if this is clear enough
THANK YOU VERY MUCH -
yes I understand what you are asking write to me at @Maop1994
-
@l-andorrà please could you help advise on why this robot usually stops on the 6th blocked without carrying out or continuing to blocks 7 to 10 please.
https://fxdreema.com/shared/uzgWYBB8e
Thank you very much
-
@MAOP1994 oh, thank you very much sir
-
@joeDIAMONDS Your current structure to open opposite trades is correctly done. You just need to use variables to double the lot size. Are you familiar with variables?
-
@l-andorrà thank you very much for your response sir. No please. I tried introducing variables but i probably don't seem to fully understand how. Please could you guide me on this? i would be more than grateful sir.
THANK YOU -
@joeDIAMONDS You need to do something like this on the 'on trade' tab:

You will need to reset the variable to the initial value when your target is hit. Otherwise the lot size value will grow forever.
-
@l-andorrà thank you so much sir. Let me work with this and will get back. I REALLY APPRECIATE
-
@joeDIAMONDS You're welcome.

-
@l-andorrà please i have worked with the modify variable tab. It worked from block 1 to the 9th block, but from block 10 it no longer was modifying the variable. Please can you check what can be the issue exactly PLEASE....
https://fxdreema.com/shared/I6WGEayGb
Thank you very much
-
You are requesting the same variable to do more than one calculation at the same time. This is why you are having issues. You are requesting to be multiplied by 2 and by 8 at the exact same time. Just remove all other variants higher than multiplying by 2.
-
@l-andorrà Thank you very much sir. This worked perfectly well. Let me work on having it restart from beginning whenever TP is hit.
Thank you so much -
You're welcome.
-
@l-andorrà please i have been working on making the EA terminate itself whenever it hits TP or on the 6th or 7th step whether it hits SL or TP but its not working. Can you please assist with this again. THANK YOU VERY MUCH.
-
You need an additional variables used as a counter. Every time a trade is closed, that counter should add +1. Then, when the variable is 6 or 7 then the bot can terminate.
-
@l-andorrà please could you help me with an example of an additional variable as a counter. THANK YOU VERY MUCH