present
注册即可在首次购物时获得 $50 优惠
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 1
CashFlow
cBot
版本 1.0, Jul 2026
Windows 版、Mac 版, Mobile, Web
5.0
评价:1
18.1%
投资回报率
1.65
盈利系数
10.7%
最大回撤
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 2
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 3
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 4
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 5
Trading product for CashFlow cBot Martingale Recovery AI Trading, image 6
注册日期 22/09/2024
15
销售
3.29K
免费安装

说明

CashFlow v1.0.0 — cTrader 的 DCA 交易机器人

一个基于简单理念构建的 DCA 交易机器人:管理现金流,而非预测市场。两种回撤模式让您可以选择等待新K线或按固定网格距离触发。


🔍 这个机器人做什么(通俗解释)

CashFlow 会开第一个订单,等待,当价格逆势移动时增加更多订单。当组合利润变为正时,它关闭所有订单并开始新一轮循环。这是核心循环——无指标预测,无趋势猜测。

您做出的选择是关于 何时加仓承担多少风险


⚙️ 参数指南

1. CashFlow(主设置)

  • 交易模式 — 选择方向: BuyOnly(仅买入 DCA),SellOnly(仅卖出),或 Both(双向独立运行,各自有记忆)。

2. 风险管理

  • 每边最大持仓数 — 每个方向最大同时订单数。达到限制时,机器人关闭最旧订单以腾出空间(轮换,保持机器人运行而非冻结)。
  • 最大点差(点) — 如果点差超过此值,机器人暂停下单。点差恢复正常时,挂单立即执行(每个tick检查,不是每根K线)。
  • 记录 FIFO 亏损 — 当最旧订单亏损关闭以轮换时,亏损会被记录并加到下一轮的利润目标中。防止“假赢”,避免整体权益低于起始水平。
  • 显示点差等待状态 — 当订单等待点差恢复正常时,在图表上显示状态。

3. 手数管理

  • 马丁格尔倍数 — 每级手数倍数(默认2.0)。设置为1.0则完全禁用马丁格尔。
  • 马丁格尔手数步长 — 每级订单数量。例如:步长10,订单1–10使用基础手数,11–20使用基础×倍数,21–30使用基础×倍数²,依此类推。
  • 始终开启回撤(新K线模式) — 在NewBar模式下启用时,无论价格方向如何,每根新K线都会加仓。禁用时,仅当价格逆势移动时加仓。

4. 回撤(加仓触发)

这是决定机器人特性的核心选择。

  • 回撤模式
    • NewBar — 如果价格逆势移动,在新K线开始时加仓。依赖时间框架——日线图每天评估一次。
    • FixGrid — 价格从上一个订单移动固定距离时立即加仓,不依赖K线。时间框架无关——实时响应价格变动。
  • 网格距离(点) — 仅在FixGrid模式下使用。价格必须逆势移动的距离,才会加新订单。

5. 策略

  • 初始手数(基础) — 每轮第一个订单的基础手数。
  • 最大手数 — 每个订单的手数上限,无论马丁格尔级别多高。安全上限。


🧠 两种回撤模式 — 何时使用哪种

NewBar 模式

  • 当价格逆势时,在新K线开盘时加仓。
  • 适合较高时间框架(H4,D1),每根K线包含有意义信息。
  • 节奏较慢,订单较少,更适合资金保全。

FixGrid 模式

  • 按固定点数距离加仓,每个tick检查。
  • 时间框架无关——M1或D1表现一致。
  • 适合波动较大的品种(金价、指数),需要可预测的订单间距。
  • 节奏更快,每次移动订单更多,网格纪律更严格。

实用建议: 如果您是新手,建议从H4或日线的NewBar模式开始。熟悉机器人行为后,尝试FixGrid,距离设置为符号日均ATR的约1倍。


📊 持仓管理方式

开第一个订单 — 当该方向无持仓时,机器人立即开基础手数订单(点差合适时)。

加仓 — 根据模式,在新K线(NewBar)或固定距离(FixGrid)加仓。手数按级别公式计算。

平仓 — 当所有持仓的净利润(加上任何记录的FIFO亏损)在新K线开始时变正,或当多于一个持仓且任意时刻组合利润为正时,全部平仓并重置循环。

