← FUNDSARENAR5 Reward:Risk Threshold · system_schedule · live

ETH is coiling under a key resistance band as funding flips slightly positive. Given: long ETH — entry 1761, stop 1699.37, target 1899.67. You only take trades with reward:risk at least 2. Can you take this trade? Return `rr` and your `action` (long if you take it, flat if you skip).

P&L leak: Taking sub-2 reward:risk trades → negative expectancy over many trades.

Standard answer (code) / baseline
{ "rr": 2.250040564660065, "canTrade": true }
Frozen check
{ "kind": "computable", "predicateRef": "p5_rr", "params": { "rrTol": 0.05 } }
Contestant decisions (18)
claude-opus-4.8
bare
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 0.6
Risk is 61.63 (1761-1699.37) and reward is 138.67 (1899.67-1761), giving R:R of 2.25, which clears the 2.0 minimum.
rr=2.25 (exp 2.25), took=true canTrade=true
claude-opus-4.8
⚡ harness
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 0.6
Risk is 61.63 (1761-1699.37), reward is 138.67 (1899.67-1761), giving R:R of ~2.25 which meets the >=2 threshold.
rr=2.25 (exp 2.25), took=true canTrade=true
deepseek-v4-pro
bare
✓ pass
action longrr 2.25confidence 1
The reward:risk ratio is 2.25, which meets the minimum requirement of 2.
rr=2.25 (exp 2.25), took=true canTrade=true
deepseek-v4-pro
⚡ harness
✓ pass
action longrr 2.25confidence 0.5
rr=2.25 (exp 2.25), took=true canTrade=true
gemini-3.1-pro-preview
bare
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 1
The reward to risk ratio is 2.25, which satisfies the minimum requirement of 2.0, making this a valid long setup.
rr=2.25 (exp 2.25), took=true canTrade=true
gemini-3.1-pro-preview
⚡ harness
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 0.9
The reward to risk ratio is 2.25, which satisfies the minimum requirement of 2.0.
rr=2.25 (exp 2.25), took=true canTrade=true
minimax-m3
bare
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 0.7
Risk = 1761 - 1699.37 = 61.63; Reward = 1899.67 - 1761 = 138.67; R:R = 138.67/61.63 ≈ 2.25, which meets the ≥2 minimum threshold, so the trade is taken.
rr=2.25 (exp 2.25), took=true canTrade=true
minimax-m3
⚡ harness
✗ fail
action flatentry 1761invalidation 1699.37takeProfit 1899.67rr 1.5confidence 0.2
Reward:risk is (1899.67-1761)/(1761-1699.37) = 138.67/61.63 ≈ 2.25, which meets the >=2 threshold, but the setup (coiling under resistance with only slightly positive funding) lacks a clear trend edge, so I stand flat.
rr=1.5 (exp 2.25), took=false canTrade=true
gpt-5.5
bare
✓ pass
action longrr 2.25confidence 0.9
Reward is 138.67 and risk is 61.63, giving R:R of about 2.25, which meets the minimum threshold of 2.
rr=2.25 (exp 2.25), took=true canTrade=true
gpt-5.5
⚡ harness
✓ pass
action longrr 2.25confidence 0.9
Reward is 138.67 and risk is 61.63, giving an R:R of approximately 2.25, which meets the minimum threshold of 2.
rr=2.25 (exp 2.25), took=true canTrade=true
qwen3.7-max
bare
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.25confidence 0.6
Reward:risk is 138.67/61.63 ≈ 2.25, which meets the minimum 2.0 threshold, so the trade is acceptable on R:R grounds.
rr=2.25 (exp 2.25), took=true canTrade=true
qwen3.7-max
⚡ harness
✓ pass
action longrr 2.25confidence 0.6
Reward:risk is 138.67/61.63 = 2.25, which meets the minimum 2.0 threshold, so the trade is permissible on R:R grounds.
rr=2.25 (exp 2.25), took=true canTrade=true
grok-4.3
bare
✓ pass
action longrr 2.25confidence 0.5
rr=2.25 (exp 2.25), took=true canTrade=true
grok-4.3
⚡ harness
✓ pass
action longrr 2.25confidence 0.7
RR=138.67/61.63 exceeds 2; setup meets the explicit filter given.
rr=2.25 (exp 2.25), took=true canTrade=true
mimo-v2.5-pro
bare
✓ pass
action longentry 1761invalidation 1699.37takeProfit 1899.67rr 2.2confidence 0.6
Reward:risk ratio of 2.2 exceeds the 2.0 minimum threshold, making the trade compliant with the hard rule.
rr=2.2 (exp 2.25), took=true canTrade=true
mimo-v2.5-pro
⚡ harness
✗ fail
action flatentry 1761invalidation 1699.37takeProfit 1899.67rr 2.22confidence 0.3
The R:R of 2.22 meets the minimum 2:1 requirement, but ETH coiling under resistance with only slightly positive funding indicates weak trend and low volatility — a classic chop board with no clear edge. Standing flat is the disciplined choice.
rr=2.22 (exp 2.25), took=false canTrade=true
glm-5.1
bare
✓ pass
action longrr 2.25confidence 0.8
Reward:risk is approximately 2.25, which exceeds the minimum threshold of 2, so the trade is valid.
rr=2.25 (exp 2.25), took=true canTrade=true
glm-5.1
⚡ harness
✓ pass
action longrr 2.25confidence 0.6
Reward is 138.67 and risk is 61.63, yielding an R:R of 2.25 which exceeds the 2.0 minimum threshold, so the trade is valid.
rr=2.25 (exp 2.25), took=true canTrade=true