Amend Trade
amend_trade[JOURNAL] Amend an OPEN journal trade by trade_id: move your stop or target, fix size_usd / leverage / thesis. A stop MOVE changes only the current stop (what the watchdog and close-time touch scan use); realized R stays measured against your INITIAL stop, so trailing to breakeven can't inflate R. To fix a genuine fat-finger in the original entry or stop, also pass correct_entry=true — that resets the R basis (disclosed in the response). asset/side can't be amended — void and re-log for that. Pro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | ||
| entry | No | ||
| target | No | ||
| thesis | No | ||
| leverage | No | ||
| size_usd | No | ||
| trade_id | Yes | ||
| correct_entry | No |