Close prices from different cadles.

 

Hello,

 How I get actual closes prices from differnt periods in strategy. E.g. from m1 and m5 and m30.

 

Thank you. 

 

You can use iClose.

If you want to access more than the current values (i.e. shift 0), then you will also need to look at iBarShift

 
honest_knave:

You can use iClose.

If you want to access more than the current values (i.e. shift 0), then you will also need to look at iBarShift

 

Thank You.
Reason: