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 bortz, 11-06-2023, 08:04 AM
        47 responses
        1,610 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Today, 05:56 PM
        0 responses
        9 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        19 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        6 views
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        22 views
        0 likes
        Last Post Javierw.ok  
        Working...
        X