Click here to Login

LiveZilla Live Help
LiveZilla Live Help
Trading Software Trading objects Features How-to Blog Search



Elliott Wave Oscillator

by Caleb, 395 days ago
Share |






The Elliott Wave Oscillator is a very simple indicator that consists of taking the difference of a 5-period simple moving average and a 34-period simple moving average. The result oscillates above and below the zero line and it is displayed as a histogram whose bar colors changes depending on whether the close price is above the open price or not.

According to Perry Kaufman, author of the book "Trading Systems and Methods", an upward trend is detected when the Elliott Wave Oscillator makes higher highs. A divergence is also a good signal of a change in the direction of the asset. For example, a good sign of a big upward occurs when the Elliott Wave Oscillator is making higher highs while the asset price is making lower lows.

Elliott Wave Oscillator function name is "ElliottOsc". It has no parameters and it can be used as follows:
a = ElliottOsc();
plot(a, "", colorRed, ChartBar, StyleOwnScale);
UpdateColor(close > open, colorBlue);

The above trading formula is very simple. It calculates the Elliott Wave Oscillator, plots it on a chart then instructs the application to change the histogram color to blue when the asset close price is higher than the open price.

Note that the code used in the Elliott Wave Oscillator implementation is simply:
a = sma(close, 5) - sma(close, 35);




Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 949


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects
Show All
Moving Average Convergence/Divergence with Exponential Moving Average (by srishail, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 8 Notes Report an item
Buy Indicator (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 123 Notes Report an item
Estimation of the Hurst Exponent - Trading Indicator (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 27 Notes Report an item
NSE Stock Quotes (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 1550 Notes Report an item
Strategy Indicator - Percent winning trades for a trading rule (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 19 Notes Report an item
Fibonacci retracement: Golden ratio (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 55 Notes Report an item
NSE Board Meetings (by The trader, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 10 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Create a Trading Strategy using Portfolio123 Ranking Systems

How to Quickly Create Fundamental Scans

Download Trading Data using the Post-Script

Download Trading Data using the Pre-Script

Download Trading Data using the URL-Script

Trading Items: Data Download using .Net Scripts

Adding Trading Indicators and Formulas to a Chart

How to Download and Use Fundamental Data

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items