|
GSupportAndResistance.ChartEvent()
Contains the functions for triggering ChartEvents in relation to Glib functions.
It is recommended to integrate this function in every expert, in every Glib class.
void GSupportAndResistance.ChartEvent( |
Parameter
id
[in] id for passing to the Glib ChartEvent. Just enter the variables from OnChartEvent.
lparam
[in] long for passing to the Glib ChartEvent. Here simply enter the variables from OnChartEvent.
dparam
[in] double for passing to the Glib ChartEvent. Here simply enter the variables from OnChartEvent.
sparam
[in] string for passing to the Glib ChartEvent. Just enter the variables from OnChartEvent here.
Note
This function should be used anytime when using the class, as it provides, among other things, deinitialization of the class by button automatically.
Example:
//--- Include Glib class |
See also