From d40585f56e286d923479a7b160dcac463e7720fa Mon Sep 17 00:00:00 2001 From: embaral Date: Thu, 22 Feb 2018 14:34:00 +0200 Subject: [PATCH] DOC: added an option "catalyst live --help" to the documentation. --- docs/source/live-trading.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/live-trading.rst b/docs/source/live-trading.rst index a2898d61..df449c05 100644 --- a/docs/source/live-trading.rst +++ b/docs/source/live-trading.rst @@ -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 `_