Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • meheustbruno
    Participant
    Post count: 1

    @tickstory wrote:

    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.

    Hi there, thank you for this great project and what was achieved

    Would you be kind enough to include this NinjaTrader Bar format (that works for minute based intervals) as a pre-defined setting on next release ? Thanks in advance

Viewing 1 post (of 1 total)