extrange / ibkr-docker

Run IBKR Gateway/TWS in a Docker container
185 stars 41 forks source link

IBC_ReadOnlyApi = no not working #57

Closed thunderwin closed 11 months ago

thunderwin commented 12 months ago

I wanna uncheck readyonly_api by default. but IBC_ReadOnlyApi = no not working

extrange commented 12 months ago

The default behavour of IBC should already uncheck ReadOnlyApi, so you don't actually have to set that variable.

However, if you do set it, make sure you put no in quotes, i.e.


IBC_ReadOnlyApi: 'no'

This is because the YAML format reads strings such as yes and no as True and False respectively.

Do let me know if this works.

I will update the documentation.