automatic save templete
-
i want to save templete when market ends,there is no option on fxdreema
-
Do you mean the chart's template?
-
save chart as template
-
AFAIK that is not possible with fxDreema. You will need to add some custom code to do that.
-
@l-andorrà said in automatic save templete:
that is not
I think adding the block Custom MQL Code with a simple command of ChartSaveTemplate(0, enter_your_filename_here) will work. Sure you need some more block(s) above to identify your definition of market ends.
-
OK I will try
-
ChartSaveTemplate(0,"eurusd.tpl"); is worked.but how to input that name.when i insert ea i want input the symbols
-
@priyaavatar create a string constant, where it says "eurusd.tpl" replace with the name of the constant.
-
Example plz I don't know about coding only jointing blocks,How to create string constant
-
-
Create a constant in the upper right, whatever you have called it write this in the custom code block