save chart or chart templete with ea
-
how to save chart or chart templete with ea on weekly basis
-
@priyaavatar I'm afraid the only way to do it is via custom code. AFAIK that is not possible with any fxDreema block now.
-
Yes, a custom code. The code is actually very simple:
ChartSaveTemplate(0, "TheNameOfYourTemplate");Here is the documentation of this function:
https://www.mql5.com/en/docs/chart_operations/chartsavetemplate -
sir i am dont know how to code help i will copy and paste
-
ChartSaveTemplate(0, "TheNameOfYourTemplate"); i tryed 5 errors come
-
solved now