A homemade humble library to create, backtest, analyse and optimise crypto trading strategies in python
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
Envelope : for detailed information on functionality please check this article.
Simple SMA : a simple template with sma crossover and long/short sma trend line
This project is licensed under the GNU General Public License - see the LICENSE file for details.
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.