Indicators: ColorLine

 

ColorLine:

The ColorLine indicator shows the line of the price moving average on the chart.

The line has diffrent colors (100 bars has the same color). The color settings of the line is changing every 5 ticks, there are 3 color schemes.

ColorLine indicator color scheme 1

ColorLine, color scheme 1

ColorLine indicator color scheme 2

ColorLine, color scheme 2

ColorLine indicator color scheme 3

ColorLine, color scheme 3

Author: MetaQuotes Software Corp.

 
Automated-Trading:

ColorLine:

Author: MetaQuotes Software Corp.

can anyone please tell te meaning of those colours and the meaning of changing colours?
 
amoldeokar65:
can anyone please tell te meaning of those colours and the meaning of changing colours?

Just Programmers understanding that...

;) 

 

case 0:// first color scheme

               PlotIndexSetInteger(0,PLOT_LINE_COLOR,0,Red);

               PlotIndexSetInteger(0,PLOT_LINE_COLOR,1,Blue);

               PlotIndexSetInteger(0,PLOT_LINE_COLOR,2,Green);

               break;


Can anyone please tell me:

Where can I find information on the function PlotIndexSetInteger???

Reason: