robertscolaro
robertscolaro
Friends

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

robertscolaro
Added topic How can I add a custom indicator to a chart from a script?
I want to open charts from a script and attach a customer indicator to each chart. Opening the charts is easy:    void OnStart ()    {        long chart1 = ChartOpen ( "AUDJPY" , PERIOD_H4 );
robertscolaro
Registered at MQL5.community