Steven Donald Halcovitch / Publications
Forum
Trying to count number of positions containing usd in symbol name
I have an EA running on multiple USD pairs, but I want to limit the number of USD positions allowed open at a time. I am trying to count them by using StringFind to see if "USD" exists in the symbol name, if it does it adds +1 to the count which it compares to my externally set variable of USD. For