Announcement

Collapse
No announcement yet.

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 NullPointStrategies, Yesterday, 05:17 AM
          0 responses
          61 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