View Single Post
  #2 (permalink)  
Old 08-20-2007, 08:23 AM
mladen's Avatar
mladen mladen is online now
Senior Member
 
Join Date: Oct 2006
Posts: 310
mladen is on a distinguished road
Quote:
Originally Posted by droesparky View Post
Is there a way to set the levels on an indicator where each time you use the indicator you dont have to reset them.

for instance I want the levels on this indicator to be set at .68 and .32, and be there each time I use the indicator.

Can someone show me the code to do this and tell me where to put it.
PHP Code:
#property indicator_level1 0.32
#property indicator_level2 0.68 
Put it anywhere in the beggining of the code with other #property statements
Reply With Quote