Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Experts

Four_Screens - expert para MetaTrader 4

Visualizações:
13078
Avaliação:
(19)
Publicado:
2016.03.07 10:25
Atualizado:
2016.11.22 07:32
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para 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.


Traduzido do russo pela MetaQuotes Ltd.
Publicação original: 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.