Skip to content

boutchitos/CryptoStrategyLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoStrategyLab

A homemade humble library to create, backtest, analyse and optimise crypto trading strategies in python


🛠️ Setup commands

Setting up the project:

git clone https://github.com/RobotTraders/CryptoStrategyLab.git
cd CryptoStrategyLab/code


Setting up the virtual environment (highly recommended):

python -m venv .venv
.venv/Scripts/activate
pip install -r ../requirements.txt


⭐ Strategies

Envelope : for detailed information on functionality please check this article.
Simple SMA : a simple template with sma crossover and long/short sma trend line


📃 License

This project is licensed under the GNU General Public License - see the LICENSE file for details.


⚠️ Disclaimer

All this material and related videos are for educational and entertainment purposes only. It is not financial advice nor an endorsement of any provider, product or service. The user bears sole responsibility for any actions taken based on this information, and Robot Traders and its affiliates will not be held liable for any losses or damages resulting from its use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 81.0%
  • Jupyter Notebook 19.0%