You are on page 1of 1

Here the explanation of parameter used :

- BarPlus : how many bar will the right side rectangle extended compared to the
current candle.
- Interval : the indicator will run for every interval tick. This will save the CPU
process.
- CSD_M1........CN : specify the zone color.
- Alert_Popup : toggle alert popup menu.
- Contrast_Zone : toggle active zone highlight.

How to use it :
-Attach the indicator on the chart.
-Draw the zone with rectangle as usual, and then set the rectangle description with
one of the following prefix.
#1, #5 , #15 , #60 , #SR , #TSR.
Each prefix has own color preset in the indicator parameter.
Notice that #SR and #TSR prefix will expand the left side of
rectangle while #1, #5, #15, #60 only expand the right side of the rectangle.
-Each time the current candle inside the zone, the alert will popup & the zone will
be highlighted.
-To save the zone into files : create any object in the chart & name it with 'SD
SAVE', without the reverse coma. The files will saved in the expert/files
directory.
-To load the zone from the filed : reate any object in the chart & name it with 'SD
LOAD', without the reverse coma.

You might also like