PDA

View Full Version : Three questions (Pivots ,Andrews' Pitchfork and data window)


max1ci6
03-12-2007, 05:00 AM
Dear Sirs

I have three questions:
1- I need to plot intraday pivots and the built-in indicator plots them nicely, but what if I would like to input manually the data from the prior session to calculate the pivots , S1, R1 etc.?
I could need to input them manually for instance due to a hole in the database .... is there a way or do I need a new indicator?
2- I see the text (0%,50% and 100%) any time i plot an Andrews' pitchfork at right end of the lines , is there a way to not show this text ? They only clutters the chart for my needs.
3- the short-cut (click on the mouse wheel or middle button) which shows the ohlc data for the bar the pointer is on does have the problem that ,if the chosen bar is close to the right edge of the chart , the data window will go outside the chart and the data will not be visible.
How can I sort out this problem?

Rgds

NinjaTrader_Ray
03-12-2007, 05:40 AM
Hi,

1)There is no way to do this with our prebuilt indicator. This can be custom programmed with NinjaScript. If you want to plot your own calculated pivots, you could also use the Constant Lines indicator.


2) There is currently no option to disable the display of text on drawing objects, I willl add this as an enhancement request.

3) Thanks for reporting, what you can do is middle click farther away from the right edge of the chart so you can see the data box, keep the button pressed down and move your mouse pointer to the bar you want to see. The data window is dynamic in that it updates according to the bar the mouse pointer is hovering over.



Ray

max1ci6
03-12-2007, 06:00 AM
Thanks Ray

max1ci6
03-12-2007, 06:06 AM
Ray another question :
is there a way to plot 2 days ago ohlc (same as prior day ohlc indicator)?

Thanks

NinjaTrader_Ray
03-12-2007, 06:11 AM
Not out of the box, but can be custom coded via NinjaScript.

Ray