-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Supported Brokerages to Dataset > Brokerages
- Loading branch information
1 parent
fd0be46
commit 5ab30c6
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
05 Lean CLI/05 Datasets/06 Brokerages/11 Supported Brokerages.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<p>The following brokerages provide live data feed (<code>--data-provider-live</code>) and historical data (<code>--data-provider-historical</code>) for research, backtest, and optimization.</p> | ||
|
||
<table class="qc-table table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 25%">Brokerage Name</th> | ||
<th>Required Options</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td rowspan="3"><code>Interactive Brokers</code></td> | ||
<td><code>--ib-user-name</code></td> | ||
</tr> | ||
<tr><td><code>--ib-account</code></td></tr> | ||
<tr><td><code>--ib-password</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="3"><code>Oanda</code></td> | ||
<td><code>--oanda-account-id</code></td> | ||
</tr> | ||
<tr><td><code>--oanda-access-token</code></td></tr> | ||
<tr><td><code>--oanda-environment</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="2"><code>Bitfinex</code></td> | ||
<td><code>--bitfinex-api-key</code></td> | ||
</tr> | ||
<tr><td><code>--bitfinex-api-secret</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="2"><code>Coinbase Advanced Trade</code></td> | ||
<td><code>--coinbase-api-key</code></td> | ||
</tr> | ||
<tr><td><code>--coinbase-api-secret</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="4"><code>Binance</code></td> | ||
<td><code>--binance-exchange-name</code></td> | ||
</tr> | ||
<tr><td><code>--binance-api-key</code> or <code>--binanceus-api-key</code></td></tr> | ||
<tr><td><code>--binance-api-secret</code> or <code>--binanceus-api-secret</code></td></tr> | ||
<tr><td><code>--binance-use-testnet</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="3"><code>Kraken</code></td> | ||
<td><code>--kraken-api-key</code></td> | ||
</tr> | ||
<tr><td><code>--kraken-api-secret</code></td></tr> | ||
<tr><td><code>--kraken-verification-tier</code></td></tr> | ||
|
||
<tr> | ||
<td rowspan="4"><code>Bybit</code></td> | ||
<td><code>--bybit-api-key</code></td> | ||
</tr> | ||
<tr><td><code>--bybit-api-secret</code></td></tr> | ||
<tr><td><code>--bybit-vip-level</code></td></tr> | ||
</tbody> | ||
</table> | ||
|
||
<p>For brokerages that exclusively provide a live data feed, refer to <a href="/docs/v2/lean-cli/api-reference/lean-live-deploy"><code>lean live deploy</code></a>.</p> |