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 TraderG23, 12-08-2023, 07:56 AM
        9 responses
        382 views
        1 like
        Last Post Gavini
        by Gavini
         
        Started by oviejo, Today, 12:28 AM
        0 responses
        1 view
        0 likes
        Last Post oviejo
        by oviejo
         
        Started by pechtri, 06-22-2023, 02:31 AM
        10 responses
        125 views
        0 likes
        Last Post Leeroy_Jenkins  
        Started by judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        59 views
        0 likes
        Last Post DynamicTest  
        Started by ScottWalsh, Yesterday, 06:52 PM
        4 responses
        36 views
        0 likes
        Last Post ScottWalsh  
        Working...
        X