December 2013
Beginner to intermediate
286 pages
5h 46m
English
We'll revisit the project structure and make sure all the dependencies are added. The following are the parts of an automated trading system:
We need two new dependencies. They are as follows:
System.Windows.FormsSystem.DrawingWe need the System.Windows.Forms dependency to create our GUI. It provides support for Windows itself and the controls that are used. The System.Drawing dependency is also needed to provide the basic graphics functionality. The following is a list of the references needed in the project. You can verify your own project against the list to make ...
Read now
Unlock full access