Volume > function problem
-
Hi Guys,
I am creating an EA based on MA cross overs with volume to confirm.
I'm not sure what is the best way to go about this, logically within FXDreema, I'm hoping someone can advise/help.The volume confirmation is, volume>low previous 6 volume values.
Can something be input here that calls for the low of previous 6 values?

Or do I need to multiple blocks refering to previous candles? Something like this?

Thank you !

-

This is what I have so far
-
@cameron The most efficient way to get that is by creating a loop looking at the past 6 candles' volume. I'm not that good at loops, maybe roar or miro can help.