How do I find the Chart ID of an opened chart?
-
How do I find the Chart ID of an opened chart?
-
This one?

-
How can I use this info to find the ID with fxdreema. Will this work?: https://fxdreema.com/shared/mRL3fWN8c
-
and what do you need?
-
I have an EA from a signal service that gives signals for buy and sell. I want to run my EA on another chart to capture the signal from that EA which is on the other chart. How can I do it?
-
maybe something like this can read that ... I am not sure how this object(signal) looks like

1 is chart ID, it can be 0 or any number ...
"objectName" is name of object whare is signal
OBJPROP_TEXT is description of that object (or signal itself), it can be also OBJPROP_NAME or something else, based on object -
So do I need to know the ChartID first? I just need to know the Chart ID of an open chart. Does it show that?
-
You can display chart ID easily:

instead of looking for specific ID of a chart, ID of a first chart can be used (EA in first chart is your signal EA)
