How to check for check for currency symbol

 

How can I test for the symbol that is being traded so I can run an if statement to round my entry price? I need to use the NormalizeDouble command to round the price for 4 digit and 2 digit currencies. The OrderSend command won't accept a currency that is not rounded to the approriate decimal.

Thanks.

 

Nevermind. I got it. Forgot the " " around the currency names.

Reason: