C# Programmers

bigbadrob

Newbie
Messages
7
Likes
0
Anyone about who knows how to code this stuff? Want to develop strategy in Ninja Trader 6 and just havn't got the time to spend learning the language.
 
I can program anything (even in machine codes). But, there are 3 problems:
1) developing a mechanical system takes quite a lot of time.
2) people who are not programmers very often give very incomplete description of what they want. As a result - very unhappy customer (system doesn't do what the customer actually wants, or doesn't earn any money). Seemingly simple work very often turns out to be a research project. But if I can do a research - why do I need a customer?
3) any mechanical system needs to be maintaned/updated. Without it, its useless. Think about a program that somebody else has written and how you are going to change it...

As a result - people usually write programs for themselves or companies hire programmers full-time, or people just buy a black box.
 
Anyone about who knows how to code this stuff? Want to develop strategy in Ninja Trader 6 and just havn't got the time to spend learning the language.

I have hacked around with Visual Basic 6, writing small simple applications. I now need to do something serious like interface with my brokers API. I knew nothing about API's or C#, which is what the API is written in. So, I was advised to go to:

www.rentacoder.com

I signed up and placed a BID request and got only 1 Bid at US$500

My broker recommended a company and they quoted $1200 to code what I need. :eek:

So, I bought Visual Studio 2005 and about £50 worth of C# books and completed 90% of what I need in less than 3 days! :-0 :-0

No wonder Bill Gates is rich....

It's a struggle but it is opening up so many new possibilities.
 
I have hacked around with Visual Basic 6, writing small simple applications. I now need to do something serious like interface with my brokers API. I knew nothing about API's or C#, which is what the API is written in. So, I was advised to go to:

www.rentacoder.com

I signed up and placed a BID request and got only 1 Bid at US$500

My broker recommended a company and they quoted $1200 to code what I need. :eek:

So, I bought Visual Studio 2005 and about £50 worth of C# books and completed 90% of what I need in less than 3 days! :-0 :-0

No wonder Bill Gates is rich....

It's a struggle but it is opening up so many new possibilities.

Good decision, but you could have had Java and Netbeans or Eclipse for free and they are completely open source.
 
Good decision, but you could have had Java and Netbeans or Eclipse for free and they are completely open source.

True, I do have them and had every intention of learning Java but I just couldn't get into it. I see the similarities between the two.
 
I assume Visual Studio 2005 doesn't come cheaply too, unless...:LOL: In fact it would cost well over the quoted $1200 or $500. But programming for yourself is the best solution probably in this situation as you get in addition very useful skills.
 
I think I see where were at here. I'd like to thank all of you for your comments. I have made my mind up to employ a couple of programmers.

Cheers everybody
 
Top