- 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
ChartPeriod
Devuelve el valor del período del gráfico especificado.
ENUM_TIMEFRAMES ChartPeriod(
|
Parámetros
chart_id=0
[in] Identificador del gráfico. 0 significa el gráfico actual.
Valor devuelto
Valor del tipo ENUM_TIMEFRAMES. Si el gráfico no existe, se devuelve 0.
Ejemplo:
//+------------------------------------------------------------------+
|