chainvectorStrategyProbabilityTarget
Calculate trade-plan probabilities for a chosen direction: inputs take-profit and stop-loss, outputs P(TP hit), P(stop touched), terminal finish probability, and expected move, for a go/no-go on TP/SL placement.
Instructions
Probability-engine trade plan for an already-chosen direction: given a take-profit and stop price, returns P(TP reached before horizon end), P(stop touched), the terminal probability of finishing beyond the target, and the expected move — a quantified go/no-go for exact TP/SL placement. Positive expectancy requires P(win)*reward > P(loss)*risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Binance symbol or base asset | BTCUSDT |
| horizon | No | Holding horizon, 30s-24h, e.g. 15m, 1h, 4h | 1h |
| direction | Yes | Trade direction being planned | |
| stop_loss | Yes | Stop-loss price | |
| take_profit | Yes | Take-profit price |