|
|||||||||||||||||||
|
|||||||||||||||||||
| Special offer: buy AmiBroker and EOD+Real-Time Data |
|
. To: omega-list@xxxxxxxxxx . Subject: ELA CODE -> DUNN'S NOISE TESTER . From: "Andy Dunn" <andy@xxxxxxxx> . Date: Wed, 07 Oct 1998 14:11:12 -0700 . In-Reply-To: <002c01bdf0d1$b5b1c740$0200a8c0@xxxxxxx> . References: <002c01bdf0d1$b5b1c740$0200a8c0@xxxxxxx> . Resent-Date: Wed, 7 Oct 1998 14:11:32 -0700 . Resent-From: omega-list@xxxxxxxxxx . Resent-Message-ID: <"BiFkO3.0.kW4.4az6s"@mx1> . Resent-Sender: omega-list-request@xxxxxxxxxx This comes from the Kaufman interview in S&C bonus issue 98. He talks about giving markets an efficiency ratio or rank and I guess this is used in chaos theory as "fractal efficiency". Anyways, there are 3 ways to calculate this theory....the one with the most detail is to take the "price change" over a period of time, and then divide that by the individual price changes over the same period. The ranking goes between 0 and 1. There is less NOISE in the market and more efficiency as we approach 1, but if the mrket is wild and crazy, teh denominator swells and we approach 0. I believe Kaufman's theory is that it is much easy to trade trends in efficient markets and you can use shorter moving averages...but as markets get more volatile, you then logically have to use loser, or longer MAs. This indicator helps quantify the markets. I'm a butcher of a programmer so I can only figure out how to code this at a 10 day interval...perhaps Pierre or another top programmer would be so kind as to make the "extra cool" version that will allow either O,C, H,or L and any range of days rather than 10. thanks Code:{Inspired by Kaufmans "efficiency ratio" and chaos "fractal
efficiency"} value1= absvalue(close - close[1]); Plot1 (value13, "noise rating");
all formulas for TradeStation all formulas
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| However we try to maintain hiqhest possible level of service - most formulas, oscillators, indicators and systems are submitted by anonymous users. Therefore S4T™ does not take any responsibility for it's quality. If you use any of this information, use it at your own risk. You are responsible for your own trading decisions. Be sure to verify that any information you see on these pages is correct, and is applicable to your particular trade. In no case will S4T™ be responsible for your trading gains or losses. |
|
|