Click here to Login








Elliott Wave Oscillator

by Caleb, 4751 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

Empty

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

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

QuantShare Version 2.1.2 - Trading Software

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 © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.