Stock Alerts
Budget: ₹600 – ₹1,500 INR
I want to run a Python program using Jupyter Notebook that operates automatically and continuously under the following conditions:
The program should run actively execute only from Monday to Friday, between 09:15 AM and 03:30 PM (market hours).
During market hours, the program should check the Chartink scanner every 1 minute for stocks that meet specific criteria.
When a stocks is found, the program should send the stocks details to a Telegram channel or bot.
If a stocks has already been sent to Telegram on the same day, it should not be sent again for that day (no duplicate alerts per day).
The entire process must run online on a cloud/server environment, without requiring my local PC or mobile device to be turned on.
The solution should not violate platform policies or risk account suspension (such as GitHub suspending accounts for running trading bots).
The program should run actively execute only from Monday to Friday, between 09:15 AM and 03:30 PM (market hours).
During market hours, the program should check the Chartink scanner every 1 minute for stocks that meet specific criteria.
When a stocks is found, the program should send the stocks details to a Telegram channel or bot.
If a stocks has already been sent to Telegram on the same day, it should not be sent again for that day (no duplicate alerts per day).
The entire process must run online on a cloud/server environment, without requiring my local PC or mobile device to be turned on.
The solution should not violate platform policies or risk account suspension (such as GitHub suspending accounts for running trading bots).
Related categories:
Python
Cloud Computing
Software Architecture
Automation
Telegram API
Financial APIs