Turn off/on strategy when you have more than one strategy
-
Hello house, I intend to enable EA user to have the option to choose which strategy they want on a particular pair . My head is burning as I have not been able to archieve this with normal bool condition
I will welcome any help. Also I want to be able to allow user to show between conservative and aggressive mode on my EA, conservative is when the unrealized profit is at a draw down of x% of the account balance the ea should not consider opening another trade across all the pairs loaded opposite is true for aggressive mode -
Create an enum and choose the particular strategy in inputs, check this in a condition, then run the relevant blocks underneath
-
Ok thanks man
-
@Iwin
Hello, I'm really very new to fxdreema, but I usually post a lot of questions looking for help and many of the answers are usually brief or so generalized that they only confuse more, for this reason I try to collaborate with the little that I can in a practical way... I hope I can help you with this, you must use the condition block and (bool) to activate or deactivate the strategy you are going to use,
here I made a small example: