Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

volatility_Bar - Indikator für den MetaTrader 4

Ansichten:
27118
Rating:
(11)
Veröffentlicht:
2020.01.08 14:50
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

I use the indicator mainly in my advisors to divide the market into volatile and flat.

Recommended M5 timeframe.

The indicator is displayed by a straight line in a separate one under the window. The meaning of the display colors: Red - strong flat; Yellow is a weak flat; Blue - strong volatility; Green - weak volatility.

https://www.mql5.com/ru/code/27552

The indicator consists of the maximum range of the previous 5-bars divided by a coefficient with further smoothing. The indicator has a threshold level of volatility, and a coefficient that is regulated by external variables.

input int    bar   = 6;    // number of bars to calculate 
input int    koef  = 50;   // candle division ratio
input double level = 0.75; // midline volatility level

usdshf

    RSI + MOVING AVERAGE RSI + MOVING AVERAGE

    this is RSI indicator that has two moving average inside the window

    Pivots MT4 Pivots MT4

    Simple pivot indicator

    Safe Trend Scalp Safe Trend Scalp

    Safe Trend Scalp is an automatic robot that trades with automatic Trend lines that ea crated with market history.

    Cross Cross

    Candle Cross above or below Conditions