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:
- 6190
- Rating:
- Published:
- 2018.12.28 12:59
- Updated:
- 2019.01.17 11:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Oscillator Volatility Ratio2 is the second version of indicator Volatility Ratio.
If the values exceed 2, the current trend reversal probability is high.
It has three adjustable parameters:
- Period - calculation period
- Threshold - the threshold level
- Show alerts - show data on exceeding the threshold level
Calculations:
VR = TR / EMATR
where:
TR = Max(Max(High-Low, Abs(High-PrevClose)), Abs(PrevClose-Low))
EMATR = EMA(TR, Period)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22786

A swing-based Expert Advisor: The EA sets a pending stop order with an increased lot size and in the opposite direction.

Indicator Gann Swing

This is a utility for rounding the lot size correctly

Shadow True Strength Index