全流程讲解 · 从首次启动到实时监控Full walkthrough · from first launch to live monitoring

从一个空白工作区,到一个被监控的策略。From a blank workspace to a monitored strategy.

SignalFounder 只有一个闭环:发现一个思路,把它编排成规则,用历史数据压力测试,再实时盯住它。本指南按顺序讲解每一个界面——它是做什么的、该点哪里,以及在你进入下一步之前,怎样才算"够好"。SignalFounder is one loop: discover an idea, compose it into rules, stress-test it on history, then watch it live. This guide walks each screen in order — what it does, where to click, and what "good enough" looks like before you move on.

跳到第 1 步Jump to step 1
开始Start00
首次启动First launch

三个问题,让 app 对准你。Three questions to point the app at you.

引导流程不会问你的收入。它只问你想先做什么、关心哪个市场、想让编辑器多亲力亲为——然后据此调配 Discover、Build 和 Monitor。这里的一切都可以在设置里改回来。The setup flow won't ask your income. It only asks what you want to do first, which market you care about, and how hands-on you want the editor to be — then tunes Discover, Build, and Monitor to match. Everything here can be changed back in settings.

  • 选一个起点意图——BuildExplore先学一学Pick a starting intent — Build, Explore, or Learn first.这只决定你的主页标签。你随时可以切换路线。It only sets your home tab. You can switch paths any time.
  • 选择你的市场。Choose your market.加密货币现已完整支持(240+ 交易对)。美股和外汇标注为即将上线。Crypto is fully supported now (240+ pairs). US stocks and forex are marked coming soon.
  • 选择引导式或逻辑图编辑器。Choose the guided or logic-graph editor.两者共用同一份策略数据,之后切换不会丢失任何东西。Both share the same strategy data, so switching later loses nothing.
随处可跳过。如果你一路点到底,app 会选择合理的默认值。Skip anywhere. If you click through, the app picks sensible defaults.
设置Setup第 1 / 3 步Step 1 / 3加密货币Crypto
构建一个策略Build a strategy
编排 · 回测 · 监控Compose · backtest · monitor
已选Selected
探索思路Explore ideas
浏览 · ForkBrowse · fork
选择Select
先学一学Learn first
入门 · 示例Basics · examples
选择Select
寻找Find01
Discover

从零搭建之前,先逛逛策略库。Browse the library before building from scratch.

Discover 是供给侧:一个可搜索的信号、指标和社区策略库。信号和指标是有意分开的——信号是"触发/不触发"的决策,指标是你读取的一个数值。找到与你思路接近的东西,把它 Fork 下来,而不是从空白开始。Discover is the supply side: a searchable library of signals, indicators, and community strategies. Signals and indicators are deliberately separate — a signal is a fire/no-fire decision, an indicator is a number you read. Find something close to your idea and fork it instead of starting blank.

  • 按交易对、时间周期或思路搜索("均值回归""资金费率")。Search by pair, timeframe, or idea ("mean reversion", "funding rate").筛选会收窄到你的市场所支持的范围。Filters narrow to what your market supports.
  • 打开一张卡片,查看它的规则、示例净值和可信度一栏。Open a card to see its rules, sample equity, and trust column.可信度一栏才是说真话的——Fork 之前先读它。The trust column is the honest part — read it before you fork.
  • Fork 到 Build 把它复制到你的工作区。Tap Fork to Build to copy it into your workspace.你拿到的是完整可编辑的数据,不是一张截图。You get fully editable data, not a screenshot.
想要带统计闸门的预验证研究,可前往 Factor Lab——它接入的是同一个 Build 工作区。For pre-validated research with statistical gates, head to Factor Lab — it feeds into the same Build workspace.
Discover策略库Library240+ 交易对240+ pairs
信号Signals指标Indicators策略Strategies
RSI(14) 超卖穿越RSI(14) oversold cross
BTC · 4h · 信号BTC · 4h · signal
+12.4%
资金费率行情反转Funding-rate reversal
ETH · 1h · 信号ETH · 1h · signal
+8.1%
EMA 20/50 趋势EMA 20/50 trend
SOL · 1d · 策略SOL · 1d · strategy
-2.3%
塑形Shape02
Build

