Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
4391
Rating:
(10)
Published:
2018.06.16 10:59
Coppock.mq5 (9.95 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The formula for calculating was proposed by Edwin Sedgwick Coppock in 1962 and published in Barron's Magazine.

The indicator is designed only for signalling about a bullish trend starting on the market. The calculation formula is not designed for bearish direction, but is sometimes is used by traders. Signal is generated when the indicator line crosses the zero level upwards.

The indicator has four input parameters:

  • Period - calculation period;
  • Period ROC 1 - period for calculating the first ROC (rate of price change 1);
  • Period ROC 2 - period for calculating the second ROC (rate of price change 2);
  • Applied price - price used for calculations.

Calculations:

Coppock(Period) = LWMA (ROC(Period ROC 1) + ROC(Period ROC 2))

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20693

Average Modified Moving Average Average Modified Moving Average

Average Modified Moving Average.

McClellan_Summation_Index McClellan_Summation_Index

Sherman and Marian McClellan Summation Index.

EMAVFS EMAVFS

Exponential moving average with a variable smoothing factor.

EMV EMV

Indicator Arms' Ease of Movement Value (EMV).