轮换 — 达到最大持仓数且需新订单时,先关闭最旧订单腾出空间。启用记录FIFO亏损时,该亏损计入下一轮目标。


🛡️ 内置安全措施

  • 每个tick检查点差门槛 — 点差过大时(新闻事件、交易时段开盘)订单不会执行。点差恢复正常后,挂单执行。
  • 固定基础手数 — 默认倍数为2.0,设置为1.0时机器人变为纯固定手数DCA。您可控制激进程度。
  • 最大手数上限 — 手数的硬性上限,无论马丁格尔级别多高。
  • FIFO 记忆 — 轮换产生的亏损被追踪并计入下一轮目标,确保您始终了解当前状况。


⚠️ 使用前须知

  • DCA 存在回撤风险。 在强烈单向趋势中,订单会累积。请将最大持仓数设置在您的账户能承受的范围内。
  • 马丁格尔风险增长迅速。 倍数为2.0,步长为10时,第30个订单使用4倍基础手数。使用超过1.0的值前请理解相关数学原理。
  • 先做回测。 在目标品种和时间框架上,涵盖趋势和震荡期,测试后再实盘运行。
  • 手数匹配账户。 一般起点:基础手数 ≤ 0.01 每500美元权益,依据品种波动性调整。

机器人无情执行规则——但规则只有在设置符合账户规模和风险承受能力时才有效。


🚀 快速开始

  1. 附加到您想交易的品种图表上。
  2. 根据您的偏好设置 交易模式(或选择Both 双向)。
  3. 选择 回撤模式——不确定时从NewBar开始。
  4. 保守设置 初始手数(大多数账户0.01是合理起点)。
  5. 根据您能承受的回撤设置 每边最大持仓数
  6. 至少用6个月数据回测后再实盘。
  7. 在模拟账户上开始,直到了解机器人在您市场环境中的表现。


CashFlow 是工具,不是保证。它严格遵守规则,但结果由市场行为决定。请为您的账户使用适当的风险管理。

摘要

AI 摘要
CashFlow is a DCA (Dollar Cost Averaging) trading bot designed for the cTrader platform, recommended for trading CHFJPY with a minimum capital of $500 and a base lot size of 0.01. It operates by opening an initial order and adding subsequent orders as the price moves against the position, closing all orders once the combined profit turns positive, then restarting the cycle. The bot does not rely on market predictions or indicators but focuses on managing cash flow and risk.

Key features include two recovery modes:
- NewBar mode, which adds orders at the start of new bars if the price moves unfavorably, suited for higher timeframes (H4, Daily).
- FixGrid mode, which adds orders at fixed pip distances regardless of timeframe, suitable for volatile symbols.

Users can configure trade direction (buy-only, sell-only, or both), maximum positions per side with rotation of oldest orders, martingale multipliers for lot sizing, and spread filters to pause trading during high spread periods. The bot tracks losses from order rotation to adjust profit targets, ensuring accurate equity management.

CashFlow supports fixed and dynamic risk models, includes built-in safety features like spread gating, and requires backtesting before live use. It is designed for medium-frequency day trading using market orders on daily charts.
交易概览
交易风格
日间交易
策略类型
网格
分析类型
算法
交易频率
最低建议余额
$500
每笔交易风险
10%
图表时间周期
1 天
回测杠杆
1:500
风险管理
风险模型
固定手数
动态
支持的订单类型
市价单
最大手数
100
支持的风险控制
价差过滤器

客户评价

5.0
评价:1
5
100 %
4
0 %
3
0 %
2
0 %
1
0 %
客户评价
August 17, 2026
CashFlow is a transparent and technically solid DCA bot. Our XAUUSD H4 test returned +8.45%, PF 1.84 and 4.58% max equity DD. NewBar recovery, FIFO rotation, basket closing and Martingale sizing were confirmed. The main risk is structural: exposure increases during adverse trends and recovery depends on a later price reversal.

讨论

常见问答

Martingale Recovery
AI Trading
Grid Recovery
cTrader Store 提供的所有产品,包括交易机器人、指标和插件,均由第三方开发者提供,仅供信息参考和技术访问之用。cTrader Store 并非经纪商,不提供投资建议、个人推荐或任何未来业绩保证。

