forked from QuantConnect/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
03 Supported Brokerages.html
33 lines (32 loc) · 1.05 KB
/
03 Supported Brokerages.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="row docs-home-brokerages" style="margin-top: 5px;">
<div class="col-xs-3">
<img src="https://cdn.quantconnect.com/web/i/splash/Interactive Brokers Brokerage.png"/>
</div>
<div class="col-xs-3">
<img src="https://cdn.quantconnect.com/web/i/splash/OANDA Brokerage.png"/>
</div>
<div class="col-xs-3">
<img src="https://cdn.quantconnect.com/web/i/coinbase_pro_rev0.png"/>
</div>
</div>
<div class="row" style="margin-top: 20px">
<div class="col-xs-offset-3 col-xs-3">
<img src="https://cdn.quantconnect.com/web/i/splash/Alpaca Brokerage.png"/>
</div>
<div class="col-xs-3">
<img src="https://cdn.quantconnect.com/web/i/splash/Bitfinex Exchange.png" style="top: 10px; position: relative;"/>
</div>
</div>
<style>
.docs-home-brokerages > div {
text-align: center;
line-height: 35px;
}
.docs-home-brokerages > div > img {
max-height: 59px;
max-width: 80%;
height: auto;
width: 100%;
display: inline-block;
}
</style>