s.leonardi65 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
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); //
: