This commit is contained in:
Cryptoval Trading Technologies
2024-04-16 16:53:55 +01:00
parent 3aea35f424
commit 4724505fdf
6 changed files with 287 additions and 80 deletions
+9 -9
View File
@@ -2,15 +2,15 @@
"__DUMMY__": {}
# ---------------------------------------------
, "ALPACA": {
"instruments": {
# "STOCK-AAPL": {
# "md_symbol": "AAPL",
# "trade_symbol": "AAPL"
# }
# "STOCK-IBM": {
# "md_symbol": "IBM",
# "trade_symbol": "IBM"
# }
"instrument_template": {
# --- US Stocks only.
"instrument_id": "STOCK-{symbol}"
, "base_asset": "EQT.{symbol}"
, "quote_asset": "USD"
, "quantity_precision": "1"
, "price_tick": 0.01
, "md_symbol": "{symbol}"
, "trade_symbol": "{symbol}"
}
}
, "BNBSPOT": {