piker/config/brokers.toml

26 lines
366 B
TOML
Raw Normal View History

2021-03-19 17:23:33 +00:00
[questrade]
refresh_token = ""
access_token = ""
api_server = "https://api06.iq.questrade.com/"
expires_in = 1800
token_type = "Bearer"
expires_at = 1616095326.355846
[kraken]
key_descr = "api_0"
public_key = ""
private_key = ""
[ib]
host = "127.0.0.1"
2021-03-19 17:23:33 +00:00
[ib.accounts]
margin = ""
registered = ""
paper = ""
[ib.ports]
2021-03-19 17:23:33 +00:00
gw = 4002
tws = 7497
order = [ "gw", "tws",]