Get Y-Coord value of an indicator given it's handle and X-Coord (time)...

 

Hello, I would like to know how can I get the Y-Coord value of an indicator given it's handle and X-Coord (time)...

thanks in advance, Cyberglassed.

 
Documentation on MQL5: Chart Operations / ChartXYToTimePrice
Documentation on MQL5: Chart Operations / ChartXYToTimePrice
  • www.mql5.com
Chart Operations / ChartXYToTimePrice - Documentation on MQL5
 

I mean the indicator coordinates, not the price of the pair. I wanna know the value of the indicator (Y-Coord) based on it's handle and an specific time (X-Coord),

thanks in advance, Cyberglassed.

 
Ctrl+D  the data window
 
cyberglassed:

I mean the indicator coordinates, not the price of the pair. I wanna know the value of the indicator (Y-Coord) based on it's handle and an specific time (X-Coord),

thanks in advance, Cyberglassed.

An indicator is based on time and price, there is no direct way to get X or Y coordinates. You have to find a workaround.