PDA

View Full Version : Indicator max and min plot values


ThePatientOne
04-12-2007, 04:21 AM
How would one go about finding out the maximum and minimum plot values of an indicator that is currently visible on the chart?

Thanks.

NinjaTrader_Ray
04-12-2007, 04:38 AM
Hi,

There are currently no supported methods to determine this.

Ray

ThePatientOne
04-12-2007, 04:47 AM
How about the following:

1) How many bars currently displayed on the chart?

2) What the Y-axis scale min and max values are of the current chart?

Thank you

NinjaTrader_Ray
04-12-2007, 05:10 AM
Sounds like you want to do some custom plotting? The features your looking for are not part of the NinjaScript layer that we provide support for. However, the layer underneath does provide this level of functionality.

I will direct you to this post that does discuss some of these things.

http://ninjatrader.mywowbb.com/view_topic.php?id=1445&forum_id=14&highlight=Radit z

We may at a later date provide a sample indicator that demonstrates the useof these lower level features.

Ray