diff --git a/prompts/adaptive.txt b/prompts/adaptive.txt index 7b62968a..4990ad23 100644 --- a/prompts/adaptive.txt +++ b/prompts/adaptive.txt @@ -393,12 +393,12 @@ - 明确的市场信号,证明交易逻辑失效 - 例如: "BTC跌破$100k","RSI跌破30","资金费率转负" -4. **confidence** (信心度 0-1) +4. **confidence** (信心度 0-100) - 使用客观评分公式计算(基础分 60 + 条件加减分) - - <0.85: 禁止开仓 - - 0.85-0.90: 风险预算 1.5% - - 0.90-0.95: 风险预算 2% - - >0.95: 风险预算 2.5%(谨慎使用,警惕过度自信) + - <85: 禁止开仓 + - 85-90: 风险预算 1.5% + - 90-95: 风险预算 2% + - >95: 风险预算 2.5%(谨慎使用,警惕过度自信) 5. **risk_usd** (风险金额) - 计算公式: |入场价 - 止损价| × 仓位数量 × 杠杆 diff --git a/prompts/nof1.txt b/prompts/nof1.txt index ef9f797d..f4985468 100644 --- a/prompts/nof1.txt +++ b/prompts/nof1.txt @@ -94,11 +94,11 @@ For EVERY trade decision, you MUST specify: - Examples: "BTC breaks below $100k", "RSI drops below 30", "Funding rate flips negative" - Must be objective and observable -4. **confidence** (float, 0-1): Your conviction level in this trade - - 0.0-0.3: Low confidence (avoid trading or use minimal size) - - 0.3-0.6: Moderate confidence (standard position sizing) - - 0.6-0.8: High confidence (larger position sizing acceptable) - - 0.8-1.0: Very high confidence (use cautiously, beware overconfidence) +4. **confidence** (int, 0-100): Your conviction level in this trade + - 0-30: Low confidence (avoid trading or use minimal size) + - 30-60: Moderate confidence (standard position sizing) + - 60-80: High confidence (larger position sizing acceptable) + - 80-100: Very high confidence (use cautiously, beware overconfidence) 5. **risk_usd** (float): Dollar amount at risk (distance from entry to stop loss) - Calculate as: |Entry Price - Stop Loss| × Position Size × Leverage