Skip to content

Commit

Permalink
fix: support Order Type in Readme (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored Dec 5, 2024
1 parent 0fcbb45 commit e230740
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ Alpaca supports cash and margin accounts.
The following table describes the available order types for each asset class that our Alpaca integration supports.
| Order Type | Equity | Equity Options | Crypto
| ----------- | ----------- | ----------- |
| `MarketOrder` | Yes | Yes | Yes |
| `LimitOrder` | Yes | Yes | Yes |
| `StopMarketOrder` | Yes | Yes | No |
| `StopLimitOrder` | Yes | Yes | Yes |
| `TrailingStopOrder` | Yes | Yes | No |
| Order Type / Security Type | Equity | Equity Options | Futures |
|:--------------------------:|:------:|:--------------:|:-------:|
| MarketOrder | Yes | Yes | Yes |
| LimitOrder | Yes | Yes | Yes |
| StopMarketOrder | Yes | Yes | Yes |
| StopLimitOrder | Yes | Yes | Yes |
| MarketOnOpen | Yes | Yes | Yes |
| MarketOnClose | Yes | Yes | Yes |
## Downloading Data
Expand Down

0 comments on commit e230740

Please sign in to comment.