Dominik Christian Egert #:
Yes,
ArraySetAsSeries is the way to go.
https://www.mql5.com/en/docs/array/arraysetasseriesthanks for reply.
I sew ArrayReverse() too, what about it?
it seems works
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
when I create a buffer with CopyBuffer through iCustom we find the buffer upside down, in practice, if we take a buffer of size 5, the last value will be taken with buffer [4 [.
I would like to flip the buffer and take the last value with buffer [0].
By last value I mean the value corresponding to the candle that is in formation, so I would like the last candle in formation to be buffer [0] as for iOpen, iClose etc ...
is there any way to flip the buffer?
thank you