Quote from caementarius:
Judging by the OP's Trader P/L blotter posts, he's using a platform (Anvil) which uses a C++ interface for the API which would explain the choice.
I've taken courses which used the Thinking in C++ book mentioned earlier. It's a good one.
Quote from Tums:
if you want to do it for trading... EasyLanguage will get you further, faster, quicker.
if you insist on something more "powerful" than EasyLanguage, I would do C#. It has more implementation in the retail trading platform than C++ or Java.
if you want to be a pioneer... try Ruby.
just my 2c.
Quote from PTVtrader:
here's one that I found.
http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
For me, trying to learn programming without being able to ask questions to a teacher and or moderator has made it near impossible for me to learn.Does anyone know of any online courses/webinars?
thx for the source.....I'll definitely look into them.Quote from dewton:
Thinking in C++ (Vols 1 & 2) by Bruce Eckel is a good book teaching C++. Best of all, its a free book - get it here:
http://www.mindviewinc.com/Books/
He also has Thinking in Java available as a free download.
Quote from caementarius:
Judging by the OP's Trader P/L blotter posts, he's using a platform (Anvil) which uses a C++ interface for the API which would explain the choice.
I've taken courses which used the Thinking in C++ book mentioned earlier. It's a good one.
Quote from vita:
Stay away from C++ if you have other choices. Although powerful, C++ has a steep learning curve and takes many months of good programming practices to master. You'd be better off using Java or something similar.