📝 产品详情
Daily Range Breakout
| 作者 | Kai Petersen |
| 版本 | v1.11 |
| 更新 | 2022-12-26T17:18:56 |
| 激活数 | 5 |
| 原价 | $30 USD |
Daily Range Breakout EA is a breakout strategy with buys when close of current bar is lowest in past N bars and price of next bar is greater than close of previous bar. Condition for sell trades are the opposite.
The idea is based on Larry Williams Smash Day strategy.
I trade this strategy live and it works in multiple markets. It works best in Daily timeframe.
Not Martingale/Grid Strategy. Real result with stop loss.
You can reproduce the result for Gold using the default parameters.
| Trading Pairs | EURUSD, US500, GOLD, Other |
| Timeframe | Daily |
| Minimum Deposit | 100 USD |
| Leverage | 1:100 (Can be higher) |
| Broker | Hedging Account |
Input Value:
magicNumber - the number for the EA to recognize it’s own positions
lot - lot size
tradeLong - True/False whether the EA trades long positions
tradeShort - True/False whether the EA trades short positions
useTakeProfit - True/False whether the EA uses take profit
useStopLoss - True/False whether the EA uses stop loss
takeProfit - take profit value
stopLoss - stop loss value
useDefaultClose - True/False whether the EA uses default close condition. Default condition: close is profit greater than 0 and position is held for more than minPositionHoldDay
minPositionHoldDay - minPositionHoldDay for default close condition
lookBackPeriod - look back period of the breakout, larger the value, less trades will occur
useDiffThreshold - filter trades by taking trading only if the change in price is greater than diffThreshold.
Change in price is calculated by (lookbackHigh - lookbackLow) * 100 / currentClose.
diffThreshold - change in price threshold value
Past performance does not guarantee future returns.
Forex and CFD trading involves significant risk to your invested capital.安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览