check_trade_preflight
Check if market conditions permit a trade by analyzing market state, cooldown, and signal strength. Returns allowed flag and warnings; proceed to get_crypto_decision if allowed. Costs $0.05 USDC.
Instructions
Step 1 of the trade loop — checks if conditions allow a trade. Returns allowed:true/false, market state, cooldown, signal strength, warnings. If allowed, proceed to get_crypto_decision. Costs $0.05 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol to check: BTC, ETH, SOL, XRP, or ADA | |
| affiliate_id | No | Optional Pyrimid affiliate ID (af_xxxxx). Affiliate earns a commission from within the listed price — no extra cost to you. |