Few things I need help with
-
Hello hope you all well
I would like to ask for help with my ea, I am trying to set that the condition should be that the candle after the crossover to the ea should open a trade, may I please ask if I did it right ?
Also how can I make it open buy trades only or sell trades only
Lastly how do I make my ea buy or sell on every pullback in the direction linked with the conditions
-
@ambrogio and @l-andorrà
-
Para solo comprar o solo vender puedes usar una condicion con bool (true/false) esto lo colocas encima de bull candle y bear candle en la las opciones para abrir ordenes.
-
A cross happens once, then once it has happened it's < or >, once per bar generally needs to go under a condition, so the condition is checked first
-
@Moneyman012 You are duplicating the exact same conditions to be checked. Why?
-
What about now ?
-
Again, blocks 87 and 89 are identical? Are you sure they should be mirrored?