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
Very good code, but I have a suggestion for those who want to put it in an EA calling the levels through buffers that don't exist, can you update it by putting the last range of Bull and Bear respectively?
If you don't want to rewrite the indicator with all of the code that goes with buffers, consider using GlobalVariables:
Global Variables of the Terminal - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
They go quite easily with Objects.
Specifically, see GlobalVariableSet() and GlobalVariableGet() therein.