Views
No views yet
bluewenne8.pypip install ccxt pandas scikit-learn joblib argparse pytzbluewenne8.py performs cryptocurrency data analysis, trains a machine learning model, and makes predictions.python bluewenne8.py --timeframe 1d--timeframe: Required. Defines the candlestick timeframe, e.g., '1d' for daily candles, '1h' for hourly candles.python bluewenne8.py --timeframe 1d --train--train: Optional. If included, the script will train a machine learning model using existing historical data.python bluewenne8.py --timeframe 1d --use-existing--use-existing: Optional. If included, the script will use the pre-trained model to make predictions based on existing historical data.downloaded_history directory.downloaded_history directory.model.pkl and scaler.pkl).downloaded_history/: Directory where historical data CSV files are saved.scan_results_bluewenne8/: Directory where results and prediction files are saved. Created based on the script name.model.pkl and scaler.pkl are saved in the script's working directory when training.python bluewenne8.py --timeframe 1dpython bluewenne8.py --timeframe 1d --trainBTC_USDT.python bluewenne8.py --timeframe 1d --use-existing