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

File browser or File Dialog box

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

    File browser or File Dialog box

    Can someone give me some help on NT8 indicator that opens or browse a file? Something like it opens a dialog box for me to select file to open. Thanks.

    #2
    Hello luxurious_04,

    Thanks for your post.

    Here is an example of a file picker property:

    [ NinjaScriptProperty ]
    [ Display (Name = "MyFile", Order =1 , GroupName= "Parameters" )]
    [ PropertyEditor ("NinjaTrader.Gui.Tools.FilePathPicker" , Filter= "Any Files (*.*)|*.*" )]
    public string MyFile
    { get ; set ; }


    For a working example of a sound file picker, please see the code for: https://ninjatrader.com/support/foru...d=7&linkid=906
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thanks Paul, how about the telling the chart that the last bar painted is at bar 36 or whatever number? In NT7, we can do it by ChartControl.LastBarPainted = 36 and last bar painted will go at bar 36 as well as the horizontal scroll will move directly. How can we do that in NT8?

      Comment


        #4
        Hello luxurious_04,

        Thanks for your reply.

        In NT7 the chartcontrol information was not documented, in NT8 you can now find this in the helpguide.
        Here is the chart control section: https://ninjatrader.com/support/help...artcontrol.htm

        Here is the NT8 equivalent:

        or


        Setting last bar painted will move the chart to that bar.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          It will move visually? I mean if I set it like this ChartControl.LastSlotPainted = 36 the scroll will automatically scroll to that bar?

          Comment


            #6
            Hello luxurious_04,

            Thanks for your reply.

            That is correct.
            Paul H.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Johnny Santiago, 10-11-2019, 09:21 AM
            95 responses
            6,193 views
            0 likes
            Last Post xiinteractive  
            Started by xiinteractive, 04-09-2024, 08:08 AM
            2 responses
            11 views
            0 likes
            Last Post xiinteractive  
            Started by Irukandji, Today, 09:34 AM
            1 response
            3 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by RubenCazorla, Today, 09:07 AM
            1 response
            5 views
            0 likes
            Last Post RubenCazorla  
            Started by TraderBCL, Today, 04:38 AM
            3 responses
            25 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X