New position on every candle
-
Hi guys
I am new at this, and struggeling a bit. Hope there is a helping hand.
I want to open a position on every candle as long the the conditions are met.
simple example: when the 10MA and 20MA are crossing it should start taking position every time a new candle opens, as long as the conditions are tru. When the MA`s are crossing again or an other condition are not tru any more. the EA should close all positions and start taking position the other way.
Cant quite figure out the part "positions on every candle" and "close all positions.
-
Once the cross has happened X< or X> the MA's are < or >, to have it work on the cross select the cross in the condition block. Start with this, add a shared link if not working or if wanting to know how to add, back test to check.
-
I've tried but I don't think I understood it completely either.