NexusFi: Find Your Edge


Home Menu

 





How to Export DataSeries from NT to Excel?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one MXASJ with 13 posts (28 thanks)
    2. looks_two Fat Tails with 9 posts (6 thanks)
    3. looks_3 Big Mike with 5 posts (0 thanks)
    4. looks_4 Stem1 with 4 posts (0 thanks)
      Best Posters
    1. looks_one MXASJ with 2.2 thanks per post
    2. looks_two baruchs with 1 thanks per post
    3. looks_3 DaveTrading with 1 thanks per post
    4. looks_4 Fat Tails with 0.7 thanks per post
    1. trending_up 41,858 views
    2. thumb_up 43 thanks given
    3. group 27 followers
    1. forum 65 posts
    2. attach_file 20 attachments




 
Search this Thread

How to Export DataSeries from NT to Excel?

  #31 (permalink)
 Stem1 
Cairns Australia
 
Experience: Beginner
Platform: MC,NT7
Broker: Dukascopy
Trading: FX
Posts: 51 since Dec 2009
Thanks Given: 96
Thanks Received: 9

I was trying to save it to "My Documents" folder (picture 1) but I still get the same error message. Picture 2 is the output window. I tried both C:\Users\dyno\My Documents and C:\\Users\dyno\My Documents.
Thanks

Attached Thumbnails
Click image for larger version

Name:	Picture 1.png
Views:	339
Size:	84.8 KB
ID:	33638   Click image for larger version

Name:	Picture 2.png
Views:	314
Size:	164.2 KB
ID:	33639  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #32 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,443 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,603


Stem1 View Post
I was trying to save it to "My Documents" folder (picture 1) but I still get the same error message. Picture 2 is the output window. I tried both C:\Users\dyno\My Documents and C:\\Users\dyno\My Documents.
Thanks

Most likely that path does not exist. Take out the word "My", is my guess, based on you using Windows 7.

Launch Windows Explorer (not Internet Explorer), and see if you can browse to the path. You need to use a valid path. This is just Windows stuff, nothing to do with this tool or NinjaTrader.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #33 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800


Stem1 - Give me a second to change some code and I'll post it back here for you to test. Leading a Filename with a '$' is a no-no I believe, so I'll change that to a lower case 'c'. It currently does a similar thing for indexes where the default '^' is changed to an 'i' automatically.

EDIT: Added attachement.

Attached Files
Elite Membership required to download: ExportDataForStem1.zip
Reply With Quote
  #34 (permalink)
 Stem1 
Cairns Australia
 
Experience: Beginner
Platform: MC,NT7
Broker: Dukascopy
Trading: FX
Posts: 51 since Dec 2009
Thanks Given: 96
Thanks Received: 9

Found the problem- its "C:\Users\win7\Documents". I re-imported the original Export data strat and tested it, they both work. I have $AUDJPY_1_Minute and cAUDJPY_1_Minute in my Documents folder. Thanks guys.

Reply With Quote
  #35 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Minor bug fix and feature addition as follows:

 
Code
                            
// 13 March 2011 ver 3.36b Test if leading '$' in file name is a problem
// 14 March 2011 ver 3.37 Adds '$' to characters not used in Filenames and some code comments reflecting that
// 27 March 2011 ver 3.38 Adds FileInfo.Exists logic for a feature and a bug fix. OnStartUp() will now print
// if it is CREATING file at: <filename> or APPENDING file at: <filename>.
// It will also ONLY print FirstRowIsColumnNames if !FileInfo.Exists i.e. it won't print
// column names when appending an existing file. 
Not significant enough to warrant an update in the Downloads section, but here you go in case you want to stay on the bleeding edge of my code development .

Attached Files
Elite Membership required to download: ExportDatav338.zip
Reply With Quote
  #36 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

 
Code
                            
// 27 March 2011 ver 3.39 Minor refactor.
// 10 April 2010 ver 3.40 Add TimeAndSales output option, new examples in CustomCode1 and 2 for outputting both
// indicator values and trade state logic. 
Minor update adding T&S export option, etc.

Attached Files
Elite Membership required to download: ExportData.cs
Reply With Quote
Thanked by:
  #37 (permalink)
agostini
Ontario
 
Posts: 5 since Jan 2011
Thanks Given: 0
Thanks Received: 0

I import your strategy, apply it to a chart (while confirming the correct dir), then see the strategy at the top of the chart BUT I can never find a file. I disable the strategy and then look for a file but NOTHING. What am I not doing correctly? I've spent hours on this.

Reply With Quote
  #38 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,443 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,603


agostini View Post
I import your strategy, apply it to a chart (while confirming the correct dir), then see the strategy at the top of the chart BUT I can never find a file. I disable the strategy and then look for a file but NOTHING. What am I not doing correctly? I've spent hours on this.

Did you open the source and look at the path of the file, and perhaps modify it accordingly for your file system?

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #39 (permalink)
agostini
Ontario
 
Posts: 5 since Jan 2011
Thanks Given: 0
Thanks Received: 0

I opened an output window. I have a four day 1-minute chart of ES open. I apply the strategy. Nothing happens in the window. What are the steps you take to get a CSV file from a chart?

Thanks very much
Alan

Reply With Quote
  #40 (permalink)
 
Braulio's Avatar
 Braulio 
Portugal
 
Experience: Beginner
Platform: Ninjatrader, Multicharts
Broker: Amp Futures/Zen-Fire
Trading: ES, 6E
Posts: 229 since Aug 2009
Thanks Given: 407
Thanks Received: 217


I second this request...can't seem to get it working, don't know why...

Thank you.


agostini View Post
I opened an output window. I have a four day 1-minute chart of ES open. I apply the strategy. Nothing happens in the window. What are the steps you take to get a CSV file from a chart?

Thanks very much
Alan


Visit my NexusFi Trade Journal Reply With Quote




Last Updated on April 28, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts