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

Expert Ichimoku - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
12291
평가:
(29)
게시됨:
2018.09.27 15:03
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Alina

MQL5 code author: barabashkakvn

The Expert Advisor is based on the iIchimoku (Ichimoku Kinko Hyo) indicator. If the last position was closed at a loss, the next one will be opened with the increased volume (the volume increase is one-time, there is no constant volume increase).

A losing position is tracked in OnTradeTransaction: transaction type Structure of a trade transaction and deal type DEAL_ENTRY_OUT are expected.


Input Parameters

Input Parameters

  • Ichimoku: period of Tenkan-sen;
  • Ichimoku: period of Kijun-sen;
  • Ichimoku: period of Senkou Span B.

Trading parameters

  • Stop Loss - stop loss;
  • Take Profit - take profit;
  • Trailing Stop - trailing;
  • Trailing Step - trailing step;
  • Maximum positions - maximum number of positions in the market;
  • Lots - fixed position volume;
  • Risk - position volume calculated dynamically as risk percent per trade;
  • magic number - unique EA identifier.

EURUSD, H1:

Expert Ichimoku

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21661

Exp_XWAMI_NN3_MMRec Exp_XWAMI_NN3_MMRec

Three independent trading systems using XWAMI indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.

SilverTrend_HTF SilverTrend_HTF

The SilverTrend indicator with the ability to change the indicator timeframe using the input parameters.

PFE PFE

The Polarized Fractal Efficiency (PFE) indicator is designed for identifying trends.

PFE_Overlay PFE_Overlay

The Polarized Fractal Efficiency Overlay (PFE_Overlay) indicator is designed for identifying trends. Unlike Polarized Fractal Efficiency, the indicator is displayed on the price chart as the main indicator line and two lines of the calculated StdDev deviation value.