Skip to content

Commit

Permalink
Adds Supported Brokerages to Dataset > Brokerages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Apr 11, 2024
1 parent fd0be46 commit 5ab30c6
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions 05 Lean CLI/05 Datasets/06 Brokerages/11 Supported Brokerages.html
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>

0 comments on commit 5ab30c6

Please sign in to comment.