The following lists alphabetically general-purpose PTL custom indicators.
ClearVector
Clears the internal buffer by it's index
Syntax
GetValue
Get the value calculated by indicator from internal buffer
Syntax
SetCloud
Draws a cloud on chart
Syntax
double SetCloud( int cloudNumber, int index, double value1,double value2, color color1, color color2, int gradientMethod) void SetCloud( int cloudNumber, int index, int lineNumber, double value, color lineColor, int gradientMethod) |
SetValue
Sets the value calculated by indicator into internal buffer
Syntax