Quote:
Originally Posted by droesparky
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