Auto-Set Levels on indicator

 

1) What statement do I use to put automatic levels of .35 and -.35 in an indicator so that when I use the indicator, it will automatically establish the levels when I drag it over the graph???

Dave <<<
 

Hi there,

Try this:

...code

#property indicator_buffers 3

#property indicator_separate_window

...code

#property indicator_level1 0.35

#property indicator_level2 -0.35

Hope it helps

Happy hunting !

 
Thanks a bunch!

Dave

<<<
Reason: