fastquant icon indicating copy to clipboard operation
fastquant copied to clipboard

New Strategies

Open mikeejazmines opened this issue 3 years ago • 0 comments

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 avatar Dec 09 '21 03:12 mikeejazmines