Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Hi, I would like to export volume data to create bar graphs etc for YM (or any instrument) in excel. Would like to be able to compare hour of day, day of week similar to what the strategy analyzer does. Thanks very much..
Hello. Exporting data is nice, but I use exotic Unirenko bars and re-calculating everything from tick data is 1) nuisance 2) it is allready being done by NinjaTrader.
What I want is to export everything I have on chart. I mean, numbers allready are …
Could you offer more details on what you want to do? From your post I can't tell. You say "similar to Strategy Analyzer." What do you mean by this? You say, "export volume data to create bar graphs." I'm confused. You need more than volume data to create a bar graph, don't you?
I think it would be relatively simple to go thru a specific time frame on one instrument and get an actual number of the volume such as what the volume indicator tells you when you click on a specific volume bar. Export these values out into excel and create my own bars.... The strategy analyzer does this as well with the day of week, or hour, or half hour etc.
Alright, let me see if I have this straight. Sounds like there are two things you're trying to do:
1) You want to export volume data
2) You want to rescale it so you can see daily volume, weekly volume, monthly volume, etc.
If I understand correctly, you really don't want to try rescaling data in Excel unless you're an expert Excel programmer. Instead you might want to consider adding the different dataseries timescales to the same chart in NinjaTrader (hourly, daily, weekly, monthly,e tc.) and then you could create an indicator to export the volume from each series into a file. Then you might be able to import that into Excel and do something with it.
I got you bro... Just try this. Run this as a strategy with whatever instrument, time frame you want in market replay.
Just open an output window and this will print to your output window.
Once you have ran this for a day or whatever, just hit control A (to select all), then control C (to copy it).
From here paste it into excel. It will hit excel all in one column, so you will need to delimit it. I have delimiter logic built in.... Just hit Data > Text to Columns > Delimited > Other > and finally type the delimiter /
If you look at the code this is what I used to separate each column
Piece of cake, play with it, hack a way, reverse engineer it, add to it etc.
Happy analyzing!
Ian
In the analytical world there is no such thing as art, there is only the science you know and the science you don't know. Characterizing the science you don't know as "art" is a fools game.