implicit conversion from 'number' to 'string'
-
Hello,
After i added this code in my Ea i get the error: implicit conversion from 'number' to 'string'

I want to check for the currency which is opened on the chart and give some prices to a and b variables.
Help please!!! -
If it works it doesn't matter. This block is mostly used for numeric types, but I guess that MathAbs() is not a problem in this case. I may try to find a way to skip MathAbs() for strings, but if you want you can also use the other Condition block where you can write something like this:
Symbol() == "AUDCAD" -
No doesn't works as before,
In your way i get warnings like this
but it looks to works well.Thank you