Skip to content
Discussion options

You must be logged in to vote

If I look at the currency config:

rob@TradingPC2:~/pysystemtrade/sysbrokers/IB$ cat ib_config_spot_FX.csv 
CODE,CCY1,CCY2,INVERT
AUDUSD,AUD,USD,NO
CADUSD,USD,CAD,YES
CHFUSD,CHF,USD,NO
EURUSD,EUR,USD,NO
GBPUSD,GBP,USD,NO
HKDUSD,USD,HKD,YES
JPYUSD,USD,JPY,YES
KRWUSD,KRW,USD,NO
CNHUSD,USD,CNH,YES
SGDUSD,USD,SGD,YES

That is telling me that IB don't know what eg HKDUSD is, so I have to download USDHKD and invert it. But for GBPUSD I can just get GBPUSD outright.

So you should have eithier:

NOKUSD,NOK,USD,NO

or

NOKUSD,USD,NOK,YES

Depending on what IB recognises as a valid currency code.

You will know if you have it right, because when you do this

rob@TradingPC2:~/pysystemtrade/sysproduction/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TobiasAntiGravity
Comment options

Answer selected by TobiasAntiGravity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants