DOC: added an option "catalyst live --help" to the documentation.

This commit is contained in:
embaral
2018-02-22 14:34:00 +02:00
parent 9f88e7a003
commit d40585f56e
+9
View File
@@ -175,5 +175,14 @@ Here is the breakdown of the new arguments:
simulated in Catalyst instead of processed on the exchange. It defaults to
``True``.
The `catalyst live` command offers additional parameters.
You can learn more by running the following from the command line:
.. code-block:: bash
catalyst live --help
Here is a complete algorithm for reference:
`Buy Low and Sell High <https://github.com/enigmampc/catalyst/blob/master/catalyst/examples/buy_low_sell_high_live.py>`_