NexusFi: Find Your Edge


Home Menu

 





trend channel indicator available?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Fat Tails with 5 posts (6 thanks)
    2. looks_two NinjaTrader with 4 posts (8 thanks)
    3. looks_3 DavidHP with 3 posts (1 thanks)
    4. looks_4 yeshe with 2 posts (0 thanks)
      Best Posters
    1. looks_one NinjaTrader with 2 thanks per post
    2. looks_two Fat Tails with 1.2 thanks per post
    3. looks_3 Haverchuck with 1 thanks per post
    4. looks_4 DavidHP with 0.3 thanks per post
    1. trending_up 21,208 views
    2. thumb_up 17 thanks given
    3. group 7 followers
    1. forum 22 posts
    2. attach_file 8 attachments




 
Search this Thread

trend channel indicator available?

  #11 (permalink)
 
NinjaTrader's Avatar
 NinjaTrader  NinjaTrader is an official Site Sponsor
Site Sponsor

Web: NinjaTrader
AMA: Ask Me Anything
Webinars: NinjaTrader Webinars
Elite offer: Click here
 
Posts: 1,713 since May 2010
Thanks Given: 203
Thanks Received: 2,686


DavidHP View Post
ETA?

Days not weeks.

Follow me on Twitter Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Increase in trading performance by 75%
The Elite Circle
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
36 thanks
Spoo-nalysis ES e-mini futures S&P 500
24 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #12 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102

Have looked around for a trend channel indicator, and there is an indicator for MetaTrader which is called SHI Channel. I could try to convert this to NinjaTrader, it would be at least a starting point.


This is the MetaTrader code:

SHI_Channel_true.mq4 - MQL4 Code Base

Chart and metatrader indicator file attached.

Attached Thumbnails
Click image for larger version

Name:	SHI Channel.gif
Views:	332
Size:	18.8 KB
ID:	38613  
Attached Files
Elite Membership required to download: SHI_Channel_true.mq4
Reply With Quote
Thanked by:
  #13 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


This is one of the standard ways to draw trendlines:

Drawing Trendlines In An Uptrend

1. Examine the bottoms of the candles on your chart and identify the most recent candle wick that is lower than the candle wicks to the immediate right and left of it.
2. Look left on the chart, and identify the previous low candle that has candle wicks higher to the immediate right and left of it which is lower than the current low candle.
3. Now draw a line from the current lowest candle to the previous lowest candle (drawing from right to left).
4. Now take the end of the newly drawn line which stops at the current low candle and extend it forward some distance (drawing from the present position to the right).

Drawing Trendlines In A Downtrend

1. Examine the tops of the candles on your chart and identify the most recent candle wick that is higher than the candle wicks to the immediate right and left of it.
2. Look left on the chart, and identify the previous high candle that has candle wicks lower to the immediate right and left of it which is higher than the current high candle.
3. Now draw a line from the current highest candle to the previous highest candle (drawing from right to left).
4. Now take the end of the newly drawn line which stops at the current high candle and extend it forward some distance (drawing from the present position to the right).

Article Source: Forex Information - How To Draw DeMark Trendlines

This is the way most simple autotrendlines are coded.

Improvements that can be added:

-> Use higher order swing highs and lows.
-> Use an underlying trend filter to filter out irrelevant trendlines.
-> Do not use recent highs and lows, as you are more interested to see older trendlines
-> Shift the trendlines to avoid that wicks which do not comply with high and low definitions to not exceed them
-> add channel lines by using a single high or low on the opposite side
-> also use smaller order highs or lows for the trend channel line, once a new trend has started

Reply With Quote
  #14 (permalink)
 
DavidHP's Avatar
 DavidHP 
Isla Mujeres, MX
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader
Broker: Ninjatrader / Optimus Futures / AmpFutures
Trading: ES / 6E / 6B / CL
Frequency: Every few days
Duration: Minutes
Posts: 1,611 since Aug 2009
Thanks Given: 11,336
Thanks Received: 2,744


NinjaTrader View Post
Days not weeks.

