MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Source code library - Expert Advisors, Indicators and Scripts

Permanent Cross HairsPermanent Cross Hairs Try product
Permanent Cross Hairs
Author: RaptorUK
Subscribe to signal
Automatic system hedging 5 217 18
10.28%, 415 140.77 USD
Fast Dive into MQL5 Fast Dive into MQL5 Screenshot
GBPUSD, M5
Real
The class for drawing the RSI using the ring buffer Indicator
The class for drawing the RSI using the ring buffer
Author: Lizar
To post a new code, please log in or register

Interesting script?
So post a link to it -
let others appraise it

You liked the script? Try it in the MetaTrader 5 terminal

2011.07.30 14:04
BrainTrend2Stop

BrainTrend2Stop [ru]

GODZILLA

Downloads:
1291
Views:
842
Rating:
votes: 1
Files:
\MQL5\Indicators\

Description:

BrainTrend2Stop is a trend reversal detection indicator, it is displayed by the stops line. Intersection of the line indicates trend reversal and the time to close previously opened positions. BrainTrend2Sig algorithm is based on the processing of ATR and Stochastic Oscillator indicators' information.

In this indicator I extracted all algorithm variables that can be controlled into the indicator's input parameters, so it can be used not only with the default settings now.

Blue line below the candlesticks minimums indicates two things:

  1. The market trend is going upwards;
  2. The meaning of the line itself - protection stop at that level or profit taking (if position is profitable) for a long position.

Red line above the candlesticks maximums indicates two things:

  1. The market trend is going downwards;
  2. The meaning of the line itself - protection stop at that level or profit taking (if position is profitable) for a short position.

Image:

BrainTrend2Stop

Translated from Russian by MetaQuotes Software Corp.
Original code: http://www.mql5.com/ru/code/396