당사 팬 페이지에 가입하십시오
- 조회수:
- 2532
- 평가:
- 게시됨:
- 2025.01.06 17:54
- 업데이트됨:
- 2025.01.07 08:42
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This script was developed for displaying saved Strategy report from the Strategy Tester into a chart.
Follow these steps:
- Put report_into_chart.mql5 into ¨\MQL5\Scripts" folder.
- Compile report_into_chart.mql5 and get report_into_chart.ex5.
- Unzip StrategyTester.zip and put StrategyTester.html into ¨\MQL5\Files" folder.
- Refresh your Metatrader 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.
-
- Later you can replace StrategyTester.html file with your chosen *.html report from the Strategy Tester.

BollingerBandsEA trades according to Bollinger Bands.

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.

This is a indicator displaying candlesticks patterns on a chart.

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.