📝 产品详情
Line Break
| 作者 | Tinashe Ndarimani |
| 版本 | v1.0 |
| 激活数 | 78603 |
This EA generates custom Line Break charts on a separate symbol using the following input settings:
1. LineBreak
input int LineBreak = 3;
- Use: Defines the number of lines required for a reversal (e.g., 3-line break chart).
- Set to 1: For 1-line break charts (more responsive).
- Higher values: Create smoother, trend-following charts.
2. StartDate
input datetime StartDate = D'2025.03.01';s
- Use: Specifies the date from which historical data should be loaded and processed.
3. LineBreakTime
input bool LineBreakTime = true;
- Use: Determines whether to use the actual open time for custom candles.
- Set to false: If you want each bar to form without referencing standard chart times.
4. LineBreakTimer
input int LineBreakTimer = 1000;
- Use: Enables periodic updates to the custom chart (in milliseconds).
- Set to 0: Disables the timer-based updating.
5. LineBreakBook
input bool LineBreakBook = true;
- Use: Enables real-time updates using market book (tick data).
- Set to false: If market book is not available or needed.
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览