Using SetLeveValue in EA

 

Hi, 


If an indicator has a level created by SetLevelValue (1, 0), can I use it in a condition in an EA? If so, how do I use it? I'm BT so I don't need to see it. I need the program to use it.  


For example, if (Blueline > "SetLevelValue"). How do I make use of the SetLevelValue? 

 
drinkyd:

If an indicator has a level created by SetLevelValue (1, 0), can I use it in a condition in an EA? If so, how do I use it? I'm BT so I don't need to see it. I need the program to use it.  

For example, if (Blueline > "SetLevelValue"). How do I make use of the SetLevelValue? 

Just use a variable to hold the level value for use in your condition checks... no need to use SetLevelValue() unless you want to see it.

Reason: