Hi
I am running 20+ MT4 on various brokers, each of these MT4 run an EA with special settings (including symbol with suffix ).
I managed to extract suffix, preset the various settings required for each EA, and save it into template file, now i run into the following issue:
When i load a chart using ChartOpen(), it opens my EA, but after template is applied with ChartApplyTemplate() it removes my EA completely.
Is there another way of doing this, importing custom chart settings into each EA ? We run one EA per Terminal only in addition to jfx.
Each EA have different custom settings created from our database into a template file.
Thanks in advance