Page 4 of 5

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Thu Aug 20, 2015 6:14 am
by Pipperoni
tickstory wrote:Hi Jollydragon,

If you're referring to acquiring data from these platforms, we're investigating other sources for quality data. Ideally we would like to create a data import routine for MT4 which should cover all supporting brokers such as ThinkForex.

Regards.
In that case please include FXCM. I have the Historical Data Downloader from FXCM. It allows downloading Tick data from the FXCM live feed. It would be great to finally be able the back test on tick data of my own broker and than to compare the BT with the real results of the same day.

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Sun Aug 23, 2015 12:23 pm
by tickstory
Hi Pipperoni,

This is on the list to investigate further. If others also find this useful and vote up, then this would make things more compelling.

Regards.

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Sun Aug 23, 2015 12:26 pm
by tickstory
Hi all,

A new Ninjatrader video has just been uploaded. This video demonstrates how Ninjatrader users can get free historical data into their platform. See here for more:

https://www.youtube.com/watch?v=zDtau7bC0m8

Stay tuned for more... until then, happy trading! ;)

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Tue Sep 15, 2015 1:12 pm
by tickstory
Hi all,

Two new videos are now available describing how you can import historical (tick) data into your trading systems. You can find them here:

Importing free historical data into any trading system in 3 Simple Steps:
https://www.youtube.com/watch?v=GlGoGvshKZw

Get free historical tick data in 3 Simple Steps using Tickstory:
https://www.youtube.com/watch?v=6PzXNF3OlG8

Feel free to share these videos!
If you have any topics you would like covered in a video, please let us know!

Happy trading!

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Wed Sep 16, 2015 12:12 am
by tickstory
Another video about how to import historical data into Amibroker:

https://www.youtube.com/watch?v=T2WDg2sBInQ

Happy trading!

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Wed Sep 28, 2016 5:38 pm
by Napoleon Dynamite
Please add new export data format types for the Sierra Chart platform, both for Intraday and Historical independantly.

http://www.sierrachart.com/index.php?pa ... ampleDaily

Sierra Chart, although not as popular, is a better trading platform than NinjaTrader 8 by far (and I have used them both for a long time)

Thanks for listening

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Wed Sep 28, 2016 7:28 pm
by Napoleon Dynamite
Please find more details to help you eventually
https://www.sierrachart.com/index.php?p ... xport.html

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Wed Sep 28, 2016 9:23 pm
by tickstory
Hi Napoleon,

Thanks for the suggestion. We'll look to a pre-defined format for SierraCharts. Perhaps you could confirm if these custom settings do the trick:

Daily data (select "Daily" in the Export timeframe):
Header:

Code: Select all

Date, Open, High, Low, Close, Volume, OpenInterest
Data format:

Code: Select all

{BarBeginTime:yyyy/MM/dd},{Open},{High},{Low},{Close},{Volume},0
Tick data (select "1-minute" in the Export timeframe - it appears that 1-minute is the most granular intraday data it handles):
Header:

Code: Select all

Date, Time, Open, High, Low, Close, Volume
Data format:

Code: Select all

{BarBeginTime:yyyyMMdd},{BarBeginTime:HH:mm},{Open},{High},{Low},{Close},{Volume}
Hope this helps.

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Fri Sep 30, 2016 12:10 am
by Napoleon Dynamite
Thanks for the promised support.

Should have given you this link instead. Sorry

http://www.sierrachart.com/index.php?pa ... ml#Formats

Yes, tick data is indeed supported by SC, not only 1 minute. Please head over to the Bid/Ask/BidVolume/AskVolume format example. Header is either optional or required depending on the format chosen. Better include one in all cases

Thank you !!!

Re: Free tick data available for Amibroker, Ninjatrader and

Posted: Wed Oct 04, 2017 5:18 pm
by simonayres
Hi
Tradestation please?