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
Views:
4241
Rating:
(12)
Published:
2018.06.16 11:04
TQ.mq5 (15.11 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Trend Quality oscillator by David Sepiashvili presented in his article Detecting And Determining Trends - Trend-Quality Indicator.

It has six input parameters:

  • Period fast - fast EMA period;
  • Period slow - slow EMA period;
  • Scalar trend period - scalar trend value period;
  • Scalar noise period - scalar noise value period;
  • Scalar correction factor - scalar correction factor;
  • Applied price - price used for calculations.


Usage

When the histogram of the indicator is above zero and above the indicator line and colored in green, the bullish trend can be considered as stable. It is vice versa for the bearish trend (red color).

The signal for entering a position may be when the histogram crosses the indicator line.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20701

PC PC

Indicator Price Cycle.

MI MI

Indicator MI (Mass Index).

SL_Calculator SL_Calculator

Indicator StopLoss Calculator.

RSI Bollinger Bands EA RSI Bollinger Bands EA

The EA determines the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying.