初学者的反测试:如何测试一种不自欺欺人的交易思想

实用的回溯测试工作流程,涵盖规则,样本,截图,度量衡,偏差控制,模拟器实践.

· 6 分钟阅读 · backtesting, strategy, journal, statistics

初学者的反测试:如何测试一种不自欺欺人的交易思想 Hero chart image for Backtesting for Beginners: How to Test a Trading Idea Without Fooling Yourself ONE CANDLE AHEAD Trading guide #backtesting
Hero chart image for Backtesting for Beginners: How to Test a Trading Idea Without Fooling Yourself

反验问,贸易规则是否在过去的例子中表现得很好。 并不是未来与过去相匹配的证据。 这是一种过滤器,它可以消除弱小的想法,然后才把注意力、信心或真正的资本花在它们身上。

先写规则

规则必须定义市场、时间框架、设置、输入、停止、目标以及无效。如果在看到每个图表后更改规则,则不会反试;您正在调整内存。

收集足够的示例

Three-node practice loop: predict the next candle, reveal the outcome, journal the lesson — then repeat.

反测试是一种可重复的循环:规则,样本,量度,修正.

十个例子可以让几乎所有东西看起来都很好。从30个例子开始,在信任模式之前发现明显的缺陷和50个或更多。记录胜负、损失、平均R、最大损失的盈亏和规则破解。

避免后视偏差

最干净的实践是隐藏未来的蜡烛。在看到结果之前先判断设置,然后一次打开一根蜡烛。这就是单烛模拟器之所以有用的原因:它们会迫使你实时地产生同样的不确定性。

背检隐藏未来蜡烛

This article was written and reviewed by the founder. AI tools may assist with drafting; every fact, figure, and example is verified by the author before publishing.

Read the full editorial policy →