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

clearing text from .TopRight

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

    clearing text from .TopRight

    This code works ok initially. But when i change the text later (same tag), some of this text remains, and the new text partially covers it up, making it unreadable. How do i clear it?


    { DrawTextFixed("Status", "OK to trade"+"\n" +myMktPosition, TextPosition.TopRight);

    #2
    That should not happen if you are using the same tag. Are you sure you are not calling it in another location with some more drawing elsewhere? Maybe even a different tag?

    What you can try is calling RemoveDrawObject() prior to the second call and see if you can clear it out that way.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Still having a problem removing the old draw object.. both draw objects are superimposed, I would expect when i hit <f5> to restart the strategy, the old object should be deleted
      v 7.,01
      The following code is in OnStartUp
      RemoveDrawObject("BLStatus");
      statusBL = plFactor+" "+myAtmML;
      //DrawTextFixed("BLStatus", statusBL, TextPosition.BottomLeft);
      DrawTextFixed("BLStatus", statusBL, TextPosition.BottomLeft, Color.White, FontMed, Color.Yellow, Color.White, 0);

      It does not matter which of the 2 DrawTextFixed statements i use, the problem of superimposed msgs remains.
      BLStatus is not ref'd anywhere else in code

      Comment


        #4
        Hello,

        Your code does not post any ghosting on my side.

        Can you please let me know what version of NinjaTrader you are using this is located in the Control Center under Help->About and is to the right of the NinjaTrader logo.


        I look forward to assisting you further.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by zstheorist, Today, 07:52 PM
        0 responses
        7 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        150 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        6 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Started by tkaboris, Today, 05:13 PM
        0 responses
        6 views
        0 likes
        Last Post tkaboris  
        Working...
        X