Dealing with Broker-Specific Symbol Variations, How?
-
I just want to ask how I can solve this. I am setting different pip counts for each pair. In the OnInit function, I set it like this, for example: if(_Symbol=="AUDNZD"){Pipstep=20;}
My problem is that some brokers add letters and characters to the pair names, for example, AUDNZD.s, AUDNZDmic, AUDNZD#m. The problem is, the code doesn't assign the pip count to these pairs because they have additional characters with different brokers.
-
@mark692 said in Dealing with Broker-Specific Symbol Variations, How?:
AUDNZD.s
You can do it here:

You'll have to delete all values there by default and then type each new symbol manually. It's annoying, I know.