VictorLyon / Publications
Forum
ChartApplyTemplate returns true but nothing changes
I want to show automatically a template on the chart when I use my EA, So I used Alert(ChartApplyTemplate(0,"My_template.tpl"); When I run my EA, the Alert returns True, but my template is not applied. (I also tried without the "Alert") The template works fine when I add it manually. Any idea where
Event handling function
Hi, I have an error when I compile the follwing code; //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2018, CompanyName | //|