User login

  

Custom Indicators

The following lists alphabetically general-purpose PTL custom indicators.

ClearVector

GetValue

SetCloud

SetValue

 

ClearVector

Clears the internal buffer by it's index

Syntax

void ClearVector(int index)

 

GetValue

Get the value calculated by indicator from internal buffer

Syntax

void GetValue( int line)

 

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

void SetValue( int line,double value)

12345