PDA

View Full Version : SwingTemp


Eric M.
07-14-2008, 07:37 AM
Some time back I came across a Swing Script for NinjaTrader - I have no idea of the origin).
The script shows the points move per swing and the Fib Retracement of the last swing.
Is there some way that I can edit the font of the points value to increase the size and change it to "bold" text and if possible change the position of the text ?
Also is it possible to alter the values of the retracement levels ?
Any help would be greatly appreciated !!

Eric

NinjaTrader_Dierk
07-14-2008, 07:45 AM
Hmm ... you would need to contact the author for clarification ... as last resort you could contact a certified NinjaScript consultant in order to "reverse engineer"/analyze this script: http://www.ninjatrader.com/webnew/partners_onlinetrading_NinjaScript.htm

Eric M.
07-15-2008, 03:46 PM
Is there a way to change the font style to "bold" ?
I've looked up the parameters for DrawText() in the NinjaTrader Version 6 Help Guide but all the Reference links are dead links.

Eric

NinjaTrader_Ray
07-15-2008, 03:49 PM
When passing in the font object into the DrawText() method, you can do something like:

new Font("Arial",10,FontStyle.Bold)

I believe...You will have check the MSDN DOC for proper Font() constructors but In think this will work.

duck_CA
09-22-2008, 05:02 PM
this is a great indicator and works nicely on the YM where each tick equals one point...
I'm trying to see if that can be changed on the ES to show the swing in points and not ticks...pic shows swings on a tick level


attached is also the indicator in a word doc

thank you

Elliott Wave
12-03-2008, 12:30 AM
I added options to change the font, font color and text offset.

Eric M.
12-03-2008, 12:50 AM
EW,

Exactly what I was after !!
Many thanks.

Eric

ctrlbrk
05-31-2009, 06:31 PM
Eric & EW,

Thank you for this indicator.

I was wondering if you could provide some insight as to how this indicator has helped in your trading. How are you applying it?

I looked at this for a couple of hours and just couldn't find anything that would improve my profitability. I really did like the automatic fib plotting, but it did not extend into the future and did not use the Ninja "right margin" of the chart, making it very difficult to read or keep on the chart for live trading.

Mike

hawkvt1
06-19-2009, 02:40 PM
I have tried importing the updated indicator that Elliot Wave posted but I get an error message stating that there is bugs in the script.

The current swing tool that I am using will not plot the lines between swings when I do replays or pull up a chart after market hours.

Any ideas?

Thanks

duck_CA
07-09-2009, 08:52 AM
seems that the lines will not draw. text does work

mccallum28
01-04-2012, 05:27 AM
Hi,

When I try to import it says an idicator uses the same methods. How do I know which on and how do i upload this one?

NinjaTrader_Bertrand
01-04-2012, 05:50 AM
Hi,

When I try to import it says an idicator uses the same methods. How do I know which on and how do i upload this one?

Would the attached import well on your NT7?