Phân tích dữ liệu chứng khoán Việt Nam với vnstock trong GitHub Codespaces.
- Lấy dữ liệu giá & khối lượng.
- Tính EMA (9, 26, 100, 200) và RSI (9, 45).
- Đánh dấu giao cắt EMA, phân kỳ RSI.
- Vẽ biểu đồ nền sáng, font lớn.
- Xuất báo cáo PDF.
- Tải toàn bộ thư mục này lên GitHub.
- Trên GitHub → nút Code → tab Codespaces → Create codespace on main.
- Mở file
vnstock_demo.ipynb→ Run All.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
jupyter notebook