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:
- 5506
- Rating:
- Published:
- 2018.10.25 18:33
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Effort Result oscillator displays correlation of the price change speed to the maximum volume for the specified time interval.
It has one configurable parameter:
- Period - calculation period
Calculation:
ER = ROC / MaxVol
where:
ROC = 100.0 * (Price / Price[Period]-1) Price = SMA(Close, Period) MaxVol - maximum volume in the Period range
The indicator has a peculiarity: sharp spikes of the oscillator values often forecast a price reversal towards the oscillator reversal
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22194

Hurst Bands indicator

The indicator implements a breakout system using the XHullTrend_Digit indicator cloud