Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

UI glitch

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

    UI glitch

    Hello,

    I've had this happen a few times and each time it cleared itself with a recompile, or reload ninjascript.

    This time it is stuck. The old label was "No Trade", the new label is intended to be "Enable Reentry".

    I have removed the strategy, then added it back, ran around the block a couple of times, and it is stuck this time.

    Help me change the label ...

    Many Thanks, Caesar.

    #2
    Hello Caesar,

    Thank you for your post.

    Can you please send a screenshot of which label you are referring to? What are the steps you took to change the label?
    • To send a screenshot with Windows 10 or newer I would recommend using the Windows Snipping Tool.
    • Alternatively to send a screenshot press Alt + PRINT SCREEN to take a screenshot of the selected window. Then go to Start--> Accessories--> Paint, and press CTRL + V to paste the image. Lastly, save it as a jpeg file and send the file as an attachment.

    I look forward to your reply.
    Last edited by NinjaTrader_Emily; 10-06-2022, 07:48 AM.

    Comment


      #3
      Hello,

      I apologize, I missed the picture.

      Many Tanks, Caesar. Click image for larger version

Name:	Screen Shot 2022-10-05 at 1.25.04 PM.jpg
Views:	86
Size:	78.3 KB
ID:	1218225

      Comment


        #4
        Hello Caesar,

        Thank you for that screenshot.

        Please double-check the properties for the plots at the bottom of your script. For example, you may have something that appears like the following example:

        [Browsable(false)]
        [XmlIgnore]
        public Series<double> NoTrade
        {
        get { return Values[6]; }
        }

        Although you have changed the name where your strategy calls AddPlot, you may also need to change the name of the plot in the properties. After double-checking/changing the plot properties, in order to update the label for the strategy, please follow these steps:
        • Remove your strategy that still shows "NoTrade" from the Configured list of strategies
        • Compile your NinjaScript Editor
        • Close NinjaTrader, then reload NinjaTrader
        • Re-add an instance of your cmsEMACrossOver strategy
        Some items require more than just a reload of NinjaScript and may require a full reboot of the platform. Following these steps should ensure that all changes are picked up in the new strategy instance.

        Please let us know if we may be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        62 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        134 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        75 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        45 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        50 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X