Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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:
2031
Valutazioni:
(15)
Pubblicato:
2018.04.18 16:25
\MQL5\Include\Expert\Signal\ \MQL5\Experts\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

This library is a further development of SignalMAAboveBelow.


What's new in version 2

  • The Type of trade parameter allows to set the type of signal to be produced by the module:
    • only BUY
    • only SELL
    • BUY and SELL

Example of opening positions when Reverse == false:

SignalMAAboveBelow 2 BUY

Fig. 1. SignalMAAboveBelow 2 - opening a BUY position

SignalMAAboveBelow 2 SELL

Fig. 2. SignalMAAboveBelow 2 - opening a SELL position


Parameters of the signals module

  • Reverse - the flag of the reverse of signals;
  • PeriodMA - the averaging period of the Moving Average indicator;
  • Shift - the horizontal shift of the Moving Average indicator;
  • Method - type of smoothing of the Moving Average indicator;
  • Applied - the type of the price, based on which the Moving Average indicator is calculated;
  • TypeOfTrade - type of trading signals: 0 → BUY, 1 → SELL, 2 → BUY and SELL.

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

NHNL NHNL

The New High New Low Index indicator.

MultipleFractals MultipleFractals

An indicator of multiple fractals.

NHNL_Divergence NHNL_Divergence

The indicator of divergences of High/Low indices.

RSdynamic_line RSdynamic_line

An indicator of dynamic support/resistance levels.