calculate_profit_risk_basic
Calculate risk/reward ratio and profit/loss from entry, stop loss, and take profit prices using pure price math. No market data connection required.
Instructions
Pure price-math risk/reward ratio calculation. No MT5 connection or symbol lookup needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | No | ||
| stop_loss | Yes | ||
| entry_price | Yes | ||
| take_profit | Yes | ||
| value_per_point | No |