Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.21 KB

File metadata and controls

36 lines (27 loc) · 1.21 KB

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.