PDA

View Full Version : Fix Request.


Matt_H
08-03-2007, 02:47 PM
HI,

I'm using indicators in some markets that have 3 decimal place precision. In the main panel, if the instrument is in 3 decimal places...so is the indicator. (Indicator has been coded to round to 3 decimal places). However, if I place the same indicator in a second panel...the precision is limited to 2...

2nd..Request
I would like to program my own metrics for optimizing backtesting (e.g. to display on the grid). This doesn't seem to be possible?...

3rd Request
Grid access to raw data..both historical and indicator. C# has some nice controls...

Thanks

Matt

NinjaTrader_Dierk
08-03-2007, 03:01 PM
1) Thanks for your suggestion. We'll add it to the list.
2) Unfortunately not. However, you could print nay information to the Tools->Output window by using the Print() statement in your strategy.
3) You surely could achieve that and users have done this successfully. However this is beyond of what we could support.

Matt_H
08-03-2007, 09:12 PM
Thanks Dierk.

Can you point me in the right direction for access...or past thread...? I scanned the threads and don't see this through the com interface...the MDB files are encrypted... I really just want to put the historic/indicator/backtest stuff into a grid...?

Thanks
Matt

NinjaTrader_Dierk
08-03-2007, 11:29 PM
Unfortunately this is beyond the scope of what we can support. Thanks for your understanding.