
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
I'm trying to use data from the MACD, and according to the documentation index [0] should contain the most recent data point.
...
No the documentation doesn't say that. Read it again and better.
No matter what is the property of the target array - as_series=true or as_series=false. Data will be copied so that the oldest element will be located at the start of the physical memory allocated for the array.
So index [0] will contain the most recent or the oldest data, depending of the indexing.