Quote:
|
Originally Posted by fxbs
How to set custom color in the indicator code?
Line “#property indicator_color“ does not allow any numbers…
Thank you.
|
you need to use an - extern color (color name)=C'109,44.44';
This will give you unlimited color variants, just get the numbers for the colors off the custom color part of the pop up box showing the standard colors, the numbers on the right side are the ones you want. hope this helps
cja