PDA

View Full Version : Drawing a 'ray' starting from CurrentBar?


FireFly
07-04-2007, 12:57 AM
Can I draw a 'ray' (as in the DrawRay method) starting from the CurrentBar into the empty space on the right?
In the DrawRay method I cannot use an endpoint <0 (which would be on the right of the Currentbar).
Is there a simple way to do this anyway?

Thanks!

NinjaTrader_Dierk
07-04-2007, 03:35 AM
>> Can I draw a 'ray' (as in the DrawRay method) starting from the CurrentBar into the empty space on the right?
Sorry no. This is on our list of future considerations already.

FireFly
05-01-2008, 08:46 AM
Hi,

I was wondering if this has already been implemented or if some kind of workaround is available for drawing a 'ray' starting from CurrentBar.

NinjaTrader_Ray
05-01-2008, 08:49 AM
Having anchor points in the future is not currently supported.

FireFly
05-01-2008, 09:17 AM
I hope you guys will still implement this some day.
To me it doesn't seem to be such a big technical challenge to accept negative (=future) barnumbers for X1 in the DrawRay method. After all they are only used to calculate the slope of the line.