log in     sign up for free
 
Dramatic and emotional trading experiences tend to be negative. Pride is a great banana peel, as are hope, fear, and greed. My biggest slip-ups occurred shortly after I got emotionally involved with positions.
Ed Seykota
 
 
Home
systems (284)
 
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

MB/ADX EZ Dynamic

Formula for: TradeStation

indicator


 

 

Views:  1572

Added: June 16, 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
 
Your Ad Here
. To: "Code List" ,"Omega List" ,"ATI-List"
. Subject: MB/ADX EZ Dynamic "sort of"
. From: markbrown@xxxxxxxxxxxxx (Mark Brown)
. Date: Mon, 21 Sep 1998 00:25:17 -0500
. Delivered-To: mailing list ati@xxxxxxxxxx
. Mailing-List: contact ati-help@xxxxxxxxxx; run by ezmlm

below is a redo of an indicator I posted to traderclub http://www.traderclub.com/index.htm
so I figured I'd post it here too.

for an ela file of the indicator for TS/SC go here : http://www.markbrown.com/mbadxezd.ela

for a screen shot of the indicator go here : http://www.markbrown.com/mbadxezd.htm

 

 



Code:

Type : Indicator, Name : MB/ADX EZ Dynamic
input:
adxlen(28),
adxavg(2),
dmilen(28),
dmiavg(2),
factor(0),
min(10),
max(50);

Value1=(ADX(adxlen));
var:zone(0);
zone=highest((TrueRange[(adx(max))]+min),max);

{min is an adjustment that should be set acording to the market, 10 will
work for most and 50 for the max}

If Value1[0]>factor then begin

{factor is the setting that the adx must be greater than before it starts to plot, I have found that by setting this to 5 or 10 I can see more indicator in the sub plot and greater detail. The setting is at zero as a default, you may want to play with it}

Plot2(ADX(adxlen),"Trend");end;
if adx(adxlen)>zone then begin
if (Average(dmiplus(dmilen),dmiavg))>(Average(dmiminus(dmilen),dmiavg))
then begin Plot3(Zone,"TrendBuy");end;end;
if adx(adxlen)>zone then begin
if (Average(dmiplus(dmilen),dmiavg))<(Average(dmiminus(dmilen),dmiavg))
then begin Plot4(Zone,"TrendSell") ;
end;
end;

if adx(adxlen)>zone then begin
If Value1[0]>(average(value1[1],adxavg)) then
Plot1(ADX(adxlen),"TrendStart") ;end;
IF CheckAlert Then Begin IF Plot1 Crosses Above zone - 1 Then Alert = TRUE;
End;

 






Author: Mark Brown
Source: http://www.purebytes.com

 

View similar (indicator for TradeStation):

SaittaTrend
TFS Indicators
DotDisp
Hull Moving Average
Weekly Hi-Lo Lines
## Retr Indicator
LBR_3/10 Oscillator
Market Mood Indicator
Gap-Trading System
Ehlers Filter
...
 
 
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.
 
Privacy note | (c) copyrights systems4trading.com 2006-2012