|
GSupportAndResistance.ClearPaint()
Cleans the objects of all selected support and resistance lines, as well as pivot points automatically from the chart.
void GSupportAndResistance.ClearPaint( |
Parameter
kind
[in] The data to be removed. Allowed are SAR_ALL, SAR_SUPPORT, SAR_RESISTANCE or SAR_PIVOT. See ENUM_SUPPORTANDRESISTANCE.
timeFrame
[in] Time frame of prices to be removed. -1 removes all active timeframes.
Rückgabewert
If successful, the desired objects are automatically removed from the chart.
Example:
//--- include the Glib classes |
See also