
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
Unfortunately, there is no such function. Or rather, there is, but in the protected area.
In what case can an array not be set as a timeseries? Trying this and it doesn't work:
In what case can an array not be set as a timeseries? Trying this and it doesn't work:
The documentation says https://www.mql5.com/ru/docs/array/arraysetasseries
Specifically, in your case, you are trying to change the way you access a static (predefined dimension) array
Is there a way to find out - which indicators the user has chosen to receive signals?
The documentation says it all at https://www.mql5.com/ru/docs/array/arraysetasseries
In your case specifically, you are trying to change the way you access a static (predefined dimension) array
Why? You, as a developer, already know what indicators are used
The plug-in library doesn't know which indicators are used. Because in the MQL Wizard indicators can be set arbitrarily when creating an EA.
Why does the plug-in library need to know the indicators?
Why does the plug-in library need to know the indicators?
CopyHigh - maximum barprices. It turns out the maximum Bid prices. How do I get the maximum Ask prices for the bars?
CopyHigh - maximum barprices. It turns out the maximum Bid prices. How do I get the maximum Ask prices for the bars?