This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 726
Margin Trading in Catalyst - Short Sells practically not possible #415
Labels
Comments
avolution
changed the title
Margin Trading in catalyst - Short Sells practically not possible
Margin Trading in Catalyst - Short Sells practically not possible
Jul 25, 2018
according to issue #235, shorting is not yet possible. :( |
@SOGorman35 @catalyst-support @lenak25 |
@avolution, we haven't yet started addressing it and will appreciate any contribution. |
@catalyst-support Curious if this has been started and/or if myself or someone else should lend a hand to start work on it? Thanks! |
Hi @richrines , we still haven't started addressing it, any contribution will be very much appreciated. |
Hi, what's up with shorts now? |
@QuantDimension |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the Moment when I execute an order lets say
order_target_value(symbol('btc_usd'), -30.0)
It will be executed as an low level exchange order.
This is a problem because in this case Short Positions are not really possible because you have to have an amount of every currency which have pairs in your universe.
Otherwise you will get an exceptions like this:
For example:
catalyst.exchange.exchange_errors.ExchangeRequestError: Request failed: bitfinex {"message":"Invalid order: not enough exchange balance for -0.00367152 BTCUSD at 8170.0"}
So its not practically posible to use short sells(and related strategies in result).
Is it possible/ planed to switch to margin trading
I think ccxt is able to do margin-trading
Margin Trading makes much more sense cause a lot of quant strategies are more related to margin trading with leverage as to low level exchange trading.
I have tested this on Bitfinex
Catalyst Version 0.5.18
The text was updated successfully, but these errors were encountered: