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

Issue with GetCurrent

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

    Issue with GetCurrent

    I'm running a display box on a live chart, as shown in the image. The chart is a 60 min Bid EURUSD.

    Here is the code

    Code:
    string display = String.Format(Bid: {0:0.#####}", GetCurrentBid());
                NinjaTrader.Gui.Tools.SimpleFont myFont = new NinjaTrader.Gui.Tools.SimpleFont("Courier New", 12) { Size = 14, Bold = false };
                Draw.TextFixed( this, "bottom-left", display, TextPosition.BottomLeft, Brushes.White, myFont, Brushes.Black, Brushes.Black, 100 );
    And this from OnStateChange()
    Code:
    Calculate                                    = Calculate.OnEachTick;
    The chart shows the bid at 1.06208, but the display reads 1.06289. Why isn't it showing the correct bid?
    Attached Files

    #2
    Hello texasnomad,

    Thank you for your post.

    If you right click in the chart > select Data Series > is the 'Price Based on' parameter set to the Bid or the Last?

    I look forward to your response.

    Comment


      #3
      I've tried running it both on Bid and Last charts. I get the same issue.

      Comment


        #4
        Hello texasnomad,

        Thank you for your response.

        Is this an indicator we may test on our end? If so can you attach it to your response or send it in an email to platformsupport[at]ninjatrader[dot]com with 'ATTN: Patrick H' in the subject line and a reference to this thread in the body of the email?

        You can export your indicator by going to Tools > Export > NinjaScript Add On > Add > select your indicator > OK > Export > name the file 'NTsupport' > Save.

        The file will be located under Documents\NinjaTrader 8\bin\Custom\ExportNinjaScript. Please attach the file to your response.

        Comment


          #5
          File sent.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by elirion, Today, 01:36 AM
          0 responses
          3 views
          0 likes
          Last Post elirion
          by elirion
           
          Started by gentlebenthebear, Today, 01:30 AM
          0 responses
          2 views
          0 likes
          Last Post gentlebenthebear  
          Started by samish18, Yesterday, 08:31 AM
          2 responses
          9 views
          0 likes
          Last Post elirion
          by elirion
           
          Started by Mestor, 03-10-2023, 01:50 AM
          16 responses
          389 views
          0 likes
          Last Post z.franck  
          Started by rtwave, 04-12-2024, 09:30 AM
          4 responses
          33 views
          0 likes
          Last Post rtwave
          by rtwave
           
          Working...
          X