Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Trend_Force - indicator for MetaTrader 5

Views:
4956
Rating:
(17)
Published:
2018.06.06 14:32
Updated:
2018.06.18 13:58
Trend_Force.mq5 (11.79 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.