用顺手的编辑器编排规则。Compose rules in whichever editor suits you.

Build 负责策略工作。引导式编辑器用表单和标签——上手最快。逻辑图编辑器则展开嵌套规则、自定义指标和版本历史。两者写的是同一份数据,所以在引导式里起步的策略能在逻辑图里干净地打开。在这里设定你的入场和出场逻辑、仓位大小和成本。Build is where the strategy work happens. The guided editor uses forms and chips — fastest to start. The logic-graph editor unfolds nested rules, custom indicators, and version history. Both write the same data, so a strategy started in the guided editor opens cleanly in the graph. Set your entry and exit logic, position size, and costs here.

  • 把入场和出场条件作为规则块添加。Add entry and exit conditions as rule blocks.用 AND / OR 组合指标;在逻辑图编辑器里嵌套分组。Combine indicators with AND / OR; nest groups in the logic-graph editor.
  • 设定仓位、止损和最长持仓。Set position size, stop-loss, and max hold.这些会直接喂给回测——没有单独的配置页。These feed straight into the backtest — no separate config page.
  • 大改动之前先保存一个版本。Save a version before big changes.版本是钉住的,所以 Monitor 始终清楚到底在运行什么。Versions are pinned, so Monitor always knows exactly what's running.
Build · 逻辑图graphv4 · 草稿draftBTC · 4h
entry: when
  RSI(14) crosses_below 30
  and close > EMA(200)
exit: when
  RSI(14) crosses_above 55
  or bars_held > 24
size: vol_target("0.35")
stop: 1.2%
压测Test03
Backtest

用历史数据压力测试——开着手续费和滑点。Stress-test on history — with fees and slippage on.

回测描述的是过去的表现,不是承诺。SignalFounder 默认按贴近真实的成本运行,并把可信度一栏放在最前:扣费后的净收益、最大回撤、敞口和成交笔数。先读这些,再看资金曲线。一条漂亮但只有五笔成交的曲线只是噪声。Backtests describe past performance, not a promise. SignalFounder runs with realistic costs by default and puts the trust column first: net-of-fees return, max drawdown, exposure, and trade count. Read those before the equity curve. A pretty curve with only five trades is just noise.

  • 选一个区间并运行。Pick a range and run.免费版覆盖近期区间;Pro 和 Pro+ 解锁更长历史。Free covers recent ranges; Pro and Pro+ unlock longer history.
  • 先读可信度一栏。Read the trust column first.净收益、最大回撤、成交笔数、敞口——都已扣除成本。Net return, max drawdown, trade count, exposure — all after costs.
  • 在 Build 里迭代、重跑、对比版本。Iterate, re-run, and compare versions in Build.每次运行都与产生它的版本绑定。Every run is bound to the version that produced it.
成本始终可见。手续费、滑点和执行风险提示都在 app 内显示——绝不会为了让结果好看而隐藏。Costs are always visible. Fees, slippage, and execution-risk notes are shown in-app — never hidden to make results look better.
Backtest12 个月 · 已扣费12 months · net of feesv4
净收益Net return+18.4%
最大回撤Max drawdown-9.1%
成交笔数Trades142
敞口Exposure41%
盯盘Watch04
Monitor

实时盯住它——安静地——并尽早发现漂移。Watch it live — quietly — and catch drift early.

Monitor 负责实时状态。绑定一个钉住的策略版本,只有当规则真正触发时,app 才会即时提醒。健康面板会追踪信号新鲜度、与回测的漂移和回撤趋势——让你在回撤之前就知道该暂停,而不是之后。免打扰时段会被尊重。Monitor handles live status. Bind a pinned strategy version, and the app only alerts when a rule actually fires. The health panel tracks signal freshness, drift from the backtest, and drawdown trend — so you know to pause before a drawdown, not after. Quiet hours are respected.

  • 把一个策略版本绑定到监控上。Bind a strategy version to a monitor.免费版运行 1 个仅观察监控;Pro 运行 10 个,带模拟盈亏。Free runs 1 watch-only monitor; Pro runs 10 with paper P&L.
  • 盯住健康卡,留意漂移。Watch the health card for drift.当实时表现开始与回测背离时,它会标记出来。It flags when live performance starts diverging from the backtest.
  • 在历史里回看已触发的信号。Review fired signals in the history.免费版 7 天,Pro 90 天,Pro+ 1 年——每一条都附带触发它的规则。7 days on Free, 90 on Pro, 1 year on Pro+ — each with the rule that triggered it.
