Getting the actual price in an indicator

 

I am starting with mql indicator programming and want to draw a small arrow on the actual price in the past, when a defined rule is fulfiled.

But how can I get the actual price on a specific moment?

I only can get High[], Open[],Close[] and Low[], or??

 
You can't. MQ4 does not store tick data.
 

But I think it must be possible to show the actual minute data?

For example on my 1 h bar the minute, when I want to entry.

 
Stefanie:

But I think it must be possible to show the actual minute data?

For example on my 1 h bar the minute, when I want to entry.

Use iHigh(), iLow(), etc.
Reason: