[LAB] Calculate expected value (local analytics, no network)
calc_evLAB tool — pure local expected-value calculator over a win-rate and average win/loss percentages. No network, no advice, 0 units. Feed a get_accuracy bucket win-rate (or a score_symbol band) to reason about expectation per trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stake_usd | No | Notional stake to scale EV into dollars. Default 100. | |
| avg_win_pct | Yes | Average gain on a win, in percent (e.g. 2.0 = +2%). | |
| avg_loss_pct | Yes | Average loss on a loss, in percent magnitude (e.g. 1.5 = -1.5%). Sign is ignored. | |
| win_rate_pct | Yes | Probability of a winning trade, in percent (0–100). Feed from a get_accuracy bucket win-rate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||