Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Speed_of_trade - MetaTrader 5 için gösterge

Görüntülemeler:
4065
Derecelendirme:
(9)
Yayınlandı:
2018.07.09 11:05
Güncellendi:
2018.09.17 10:57
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator is intended for roughly estimating the direction of the next candlestick, depending on exceeding the average candlestick range over a period of time.

If the range of the current candlestick exceeds at least double (to be defined in the parameters) of the average range of candlesticks over a period of time, the next candlestick can be in the same direction as the current one.

It has two parameters:

  • Period - period for calculating the average range
  • Multiplier - multiplier to calculate the threshold value

Calculation:

If SoT > AVG * Multiplier, then The next candlestick must have the same direction as the current one

where:

SoT = ((Close - Open) / Volume) * 1000000000

AVG = MA(SoT, Period)

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20990

Reverse_MACD Reverse_MACD

An information-forecast MACD on the price chart

Range_Contraction Range_Contraction

Indicator of daily ranges

TCI V2 TCI V2

Indicator Trend Confirmation Index

VolatilityMA VolatilityMA

A moving average with a changeable calculation period.