View Single Post
  #4 (permalink)  
Old 01-29-2007, 06:00 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 557
cja is on a distinguished road
color

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
Reply With Quote