Our bug. Fixed. Thanx.
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
For testing, I put a fibo object on the chart and name it "test", then execute this code:
ObjectSet("test",OBJPROP_LEVELCOLOR,Tomato); color checkFibLevelColor; checkFibLevelColor=ObjectGet("test",OBJPROP_LEVELCOLOR); Print("Color: ",checkFibLevelColor);It changes the object level to Tomato color, but it prints:
How can I properly get the color of the fibo levels?
Thanks,
Christian