Need MT3 Code help

 

Logic Statement Check:

ma3_0 = iMAEx(27,MODE_LWMA,0,PRICE_LOW,0);

If Close[1] < ma3_0 then . . .

Question: is Close[1] proper in this statement??

 

Yes, it is. Close[1] means the close price of previous bar.

 

Thanks Scorpion!

 

You're welcome, mate.

Reason: