Home Forums Free tick data available for Amibroker, Ninjatrader and more

Viewing 15 posts - 1 through 15 (of 40 total)
  • Author
    Posts
  • imported_tickstory
    Participant
    Post count: 1479

    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.

    forexnerd12
    Participant
    Post count: 2

    would like request tick data for Forex Tester 2

    imported_tickstory
    Participant
    Post count: 1479

    Thanks for the suggestion, forexnerd. We will add this to the next version of Tickstory.

    imported_tickstory
    Participant
    Post count: 1479

    Hi,

    Exporting to Forex Tester is now supported in v0.9.2. We also added support for Forexsb (http://www.forexsb.com).

    Regards.

    forexnerd12
    Participant
    Post count: 2

    thanks for the adding support for forex tester

    imported_tickstory
    Participant
    Post count: 1479

    Hi all,

    We have some great news for the FX trading community – we now have the ability to offer trading rebates through http://FX-Rebate.com. This deal allows up to 40% of the commissions you pay to be returned back to you when you trade. The highlights include:

    – Your spreads and trading conditions do not change by signing up.
    – The program works by your broker giving part of the commission you pay to Fx-Rebate (sort of like a ‘finders fee’ for referring you). A majority of this rebate is then passed back to you.
    – The program is managed by a trusted player in Forex rebates – CashbackForex.
    – Most major brokers are supported by the program (if your broker is not listed, you can inquire to see if they can be added).
    – In most cases, you can convert your existing trading account so you can take advantage of these rebates.

    This program gives you and your trading strategy the best chance of profitability since you will get cash back on every trade. By registering through FX-Rebate you are also giving your support to Tickstory (and we always appreciate your support 😉

    You can find out more by going to http://FX-Rebate.com.

    Happy trading! 😉

    RL2013
    Participant
    Post count: 5

    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

    imported_tickstory
    Participant
    Post count: 1479

    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/helpGuides/nt7/index.html?importing.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.

    RL2013
    Participant
    Post count: 5

    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 !

    imported_tickstory
    Participant
    Post count: 1479

    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.

    RL2013
    Participant
    Post count: 5

    Thank you ! your are very efficient

    RL2013
    Participant
    Post count: 5

    Hello,

    I checked importing data as you told me with :

    {BarBeginTime:yyyyMMdd} {BarBeginTime: HH:mm:ss};{Open};{High};{Low};{Close};{Volume}

    Exporting is correct I have txt file

    When I tried importing file to NinjaTrader I receive an error window ”There has been an error, check the log file’
    Log File Message ‘$XAGUSD :Date/Time format error in line 1 : incorrect string format :
    ‘20140327 00:00:00;19.835;19.839;19.833;19.936;0.529999988153577’

    I need your help
    Regards

    imported_tickstory
    Participant
    Post count: 1479

    Hi RL2013,

    Could you please try the following format which basically omits the Volume (i.e. sets it to 1 for all rows):

    {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};1

    It seems that fractional volumes could be causing the issue, although not sure why your error seems to suggest that the date/time is incorrect. Just make sure you are not including column headers.

    Thanks.

    RL2013
    Participant
    Post count: 5

    Tank You very much. All is fine
    Regards

    imported_tickstory
    Participant
    Post count: 1479

    Thanks for getting back, RL2013 – does that mean it was the ‘volume’ field that was causing the problem for you?

Viewing 15 posts - 1 through 15 (of 40 total)

You must be logged in to reply to this topic.