sol-v1-arb-full / thresholds.json
commanderzee's picture
Upload folder using huggingface_hub
549f32e verified
raw
history blame contribute delete
321 Bytes
{
"trading": {
"edge_threshold": 0.09326448863310753,
"entry_price_max": 0.5387245541820055
},
"notes": "Edge-margin rule: edge_up = model_pred - up_ask; edge_dn = (1 - model_pred) - dn_ask. Enter the side with the larger edge, iff that edge >= edge_threshold. Edge is expected PnL per share before fees."
}