We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Please add more information to your issue report, preferably in English. 😬
Sorry, something went wrong.
How do you short a stock,and if i want to use a fifth of the money to buy stocks, how can i achieve it?
With #47 merged and 0.2.0 released, you can short using one fifth of equity with:
class MyStrategy(Strategy): ... def next(self): ... self.sell(size=.2)
No branches or pull requests
Expected Behavior
Actual Behavior
Steps to Reproduce
Additional info
The text was updated successfully, but these errors were encountered: