- ChartApplyTemplate
- ChartSaveTemplate
- ChartWindowFind
- ChartTimePriceToXY
- ChartXYToTimePrice
- ChartOpen
- ChartFirst
- ChartNext
- ChartClose
- ChartSymbol
- ChartPeriod
- ChartRedraw
- ChartSetDouble
- ChartSetInteger
- ChartSetString
- ChartGetDouble
- ChartGetInteger
- ChartGetString
- ChartNavigate
- ChartID
- ChartIndicatorAdd
- ChartIndicatorDelete
- ChartIndicatorGet
- ChartIndicatorName
- ChartIndicatorsTotal
- ChartWindowOnDropped
- ChartPriceOnDropped
- ChartTimeOnDropped
- ChartXOnDropped
- ChartYOnDropped
- ChartSetSymbolPeriod
- ChartScreenShot
ChartYOnDropped
Restituisce le coordinate Y del punto del grafico, a cui è stato allegato un Expert Advisor o Script..
int ChartYOnDropped(); |
Valore restituito
Il valore della coordinata Y.
Nota
Direzione dell'asse Y dall'alto al basso.
Esempio:
//+------------------------------------------------------------------+
|
Vedi anche
ChartWindowOnDropped, ChartPriceOnDropped, ChartTimeOnDropped