hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
398 stars 107 forks source link

Bug in streaming_prices.py example #50

Closed hootnot closed 7 years ago

hootnot commented 7 years ago

currently only the last of a --instruments list gets passed as instrument

the instruments parameter needs to be:

params={"instruments": ",".join(clargs.instruments)}