Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

SAR RSI MTS - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5133
Valutazioni:
(17)
Pubblicato:
2018.03.01 11:55
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The author of the ideaCollector, the author of the MQL5 code: barabashkakvn.

The rules of the trading system are as follows:

  • A signal to open BUY: SAR on bar 1 is less than the Close of bar 0, SAR on bar 1 is less than SAR on bar 0, RSI on bar 0 is greater than 50.0;
  • A signal to open SELL: SAR on bar 1 is greater than the Close of bar 0, SAR on bar 1 is greater than SAR on bar 0, RSI on bar 0 is less than 50.0;

Lot is calculated automatically based on the risk value as a percentage of free margin.

Condition to open a Sell position:

SAR RSI MTS Open Sell


Input Parameters

  • Stop Loss (in pips) - Stop Loss value;
  • Take Profit (in pips) - Take Profit value;
  • Trailing Stop (in pips) - trailing value;
  • Trailing Step (in pips) - trailing step value;
  • Risk in percent for a deal from a free margin - risk per trade as percentage of free margin.
  • Magic Number - unique identifier of the EA;
  • SAR: price increment step - acceleration factor - SAR indicator parameter;
  • SAR: maximum value of step - SAR indicator parameter;
  • RSI: averaging period - RSI indicator parameter;
  • RSI: type of price - RSI indicator parameter.

Example for SAR RSI MTS 2017.06.08 - 2017.10.26 GBPUSD,M30:

SAR RSI MTS GBPUSD,M30

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

Ambush Ambush

The Expert Advisor uses Buy Stop and Sell Stop orders to trade news and large price movements.

RndTrade RndTrade

Opening positions randomly after a certain time interval.

EMA Cross Contest Hedged EMA Cross Contest Hedged

A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).

AO_Divergence AO_Divergence

The indicator searches for divergences and displays them on the chart of the custom AO indicator.