Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Strings

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

    Strings

    You'll find it ridiculous, but I'm not yet familiar with strings.
    I tried this simple script for changing background colors according to the alert kind:
    private string text = @"Red"; // Alert Background Color
    .............
    Alert("MyAlert, ....., Color."+Text+", Color.White);
    but this doesn't result into an
    Alert("MyAlert, ....., Color.Red, Color.White);
    as I hoped.
    What is wrong here ?
    And what does the @ before "Red" involve ?
    Last edited by fliesen; 08-03-2014, 08:28 AM.

    #2
    Originally posted by fliesen View Post
    You'll find it ridiculous, but I'm not yet familiar with strings.
    I tried this simple script for changing background colors according to the alert kind:
    private string text = @"Red"; // Alert Background Color
    .............
    Alert("MyAlert, ....., Color."+Text+", Color.White);
    but this doesn't result into an
    Alert("MyAlert, ....., Color.Red, Color.White);
    as I hoped.
    What is wrong here ?
    And what does the @ before "Red" involve ?
    I am not sure why you would not just use a switch or nested ifs to select the correct color, but if you insist on using a method that requires the translation of text, you should be looking at the Color.FromName() method.

    ref: http://msdn.microsoft.com/en-us/libr...=vs.90%29.aspx

    Comment


      #3
      Hello fliesen,

      Thank you for your post.

      I believe what you are looking for is user definable colors, you can find information on how to create these at the following link: http://www.ninjatrader.com/support/f...ead.php?t=4977

      Please let me know if I may be of further assistance.

      Comment


        #4
        Ok, thanks to you both.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        56 views
        0 likes
        Last Post DynamicTest  
        Started by ScottWalsh, Today, 06:52 PM
        4 responses
        35 views
        0 likes
        Last Post ScottWalsh  
        Started by olisav57, Today, 07:39 PM
        0 responses
        7 views
        0 likes
        Last Post olisav57  
        Started by trilliantrader, Today, 03:01 PM
        2 responses
        19 views
        0 likes
        Last Post helpwanted  
        Started by cre8able, Today, 07:24 PM
        0 responses
        8 views
        0 likes
        Last Post cre8able  
        Working...
        X