Free tick data available for Amibroker, Ninjatrader and more
Free tick data available for Amibroker, Ninjatrader and more
Hi all,
The latest version of Tickstory introduces the ability to easy export free quality tick data to platforms such as Amibroker, Ninjatrader and Neuroshell Trader.
Of course, you also have the ability to customise the file output to suit almost any platform.
If you have any suggestions about additional platforms you wish to see us support, please pitch-in and give us your feedback!
Thanks.
The latest version of Tickstory introduces the ability to easy export free quality tick data to platforms such as Amibroker, Ninjatrader and Neuroshell Trader.
Of course, you also have the ability to customise the file output to suit almost any platform.
If you have any suggestions about additional platforms you wish to see us support, please pitch-in and give us your feedback!
Thanks.
-
- Posts: 2
- Joined: Sun Jul 07, 2013 12:23 pm
Re: Free tick data available for Amibroker, Ninjatrader and
would like request tick data for Forex Tester 2
Re: Free tick data available for Amibroker, Ninjatrader and
Thanks for the suggestion, forexnerd. We will add this to the next version of Tickstory.
Re: Free tick data available for Amibroker, Ninjatrader and
Hi,
Exporting to Forex Tester is now supported in v0.9.2. We also added support for Forexsb (www.forexsb.com).
Regards.
Exporting to Forex Tester is now supported in v0.9.2. We also added support for Forexsb (www.forexsb.com).
Regards.
-
- Posts: 2
- Joined: Sun Jul 07, 2013 12:23 pm
Re: Free tick data available for Amibroker, Ninjatrader and
thanks for the adding support for forex tester
Re: Free tick data available for Amibroker, Ninjatrader and
hello,
I'm a newbie with your application and it's easy downloading from server, no problem at all.
But I tried exporting data to NinjaTrader format and I'm unable doing that.
When I select 'Ninja Trader Tick format' i get an answer 'Invalid foramat, select a predefined format etc ...'
what's wrong ?
Regards
I'm a newbie with your application and it's easy downloading from server, no problem at all.
But I tried exporting data to NinjaTrader format and I'm unable doing that.
When I select 'Ninja Trader Tick format' i get an answer 'Invalid foramat, select a predefined format etc ...'
what's wrong ?
Regards
Re: Free tick data available for Amibroker, Ninjatrader and
Hi RL2013,
The "Ninjatrader Tick Format" is intended to export tick data only. As such, make sure your export time-frame is set to "Tick" if you wish use this option. You can then import the file into Ninatrader as tick data.
Alternatively, if you are looking to import bar data into Ninjatrader (such as 1-minute bars), according to the Ninjatrader manual (http://www.ninjatrader.com/support/help ... orting.htm), NT bar data supports the following format:
yyyyMMdd HHmmss;open price;high price;low price;close price;volume
To achieve this in Tickstory, you can export with the following settings:
Timeframe: 1-Minute
Include headers: No
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume}
Please let us know how you go - we can add this as a pre-defined option to make things easier in the future.
Regards.
The "Ninjatrader Tick Format" is intended to export tick data only. As such, make sure your export time-frame is set to "Tick" if you wish use this option. You can then import the file into Ninatrader as tick data.
Alternatively, if you are looking to import bar data into Ninjatrader (such as 1-minute bars), according to the Ninjatrader manual (http://www.ninjatrader.com/support/help ... orting.htm), NT bar data supports the following format:
yyyyMMdd HHmmss;open price;high price;low price;close price;volume
To achieve this in Tickstory, you can export with the following settings:
Timeframe: 1-Minute
Include headers: No
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume}
Please let us know how you go - we can add this as a pre-defined option to make things easier in the future.
Regards.
Re: Free tick data available for Amibroker, Ninjatrader and
hello, thank you for your help.
I checked it but an error is : Export failed. Path access 'C/Program File (x86)/Tickstory Lite/XAGUSD.txt' denied
I don't know how browsing to the right place
Thank you
PS-Yes a predefined data would be great !
I checked it but an error is : Export failed. Path access 'C/Program File (x86)/Tickstory Lite/XAGUSD.txt' denied
I don't know how browsing to the right place
Thank you
PS-Yes a predefined data would be great !
Re: Free tick data available for Amibroker, Ninjatrader and
Hi RL2013,
Windows does not allow you to write data in the specified location (i.e. in your 'Program Files' directory). In your export file specification, specify a filename with a directory path such as "C:\XAGUSD.txt" (or in your 'Documents' folder) and this should work.
Regards.
Windows does not allow you to write data in the specified location (i.e. in your 'Program Files' directory). In your export file specification, specify a filename with a directory path such as "C:\XAGUSD.txt" (or in your 'Documents' folder) and this should work.
Regards.
Re: Free tick data available for Amibroker, Ninjatrader and
Thank you ! your are very efficient