Michael Behr / Publications
Forum
integrating a second custom indicator
Hello to the experts, I've been using the following concept in MT4, but in MT5 there must be something more to implement to make it work: a part within the MT 5 custom indicator is while (i<rates_total) { // code...... i++; } Now a second (external) custom indicator is to be