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:
3818
Rating:
(8)
Published:
2018.07.13 16:05
AB.mq5 (9.74 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator Acceleration Bands - Price Headley's acceleration bands they are based on daily range.

It has two configurable parameters:

  • Period - calculation period
  • Factor - bands widening factor

Calculations:

Top = SMA(Up, Period) Bottom = SMA(Dn, Period)

where:

Up = High * (1+2*(2000 * Factor *(High-Low) / (High+Low))) Dn = High * (1-2*(2000 * Factor *(High-Low) / (High+Low)))

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

WRSI WRSI

An RSI smoothed by Wilder's moving average

VLM VLM

Intraday relative volumes indicator Voltest (VLM)

ButtMA ButtMA

Indicator Butterworth MA.

Choppiness_Index Choppiness_Index

Indicator Choppiness Index