|
|||||||||||||||||||||||||||||||
| Special offer: buy MetaStock (try for free) | Reuters QuoteCenter Real-Time Data (get a free month) | EOD Data |
|
ELA CODE - > Dunn's Density Indicator . To: omega-list@xxxxxxxxxx . Subject: ELA CODE - > DUNN'S DENSITY INDICATOR . From: "Andy Dunn" <andy@xxxxxxxx> . Date: Sun, 04 Oct 1998 13:38:36 -0700 . In-Reply-To: <199810041259310520.033DB8B3@xxxxxxxx> . References: <029901bdefcf$77efe0c0$a473b5cc@xxxxxxxxxxxx> . Resent-Date: Sun, 4 Oct 1998 13:38:49 -0700 . Resent-From: omega-list@xxxxxxxxxx . Resent-Message-ID: <"Uqmz2.0.SF6.Ppz5s"@mx1> . Resent-Sender: omega-list-request@xxxxxxxxxx As promosed earlier, no more fight letters today and just juicy code...Is it code like Welle's Wilder thougth up in the seveties? Maybe, and then again...maybe not...you be the judge WARNING: I make this stuff up as I go, and if my spelling is any indication, this programming may be riddled with unintentional and intentional freaky stuff. Please feel free to correct me where logic and code do not co-incide. DUNN'S DENSITY OF CLOSES What Does It Do It looks at the last 10 days of closes and check one days close against the previous days close and then is +1 or -1. The indicator can swing from -10 to 10. My hope is that an increasing number of closes in a certain direction maybe a lead indicator for a new trend when combined with moving averages etc. Code:{Paste this in as an INDICATOR...or paste it into a system} Value1= C-C[1]; If Value1 > 0 then value11=value11+1; plot1(value11, "densityC");
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. |
||
|
||
|