Cross above MA and then cross below HMA before closing trade
-
How can I have my open trade cross above the 60MA and then close when it crosses below my HMA?
-
Sorry, what is HMA...?
Can you please post a link to your project.....*
-
Here is a link. HMA is Hull Moving Average. I know how to use X< and X>. What I am needing is to require a cross above the 60MA and regardless of where that MA goes the close trade will initiate once the price X< my HMA indicator.
-
These are the blocks that should close the trade. There are two blocks for X< because the HMA has 2 buffers.

-
Well I have to say your EA is way above my level....but in those 2 blocks (338/350) you have the same buffer number.....(?)
-
hull moving average is very similar to the weighted moving average.
-
@jameshovey85 You are requiring that all conditions for blocks 349, 338 and 350 to happen at the exact same time. Is that a plausible scenario? I guess it isn't. You need them to happen at different moment in time, right?