SkillAgentSearch skills...

CryptoAITrader

This repo contains backtesting scripts for various models(mainly LSTM) using different type of datasets to predict bitcoin price. 
Upto 98.7% accuracy, but let me tell you it’s not enough to generate profits on a regular basis ;)

Install / Use

/learn @sahilnanda1995/CryptoAITrader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CryptoAITrader

This contains bactesting scripts for BTC price prediction.

Different approaches used here:

  • Retraining: Retraining the model w.r.t. the new dataset(moving window).

  • NN2: A second neural net that predicts the accuracy of the first neural net. It was surprising to see the effictiveness of the second NN, as it reduced bad trades by 50-60%.

  • Pattern training: Identifying similar patterns accross different price ranges.

  • Long/Short prediction: Instead of predicting the price this model focuses on predicting market direction(bullish/bearish).

Usage

Simply cd into the respective folder and run .py scripts

Contact

If you have any issue while running the scripts please post an issue. For any other further questions please contact Sahil at sahilnanda1995@gmail.com.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated4mo ago
Forks3

Languages

Python

Security Score

77/100

Audited on Nov 19, 2025

No findings