Skip to content
New issue

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

New Strategies #398

Open
mikeejazmines opened this issue Dec 9, 2021 · 0 comments
Open

New Strategies #398

mikeejazmines opened this issue Dec 9, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mikeejazmines
Copy link
Collaborator

Currently our strategies can be found here

A good first contribution for beginners in algo trading would be to create your own strategies. A good example would be the MA Crossover strategy, so be sure to checkout how this basic strategy is done. :)

For reference, the main steps would be:

  • Calculate the indicators to be used
  • Determine what constitutes a buy/sell signal
  • Make sure you import and pass the BaseStrategy to the new Strategy Class
  • Create a file under the Strategies folder
  • Add your strategy to mappings.py
  • Create a pull request and document your strategy
@mikeejazmines mikeejazmines added enhancement New feature or request good first issue Good for newcomers labels Dec 9, 2021
@mikeejazmines mikeejazmines added the help wanted Extra attention is needed label Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant