Skip to content

Commit

Permalink
#537 (Crypto demo APIError) Hotfix (#538)
Browse files Browse the repository at this point in the history
* fix: crypto-trading-basic demo symbols

* fix: crypto-trading-basic demo ipy env

* fix: Correct symbol for positions in crypto demo

Co-authored-by: hiohiohio <[email protected]>

---------

Co-authored-by: hiohiohio <[email protected]>
  • Loading branch information
jmccarey and hiohiohio authored Dec 17, 2024
1 parent 554a1f7 commit 4fe5eb8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion examples/crypto-trading-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,16 @@
"### Positions"
]
},
{
"cell_type": "code",
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [
"# '/' not being supported for position calls\n",
"symbol=\"BTCUSD\""
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -424,7 +434,9 @@
"outputs": [],
"source": [
"# setup crypto historical data client\n",
"crypto_historical_data_client = CryptoHistoricalDataClient()"
"crypto_historical_data_client = CryptoHistoricalDataClient()\n",
"\n",
"symbol=\"BTC/USD\""
]
},
{
Expand Down

0 comments on commit 4fe5eb8

Please sign in to comment.