Quote from Thunderdog:
I have a question for those of you without programming knowledge who have hired a programmer to automate your trading. Do you not essentially give up your strategy in all of its detail to a stranger who can then use it for himself and potentially pass it on to others?
Lately, I have been toying with the idea of either learning a programming language or hiring a programmer. Since I know nothing about programming, I suspect that this would be an onerous undertaking from start to finish. Hiring someone and disclosing my strategy in its entirety, on the other hand, strikes me as entirely unacceptable.
I'm curious to know if anyone else has come to this crossroads and how he or she dealt with it.
Thunderdog,
I signed up for these forums for the exact purpose of help with programming. I took one C++ class in college years ago, so I have practically no experience. I have, however, decided to bite the bullet and write a program.
I am using Anvil trading software and there seem to be many experienced Anvil programmers on here. So far I have downloaded Microsoft Visual C++, the language you apparently need for Anvil. There was a useful programming wizard in eSignal, but that is programmed in JavaScript. There seem to be many free C++ help guides on the the web. My broker also supposedly has good API (advanced programming interface) support. And from the way they make it sound, have helped countless traders.
It has taken me a couple hours to get started and pointed in the right direction, and I am currently staring at a blank Visual page. But there are countless resources out there. You can always copy and paste partial code for debugging on here too. A really solid trading program, to me, is just way too profitable to pass up.
Good luck!