Not sure if this is the place to ask the following question or not but here it goes: I want to know if there is anyway of importing NT tick data into MS Excel or not?
For import historical ticks:
NT - Control Center - Tools - Historical Data - Export - result will be in txt format file wich you can open from Excel.
For import realtime ticks:
There is no standart functionality but maybe somebody can write an indicator or a strategy wich can export realtime tick value into an Excel application. Or you can write a macro in Excel to receive tick data throw NT COM API.
Thanks for the reply and input. Yeah, I was in a trading room a while ago and remember someone mentioning that they were able to import real time tick data from ninja into excel. i think he wrote an api for it.
anyway, thanks for the feedback. i'm sure one of these days someone is going to be generous enough to share their code with the rest of the community
This VBA code works! Open a code module in the workbook in which you want to use the function then go to Tools > References to open the References dialog where you will see a list of all the libraries and other objects to which you can set a reference. Select NinjaTrader Client and press the "OK" button.
Then inset a new module and copy a code below.
Using example: in formula field type: "=GetTick("ES 03-10")".
The following 2 users say Thank You to Eloy for this post: