PDA

View Full Version : plotting markers on past data


x2012
08-16-2007, 06:21 AM
Hi, im not sure whether or not if this can be done in NT but here it goes.

I'm trying to do some analysis on Tick Data for the current contract month on the YM for which I have already written some code in C# using Visual studio.

Is it possible to plot markers(doesnt matter what kind of marker) on a tick or minute chart on this contract month's chart if the code I have written matches certain criteria eg. if volume > 20 on that tick, plot the marker...?

I'm new at programming, so it will be too time consuming to program in all kinds of price patterns...instead, if I could just use the code I already have, and have some kind of visual confirmation on the charts.

Thanks

NinjaTrader_Ray
08-16-2007, 06:25 AM
Technically this is possible since NinjaScript exposes the full extent of the .NET framework but unfortunately this is outside the scope of what we provide support for.

x2012
08-16-2007, 06:54 AM
I see.

In that case, will any one here be able to help with this?