Please edit your (original) post and use the CODE button (or Alt+S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum (2019)
Messages Editor
Sorry i forgot it.
Done, thank u for the Short Cut alt+f5. I didn't know it.
double ADRArray[4]; //[1][3];
@Nagisa Unada: Thank u so much it worked fine! =) <333

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
Hi Guys I'm trying to do an ADR-Indicator Dashboard. First i want to create the ADR Indicator. I modified an ADR Indicator i found on the forum.
For the dashboard i want to calculate ADR values for several pairs. I wanted to store the calculated values in an array. But as soon I try this, the Indicator shuts down.
Can anybody see the problem? I just can't figure it out.
The problem are the lines of code which I marked with the "//" (last 3 lines of code). The calculated ADR values are correct. I checked them with help of the "Alert" command. But when i wanna store these Values in the Array the Indicator crashes.
Maybe you can help me.
Best regards.