calculate_target_price
Compute the target price for a trade based on entry price, stop loss, and a desired risk-reward ratio.
Instructions
Target price for a desired risk:reward given entry and stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_price | Yes | ||
| stop_loss | Yes | ||
| risk_reward_ratio | No |