Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

exporting OHLC data with time stamp

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

    exporting OHLC data with time stamp

    Is there any way to export historical daily OHLC data with time stamp, so that we know at exactly what time High and low happened, Please let me know if you can extract that from ES or CL historical data file from ninja or Gomi data. Thanks for your help

    #2
    Originally posted by edassery View Post
    Is there any way to export historical daily OHLC data with time stamp, so that we know at exactly what time High and low happened, Please let me know if you can extract that from ES or CL historical data file from ninja or Gomi data. Thanks for your help
    Export facility in the Historical Data Manager?

    Comment


      #3
      Hello edassery,

      Yes, you may use the Historical Data Manager to be able to Export Data from you computer including Daily Data, but the only time stamp it will have is going to be the Date. The Daily Data is going to be reported directly from your Data Provider so there is no time stamps besides the date for the daily data.

      Let us know if you have any questions.
      JCNinjaTrader Customer Service

      Comment


        #4
        OHLC data with time stamp

        can we use minute data , but I just want export a file with OHLC daily values with time stamp. Any script for that?

        Comment


          #5
          Hello,

          Unfortunately, this is not possible currently. I will forward the suggestion to our development staff for further consideration however.
          KyleNinjaTrader Customer Service

          Comment


            #6
            Originally posted by edassery View Post
            can we use minute data , but I just want export a file with OHLC daily values with time stamp. Any script for that?
            Of course, if you want to export only the minute data, then export only the minute data.
            Attached Files

            Comment


              #7
              Hi.... a newbie here....
              How can i export Tick data charts to a csv file?
              Am focusing on the 1500 tick chart of the mini russell 2000.
              So my objective is to export 1500 tick data chart, capture timestamps, OHLC values of the 1500 tick chart.
              Any help on how to do this will be highy appreciated.
              Cheers... TonyLii

              Comment


                #8
                Hello TonyLii,

                Welcome to the NinjaTrader Support Forums!

                For something like that you may use a custom indicator to be able to Print() out the value to the Output window.

                For example:

                Code:
                protected override void OnBarUpdate()
                {
                			
                   Print("Time: "+Time[0]+" Open: "+Open[0]+" High: "+High[0]+" Low: "+Low[0]+" Close: "+Close[0]);
                }
                Then the values will be placed in the Output windows were you may right click inside of this window and select Save As to save it as a text file and convert it over to a "csv" file if you wish.

                Happy to be of further assistance.
                JCNinjaTrader Customer Service

                Comment


                  #9
                  Originally posted by TonyLii View Post
                  Hi.... a newbie here....
                  How can i export Tick data charts to a csv file?
                  Am focusing on the 1500 tick chart of the mini russell 2000.
                  So my objective is to export 1500 tick data chart, capture timestamps, OHLC values of the 1500 tick chart.
                  Any help on how to do this will be highy appreciated.
                  Cheers... TonyLii
                  Look at the picture that I posted in my post of 01-05-2014 07:21 PM. Export the Tick data instead of the minute data.

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                  0 responses
                  606 views
                  0 likes
                  Last Post Geovanny Suaza  
                  Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                  0 responses
                  353 views
                  1 like
                  Last Post Geovanny Suaza  
                  Started by Mindset, 02-09-2026, 11:44 AM
                  0 responses
                  105 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                  0 responses
                  560 views
                  1 like
                  Last Post Geovanny Suaza  
                  Started by RFrosty, 01-28-2026, 06:49 PM
                  0 responses
                  561 views
                  1 like
                  Last Post RFrosty
                  by RFrosty
                   
                  Working...
                  X