Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Komut dosyaları

Strategy report output into a chart - MetaTrader 5 için komut dosyası

Görüntülemeler:
2937
Derecelendirme:
(4)
Yayınlandı:
Güncellendi:
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This script was developed for displaying saved Strategy report from the Strategy Tester into a chart.

Follow these steps:

  1. Put report_into_chart.mql5 into ¨\MQL5\Scripts" folder.
  2. Compile  report_into_chart.mql5 and get  report_into_chart.ex5.
  3. Unzip StrategyTester.zip and put StrategyTester.html into ¨\MQL5\Files" folder.
  4. Refresh your Metatrader 5.
  5. Run report_into_chart script from Metatrader and all deals will be displayed on the selected chart as blue (buy positions) or red (sell positions) arrows.
  6. Blue and red arrows displaying deals


  7. Later you can replace StrategyTester.html file with your chosen *.html report from the Strategy Tester.

BollingerBandsEA BollingerBandsEA

BollingerBandsEA trades according to Bollinger Bands.

Script to Map Market Watch Symbols Based on Similarity Script to Map Market Watch Symbols Based on Similarity

This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. It is ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. This is a customizable starting point to adapt to any specific needs.

Candlestick patterns Candlestick patterns

This is a indicator displaying candlesticks patterns on a chart.

Trend Equilibrium Indicator TrendEQ Trend Equilibrium Indicator TrendEQ

The Trend Equilibrium Indicator TrendEQ dynamically analyzes market movements by combining momentum and volatility. By scaling momentum with the market’s volatility, the TrendEQ provides a reliable measure of trend strength and direction.