whoowl: It's easy with preset colors: What about custom colors? Manual selection returns something like 181,230,210. But these don't work:
Read the documentation: Color Type - Integer Types - Data Types - Language Basics - MQL4 Reference
//--- Literals C'128,128,128' // Gray C'0x00,0x00,0xFF' // Blue //color names clrRed // Red clrYellow // Yellow clrBlack // Black //--- Integral representations 0xFFFFFF // White 16777215 // White 0x008000 // Green 32768 // Green
Thank you again!

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
It's easy with preset colors:
What about custom colors? Manual selection returns something like 181,230,210. But these don't work: