generated from QuantConnect/Lean.Brokerages.Template
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathinteractivebrokers.json
56 lines (55 loc) · 1.38 KB
/
interactivebrokers.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"description": "Interactive Brokers is a fully featured, multi-asset, and low-cost brokerage fully supported on the QuantConnect platform. Interactive supports users in most countries and can open accounts as little as $100.",
"platforms-features":[
{
"Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"],
"Download Data": [1,1,1],
"Backtesting": [1,1,1],
"Optimization": [1,1,1],
"Live Trading": [1,1,1]
}
],
"order-types": ["Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit", "Trailing", "Market On Open", "Market On Close", "Combo Market", "Combo Limit", "Combo Leg Limit", "Exercise"],
"assets": ["Equity", "Equity Options", "Futures", "Future Options", "Index Options", "Forex"],
"brokerage-url": "https://www.interactivebrokers.com/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/interactive-brokers",
"module-specification": {
"download": {
"data-types": [
"Trade",
"Quote"
],
"resolutions": [
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"Option",
"Forex",
"Future",
"Cfd",
"FutureOption",
"Index",
"IndexOption"
],
"markets": [
"USA",
"CME",
"NYMEX",
"COMEX",
"CBOT",
"CBOE",
"HKFE",
"SGX",
"ICE",
"CFE",
"NYSELIFFE",
"Oanda",
"InteractiveBrokers"
]
}
}
}