I'm not a programmer, but I've been toying with the idea of creating an investing and long-term trading platform. I currently use four different brokerage accounts because each platform has its strengths and drawbacks. I've liked features from a past platform called Das Trader Pro, especially its intuitive design and charting tools, but I want something that combines all my preferred features without the annoying bits. Like, none of these platforms offer good text alerts, which I end up getting from another service. What programming language should I start learning to make this happen? Python seems like a common suggestion—any thoughts?
1 Answer
It sounds like you might want to start with C# and the .NET framework if you're looking to create a Windows application. But honestly, your idea is quite ambitious, especially since you're starting with zero programming experience. It's similar to saying you want to run a 100-mile race without ever having jogged before. You could possibly simplify your project by using APIs from existing brokers and some open-source libraries for functionalities like charts, but you might struggle to achieve the level of polish and reliability that professional platforms have.
I get what you're saying! It's frustrating that there aren't platforms specifically designed for serious traders. I think your idea of plugging into existing software for the features you want might be a solid approach. That way, you could focus on improving the interface and usability without starting from scratch!