s.leonardi65
s.leonardi65
Friends

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

s.leonardi65
Added topic ChartSymbol() returns incorrect information
Hi everyone, I created an expert advisor that loops among all open charts using MQL5's ChartFirst() and ChartNext() functions. The code is organized as follows: GraphId=ChartFirst(); while (GraphId > 0) { GraphSymbol=ChartSymbol(GraphId); //
s.leonardi65
Registered at MQL5.community