BufferResize
BufferResize
Sets buffer size of timeseries or indicator.
virtual bool BufferResize(
const int size // size
)Parameters
- size
[in] New size of the buffers.
Return Value
true – successful, otherwise - false.
Note
All the timeseries or indicator buffers have the same size.
Last updated on