Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Colour in Wizard?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom Colour in Wizard?

    I have a strategy that simply changes the background of a chart when certain parameters are met. I have black background because I don't want glare! I have tried the darkest of the dark reds and greens but it is still TOO glarey! It doesn't seem to be possible to code in the numbers- 30,30,30 etc like it is in normal charts instead of the colour names. Is there a way round this? I would love to go to colorpicker.com and choose a SUPER DARK RED and GREEN.
    Thanks
    raycam

    #2
    Hi raycam,

    You'll see all of the available colors, including dozens from Custom, System and Web. However, those are all the available colors. Adding based on the spectrum by number is outside of the support I can offer, unfortunately.
    Last edited by NinjaTrader_Tim; 10-11-2010, 12:22 AM.
    TimNinjaTrader Customer Service

    Comment


      #3
      If you are OK to code ouside the Wizard try something like this in Variables:

      Code:
      private Color myColor  = Color.FromArgb(64, 64, 64, 64);
      IIRC its R, G, B, and tranparency so just change the numbers as required.

      Comment


        #4
        Thanks guys. I will give it a go. Not too familiar with code but it'll be fun to try.
        raycam

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        605 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        351 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        560 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        561 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X