说明
HFT SuperFund – 工作策略
🎯 HFT SuperFund 策略的工作原理
两个独立策略
• 策略1(买入)– 只做买入操作
• 策略2(卖出)– 只做卖出操作
• 可选择三种模式:BuyOnly / SellOnly / Both
开局条件
• 当价格从当前K线开盘价移动到设定距离时
• 买入方 → 价格从开盘价下跌到设定值(输入ATR)
• 卖出方 → 价格从开盘价上涨到设定值(输入ATR)
• 首个订单以市价单开仓
网格构建
• 首单开仓后,系统会在同一方向依次下限价单
• 每单间隔为网格步长(美元)
平仓获利
• 如果该方向所有订单的总利润大于0 → 平掉该方向所有订单并取消所有挂单
Paroli(全押)逻辑(可开关)
• 盈利平仓后,下轮首单的基础手数按全押倍数增加
• 当连续胜利次数达到重置值时,基础手数重置为初始大小
📑 输入参数 一般设置
• 交易模式 → 选择 BuyOnly / SellOnly / Both
策略1 – 买入
• 使用全押 → 开启/关闭 Paroli 模式(获胜时增加手数)
• 初始手数 → 首单的起始手数
• 全押倍数 → 连胜时手数的乘数
• 最大手数 → 允许的最大手数
• 网格步长(美元) → 网格订单间的距离(美元单位)
• ATR 平滑(从开盘点下跌的点数)→ 触发首单开仓的价格下跌距离
• 连胜重置次数 → 连续获胜次数达到该值时重置手数
策略2 – 卖出
• 使用全押 → 开启/关闭 Paroli 模式(获胜时增加手数)
• 初始手数 → 首单的起始手数
• 全押倍数 → 连胜时手数的乘数
• 最大手数 → 允许的最大手数
• 网格步长(美元) → 网格订单间的距离(美元单位)
• ATR 平滑(从开盘点上涨的点数)→ 触发首单开仓的价格上涨距离
• 连胜重置次数 → 连续获胜次数达到该值时重置手数
💡 开发者意见:此系统可用于Prop Firm基金和普通CFD经纪商交易。若想降低风险,请根据时间框架调整ATR值:ATR值越高,交易信号越准确,但交易次数会减少。
_________________________________________________________________________________________________________
🎯 HFT SuperFund 的工作原理
两个独立策略:
• 策略1(买入)– 仅做买入方向交易
• 策略2(卖出)– 仅做卖出方向交易
• 可同时运行 BuyOnly、SellOnly 或 Both 模式。
新交易周期开始时:
• cBot 会检查价格距离当前K线开盘价的移动距离。
• 买入方 → 如果价格从开盘价下跌达到ATR输入的距离
• 卖出方 → 如果价格从开盘价上涨达到ATR输入的距离
• 达到该距离时,开第一个市价单。
构建网格:
• 第一个订单后,cBot 会在同一方向放置更多限价单。
• 每个订单间隔为网格步长(美元)设置的值。
关闭盈利周期:
• 如果该方向所有仓位的净利润总和大于0,
→ 它会关闭所有持仓并取消所有挂单。
Paroli(全押)选项(可开关):
• 盈利周期后,下一个首单的基础手数按全押倍数增加。
• 当胜利次数达到“连胜重置”值时,基础手数重置为初始大小。
📑 输入参数
通用
• 交易模式 → 选择 BuyOnly / SellOnly / Both
策略1 – 买入
• 使用全押 → 开启/关闭 Paroli 模式
• 初始手数 → 第一个买单的起始手数
• 全押倍数 → 每次获胜周期后的手数乘数
• 最大手数 → 允许的最大手数
• 网格步长(美元) → 每个网格订单之间的美元距离
• ATR 平滑(从开盘点下跌的点数)→ 触发第一个买单的价格下跌距离
• 连胜重置 → 重置手数前的连续获胜次数
策略2 – 卖出
• 使用全押 → 开启/关闭 Paroli 模式
• 初始手数 → 第一个卖单的起始手数
• 全押倍数 → 每次获胜周期后的手数乘数
• 最大手数 → 允许的最大手数
• 网格步长(美元) → 每个网格订单之间的美元距离
• ATR 平滑(从开盘点上涨的点数)→ 触发第一个卖单的价格上涨距离
• 连胜重置 → 重置手数前的连续获胜次数
💡 开发者备注:此cBot可用于Prop Firm或常规CFD交易。为降低风险,请调整ATR输入以匹配您的时间框架:ATR值越高,信号越准确,但交易次数越少。
摘要
The bot initiates trades when the price moves a specified distance from the current bar's open price, measured by an Average True Range (ATR) input. For the buy strategy, it triggers when the price drops by the ATR value; for the sell strategy, when the price rises by the ATR value. The first trade is executed as a market order, followed by placing additional limit orders spaced by a configurable grid step in USD, forming a grid.
A profit cycle closes all open positions and cancels pending orders on that side once the net profit is positive. An optional Paroli (All-in) mode can be enabled to increase the base lot size after consecutive winning cycles, resetting after a set number of wins.
Key input parameters include trade mode, initial lot size, all-in multiplier, maximum lot size, grid step, ATR thresholds for triggering trades, and win streak count for resetting lot size. The bot supports scalping and grid strategies and is applicable to markets including commodities and symbols like XAUUSD and NAS100. Adjusting ATR values allows tuning for different timeframes and risk levels.
客户评价
5 | 25 % | |
4 | 75 % | |
3 | 0 % | |
2 | 0 % | |
1 | 0 % |