TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool EventChartCustom | ( | long | chart_id, |
ushort | custom_event_id, | ||
long | lparam, | ||
double | dparam, | ||
string | sparam | ||
) |
Generates a custom event for the specified chart
chart_id | Chart identifier. 0 means the current chart |
custom_event_id | ID of the user events. This identifier is automatically added to the value CHARTEVENT_CUSTOM |
lparam | Event parameter of the long type passed to the OnChartEvent function |
dparam | Event parameter of the double type passed to the OnChartEvent function |
sparam | Event parameter of the string type passed to the OnChartEvent function |