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 Mindset, 05-06-2023, 09:03 PM
          9 responses
          258 views
          0 likes
          Last Post ender_wiggum  
          Started by Mizzouman1, Today, 07:35 AM
          4 responses
          18 views
          0 likes
          Last Post Mizzouman1  
          Started by philmg, Today, 01:17 PM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_ChristopherJ  
          Started by cre8able, Today, 01:01 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by manitshah915, Today, 12:59 PM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_Erick  
          Working...
          X