NexusFi: Find Your Edge


Home Menu

 





Kaufman Efficiency Study


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Fat Tails with 5 posts (19 thanks)
    2. looks_two Jura with 2 posts (1 thanks)
    3. looks_3 wireford with 2 posts (0 thanks)
    4. looks_4 traderjcf with 2 posts (0 thanks)
    1. trending_up 9,087 views
    2. thumb_up 23 thanks given
    3. group 4 followers
    1. forum 12 posts
    2. attach_file 2 attachments




 
Search this Thread

Kaufman Efficiency Study

  #1 (permalink)
 wireford 
Chicago, Illinois
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/ZENFIRE
Trading: 6E
Posts: 134 since Mar 2011
Thanks Given: 431
Thanks Received: 68

I have to upgrade to latest NT7 and need to download an indicator I have on earlier version of 7. It is the Kauffman Efficiency Study but I cannot seem to locate it on the regular or elite download pages. Anyone?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #3 (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



wireford View Post
I have to upgrade to latest NT7 and need to download an indicator I have on earlier version of 7. It is the Kauffman Efficiency Study but I cannot seem to locate it on the regular or elite download pages. Anyone?


I had modified the Kaufman Efficiency Ratio, the result can be found here:



Will come back with some details later.

Reply With Quote
Thanked by:
  #4 (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

I have revisited the indicator and slightly modified, by using a different formula for the signal line. The indicator and the chart are attached below.

Short explanation of the indicator.

A market is trending or efficient, if it does not move forth and back all the time. To find out whether it is smoothly moving in one direction, Perry Kaufman used the absolute amount of the n-bar momentum and compared this to the sum of the absolute amounts of the last n 1-bar momentum. A random walk is unlikely to produce 10 steps in the same direction, a trending market will. Here are the formulae:

signal : absolute amount of the last n-bar price move (n-bar momentum)
noise: sum of the absolute amounts of the last n 1-bar price moves (1-bar momentum)
efficiency ratio: signal/noise * 100

I have slightly modified the formula by substituting the momentum with the balanced momentum (see download section). I have then added a signal line, which is an EMA of the efficiency ratio based on a smoothing period.

Attached Thumbnails
Click image for larger version

Name:	Kaufman.jpg
Views:	508
Size:	98.5 KB
ID:	38988  
Attached Files
Elite Membership required to download: KaufmanEfficiency.zip
Reply With Quote
  #5 (permalink)
 wireford 
Chicago, Illinois
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/ZENFIRE
Trading: 6E
Posts: 134 since Mar 2011
Thanks Given: 431
Thanks Received: 68

Thanks a ton FT for this and all you do for futures.io (formerly BMT).

Started this thread Reply With Quote
  #6 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


Fat Tails View Post
I have revisited the indicator and slightly modified, by using a different formula for the signal line. The indicator and the chart are attached below.

Short explanation of the indicator.

A market is trending or efficient, if it does not move forth and back all the time. To find out whether it is smoothly moving in one direction, Perry Kaufman used the absolute amount of the n-bar momentum and compared this to the sum of the absolute amounts of the last n 1-bar momentum. A random walk is unlikely to produce 10 steps in the same direction, a trending market will. Here are the formulae:

signal : absolute amount of the last n-bar price move (n-bar momentum)
noise: sum of the absolute amounts of the last n 1-bar price moves (1-bar momentum)
efficiency ratio: signal/noise * 100

Thanks for coding this indicator @ Fat Tails and enhancing it. I've converted it to MultiCharts' EasyLanguage for personal use - would you be okay with it if I uploaded that version to the download section? (Of course with credit to you & mr. Kaufman ).

Reply With Quote
  #7 (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


Jura View Post
Thanks for coding this indicator @ Fat Tails and enhancing it. I've converted it to MultiCharts' EasyLanguage for personal use - would you be okay with it if I uploaded that version to the download section? (Of course with credit to you & mr. Kaufman ).

@Jura: Of course! You should not give any credits to me, I did not invent the beast, just modified it .

Reply With Quote
Thanked by:
  #8 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


Fat Tails View Post
@ Jura: Of course! You should not give any credits to me, I did not invent the beast, just modified it .

Thanks FatTails!

MultiCharts users can find the indicator here: [U]Kaufman Efficiency Ratio for [AUTOLINK]MultiCharts[/AUTOLINK].[/U]

Reply With Quote
Thanked by:
  #9 (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

The Kaufman Efficiency Ratio could not be called from strategies that run in CalculateOnBarClose = false, because I had it initialized with CalculateOnBarClose = true. So I have modified the Initialize() section of the indicator and also slighlty improved the code efficiency.


Reply With Quote
  #10 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603



Fat Tails View Post
The Kaufman Efficiency Ratio could not be called from strategies that run in CalculateOnBarClose = false, because I had it initialized with CalculateOnBarClose = true. So I have modified the Initialize() section of the indicator and also slighlty improved the code efficiency.


Notifications sent.

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
Thanked by:




Last Updated on August 3, 2013


© 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