log in     sign up for free
 
The trading rules I live by are: 1. Cut losses. 2. Ride winners. 3. Keep bets small. 4. Follow the rules without question. 5. Know when to break the rules.
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

SMI_TRADE Indicator (Stochastic Momentum Index Trade)

Formula for: TradeStation

indicator


 

 

Views:  1487

Added: August 01, 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
Type : Function, Name : SMI

input:
length1(NumericSimple),
length2(NumericSimple),
length3(NumericSimple);
var:
HH(0),
LL(0);

HH = Highest(H,length1);
LL = Lowest (L,length1);

SMI = 100 * (XAverage(XAverage(C-(0.5*(HH+LL)),length2),length3) /
(0.5 * XAverage(XAverage(HH-LL,length2),length3)));





Type : Indicator, Name : SMI_TRADE Indicator

Inputs:
length1(64),
length2(34),
length3(7);

Value1=SMI(length1,length2,length3);

If Value1 - Value1[1] > 0 and Value1 > 0 then
Value2=Value1 {Vaulue2 is portion of SMI that positive and rising}
else
Value2=0;

If Value1-Value1[1] < 0 and Value1 < 0 then
Value3=Value1 {value3 is portion of SMI that is negative and falling}
else
Value3=0;

Value4=Value2+Value3;

Plot1(Value4,"SMI_Trade");

 

 



Code:

Here's SMI_TRADE indicator (Stochastic Momentum Index Trade) developed by William Blau, this works as a filter and as such takes only clear trends into consideration. One needs EKams SMI function for this indicator.

 





Source: https://www.tradestation.com

 

View similar (indicator for TradeStation):

Weekly Hi-Lo Lines
Balance Of Power (BOP)
ZigZag
LMS Predictor
Confluence
One Point Two Eight
Signal to Noise Ratio (SNR)
Variable Volatility Stops
Pivot Point Average
DBS-Where
...
 
 
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