Mmmm. I believe there has never been a cumulative/noncumulative option!. But I might add it when I've got the time.
Happy if you find the indicator useful, guys, and thanks for your kind comments.
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...
Well I don't quite see what you mean by that :). What would a constant time/CV chart look like ?
In a CV chart, each bar has a start time and an end time. How do you imagine the constant time bars fitting in ?
Hi all,
I posted the final version of the recording CD indicator for NT.
Enjoy !
http://www.ninjatrader-support2.com/vb/showpost.php?p=85440&postcount=173
Yes !
No ! Keeping real-time files can be useful though, but it is not needed for the recording to work.
But you can use them if you want to generate CD from past data : this is how I built my 5 days chart.
To be sure recording works, start the indicator, then the chart will start...
That I haven't done... What I have done though, is a version that records the calculated CD and rereads it. Well hopefully...
Enjoy :)
http://www.ninjatrader-support2.com/vb/showpost.php?p=85008&postcount=163
In my case it was a bug, I was using e.MarketData.Bid.Price instead of e.Price.
Anyway I posted my indicator on Ninja forum site. Feel free to use :)
http://www.ninjatrader-support2.com/vb/showthread.php?p=84463
Well it did it again.
See CBpasQ chart http://www.elitetrader.com/vb/attachment.php?s=&postid=2356805
My live chart :
Tops and bottoms are not correct
My replay chart :
This one is correct.
I'm trying to investigate...
Sure, but the NT logic is event-oriented.
Suppose you do some action in OnMarketData, and suppose the action is not complete when the next event is fired. What happens ? Events are buffered I suppose.
What I'm looking into is how they are unbuffered. If there's an asynchronous process...