MetaStock™ Zone Tworzenie Sytemów Trader Shop Forum & FAQ Artykuły Linki Elliott Waves EasyLanguage™ Zone

 

RSI of Volatility
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.


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

 

 
Cheers
Zipzap

To my knowledge I haven't seen anyone else using these sorts of indicators, but in reality it is just another way to view ATR etc... using a 0-100 scale.

Source / From: TOP
https://www.tradestation.com

Equis and MetaStock® and MetaStock Professional® are registered trademarks of Equis International. Achelis Binary Wave®, The DownLoader®,
Expert Advisor®, OptionScope®, Quotecenter® and Smart Charts® are trademarks of Equis International, a Thomson Reuters company.

TradeStation® Pro, TradeStation® 2000i, OptionStation®, SuperCharts®, PowerEditor® and EasyLanguage®
are registered trademarks of TradeStation Technologies, Inc. Other names and marks referred to are the property of their respective owners.

All information provided on this website is for educational purposes only. Trading involves risk, including possible loss of principal and other losses.

Ten i inne materiały na tej stronie zostały zamieszczone zostały jedynie w celach edukacyjnych, nie ponoszę żadnej odpowiedzialno¶ci za ich stosowanie.

Gra na giełdzie niesie ze sob± ryzyko poważnych strat finansowych!