Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3382
- Rating:
- Published:
- 2018.07.13 15:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Buff Dormeier's Moving Average was presented in Buff Dormeier's article "Buff Up Your Moving Averages".
It has one input parameter:
- Period - calculation period.
Calculations:
Buff = AvgVC / AvgVol
where:
AvgVC = SMA(VC, Period) AvgVol = SMA(Volume, Period) VC = Volume*Close
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21259

AV (Average Volatility) - a simple average volatility oscillator.

BOP (Balance of Power) is an oscillator that allows you to assess the powers of buyers and sellers on the market and identify the trend reversal within a proper time.

Indicator showing the difference between the +DI and -DI of indicator ADX.

PAC (Periods After Crossing MA) is an oscillator displaying the number of bars elapsed after the last crossing of the price and the moving average.