|
GChartPatterns.GetBuild()
Fills a GStructChartPatterns object array with information about all current formations in formation of a certain time unit.
void GChartPatterns.GetBuild( |
timeFrame
[in] Timeframe of the detected formations.
&array[]
[out] The array that should be filled with the data. Due to a bug of the MT5 terminal, enough memory must be reserved with ArrayResize() before the array is passed to the function.
Count
[in] The minimum completeness of the formation before it is included in the array.
Return value
In case of success, the passed array is filled with the elements and the array is shortened to the number of elements.
Note
The array should always be checked for content after filling. If there are no formations in Enstehung, the size of the array is 0.
Example:
//--- Insert the Glib classes |
See also
GChartPatterns.GetBuild, GChartPatterns.Signal, GChartPatterns.GetFinish, GChartPatterns.GetAllFinish