|
|||||||||||||||||||||||||||||||
| Special offer: buy AmiBroker and EOD+Real-Time Data |
|
Re: Reverse Engineering Request . To: . Subject: Re: Reverse Engineering Request . From: "The Omega Man (TM)" . Date: Sun, 30 Aug 1998 23:17:16 -0400 . Reply-To: "The Omega Man (TM)" . Resent-Date: Sun, 30 Aug 1998 20:17:04 -0700 . Resent-From: omega-list@xxxxxxxxxx . Resent-Message-ID: <"Olq0y.0.752.mMXwr"@mx1> . Resent-Sender: omega-list-request@xxxxxxxxxx This ought to get you pretty close... I'll let you read Tommy's book if you want to fine tune things further: Type : Indicator, Name : Reverse Engineering Input: OVERBGHT(45), OVERSOLD(-45),REI_BARS(5); Var:Cond1(0), Cond2(0), D(0), SumD(0), Cnt(0), REI(0); If (H If (L>H[5] and L>H[6]) and (L[2] > C[7] and L[2] > C[8]) then Cond2=0 Else Cond2=1; If Cond1=1 and Cond2=1 then D=(H-H[2])+(L-L[2]) else D=0; SumD=0; For cnt =0 to REI_BARS-1 begin SumD=SumD+D[cnt]; End; REI = (100/REI_BARS)*SumD/(Highest(H,REI_BARS) - Lowest(L,REI_BARS)); Plot1(REI,"TDC.REI"); Plot2(OVERBGHT,"OverBght"); Plot3(OVERSOLD,"OverSold"); All the best, The Omega Man I built me a raft and she's ready for floatin' -----Original Message----- From: Ishmael Jonah Smith To: omega-list@xxxxxxxxxx Cc: editorial@xxxxxxxxxxxxx Date: Sunday, August 30, 1998 9:48 PM Subject: Reverse Engineering Request The Omega Man wrote: < Joe -- what about trying the ThomasDemark Expert indicator that comes password locked with TS. Regards, IJS [9917] Code:
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. |
||
|
||
|