This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
The volatility channels indicator is used as a confirmation rule to enter long or short trades. When long rules are triggered, enter long when the price breaks up the upper volatility band and when short rules are triggered, enter short when the price breaks down the lower volatility band. The volatility channels adjust quickly to price movement and therefore the breakout should occur within the next few bars.
Here is a trading system example:
rule1 = cross(close, sma(close, 30));
buy = hhv(rule1, 6) and cross(close, VolatilityChannels(14, 0));
The buy rule gives a signal when the close price crosses above the upper band of the volatility channel and if at the same time the "rule1" was TRUE during the last six trading days.
The volatility channels indicator was created by Larry William, an author and commodity trader from the state of Montana, USA (according to Wikipedia).
The function has two parameters:
Period: The lookback period used to calculate the higher and lowest channel levels
BandType: A value that determines whether to return the upper or the lower band. To get the lower band set this value to one and to get the upper band set this value to zero.