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 trilliantrader, 04-18-2024, 08:16 AM
        4 responses
        18 views
        0 likes
        Last Post trilliantrader  
        Started by mgco4you, Today, 09:46 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by wzgy0920, Today, 09:53 PM
        0 responses
        9 views
        0 likes
        Last Post wzgy0920  
        Started by Rapine Heihei, Today, 08:19 PM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Rapine Heihei, Today, 08:25 PM
        0 responses
        10 views
        0 likes
        Last Post Rapine Heihei  
        Working...
        X