Disliked{quote} I have Mini Chart on mine chart which is created using OBJ_CHART //+------------------------------------------------------------------+ //| Mini Chart Object | //+------------------------------------------------------------------+ W.Chart("Chart",0,SymbolList[0],PERIOD_M15,1240,600,664,448); G.SetDateScale("Chart",true); G.SetPriceScale("Chart",true); G.SetChartScale("Chart",3); //--- Apply Indicators to the Chart long miniChartID=ObjectGetInteger(0,"Chart",OBJPROP_CHART_ID); int Chart_iMA1=iMA("EURUSD",PERIOD_M15,12,0,MODE_SMA,PRICE_CLOSE);...Ignored
And you're just applying another indicator to the subwindow.
I'm not sure why you need to apply a template for that?
And, you can't apply a template to a subwindow!
A template contains all the stuff from the main window, including subwindows.
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!