As my name suggests, I do a lot of stock trading. In my past experience, I've ran website development divisions and what not. I have a lot of tech experience but minimal coding experience.
I have an idea uses a lot of principles from stock trading and brings it to the consumer front without them ever knowing. Vague description, yes.
My questions is how do you go about developing an idea with not much money and little coding experience? From my knowledge, the formulas I need are extremely complex and the coding required for them is complicated as well. I would try and learn but I can't seem to wrap my head around just javascript (and I know I need more than that).
I've looked up a lot of articles on this but every time I try to find someone to help, they require a ton of money or just aren't interested in putting in the time.
Any advice/ideas? Cheers!
(1) Learn to code. Start with a language that makes it easy to do what you need for the most complicated part of your app. What is that part? Do you use a research-grade algorithm that is only implemented in one particular language? Use that language. Do you use run-of-the-mill machine learning? Consider Python, or any language you like and just farm out the hard part to R. Do you just need to express complex algorithms without re-deriving them? Then really any language should do.
(2) Find a co-founder. This is tough because without any programming background, how do you evaluate whether someone would be a sufficiently technical co-founder for you? I'd say that this implies some aspect of #1 in that you'd need to get a bit more comfortable with programming.
(3) Outsource. This requires more money, less time. One might imagine that someone who does a lot of stock trading should actually have more money and less time than most, but I don't know you and it doesn't really matter anyway. You could outsource your technology. You'd just need to tightly control the schedule and the key elements of the product (e.g., make sure that they've correctly implemented your desired algorithms).