Hi! I’m AMIT, a curious student passionate about learning and exploring new ideas. I love asking questions, solving problems, and collecting knowledge.
🚀 Just built a real-time Crossover Trading Bot! 💻📈
I recently developed an automated trading bot using Python and the Alpaca API, implementing a Moving Average Crossover Strategy on 1-minute data for the AMZN stock.
See full code : https://t.co/oZRuiaeHzM
🎉 Just completed CS50's Introduction to Programming with Python by Harvard!
This course deepened my understanding of programming fundamentals, problem-solving, and writing clean, efficient Python code. Grateful for the journey.
#CS50P#Python#HarvardX#Programming
Created My First Ever Trading Bot with python and Alpaca API.
Its basically an Engulfing Candle Trading Bot.
You can find full Project on: https://t.co/9wMYEgxWOT
most frustrating thing I am experiencing from last 2 days. today is last submission for cuet UG 2025 registration, and my application hasn't yet submitted. Reason this govt. website keep crashing. I have logged in appx. 50 times.
@NTA_Exams@EduMinOfIndia
DAY [23] of learning Python! 🐍
!! Completed!!
🔥Python basic completion progress:
✅Variables and Data Types
✅String & Conditional Statements
✅List and Tuples
✅Dictionary & Sets
✅Loops
✅Functions & Recursion
✅File I/O
✅OOPs
➡️ I have completed all the basics of PYTHON.
DAY [19] of learning Python! 🐍
Today’s progress:
🚀 Just learned the basics of OOP in Python!
✅ learned initial ( __init__ ) function.
✅Attributes - object attribute > class attribute
DAY [18] of learning Python! 🐍
Today’s progress:
🚀 Just learned the basics of OOP in Python!
✨ A class is like a blueprint (e.g., Dog).
🐕 An object is an instance of that class.
But I am still confused in OOPs, continue tomorrow