I now know why it does not work on offline charts, the description of price x> indicator states it uses the BID price. Offline charts dont use bid and ask... Isnt there any alternative i could use to reach the same goal?
oh sorry, i used the wrong block...
well, i think you will anyways have some latency towards your broker - i wouldn't expect any ea to work in milliseconds in order to make profit
I have no experience in protrader, so I am unable to answer you, but generally it is possible if you have/create all functions which comes from mql language ...
The normal way is to just remove it from the chart or add it. Or use this wide button in MetaTrader. It can also be programmed to react on a button... but really?...
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.