Draw/Delete objects on different chart ???
-
Currently i am building a system which trades on multiple symbols/charts.
I'm getting stuck at the point where i have to draw/delete objects which are on a different symbol/chart then the one where the EA runs on.My question;
Is it possible to draw/delete objects which on a different chart then where the EA is running?
Offcourse i can make an EA that will run on all the to be traded charts at the same time, but (if i am right) this won't allow me to use it for backtesting in MT5.
All advice welcome, thanks in advance!
-
Do you mean you are using the exact same bot on different charts? Or are you using one only bot trading on several symbols simultaneously?
-
Hi, thanks for your reply.
The goal is to run 1 ea on 1 chart and from there control all the other to be traded symbols/instruments.
Like mentioned in first post, i get stuck when i get to the part where i want it to delete/draw objects on charts other then the one the EA is running on.
As for now i have the solution to run an adapted version of the system on every symbol/instrument i want it to trade. Offcourse it would be more efficiënt to just run the EA once, instead of multiple times on different symbols/instruments.
It would save me a lot of time being able to backtest the functionality of the code in the MT5 backtester.
Not being able to run the EA from one symbol/instrument makes it impossible to use it there. -
I'm afraid I don't get it yet. How can objects be drawn on other charts if the bot will be running on 1 chart only?
-
@l-andorrà said in Draw/Delete objects on different chart ???:
How can objects be drawn on other charts if the bot will be running on 1 chart only?
That is exactly my question
