Watch how to download trading robots for free
Find us on Twitter!
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

Advance Trend Pressure - indicator for MetaTrader 5

Views:
6443
Rating:
(15)
Published:
2018.03.01 11:35
TP.mq5 (9.01 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Advance Trend Pressure indicator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend.

Trend is determined using Close-Open, High-Close and Open-Close price (for a bearish candlestick) and Open-Close, High-Open and Close-Low prices (for a bearish candlestick) - i.e. the indicator uses the size and direction of candlestick bodies and the size of their shadows.

It has two parameters:

  • Period - indicator calculation period;
  • Show lines Up and Down - showing the lines of the bullish and bearish components.

Fig.1 Trend direction and strength line.

Fig.2 Trend direction and strength line with the lines of bullish and bearish components.

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

MA with Band MA with Band

The indicator displays a Moving Average with bullish and bearish areas.

Custom Moving Average Input Color Custom Moving Average Input Color

A modification of the "Custom Moving Average" indicator: now the line color can be passed in input parameters.

Asymmetric Trend Pressure Asymmetric Trend Pressure

The Asymmetric Trend Pressure indicator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend.

AMACD AMACD

Classic MACD based on Adaptive Moving Average.