|
Refresh
Updates all necessary data.
virtual bool Refresh() |
Return Value
true - further tick processing is needed, otherwise - false.
Note
It allows to determine the need of tick processing. If it is needed, it updates all quotes and timeseries and indicators data and returns true.
Implementation
//+------------------------------------------------------------------+ |