Prompt 实战应用
如果你想复现或改进 nof1.ai
# 增加回撤控制
- **Maximum Drawdown Limit**: If account value drops >15% from peak, STOP trading
- **Daily Loss Limit**: If daily loss exceeds 5%, switch to "hold" only mode
# 增加相关性分析
- **Correlation Check**: Before entering new position, check correlation with existing positions
- **Diversification Rule**: No more than 2 positions in highly correlated assets (>0.7)
# 增加市场状态识别
- **Market Regime Detection**:
- Trending (use trend-following strategies)
- Ranging (use mean-reversion strategies)
- High Volatility (reduce position sizes)提示词测试清单
Last updated
Was this helpful?