s.leonardi65 / Publications
Forum
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); // (process graph) GraphId=ChartNext(GraphId); } However, for