Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

Strategy report output into a chart - script for MetaTrader 5

Views:
2530
Rating:
(4)
Published:
2025.01.06 17:54
Updated:
2025.01.07 08:42
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.