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
Sistemi Esperti

Four_Screens - sistema esperto per MetaTrader 4

Visualizzazioni:
13103
Valutazioni:
(19)
Pubblicato:
2016.03.07 10:25
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Trades one currency pair, for example EUR/USD, on 4 charts (timeframes M5, M15, M30, H1). The Heiken Ashi is attached to every chart. The data is measured on the formed bar for M5, and on the current one for other timeframes.

The EA Operation Principle:

Sell order:

When all four charts have red candles, it places a Sell order (with fixed Take Profit and Stop Loss, for example 20 points each). If Take Profit is triggered and the candles remain red, then a new Sell order is placed immediately, but if a candle is white on any of the charts, then wait for the market entry. Enter the market once all four charts have red candles.

Buy order:

The principle is the same: when all four charts have white candles, it places a Buy order (with fixed Take Profit and Stop Loss, 20 points each). If Take Profit is triggered and the candles remain white, then a new Buy order is placed immediately, but if a candle is red on any of the charts, then wait for the market entry. Enter the market once all four charts have white candles.

If Stop Loss was triggered, regardless of the trading direction — Buy or Sell, then the next order by the indicator signal on four charts is doubled (for example, if lot was 0.01, then the next one will be multiplied by 2 etc. until a Take Profit is triggered, in case a Take Profit is triggered the lot is returned to its initial value, i.e. 0.01).

Trading occurs when all the charts have the same colored candles (red or white).

Expert Advisor Input Parameters:

  • Lot
  • Order points (Stop Loss and Take Profit)

Standard Trailing is added in v2.

If the order is closed in profit, and there is a signal, a new order is only opened during the opening of a new bar.


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

CM Orders Info CM Orders Info

The indicator shows the identification (magic) number and the profit of the order.

UpDown UpDown

The indicator displays the pairs with the current price most/least distant from the opening price.

SuperTake SuperTake

The SuperTake implements the strategy of Martingale by Take Profit.

RSI_Expert_v2.0 RSI_Expert_v2.0

The Expert Advisor based on the RSI indicator. МА and martingale are added in the new version.