romaco_open_paper_position
Open a simulated paper trading position at current market price. Specify side, quantity, stop-loss, and take-profit to practice risk-free trading with entry markers on chart.
Instructions
Open a simulated (paper) trading position at the current market price. No real money involved. Positions are shown visually on the chart as entry markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | "long" = buy (profit when price rises). "short" = sell (profit when price falls). | |
| quantity | Yes | Number of units to trade (shares, contracts, coins) | |
| stopLoss | No | Stop-loss price. Position auto-closes if price reaches this level. | |
| takeProfit | No | Take-profit price. Position auto-closes if price reaches this level. |