
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
No longer relevant, except as a matter of convenience.
О! Thank you, Nikolai! Can you finish it up? I mean, to the implementation of 4 specific functions:
Looks like you've got the puzzle worked out already, and I'll have to fiddle around for a long time. I'd be very grateful if you could do it.
Renat:
Trading several Expert Advisors on one symbol is nonsense.
This is no more delusional than the possibility of placing several indicators on one chart.
The very existence in MT4 of the ability to create, with one click, any complex structures from the Expert Advisors, to create any portfolios from them is grandiose.
To have this feature in five, make a trading class with support for virtual division of the trading account into sub-accounts
Or create in the terminal an opportunity to add your own virtual symbol on the basis of the existing ones.
Maybe I am behind of the new features of MT5, but I would like to be able to display charts by X and Y coordinates, and not by bars and price, if such a possibility already exists, advise please, if not, I think it is easy to implement using OBJ_CHART graphical object with a certain symbol/tool XY_Symbol
О! Thank you, Nikolai! Can you finish up to the end? I mean to the implementation of 4 specific functions:
Looks like you've got the puzzle worked out already, and I'll have to fiddle with it for a long time. I'd be very grateful if you could do it.
Somewhere like this. If you need a different angle, this can be recalculated from the pixel dimensions of the window.
Example call.
Although again, it would be better to have these functions as standard. Then all language users would know about them, not just those who read this thread.
Thank you!
I would like to see a standard implementation of the function searching for a bar number at a given time.
Right now I'm implementing it with CArrayLong. But in this case I have to load a lot of data which already exists in the chart itself. In fact it duplicates the memory. I think it would work much faster in a standard form.
Put the checks in, because sometimes there is no data and you get a division by zero.