Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4031
- Rating:
- Published:
- 2018.07.09 11:04
- Updated:
- 2018.09.17 10:56
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The oscillator displays in a separate window the yesterday/today ranges ratio.
"If yesterday's range was narrower than the previous day's one, it may be an explosive movement today." (Toby Crabel)
It has one input parameter:
- Threshold - threshold(*)
* If yesterday's range is narrower than the Threshold and the previous day's range was wider than yesterday's range, then a good movement can be expected today.
Calculation:
Range = (High - Low) / ((PrevHigh - PrevLow) / 100.0)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20987

Oscillator of polynomial regression slope.

An Expert Advisor based on indicator Renko Level

An information-forecast MACD on the price chart

Indicator Speed of Trade