zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
394 stars 65 forks source link

Add command line option to list the available brokers #48

Closed tibkiss closed 6 years ago

tibkiss commented 6 years ago

As of today one needs to know the supported broker and it's respective name. It would be helpful to add a command line argument which would list the available brokers (e.g. --broker-list).

janlehky commented 6 years ago

Hello, I can do that but what is your preferred level where this command should work? It should be zipline --broker-list or zipline run --broker-list?

tibkiss commented 6 years ago

Thanks for your interest in this task. I'd suggest to add it to run, it is bound to algo execution which is reachable through run.

tibkiss commented 6 years ago

Thanks for the smooth delivery Jan!