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

Parameters revert back to default

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

    Parameters revert back to default

    I have a problem and would appeciate some help

    in Variables I have
    private
    Color vColor = Color.Black ;

    In properties is have
    [XmlIgnore()]
    [Description(
    "Banner and Add Color")]
    [Category(
    "Parameters")]
    [Gui.Design.DisplayNameAttribute(
    "Color for Banners")]
    public Color vcolor
    {
    get { return vColor; }
    set { vColor = value; }
    }


    now my problem is if I change the color in the parameters in the indicator parameter section when on the chart, every time I close and reopen Ninja i lose the new color setup even if i save workspace

    I must be missing something simple as all the other parameters stay set except this one.

    Thank you for the help

    #2
    Hi Rich,

    You have to serialize the color input as per this thread.
    mrlogik
    NinjaTrader Ecosystem Vendor - Purelogik Trading

    Comment


      #3
      Originally posted by mrlogik View Post
      Hi Rich,

      You have to serialize the color input as per this thread.

      Thank you that did the trick

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DJ888, Yesterday, 06:09 PM
      2 responses
      9 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      40 views
      0 likes
      Last Post jeronymite  
      Started by bill2023, Today, 08:51 AM
      2 responses
      16 views
      0 likes
      Last Post bill2023  
      Started by sidlercom80, 10-28-2023, 08:49 AM
      167 responses
      2,260 views
      0 likes
      Last Post jeronymite  
      Started by warreng86, 11-10-2020, 02:04 PM
      7 responses
      1,362 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X