Create
Creates the indicator with specified parameters. Use Refresh() and GetData() to update and get the indicator values.
bool Create(
string symbol,
ENUM_TIMEFRAMES period
)
|
Parameters
symbol
[in] Symbol.
period
[in] Timeframe (ENUM_TIMEFRAMES enumeration value).
Return Value