-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed