i want and ea that filters and blocks other ea from opening trades
-
I want an EA that blocks buy trades from being opened after certain conditions are met and blocks sell trades from opening after conditions are met
-
You will need to use boolean variables to get that. Are you familiar with variables?
-
I know about variables and how to use the blocks but not familiar with Boolean variables .could you share an example
-
@waenikioko hi, from what i understand, you can just connect No Trade block after the condition block.
-
@waenikioko Can you please share the link to your project?
-
The logic is that I have an aggressive ea that opens the trades ,however I need to regulate the type of trades it takes (buy or sell) .I want either
a. to block it from taking either buy or sell depending on the conditions
or
b.to hedge out trades that are opened against the trend while still profiting from the once opened with the trendi have tried B but still has some challenges
-
-
You can remove blocks 50 and 159. They are redundant in the 'on tick' tab. Can you please describe what conditions are necessary to open the hedge?
-
the conditions are supposed to determine the trend and hedge any trades opened by the other ea against the trend .
-
Do you mean a second separate EA is conditioning this one? Was it created with fxDreema too?