MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Source code library - Expert Advisors, Indicators and Scripts

Ticks ATRTicks ATR Try product
Ticks ATR
Author: dupter
Subscribe to signal
Money Manager
28.85%, 1 453.44 USD
Screenshot
EURUSD, H4
Real
Interview with Alexander Arashkevich (ATC 2011) Interview with Alexander Arashkevich (ATC 2011) UltraFatl Indicator
UltraFatl
Author: GODZILLA
To post a new code, please log in or register

Interesting script?
So post a link to it -
let others appraise it

You liked the script? Try it in the MetaTrader 5 terminal

2010.01.06 16:13
Accelerator Oscillator (AC)

Accelerator Oscillator (AC) [ru]

MetaQuotes

Downloads:
1417
Views:
1508
Rating:
votes: 13
Files:
\MQL5\Indicators\

Description:

Price is the latest element to change. Prior to price changes, the market driving force changes its direction, the driving force acceleration must slow down and reach zero. After that it starts accelerating in the opposite direction until price starts changing its direction.

Acceleration/Deceleration technical indicator (AC) measures acceleration and deceleration of the current driving force. This indicator will change direction before any changes in the driving force, which will change its direction before the price. If you realize that Acceleration/Deceleration is a signal of an earlier warning, it gives you evident advantages.

The zero line is basically the spot where the driving force is at balance with the acceleration. If Acceleration/Deceleration is higher than zero, then it is usually easier for the acceleration to continue the upward movement (and vice versa in cases when it is below zero). Unlike in case with Awesome Oscillator, it is not regarded as a signal when the zero line is crossed. The only thing that needs to be done to control the market and make decisions is to watch for changes in color. Remember: Do not buy with the help of Acceleration/Deceleration, when the current column is colored red, and do not sell, when the current column is colored green.

If you enter the market in the direction of the driving force (the indicator is higher than zero, when buying, or it is lower than zero, when selling), then you need only two green columns to buy (two red columns to sell). If the driving force is directed against the position to be opened (indicator below zero for buying, or higher than zero for selling), a confirmation is needed, hence, an additional column is required. In this case the indicator is to show three red columns over the zero line for a short position and three green columns below the zero line for a long position.

Image:


Calculation:

AC bar chart is the difference between the value of 5/34 of the driving force bar chart and 5-period simple moving average, taken from that bar chart.


MEDIAN PRICE = (HIGH + LOW) / 2

AO = SMA (MEDIAN PRICE, 5) - SMA (MEDIAN PRICE, 34)

AC = AO - SMA (AO, 5)

where:

  • MEDIAN PRICE - median price;
  • HIGH - the highest price of the bar;
  • LOW - the lowest price of the bar;
  • SMA - Simple Moving Average;
  • AO - Awesome Oscillator.

Translated from Russian by MetaQuotes Software Corp.
Original code: http://www.mql5.com/ru/code/5

Last comments | Go to discussion (2)
Dumitru
Dumitru | 26 Aug 2011 at 00:57

Hi there  sameone can help me plz? im cant download this and lot of all indicatore plz samebody help me! 

caiwanhong
caiwanhong | 16 Jan 2012 at 09:48

It's great for filtering,I guess.