Thanks,
Upgraded last night.

Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
Follow me on Twitter Reply With Quote
  #15 (permalink)
 subterfuge 
uk
 
Experience: Intermediate
Platform: ninja
Broker: amp
Trading: ES
Posts: 179 since Aug 2009


Fat Tails View Post
Have looked around for a trend channel indicator, and there is an indicator for MetaTrader which is called SHI Channel. I could try to convert this to NinjaTrader, it would be at least a starting point.


This is the MetaTrader code:

SHI_Channel_true.mq4 - MQL4 Code Base

Chart and metatrader indicator file attached.

Hi Fat tails.
I had to check my opening post again after reading yours, because I thought I had already mentioned the shi-true indicator.
I must have deleted it accidentally whilst initially correcting spelling mistakes or something! lol

Yes, I have used the shi-true indicator for a few years and it sometimes picks out exactly what I was referring too.
There are also other metatrader indicators that are described as trendline indicators which also pick out such channels.

I for one would like to see you attempt to convert the shi-true indicator too at least, as you say, give us a nice starting point.

regards.

Sub

Started this thread Reply With Quote
  #16 (permalink)
 
Haverchuck's Avatar
 Haverchuck 
California
 
Experience: Intermediate
Platform: NT
Trading: Index Futures
Posts: 115 since Jul 2009
Thanks Given: 88
Thanks Received: 93

As promised, the latest version of NT does indeed have a new trend channel drawing tool.

Reply With Quote
  #17 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,440 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,599


Haverchuck View Post
As promised, the latest version of NT does indeed have a new trend channel drawing tool.

Can you tell us what is new about it?

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #18 (permalink)
 
Haverchuck's Avatar
 Haverchuck 
California
 
Experience: Intermediate
Platform: NT
Trading: Index Futures
Posts: 115 since Jul 2009
Thanks Given: 88
Thanks Received: 93


Big Mike View Post
Can you tell us what is new about it?

Mike

Previously, if you drew a line or ray for a trend line, you would have to copy, paste, and manually drag a new line to the other side of the channel to create the channel lines. Moving one channel line wouldn't affect the other line, so you ran the risk of the lines no longer being the same angle. With the new tool, you draw the line/ray TL as before and NT automatically creates a parallel copy, which you still need to drag to the other side of the channel, but once in place, the entire channel can now be dragged, re-angled, etc.

Reply With Quote
Thanked by:
  #19 (permalink)
 
NinjaTrader's Avatar
 NinjaTrader  NinjaTrader is an official Site Sponsor
Site Sponsor

Web: NinjaTrader
AMA: Ask Me Anything
Webinars: NinjaTrader Webinars
Elite offer: Click here
 
Posts: 1,713 since May 2010
Thanks Given: 203
Thanks Received: 2,686


Haverchuck View Post
Previously, if you drew a line or ray for a trend line, you would have to copy, paste, and manually drag a new line to the other side of the channel to create the channel lines. Moving one channel line wouldn't affect the other line, so you ran the risk of the lines no longer being the same angle. With the new tool, you draw the line/ray TL as before and NT automatically creates a parallel copy, which you still need to drag to the other side of the channel, but once in place, the entire channel can now be dragged, re-angled, etc.

In addition...

- You can use several user defined channel lines
- You can save these as templates
- You can extend the lines left and right

Attached Thumbnails
Click image for larger version

Name:	1.JPG
Views:	356
Size:	61.0 KB
ID:	38849  
Follow me on Twitter Reply With Quote
  #20 (permalink)
 yeshe 
San Fransisco Ca
 
Experience: Intermediate
Platform: Ninjatrader
Broker: IB
Trading: forex
Posts: 17 since Jan 2014
Thanks Given: 5
Thanks Received: 1


hello,

i am still looking for a reliable trend channel indicator . And was wondering if Fat tails took on the challenge to program the ninjascript version of metatrader?

In the last 4 years has there been improvement in programming a trend channel indicator?

Is this possible:
You manually draw the trend channels on the chart, but the strategy is able to identify and use these lines for auto trading?

yeshe

Reply With Quote




Last Updated on August 28, 2015


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts