BSJP
An Indonesian stock strategy system that identifies promising stocks to buy at market close and sell at the next morning’s open.
2 images • Use arrows or dots to navigate
Description
BSJP (Beli Sore, Jual Pagi) is a Django-based platform that analyzes overnight price movements to optimize short-term trading gains.
It uses technical indicators like moving averages and volume trends to evaluate stock performance.
The system supports CSV-based bulk data import and includes a custom management command for streamlined ingestion.
Evaluation metrics include Open-Close (OC) and High-Low (HL) analysis, helping traders assess risk and opportunity.
The project is deployed via Vercel and features a responsive web interface for stock analysis.
Features
Technical Analysis Engine
Implements 5-day moving averages, volume trends, and price evaluations for stock selection.
Trading Calendar Management
Handles normalized trading dates and schedules for accurate data alignment.
Admin Dashboard
Django Admin interface for managing stock symbols, trading dates, and evaluation results.
CSV Data Import
Bulk import system for daily stock data using custom Django management commands.
Responsive Web Interface
User-friendly frontend for viewing and analyzing stock performance.