Dmitriy Golubev
Dmitriy Golubev
  • 信息
9+ 年
经验
3
产品
30
演示版
0
工作
0
信号
0
订阅者
Dmitriy Golubev 已发布产品

「我介绍一套基于通道突破原理工作的交易系统(价格不可能一直停留在同一区间内)。请选择波动性更高的交易对,如XAU。该策略已在2024年至2026年期间对XAU进行了测试,存款增长了1400倍。 Initial lot = 0.01;(最小初始手数) Maximum lot = 0.5;(最大手数,达到后将重置为初始手数) Channel width = 0.02;(等待突破的通道宽度,以价格的百分比计,建议不要设得太大,而是尽可能小) Target profit = 0.1;(每笔交易的预期利润,以账户余额的百分比计) Distance for recovery = 1.5;(价格走过该距离后获取利润的距离,以价格的百分比计,建议设为 > 0.5) Trailing stop = 0.01;(移动止损,以价格的百分比计) Use Take Profit = true;(使用止盈) Reset loss when max lot reached = true;(达到最大手数时重置为初始仓位,建议保持 = true;) Magic number = 123456; Maximum

Dmitriy Golubev 已发布产品

我介绍一套交易系统,其运行原理是价格从极值点回归交易通道。系统中添加了马丁格尔设置,可用于提高利润,但需预先测试以调整参数。同时增加了风险计算系统。图表1、2、3展示了在5分钟时间框架下,从1000美元初始存款开始,并启用风险计算系统(Automatically adjust lot size based on balance = true)的测试结果:利润更高,但加速时对存款的负荷也更大。图表4、5、6展示了在5分钟时间框架下,从100美元初始存款开始,并关闭风险计算系统(Automatically adjust lot size based on balance = false)的测试结果:交易更稳定 // Trading symbol = "XAUUSD"; // Initial lot = 0.01; // Percentage from high/low for entry (%) = 5.0; (从极值点反弹的百分比) // Stop-loss in pips = 1500; // Take-profit in pips = 1500; // Bars for

Dmitriy Golubev 已发布产品

The advisor trades at the highs and lows of bars. It buys on a decline and sells on a rise. The advisor has a system for adding to a position (Martingale, default 5, adjustable); the additional lot is calculated based on recovering at a distance of InpRecoveryDistance, which significantly increases profitability but also places a load on the deposit. The advisor performs better in a flat market and with smooth movements, and worse in sharp, prolonged trends. There is a trend filter function

Dmitriy Golubev
已在MQL5.community注册