25 lines
470 B
Markdown
25 lines
470 B
Markdown
# InitClose
|
||
|
||
Initalizes the Close timeseries.
|
||
|
||
```
|
||
bool InitClose(
|
||
CIndicators* indicators // pointer
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
indicators
|
||
|
||
[in] Pointer to collection of indicators and timeseries.
|
||
|
||
Return Value
|
||
|
||
true - successful, otherwise - false.
|
||
|
||
Note
|
||
|
||
The Close timeseries is initialized only if Expert Advisor uses the symbol/timeframe different from the symbol/timeframe defined at the first initialization (and timeseries is used further).
|