Quote from gomifromparis:
Well to a certain extent you can do simply certain things : see the multiple timeframes indicator
http://www.ninjatrader-support2.com/vb/showpost.php?p=15368&postcount=1
As you can do anything you want in a custom Plot function, you can create a CV chart under a constant time chart. You just intercept the onmarketdata and build the charts you want with the incoming ticks. This will only work in real time though... And with some code...
For historical data it won't work because NinjaTrader returns a set of bars from tick database, but you can't intercept the tick flow to build your own indicators. Or you have to build your own historical data files. Oh that remembers me something![]()
OK thanks gomi. Not so simple it seems. Have a nice weekend.
JW

