log in     sign up for free
 
Your worst-case exit, which is designed to preserve your capital, should be determined ahead of time.
Van K. Tharp
 
 
Home
systems (284)
 
Special offer: buy MetaStock (try for free)   |   Reuters QuoteCenter Real-Time Data (get a free month)   |   EOD 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

RSI of Volatility

Formula for: TradeStation

indicator


 

 

Views:  2128

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
 
Your Ad Here
The attachment below shows a picture of the momentum of volatility and below that it shows the RSI of volatility. I ahve described volatility as the differeance between the opn and the close for the previous XX number of bars. I use the indciators as follows on Daily bars to give me an idea of when to expect a alrge range day compared to the last XX number of bars (between the open and the close)
When using a volatility breakout system we are always buying above the open and sellingshort below the close so it is important to trade on days when there is a strong likelihood of follow through and large ranges. Although this is not perfect(what is) when the RSI of volatility is below the oversold level it signifies that we can expect a large range bar within the next 2-3 bars, but usually tommorrow. So it tells us in advance when to expect a large range bar. Following this I ahve run a momentum indicator measuring the rate of change of the RSI of Volatility. This tells me when we are in the cycle of range expnasion or if we are in a cycle of range contraction. When we are in a range expanison cycle we should be using intraday trend following techiques. Int he range contracion cycle we should be using profit targets rather then trend following techniques as follow through is likely to be limited.

The code for these indicator is below. I am at work so only have 2000i, but code should work for Version 8 as well.

 

 



Code:

Type : Indicator, Name : RSI of Volatility

Inputs:
AVL(3),
RSILEN(3),
Obought(85),
Osold(25);

Vars:
XXX(0);

if o>c then XXX=o-c;
if c>o then XXX=c-o;

plot1 (rsi(average(XXX,AVL),RSILEN));
plot2 (50);
plot3 (Osold);
Plot4 (OBought);

 





Source: https://www.tradestation.com

 

View similar (indicator for TradeStation):

Donchian Channel
Stochastics
MACD of MFI
Rainbow Charts
Heikin Ashi II
Seasonal SB
VIDYA Variation
I-Q IFM
ADX / MovAvg
Point of Balance Oscillator
...
 
 
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