Graham Webber
Graham Webber
Friends

Add friends via their profile or user search and you will be able to see if they are online

Graham Webber
Added topic Problem plotting moving average MQL5
Hi All, I've been trying to open a chart and then plot a moving average from inside a script. This is my simple code: void OnStart () { long _chart = ChartOpen ( "AUDUSD.a" , PERIOD_H1 ); int    _myMA= iMA ( Symbol (), PERIOD_H1 , 21 , 0
Graham Webber
Registered at MQL5.community