Bitcoin Analyzer is a technical analysis tool for Bitcoin, providing buy/sell recommendations based on multiple technical indicators. The project offers analyses for both the current moment and the day, considering various market factors.
- Real-time analysis of Bitcoin price
- Calculation of multiple technical indicators (RSI, MACD, Bollinger Bands, etc.)
- Buy/sell recommendations with detailed justifications
- Suggested prices for buying and selling
- Short and medium-term trend analysis
- Python 3.7+
- pip (Python package manager)
-
Clone the repository:
git clone https://github.com/seu-usuario/bitcoin-analyzer.git cd bitcoin-analyzer -
Install dependencies:
pip install -r requirements.txt
Execute the main script:
python main.py
The program will fetch updated Bitcoin data, perform the analysis, and display the results in the console.
main.py: Entry point of the programbitcoin_analyzer.py: Main analysis classdata_fetcher.py: Responsible for fetching market dataindicators.py: Calculations of technical indicatorsrequirements.txt: List of project dependencies
Contributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or report bugs.
This project is for educational and research purposes only. It is not investment advice. Always do your own research and consider consulting a financial professional before making any investment.
This project is licensed under the MIT License.
For questions or suggestions, please open an issue on GitHub or contact through guilhermemontanari8@gmail.com.