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 cmtjoancolmenero, Yesterday, 03:58 PM
        6 responses
        28 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by gbourque, Today, 06:39 AM
        2 responses
        14 views
        0 likes
        Last Post gbourque  
        Started by rexsole, Today, 08:39 AM
        0 responses
        6 views
        0 likes
        Last Post rexsole
        by rexsole
         
        Started by trilliantrader, Yesterday, 03:01 PM
        3 responses
        31 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by Brevo, Today, 01:45 AM
        1 response
        14 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X