Skip to content
FromNoValue edited this page Feb 2, 2024 · 1 revision

Welcome to the MarketVisionPro wiki!

Welcome to the MarketVisionPro Wiki!

This wiki serves as a comprehensive guide for contributors and team members. Here you will find detailed information on our technology stack, architecture, development best practices, and guidelines for ensuring efficient and cost-effective project operations.

Contents

We encourage all team members and contributors to familiarize themselves with these guidelines and contribute to the continuous improvement of MarketVisionPro.

trading_tool/ │ ├── src/ │ ├── technical_analysis/ │ │ ├── init.py │ │ ├── indicators.py │ │ └── patterns.py │ │ │ ├── fundamental_analysis/ │ │ ├── init.py │ │ ├── economic_data.py │ │ └── corporate_data.py │ │ │ ├── sentiment_analysis/ │ │ ├── init.py │ │ └── sentiment.py │ │ │ └── main.py │ ├── tests/ │ ├── technical_tests.py │ ├── fundamental_tests.py │ └── sentiment_tests.py │ ├── data/ │ ├── notebooks/ │ └── exploration.ipynb │ ├── requirements.txt └── README.md

Clone this wiki locally