ryansong612 / bigbucks

0 stars 1 forks source link

Feature: Add order types #9

Open KS0107 opened 3 months ago

KS0107 commented 3 months ago

Add a variety of possible orders types: Market Orders: Execute immediately at the best available price. Limit Orders: Execute only at a specified price or better. Stop-Loss Orders: Convert to a market order when a target price is reached. Stop-Limit Orders: Convert to a limit order when a target price is reached. Trailing Stop Orders: Moves with the market price by a specified amount, allowing profits to run while limiting losses.