solved. It turned out that OBJPROP_TIME1 and OBJPROP_COLOR can be read also through:
ObjectGetInteger(chartId, objName, OBJPROP_TIME);
ObjectGetInteger(chartId, objName, OBJPROP_COLOR );

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
Can I somehow call ObjectGet() giving it a specific chartId?
The documentation does not specify that this is possible.
I want to get some properties, like OBJPROP_TIME1 and OBJPROP_COLOR from another chart than the currently active one.