Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
5005
Valutazioni:
(17)
Pubblicato:
2018.06.06 14:32
Aggiornato:
2018.06.18 13:58
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Trend Force oscillator indicator.

The indicator has three input parameters:

  • Period - calculation period;
  • ATR's period - ATR parameter;
  • ATR's coefficient - ATR parameter.

Calculation:

Trend Force[i] = Up[i]-Dn[i]

where

  • Up[i] - the highest value (MaxPrice-ATR_Coeff*ATR) in the range from (i-Period+1) to i;
  • Dn[i] - the lowest value (MinPrice+ATR_Coeff*ATR) in the range from (i-Period+1) to i;
  • MaxPrice, MinPrice - the highest and the lowest price in the range from (i-ATR_Period+1) to i;
  • ATR - Average True Range value with the period ATR_Period.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20452

RSI_With_Step_MA RSI_With_Step_MA

A smoothed RSI.

Repulse_Divergence Repulse_Divergence

Divergences of the Repulse oscillator.

Futures Portfolio Control Expiration Futures Portfolio Control Expiration

A portfolio EA for the MOEX FORTS market.

WCCI WCCI

A weighted CCI.