bertje: I also want to work with the complete dataset from the eg. H1 or M5-charts. How can I get this data in ones into my Indicator?
| Note that these are all time series. Don't set your buffers to false. Don't use the variables, use the Predefined Variables - MQL4 Reference |
Thanks,
You said, don't set your buffers to false. Why? I set them to false because I needed this to invert the order of the rates...
In the manual I only can destilate that it just change the indexing.
Thanks,
You said, don't set your buffers to false. Why? I set them to false because I needed this to invert the order of the rates...
In the manual I only can destilate that it just change the indexing.
You can set your buffers "to false". You have to pay attention to your indexing, don't mix "as series" and "not as series".
Usually it's simpler to use buffers as series ("to true"), but it depends of your needs.
Thanks....
Am I right that I can't use the Arrayfunctions as ArrayBSearch, ArrayMaximum, if I use buffers NOT as series ("to false")?
Thanks....
Am I right that I can't use the Arrayfunctions as ArrayBSearch, ArrayMaximum, if I use buffers NOT as series ("to false")?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
In the onCalculate() I have the compleet data set from the current chart with:
and
That is working perfectly....
Say I'm in the Daily-chart then this is the data for the Daily. In this case I also want to work with the complete dataset from the eg. H1 or M5-charts. How can I get this data in ones into my Indicator?
Thanks.