거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Four_Screens - MetaTrader 4용 expert

조회수:
13148
평가:
(19)
게시됨:
2016.03.07 10:25
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.