Ray Eagle:
If someone could help me solve this warning it would be greatly appreciated,
The code works correctly yet I get the "implicit conversion from 'number' to 'string'" warning
you are comparing a string value with a double value therefore the compiler has converted the double to a string to allow it to happen, is that what you really want though
else if(spreadValue<SpreadRed) spreadColor=spreadLowColor;
Ray Eagle:
Why use spreadValue (which is a string) instead of spreadActual?
If someone could help me solve this warning it would be greatly appreciated,
The code works correctly yet I get the "implicit conversion from 'number' to 'string'" warning
Thank you Paul Anscombe & Thank-god Avwerosuoghene Odukudu,
Yes yes I see now Thank you again 👍😊
"I see said the blind man peeing into the wind its all coming back to me now"
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
If someone could help me solve this warning it would be greatly appreciated,
The code works correctly yet I get the "implicit conversion from 'number' to 'string'" warning