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 WHICKED, Today, 12:45 PM
          2 responses
          18 views
          0 likes
          Last Post WHICKED
          by WHICKED
           
          Started by GussJ, 03-04-2020, 03:11 PM
          15 responses
          3,275 views
          0 likes
          Last Post xiinteractive  
          Started by Tim-c, Today, 02:10 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Taddypole, Today, 02:47 PM
          0 responses
          3 views
          0 likes
          Last Post Taddypole  
          Started by chbruno, 04-24-2024, 04:10 PM
          4 responses
          51 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Working...
          X