Monitor实时Live实时Live
耐心均值回归Patient mean reversion
BTC · 4h · v4
健康Healthy
趋势跟随 EMAEMA trend-follow
ETH · 1d · v2
漂移 +3.2σDrift +3.2σ
信号已触发 · 买入Signal fired · Buy
RSI(14) 穿越 30 · 2 分钟前RSI(14) crossed 30 · 2 min ago
63,418
来源Source05
Factor Lab · web → iOS

从一个已经闯过闸门的研究开始。Start from research that already cleared the gate.

Factor Lab 是预验证因子研究的网页归档——每个实验在发布前都通过了紧缩夏普、FDR 校正、置换检验和成本真实性。无需账号即可浏览;当某个实验契合你的思路时,保存或 Fork 它,几秒内它就会落到你 iOS 上的 Build 工作区。Factor Lab is a web archive of pre-validated factor research — each experiment cleared deflated Sharpe, FDR correction, permutation tests, and cost realism before publishing. Browse without an account; when an experiment fits your idea, save or fork it and within seconds it lands in your Build workspace on iOS.

  • 在网页上浏览归档。Browse the archive on the web.没有流水线旋钮,没有队列——只有已验证的成果。No pipeline knobs, no queue — just validated results.
  • 保存或 Fork 到 Build。Save or fork to Build.在你手机上重跑会忠实复现实验室的结果。Re-running on your phone faithfully reproduces the lab's result.
  • 带着判断去微调,然后推到 Monitor。Tweak with judgment, then push to Monitor.改一个参数,闸门会重新评估你的 Fork 是否仍然通过。Change a parameter and the gate re-evaluates whether your fork still passes.
想看看研究引擎是怎么运转的?实时流水线视图展示了候选是如何生成、优化和闸门把关的。Want to see how the research engine runs? The live pipeline view shows how candidates are generated, refined, and gated.
Factor Lab生产环境通过Production passEXP-2126-A4F
资金费率条件下的 BTC 均值回归BTC mean reversion under funding-rate conditions
BTCUSDT · 5m · OOS Q4→Q2
通过Pass
紧缩夏普Deflated Sharpe0.71
FDR 校正后 pFDR-adjusted p0.018
PBO0.12
成本余量Cost margin+4.1 bps
值得了解Worth knowing

让你保持诚实的习惯。Habits that keep you honest.

一些小规则,把可交易的策略和一张讨喜的图表区分开来。A few small rules that separate a tradable strategy from a flattering chart.

读那一栏,别只看曲线。Read the column, not just the curve.

净收益、回撤和成交笔数比资金曲线的形状告诉你更多。寥寥几笔成交撑起的漂亮曲线只是噪声。Net return, drawdown, and trade count tell you more than the shape of the equity curve. A pretty curve on a handful of trades is just noise.

微调前先存版本。Save a version before tweaking.

大改动前先保存一个版本,这样 Monitor 始终清楚到底什么在运行,你也能并排对比各次运行。Save a version before big changes, so Monitor always knows what's running and you can compare runs side by side.

让漂移来提醒你。Let drift be your alarm.

当实时表现与回测背离时,健康卡会标记出来。把第一次漂移标记当作去看一眼的理由,而不是恐慌的理由。The health card flags when live performance diverges from the backtest. Treat the first drift flag as a reason to look, not to panic.

5
个界面,一个闭环screens, one loop
240+
支持的交易对supported pairs
$0
学完整个流程的成本cost to learn the whole flow
iOS
iPad · macOS
永久免费 · 无需信用卡Free forever · no credit card

你已经读懂了这个闭环。
现在跑起来。
You've read the loop.
Now run it.

创建一个工作区,从 Discover 或 Factor Lab Fork 一个东西,一个下午就能让一个回测过的策略跑上实时监控。Create a workspace, fork something from Discover or Factor Lab, and get a backtested strategy onto a live monitor in an afternoon.

浏览 Factor LabBrowse Factor Lab