PDA

View Full Version : Axis numbers blank. Wha?!


noevictorian
10-06-2009, 10:47 AM
I have an indicator and the axis numbers aren't displaying. I don't mean the PaintPriceMarkers value (which I have set to true and false in testing). I mean the numbers on the axis.

It's a 0 - 100 oscillator and the right side axis is just blank. If I turn on PaintPriceMarkers, I see my current value in the little price marker box but the rest of the axis is still blank.

Any ideas? I didn't know you could turn this off but apparently you can and I don't know how to turn it on.

Thanks!

NinjaTrader_Bertrand
10-06-2009, 10:56 AM
Is this happening only for this specific indicator noevictorian?

Do you see any log error when it's applied to the chart?

noevictorian
10-06-2009, 11:04 AM
Yeah it's just this indicator.

I'll check the log.

NinjaTrader_Bertrand
10-06-2009, 11:09 AM
Ok, are you using any overriding the default plot method in this script that may distort the scaling?

noevictorian
10-06-2009, 11:10 AM
Nothing in the log but when I just changed the "AddLine" settings from a hardcoded integer to reference a variable, they came back... weird.

NinjaTrader_Bertrand
10-06-2009, 11:13 AM
Great you got it resolved, if you like I can test this on my end...