我用 Claude 搭建了一个交易机器人,赚取了 +168,236 美元。
这简直是一个完整的作弊码,而且整个策略都是用 Fable 5 构建的。
不需要开发经验。
下面是如何使用 AI(nfa)构建与回测盈利交易策略的确切方法:
步骤 1. 提取你的策略规则
先选择你想测试的任意交易策略,然后把这个提示词粘贴到 Fable 5:
"Take the classic [strategy name] and turn it into a fully objective rule set on the [insert timeframe].
Give me: exact entry rule, exact exit rule, stop logic, and position sizing.
No discretion - every rule must be computable."
这可以是 RSI 策略、EMA 策略等。
这里的目标是获得一套干净的、你真的可以拿去回测的规则。
步骤 2. 转换为 Pine Script
当你有了这些规则,把下面这段后续内容粘贴过去:
"Now write this as TradingView Pine Script v6 strategy code.
Include a 0.1% comm
查看原文