Skip to content

Commit

Permalink
update: alpaca config file (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored Jul 31, 2024
1 parent afe4e98 commit f42f8a3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions alpaca.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
"Live Trading": [0,0,0]
}
],
"order-types": ["Market", "Limit", "..."],
"assets": ["Equity", "Future Options", "..."],
"brokerage-url": "",
"documentation": "link on QuantConnect dock",
"order-types": ["Market", "Limit", "Stop Market", "Stop Limit", "Trailing"],
"assets": ["Equity", "Equity Options", "Crypto"],
"brokerage-url": "https://alpaca.markets/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/alpaca",
"module-specification": {
"download": {
"data-types": [
"Trade",
"Quote",
"OpenInterest"
"Quote"
],
"resolutions": [
"Tick",
Expand All @@ -29,12 +28,12 @@
],
"security-types": [
"Equity",
"FutureOption",
"..."
"Option",
"Crypto"
],
"markets": [
"USA",
"..."
"Coinbase"
]
}
}
Expand Down

0 comments on commit f42f8a3

Please sign in to comment.