log in     sign up for free
 
If you really think the stock is going to make a big move - and that should be the only reason you are buying the stock to begin with - then there is no reason to haggle over an eighth of a point. Just buy the stock.
David Ryan
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
Formula Library
 
AmiBroker
MetaTrader
MetaStock
TradeStation
Wealth-Lab
NinjaTrader
 
add your formula
System Library
 
 
Account login
Your email:
Password:
 
Log in
New to s4t? Sign up.
If you forgot your password click here.
Search the Web
 
Custom Search

Reverse Engineering

Formula for: TradeStation

indicator

 

 

Views:  1745

Added: July 21, 2008
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5
This formula has not been rated yet
 

email this link

 
 
Tags: TradeStation, indicator
 


Re: Reverse Engineering Request
. To: , "Ishmael Jonah Smith"
. 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 then Cond1=0 Else Cond1=1;

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:

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 then Cond1=0 Else Cond1=1;

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");

 





Code to difficult? Find somebody to help you with coding here.

 


Source: http://www.purebytes.com

 

View similar (indicator for TradeStation):

Cosine IFM
Heikin Ashi II
DotDisp
MACD RS
Phase Calculation
Hilbert Transform
Power RSI Pivot
Hull Moving Average
LBR_IntraHL Channel
eVwma
...
 
 
all formulas for TradeStation
all formulas

 

 

Email to friend

Top

 

     
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.
PayPalSecure payments by PayPal S4T™ is a part of TAURO EDUCATION NETWORK
 
Privacy note | (c) copyrights systems4trading.com 2006-2009