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

WmiFor 3.5 for MT5 (with DTW engine) - MetaTrader 5용 지표

Murad Ismayilov
게시자:
Stanislav Korotky
조회수:
16775
평가:
(26)
게시됨:
2019.12.23 18:02
\MQL5\Include\MT4Bridge\
ind4to5.mqh (8.53 KB) 조회
MT4Time.mqh (1.95 KB) 조회
MT4Mode.mqh (0.72 KB) 조회
WmiFor35.mq5 (27.61 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator predicts possible future price movements by searching for similar candle patterns in the rate history.

This is an adaptation of original indicator WmiFor 3.0 (with dynamic time warping engine, DTW) for MetaTrader 4 .

Please, find all details about main principles of operation, settings, and trading strategies on the page of the original indicator (for that indicator only Russian version is available so far, please use built-in translation facilities to read in other languages).


Input parameters

  • IsTopCorner - Info panel in upper corner
  • OffsetInBars - Offset backward in bars (to check forecast) [1..]
  • IsOffsetStartFixed - Keep offset of the start of the pattern (move synchronously with new bar formation)
  • IsOffsetEndFixed - Keep offset of the end of the pattern (move synchronously with new bar formation)
  • PastInBars - Length of the pattern to search (in bars) [3..]
  • VarShiftInBars - Variation of the found candidates' length (in bars) [0..]
  • ForecastInBars - Forecast this number of bars [1..]
  • MaxAgeInDays - Maximal history age to search (in days) [1..]
  • MaxVarInPercents - Maximal allowed tolerance in candidates (%) [0..100]
  • MaxAlts - Maximal number of candidates to find [1..]
  • ShowPastAverage - Show average price movement of candidates from history
  • ShowForecastAverage - Show average line with price forecast
  • ShowBestPattern - Show the best candidate (disables the average line)
  • ShowTip - Show trading tip
  • IndicatorPastAverageColor - Color of the average line on history
  • IndicatorCloudColor - Color of the range of candidates (high and low)
  • IndicatorBestPatternColor - Color of the best candidate
  • IndicatorVLinesColor - Color of vertical boundaries of the pattern
  • IndicatorTextColor - Color of the info panel and tip
  • IndicatorTakeProfitColor - TakeProfit and StopLoss color
  • XCorner - Margin from left/right borders of the chart
  • YCorner - Margin from upper/lower borders of the chart


Main changes

  • Conversion from MQL4 to MQL5
  • Bug fixes
  • New bugs ;-)


Screenshot

WmiFor 3.5 with DTW engine for MetaTrader 5

    BPNN MQL Predictor Demo with library BPNN MQL Predictor Demo with library

    This is a demo indicator with BPNN neural network library ported from C++ to MQL.

    MultiMartin MultiMartin

    This is a multi-currency expert adviser based on reversal strategy with martingale. Original idea is taken from ExpMartin for MT4.

    VR Smart Grid Lite MT5 VR Smart Grid Lite MT5

    The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.

    iWPR+ iWPR+

    iWPR+ is an iWPR %Range function with a positive value.