Seeking a programmer with experience in AutoTrading using IB's API and\or CQG API The base app will need to perform the following tasks: Scan/read a user-defined workspace directory on the local PC for an Order Request file (e.g., *.csv), also referred to as a "Ticket." Hint: The "Ticket" shall include all the critical parameters to properly fill the order: Symbol, OrderType, OrderQty, etc. Upon arrival of the ticket into the workspace, the app will read the ticket and place the order. After executing the order, the app will move the processed ticket to a directory named "Processed Ticket."