Help: iEnvelopes
The buffer numbers: 0 - UPPER_LINE, 1 - LOWER_LINE.

Documentation on MQL5: Technical Indicators / iEnvelopes
- www.mql5.com
iEnvelopes - Technical Indicators - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Dark Ryd3r: it returns only upper channel value
Because, that is what you asked for.
Thank you, Solved 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
handle1=iEnvelopes(name,period,ma_period,ma_shift,ma_method,applied_price,deviation);
I am createing an Envelope using iEnvelopes function
but when i want to copy values of upper and lower channel,
it returns only upper channel value
but in Data window both values are shown seperately.
How can i retrieve both upper and lower channel value seperately?
Full code :
https://www.mql5.com/en/docs/indicators/ienvelopes