Skip to content

Usage Guide

Learn how to use the ATVaP system for analyzing and predicting cryptocurrency trading volumes.

Running the Analysis

  1. To run the main analysis script: python main.py

  2. Customize the analysis by editing the parameters in config.yml:

  3. exchange: The exchange to fetch data from (default: our internal exchange)
  4. symbol: The trading pair to analyze (e.g., "BTC/USDT")
  5. timeframe: The candlestick timeframe (e.g., "1h" for 1 hour)
  6. look_back: The number of past periods to consider for prediction

  7. To visualize results: python visualize.py

For more detailed options, consult the Project Structure section.