PDA

View Full Version : Indicator convert from decimal to 32nds


Json
03-07-2007, 03:35 PM
Is there an easy way to convert an Indicator indecimal to be converted to32nds?

NinjaTrader_Ray
03-08-2007, 01:15 AM
Do you mean for display purposes? If yes, display where, on the chart or in the Output window?

Ray

Json
03-08-2007, 01:30 AM
Yes, for display on chart



Jason

NinjaTrader_Ray
03-08-2007, 01:31 AM
Unfortunately this is not possible.

Ray

tquinn
03-08-2007, 01:38 AM
From Dierk's reply to my similar question, under "General Programming"

PriceDisplay=Bars.Instrument.MasterInstrument.Form atPrice(High[1]);

NinjaTrader_Ray
03-08-2007, 01:45 AM
My apologies, I did not think we exposed that property on an indicator. Its not a documented feature but Tom is right, that will work.

Ray