generated from QuantConnect/Lean.Brokerages.Template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
TradeStation.json
47 lines (47 loc) · 1.08 KB
/
TradeStation.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
{
"description": "TradeStation provides a complete range of advanced trading tools and online brokerage services. Trade stocks, ETFs, and options easily and efficiently.",
"platforms-features": [
{
"Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"],
"Download Data": [0,0,0],
"Backtesting": [0,0,0],
"Optimization": [0,0,0],
"Live Trading": [1,1,1]
}
],
"order-types": [ "Market", "Limit", "Stop Market", "Stop Limit", "Combo Market", "Combo Limit", "Market On Open", "Market On Close" ],
"assets": [ "Equity", "Equity Options", "Futures" ],
"brokerage-url": "https://tradestation.com/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/tradestation",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"Option",
"Future",
"Index",
"IndexOption"
],
"markets": [
"USA",
"NYMEX",
"CME",
"SGX",
"CBOT",
"NYMEX",
"COMEX",
"ICE",
"CBOE",
"CFE"
]
}
}
}