- Do you really expect an answer? We can't see your broken code, there are no mind readers here, and our crystal balls are cracked.
- WindowRedraw is only necessary if your EA does not return from OnTick/start.
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
Hello,
I'm attempting to get my advisor to draws its technical analysis on the chart in real time.
When I use ObjectSet to change parameters that would otherwise change the shape and size of the object, the changes are not being updated on the chart. In the code that draws prices from the technical analysis, the changes are being reflected. The only problem I have is the display of these objects.
I've tried using ChartRedraw() and WindowRedraw() but none of these have helped.
I have succeeded only by deleting the object entirely and redrawing it with the new parameters each time, but this seems redundant if I have one set object constantly being modified.
Thanks for your time!