Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

WmiFor 3.5 for MT5 (with DTW engine) - indicateur pour MetaTrader 5

Murad Ismayilov
Publié par:
Stanislav Korotky
Vues:
16877
Note:
(26)
Publié:
2019.12.23 18:02
\MQL5\Include\MT4Bridge\
ind4to5.mqh (8.53 KB) afficher
MT4Time.mqh (1.95 KB) afficher
MT4Mode.mqh (0.72 KB) afficher
WmiFor35.mq5 (27.61 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.