Skip to content

New Strategies #398

@mikeejazmines

Description

@mikeejazmines

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions