![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| Automated Trading Support for automated trading systems using NinjaScript. Support for our ATI (Automated Trading Interface) used to link an external application such as TradeStation and eSignal to NinjaTrader. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
Can NinjaTrader be configured to store data on a different hard drive than my main OS drive. I have a SSD drive that is just accumulating too much data. The data that I am most concern with is Replay level I and level II data, tick data, and historical data.
I would like to route paths to an alternate SSD drive that does not contain my OS. Thanks |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Aug 2011
Location: Denver, CO, USA
Posts: 2,895
Thanks: 241
Thanked 375 times in 365 posts
|
kenb,
Unfortunately this isn't possible currently but I could suggest it to development if you would like.
Adam P.
NinjaTrader Customer Service |
|
|
|
|
|
#3 | |
|
Senior Member
|
Quote:
ref: http://www.ninjatrader.com/support/f...45341#poststop |
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
Thanks koganam
I knew the Documents re-location would work but I wanted to see if NT had addressed this issue yet since there have been so many posts about this issue for a long time. This obviously has not risen to the top as it should, even though it is a critical issue since most performance computers now have SSD drives for OS and another storage drive for Data. It is a bad pratice and NT should know better NOT to be using system folders to house their Data. Any data storage folders need to be configurable. It's just not that big of a deal to accomplish, Development Department. Thanks again for your input |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
As per koganam's suggestion I did move My Documents location. Connected properly, ran a strategy properly, and ran replay properly. What it wouldn't do is compile a strategy. An error said that the NinjaTrader.Vendor.dll file was missing. I contacted support and they change the C:\ path to F:\ in "references" when right-clicking the strategy.
That worked perfect, no problem compiling. Now my Strategy Analyzer is not working and I am assuming it's another path issue. Anybody had this problem and resolved it? Thanks
Last edited by kenb2004; 06-16-2012 at 11:44 AM.
|
|
|
|
|
|
#6 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
In Control Center menu bar go to Tools > Edit NinjaScript > Indicator
In the indicator dialog select any indicator and click on the Ok button. This will open the NinjaScript editor for you : Right click in the code section of the NinjaScript editor. In the context menu click on References In the Reference dialog, if a reference to the noted DLL files exists already then select the DLLs which are giving errors one by one and click on the Remove button. After removing, add back the reference with the right path : In the Reference dialog, Click on the Add button. Select all the missing DLLs (located in the Documents\NinjaTrader 7\bin\Custom\ folder or in the NinjaTrader installation folder, typically C:\Program Files (x86)\NinjaTrader 7\bin64) one by one and then click Ok. [Please adjust if needed for 32 bit setup] Compile the indicator now by pressing F5. The issues should not be resolved and your NT should be again in properly compiled state Please also see the section How to add a reference from our help guide http://www.ninjatrader.com/support/h...indicators.htm
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
Thanks Mathew
As I mentioned in the previous post, the compile issue is working after doing as you mentioned, but the Strategy Analyzer no longer backtests tick data. Instead of backtesting in progress as usual control panel says:"saving", and never....finishes. The program has to be restarted. I am assuming it can't find the data. Are you saying that the C:\Program Files\......paths in references will resolve this Strategy Analyzer issue? thanks |
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
Ken,
As long as they compile, there shouldn't be any other references you need to change. Please try deleting your tick data and cache and reloading this data. Removing Historical Data Once the data has been deleted close NinjaTrader. Open the Documents\NinjaTrader7\db\cache folder. Select all files then right mouse click and select “delete.” Open NinjaTrader and connect to your data provider. Open an new chart to download the tick data Please let me know if this resolves your issue.
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#9 | |
|
Senior Member
|
Quote:
Last edited by koganam; 06-17-2012 at 06:24 PM.
|
|
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
koganam
Thanks for sharing. I have tried 2 of your 3 ways, both with the same result, a hanging Analyzer. After relocating My Documents back to it's default location the Analyzer worked as normal. When I used a junction point for the db folder, the same hanging Analyzer. When I removed the junction point everything worked as normal. With the junction point I was very surprised since everything should be transparent and no paths should be affected, but obviously not the case. The obvious solution is a configurable db folder. We'll have to see if NinjaTrader development department agrees that this should be a priority, since most high performance SSD drive are not designed for storage. |
|
|
|
|
|
#11 | |
|
Senior Member
|
Quote:
|
|
|
|
|
|
|
#12 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
koganam
Which drive do you have your OS and Program Files on? |
|
|
|
|
|
#13 |
|
Senior Member
|
My OS and "Program Files" folder are on C:. Not that I ever install anything to the "Program Files" folder: I keep my programs on a separate partition from my OS. In fact, NT itself is in this instance, installed on the E: drive, though I have been known to install it on D: at times.
|
|
|
|
|
|
#14 |
|
NinjaTrader Customer Service
Join Date: Apr 2010
Location: Denver, CO, USA
Posts: 4,794
Thanks: 160
Thanked 568 times in 559 posts
|
Hello,
Giving the option to relocate the user data is on our development team's list of future potential enhancements and tracked using ID # 343
Matthew
NinjaTrader Customer Service |
|
|
|
|
|
#15 |
|
Senior Member
Join Date: Jul 2010
Posts: 415
Thanks: 1
Thanked 4 times in 4 posts
|
koganam
If my OS and Program Files are located on my C Drive, with NinjaTrader default install to C:\Program Files, and I create a junction point from C:\User\....\db to F:\db, any idea why NinjaTrader can't find my tick data when using Strategy Analyzer? Thanks |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trading Technologies + Alternate Data | cgeorgan | Version 7 Beta General Questions & Bug Reports | 6 | 08-17-2010 07:49 AM |
| Is it possible to store Data on external Drive? | resist | Installation and Licensing | 1 | 01-29-2010 04:09 PM |
| What data does Market Replay store? | Zapzap | Miscellaneous Support | 5 | 10-01-2009 10:41 AM |
| Store Real Time Data? | VinnyB | Miscellaneous Support | 3 | 06-02-2009 03:02 AM |
| Store data in SQL | cirion | Suggestions And Feedback | 3 | 07-16-2008 07:47 AM |