Remove indicator repainting
-
Hello, I'm starting to become familiar with fxdreema.
The first thing I would like to do is an ea. To draw a channel.
I have an indicator that already draws the channel, but although little, is repainting.
The idea is to use this same indicator.
Draw the channel with the values closed sail, avoiding repainting.
Could you do with draw chanel ?, how would you configure this block?
Thank you -
EAs are different than indicators. I always say that it's not a good idea to make EA to do what a custom indicator is supposed to do. Indicators are best for calculation and printing the information on the chart, while EAs are best for working with trades and orders. I will suggest to change the code in the indicator itself. Or maybe the indicator is just working properly and that repainting is normal.