Exponential moving average

 

How can I put the indicator of exponential moving average in a separate window, separate from the candles...

Thanks.

 

Navigator -> Custom Indicators -> Moving Averages -> Enter -> Replace #property indicator_chart_window with #property indicator_separate_window in MetaEditor (10th line) -> F5 to compile -> F4 to switch back to MetaTrader -> Drag&Drop the indicator on a chart.

You may want to rename the indicator with the changes. Usual stuff: File -> Save as... in metaeditor and then compile.


Reason: