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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?