Discussion of article "MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors" - page 2
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
change PRICE_CLOSE to the value of "previous indicator", which is written manually.
In the terminal it can be selected, but how to write in the code, I do not understand.
The manual says that Handle is needed, but I only have a buffer.
Please help.
Could you please tell me how to change PRICE_CLOSE in an indicator, for example in the
change PRICE_CLOSE to the value of "previous indicator", which is written manually.
In the terminal it can be selected, but how to write in the code, I do not understand.
The manual says that Handle is needed, but I only have a buffer.
Please help.
Look at the article https://www.mql5.com/ru/articles/15
Check out the article https://www.mql5.com/ru/articles/15
Григорий Муратов #:
Подскажите пожалуйста, как в индикаторе, например в
change PRICE_CLOSE to the value of "previous indicator", which is written manually.
In the terminal it can be selected, but I don't understand how to write it in the code.
The manual says that Handle is needed, but I only have a buffer.
Please help me.
If you look at the documentation https://www.mql5.com/ru/docs/indicators/ibands -- the specification reads:
-- "price type or handle" -- here instead of PRICE_CLOSE you can write the handle of a custom indicator.
For example: