how expert do you have to be in order to program your own automation? Anvil is a tough one b/c it has no documentation. does anyone run on auto/semiauto on anvil here?
Quote from forsalenyc:
how expert do you have to be in order to program your own automation? Anvil is a tough one b/c it has no documentation. does anyone run on auto/semiauto on anvil here?
Quote from caementarius:
Check out tradelink which is an open source project for algorithmic trading which hooks into Anvil (and IB and Sterling).
http://code.google.com/p/tradelink/
Quote from forsalenyc:
I've been here before.....exactly what can you do with this?
Quote from nitro:
Follow this sequence:
A long long time ago, in a galaxy far far away, I read the original edition of Kernigan and Ritchie, my first programming book:
http://www.amazon.com/Programming-L...bs_sr_1?ie=UTF8&s=books&qid=1230721162&sr=8-1
Learning object oriented programming should then be done in Smalltalk and not C++ or C# or Java:
http://www.amazon.com/Smalltalk-Exa...r_1_11?ie=UTF8&s=books&qid=1230721270&sr=1-11
Finally, learn the syntax of C++ and C#.
http://www.amazon.com/Murachs-C-200...r_1_13?ie=UTF8&s=books&qid=1230721831&sr=1-13
http://www.amazon.com/s/ref=nb_ss_b...ld-keywords=lipman+c++&x=0&y=0&sprefix=Lipman
If you are really ambitious, learn a pure functional language like Haskell.
http://www.amazon.com/Real-World-Ha...=sr_1_1?ie=UTF8&s=books&qid=1230721479&sr=1-1
or easier going if Haskell is too much to ask:
http://www.amazon.com/Real-World-Fu...=sr_1_5?ie=UTF8&s=books&qid=1230722112&sr=1-5
Don't forget to learn Algorithms and Data Structures. This is my favorite:
http://www.amazon.com/Algorithms-Pl...=sr_1_1?ie=UTF8&s=books&qid=1230721671&sr=1-1
Learn some patterrns and learn to communicate design to others:
http://www.amazon.com/Design-Patter...=sr_1_1?ie=UTF8&s=books&qid=1230721911&sr=1-1
http://www.amazon.com/UML-Dummies-Michael-Jesse-Chonoles/dp/0764526146/ref=pd_bxgy_b_img_b
You now have a basic computer science education, less compilers and operating systems and a few other more complex subjects.