Indicators: iDCG Camarilla

 

iDCG Camarilla:

Indicator iDCG Camarilla.

Author: John Smith

[Deleted]  

Inserting the following code before your SetIndexDrawBegin line will provide some clarity, when you scroll over the indicator lines by adding the level names to the labels. Especially helpful for a noob to the Camarilla like myself. Thanks for providing the code.

   SetIndexLabel(0,"PB");
   SetIndexLabel(1,"L2");
   SetIndexLabel(2,"H2");
   SetIndexLabel(3,"L3");
   SetIndexLabel(4,"H3");
   SetIndexLabel(5,"L4");
   SetIndexLabel(6,"H4");