该作者的其他作品

cBot
BTCUSD
GBPUSD
+4
Scalping V.1 (Stop Order TP + SL)
cBot
BTCUSD
NAS100
+4
Renko Strategy
cBot
NAS100
XAUUSD
+3
Renko SPX500
cBot
Grid
Forex
+5
Algo Forex Strategy
cBot
AI
Grid
+7
Algo Forex Strategy ( Trial )
cBot
Grid
Prop
+4
The Secret Fund ( Secret from Hedge Fund Strategy)
cBot
Grid
Forex
+2
Algo Forex (Free Trial_USDJPY)
cBot
Grid
XAUUSD
+2
🔥 Grid Classic – A Simple Yet Powerful Grid System
cBot
BTCUSD
EURUSD
+8
Renko Strategy Free Trial
cBot
AI
Grid
+9
Stop gambling your capital. Switch to a truly sustainable "System" instead.
cBot
AI
Grid
+3
HFT SuperFund Pro+
cBot
ATR
RSI
+5
Shift from “Price Chasing” to “Price Trapping” using Limit Orders and a Volatility-Based Calculation System

猜您喜欢

cBot
Balanced
AI Trading
+5
A precision grid-scalper for Gold (XAUUSD). Designed for stable markets with built-in profit locking and strict risk con
36.79
盈利系数
cBot
Fixed Risk %
No Overtrading
+5
Turn Your Keyboard into a Trading Console — Instant Entries, Exits, and Precision Risk Control.
cBot
ATR
EMA
+5
FOLLOW THE TREND XAU EDITION v3.0, Start with $500, AI features BE & TP50%, cbot management simplified
36.2%
投资 回报率
5.09
盈利系数
cBot
AI
ATR
+27
AILevelTrader — Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
盈利系数
cBot
BTCUSD
EPIC FURY
5.56
盈利系数
cBot
AI
XAUUSD
+1
AI-Powered Gold Trading Robot for cTrader – Smart, Fast, and Fully Automated
8.1%
投资 回报率
3.66
盈利系数
cBot
AI
ATR
+7
Resolver PRO A.I Bot,Sophisticated, Perfect algorithm! Daily ROI 5 to 24%.Maximum drawdown 4%
cBot
ATR
Break Even
+5
The all-in-one Trade Management.
"BadGranny" 标识
实时统计
5.0
(1)
$109
/
$199
cBot
Break Even
Partial Close
+3
Bad Granny is a fully automated cBot with dynamic risk management, partial profit-taking, and breakeven protection
21.9%
投资 回报率
2.82
盈利系数
cBot
RSI
SMC
+5
Gold SMC Pro Fx (Stop Trading Like Retail, Start Trading with the Smart Money)
138.1%
投资 回报率
5.78
盈利系数
cBot
Prop
Forex
+3
Introducing the HFT cBOT - your ultimate tool for passing Prop Firm challenges with confidence and efficiency.
1
盈利系数
cBot
ATR
Channel
+5
GoldBreakout Pro: H1 ATR breakout for XAUUSD; long+short, SL/TP at entry, filters noise, risk-based sizing.
13.8%
投资 回报率
4.87
盈利系数
cBot
Volume
AI Trading
+5
High frequency neural decision-making
252.6%
投资 回报率
2.65
盈利系数
cBot
AI
ATR
+17
Turning candlestick logic into performance
cBot
Prop
Forex
+14
Automated ORB bot: Stop/Limit entries, EMA/PDH filters, auto-BE, and session trade limits.
cBot
Forex
GBPUSD
+1
GBPUSD Price Action Trading Bot for cTrader – Smart Forex EA with Risk Control, High Profits and High Precision Strategy
7.7%
投资 回报率
1.84
盈利系数
cBot
AI
Forex
+4
AI-Powered Forex Trading Robot for cTrader – Smart, Fast, and Fully Automated
5.21
盈利系数
cBot
ATR
RSI
+5
Introducing the Standalone S3 Scalper, a precision tool designed for high-speed, trend-aligned trading.

价格

注册日期 22/09/2024
15
销售
3.29K
免费安装