This website was created as a personal project with the purpose of facilitating the analysis of stocks. It provides users with the current view of the Indonesian stock market through charts and data, with a 15-minute delay. The platform boasts a user-friendly interface, making it easy for users to access and understand the information needed for informed investment decisions. Whether you are an experienced investor or just starting out, this website serves as an excellent resource for staying ahead in the stock market. Additionally, using machine learning, the website offers automated analysis including automatic support and resistance level generation, daily stock recommendations, and technical analysis widgets from TradingView. The website also provides news on individual stocks, which is sourced from multiple websites through web scraping. This website also features tools to track trading activities and watchlists
The website utilizes the TradingView chart library to display stock prices, MidTrans for payment processing, ChartJS for chart displays, and various Python libraries for web scraping. It is built using the Django web framework and PostgreSQL as the database, with a Python script continuously updating the database through web scraping. The website was initially hosted on DigitalOcean, but has since been self-hosted on a Raspberry Pi with Cloudflare tunnel for public access.