NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > NinjaScript File Sharing > NinjaScript File Sharing Discussion

NinjaScript File Sharing Discussion Discussion for shared NinjaScript files.

Reply
 
Thread Tools Display Modes
Old 08-26-2007, 09:05 AM   #1
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default Automatic Trend Line Detection and Alert

This is an indicator I published for the September 07 issue of S&C. This indicator is provided on an "as-is" basis.

To import:

- Download the file contained in this thread to your desktop
- From the Control Center window select the menu File > Utilities > Import NinjaScript
- Select the downloaded file
Attached Files
File Type: zip AutoTrendLine.zip (6.1 KB, 1189 views)
NinjaTrader_Ray is offline  
Reply With Quote
The following user says thank you to NinjaTrader_Ray for this post:
Old 08-27-2007, 08:55 PM   #2
BC5391
Junior Member
 
Join Date: Aug 2007
Posts: 18
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Ray,

I did modify the alert, any wave file you want can be created here

http://public.research.att.com/~ttsweb/tts/demo.php
BC5391 is offline  
Reply With Quote
Old 09-19-2007, 10:57 AM   #3
prostyle
Junior Member
 
Join Date: Aug 2007
Posts: 29
Thanks: 0
Thanked 0 times in 0 posts
Default Trend Line Question

Hello,

You auto trend line is GREAT! I love it.

Have a question for you. How hard would it be
to devise a indicator that works the same type of
way but works with divergence?

Ie - plots the divergence between price action
and say macd or stoch or both :-)

Thanks,

Colin
prostyle is offline  
Reply With Quote
Old 09-21-2007, 12:29 AM   #4
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Ray for the auto trendline indicator.

When I tried to install it is trying to overwrite the default "swing"indicator, is this expected? Does it change swing indicator in anyway?

What does the "strength" field indicate? Does it indicate number of swing pivots needed for drawing the trendline?

Did you test whats the optimum strength field for ES 3 min chart. Appreciate your time on this.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 09-21-2007, 01:29 AM   #5
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

The reason it is trying to overwrite the Swing indicator is because the way the export NinjaScript is designed is to allow the export file to work on its own. You can safely overwrite your Swing indicator as it is the same file. There will be no changes done.
NinjaTrader_Josh is offline  
Reply With Quote
Old 09-21-2007, 06:59 AM   #6
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default

Strength represents the number of bars left and right of a pivot required to form a pivot. I have not done any optimization to determine best values on any time frame.
NinjaTrader_Ray is offline  
Reply With Quote
Old 09-21-2007, 07:08 AM   #7
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Josh. I appreciate it.

Do you know what the "strength" field indicates? Does it indicate number of swing pivots needed for drawing the trendline?

Did you test whats the optimum strength field for ES 3 min chart. Appreciate your time on this.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 09-30-2007, 11:14 PM   #8
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Hi

Any active users of this auto trendline indicator, did you experiment with what "strength" property value you are getting good results? I tried 5 and not sure if it is good.

Also when does it give the signal. Does it wait for atleast one bar to close below the current trendline?

Josh thanks for good indicator. I am not a Ninja programming expert, trying to learn the indicator programming. Is it possible you can modify the indicator to include a property field "the number of bars to close below trendline to give signal"

Also I would like to request if you are considering enhancements to make the trendline a little below the swing lows with a "displacement". For example in an uptrend the trendline is joining the swing low pivots. I am finding that if the trendline is a bit conservative and like a few ticks below the swing lows, it is holding well. For example, if the swing lows in ES uptrend are like 1531.50, 1535.50, 1540.50, then a line joining 1531.25 ,1535.25,1540.25 with 0.25 displacement to downside is holding really well and when it breaks, it gives a very strong signal and doesn't give false signals. May be this can be enhanced by adding a "displacement field" to properties.

I appreciate your time and any active users opinion on this.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 09-30-2007, 11:20 PM   #9
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

Unfortunately I cannot provide assistance on this indicator RK_trader. It wasn't me who programmed this one and so I do not know what the parameters do or mean.
NinjaTrader_Josh is offline  
Reply With Quote
Old 09-30-2007, 11:46 PM   #10
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Josh for the quick reply. No problem.

I would appreciate opinions/comments on people who are actively using this indicator. Any volunteers who can modify the code to get the enhancements/options.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 10-01-2007, 02:33 PM   #11
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default

The indicator waits for the first value lower or higher than a uptrend or downtrend line. If the indicator's "Calculate on bar close" is set to true, it will wait for a close of the bar otherwise just the first tick.

Unfortunately I will not be ammending the code to provide extra user defineable parameters however, anyone can take this open source code and modify it as they wish.
NinjaTrader_Ray is offline  
Reply With Quote
Old 10-01-2007, 09:24 PM   #12
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Ray. I am still in learning phase of Ninja programming.

I see "calculateonbarclose" on line 42 in Initialize() and it is set to true

And the other place I see it is on line 298 which says as below:

indicator.CalculateOnBarClose = CalculateOnBarClose;

Can you please clarify as to in which line, I need to change the value to true, so that it waits for a a bar to close below the trendline to give the alert.

Appreciate your time on this.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 10-02-2007, 07:53 AM   #13
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default

Line 42 should be set to 'true'.
NinjaTrader_Ray is offline  
Reply With Quote
Old 10-02-2007, 09:59 AM   #14
RK_trader
Senior Member
 
Join Date: Jun 2007
Posts: 254
Thanks: 0
Thanked 0 times in 0 posts
Default

Hi Ray,

In line 42, it is already set to true.

Thanks
RK
RK_trader is offline  
Reply With Quote
Old 10-17-2007, 08:03 AM   #15
APat1
Junior Member
 
Join Date: Oct 2007
Posts: 11
Thanks: 0
Thanked 0 times in 0 posts
Default

If it is set tof alse the calcs are on incoming tick basis.
Probably can change it in the indicator prop window.
Pat
APat1 is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Trend Line Indicator Greg1 Charting 6 07-23-2009 07:48 AM
Pattern detection via indicator nybangali Indicator Development 6 08-20-2007 12:52 AM
CCI w/ Audible Alert Jibu V Indicator Development 12 08-03-2007 11:08 AM
Alert() AO76 Strategy Development 5 05-27-2007 09:21 AM
Line "names" in Indicator Box change to "Line" after modification higler Charting 3 05-02-2007 06:05 AM


All times are GMT -6. The time now is 03:07 PM.