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

Strategy report output into a chart - MetaTrader 5용 스크립트

조회수:
2532
평가:
(4)
게시됨:
2025.01.06 17:54
업데이트됨:
2025.01.07 08:42
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.