Dear Support:
This is my question and my main goal for using your product. I know is little weird because you are especialized in tick data.
But can I have a set of m1 data (O-H-L-C) with volume, ready to export to NInjaTrader using TickHistory?
Greetings
BeLikeWater
Can I have m1 data (without tick data ready for NinjaTrader?
-
- Posts: 22
- Joined: Mon Nov 24, 2014 12:31 pm
Re: Can I have m1 data (without tick data ready for NinjaTra
Hi BeLikeWater,
Yes, you can export bar data to Ninjatrader using the following 'Export to file' custom format:
Timeframe: 1-Minute (or any other bar time-frame)
Include headers: No
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume}
We will be adding this into the pre-defined list in the next release.
Hope this helps.
Yes, you can export bar data to Ninjatrader using the following 'Export to file' custom format:
Timeframe: 1-Minute (or any other bar time-frame)
Include headers: No
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume}
We will be adding this into the pre-defined list in the next release.
Hope this helps.
-
- Posts: 22
- Joined: Mon Nov 24, 2014 12:31 pm
Re: Can I have m1 data (without tick data ready for NinjaTra
Dear Support
Thank you for your answer, and yes I think its a great idea to put it predefined in the program.
One more question regarding this issue, when I import into the Ninjatrader it ask me to put if the data is presented in Bid, Ask or Last. What should I put for the minute data?
Thank you
BeLikewater
Thank you for your answer, and yes I think its a great idea to put it predefined in the program.
One more question regarding this issue, when I import into the Ninjatrader it ask me to put if the data is presented in Bid, Ask or Last. What should I put for the minute data?
Thank you
BeLikewater
-
- Posts: 22
- Joined: Mon Nov 24, 2014 12:31 pm
Re: Can I have m1 data (without tick data ready for NinjaTra
Dear Support
NinjaTrader doesnt seems to accept the volume format.
Volumes of the file text attached are accepted until line 4.
Do you something about this matter?
Greetings
Belikewater
NinjaTrader doesnt seems to accept the volume format.
Volumes of the file text attached are accepted until line 4.
Do you something about this matter?
Greetings
Belikewater
- Attachments
-
[You must be logged in to view this attachment.]
-
- Posts: 22
- Joined: Mon Nov 24, 2014 12:31 pm
Re: Can I have m1 data (without tick data ready for NinjaTra
Dear Support
I have contact with NinjaTrader and it seems that volume must be passed with an int. So that why the problem. Is there any solution inside TickStory for this?
Thank you
BeLikeWater
I have contact with NinjaTrader and it seems that volume must be passed with an int. So that why the problem. Is there any solution inside TickStory for this?
Thank you
BeLikeWater
Re: Can I have m1 data (without tick data ready for NinjaTra
Hi BeLikeWater,
v1.5.2 has just been released to include this pre-defined format. The volume output should also be outputted as an INT, as NinjaTrader expects. FYI, this can be done manually by specifying the following custom format which forces the volume field to be truncated to an int:
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume:F0}
Regards.
v1.5.2 has just been released to include this pre-defined format. The volume output should also be outputted as an INT, as NinjaTrader expects. FYI, this can be done manually by specifying the following custom format which forces the volume field to be truncated to an int:
Custom Format: {BarBeginTime:yyyyMMdd} {BarBeginTime:HHmmss};{Open};{High};{Low};{Close};{Volume:F0}
Regards.