Skip to content

Commit

Permalink
DOC: added Huobi Pro to list of exchanges that supported in live
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbarAlmog committed Aug 16, 2018
1 parent 85c2695 commit 5ca5373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst/exchange/ccxt/ccxt_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
poloniex=ccxt.poloniex,
bitmex=ccxt.bitmex,
gdax=ccxt.gdax,
huobipro=ccxt.huobipro,
)


Expand Down Expand Up @@ -905,7 +906,6 @@ def create_order(self, asset, amount, is_buy, style):
amount
)
)

adj_amount = round(abs(amount), asset.decimals)
prec_amount = self.api.amount_to_precision(symbol, adj_amount)
before_order_dt = pd.Timestamp.utcnow()
Expand Down
1 change: 1 addition & 0 deletions docs/source/live-trading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The exchanges available for backtesting are fully supported in live mode:
Additionally, we have successfully tested in live mode the following exchanges:

- GDAX, id = ``gdax``
- Huobi Pro, id = ``huobipro``

As Catalyst is currently in Alpha and is under active development, you are
encouraged to thoroughly test any exchange in *paper trading* mode before trading
Expand Down

0 comments on commit 5ca5373

Please sign in to comment.