1. Homepage
  2. Coding
  3. EF4323 Trading Room Workshop - Algorithmic Trading Project

EF4323 Trading Room Workshop - Algorithmic Trading Project

Get in Touch with Our Experts
CityU Hong KongEF4323Trading Room WorkshopAlgorithmic TradingVBAPythonETF

EF4323 Algorithmic Trading Project Semester A 2024/2025 Instructor: Dr. DU, Jintao Assignment Writing Service

In this project, we simulate the algorithmic trading business model, where a small group of proprietary traders tries to attract outside institutional investment by marketing their trading strategies and performance. Assignment Writing Service

As a group, you have to study the target market (in this case: PD3), design your strategies, write the VBA codes, and test your strategy in the simulated market. You also need to collect the trading records and analyze the performance of your strategy given different market conditions. In the end, each group has to prepare a “Sales Presentation” that tries to grab the attention of potential investors. Assignment Writing Service

Each group has to submit the following files to me through email before the deadline: Assignment Writing Service

1. The Excel file that includes your VBA coded strategies (or Python codes on a txt file);
2. A well-written document that explains your strategies and analyzes the performance (no more than 15 pages, including everything);
3. Your PDF slides for the presentation;
4. All the data you collected (Zip it if it’s too big).
5. The representative traders list.
The deadline is: Assignment Writing Service

November 19th, Tuesday, 8 PM. Assignment Writing Service

The deadline will be enforced strictly. I will reply and confirm the reception of your submitted files. If you do not get my reply, it means your email did not get through. In that case, you may want to send it with another email account to avoid any delay due to technical reasons. Assignment Writing Service

Note: Assignment Writing Service

1. The server (port 10000) will close at 8 PM on November 19th. You should collect data before the server closes. You can collect data by downloading the performance report, using the RTD links, or saving data into a CSV file with Python. Assignment Writing Service

2. The presentation will be on November 20th and 27th. Each team shall be given 12 minutes for presentation and up to 2 minutes for Q&A. All team members must show up and speak. Students who miss their presentation will be given 0 for the group project. Please do NOT brief the case again since all students know it. Directly discuss your strategies, performances, unique tests/techniques/trade-offs/concerns, etc. Assignment Writing Service

3. After all the presentations, we shall run the simulations in class on November 27th. A team can choose how many members to participate in trading, and the list of traders must be sent to me before November 19th with your package. All team members in the same team will receive the average grade of all its participating traders in each simulation of the group project. Assignment Writing Service

Design and Implement your “Algo” Assignment Writing Service

The “VBA API Documentation.pdf” and “RTD Documentation.pdf” provide detailed guidance about how to set up your RIT client and Excel for algorithmic trading. Please read through them carefully. With your knowledge in VBA coding, you can modify the example code for ALGO1 and ALGO2 cases (in Canvas/Case Files folder) or design your new code to implement the trading strategies. There is no upper limit in the complexity of your code, but make sure it works well and all group members can understand it. I won’t be satisfied if you only use the sample codes or merely change some of its parameters. Below is a VBA learning site from Microsoft. You should start here if you have no coding experience before. Assignment Writing Service

https://msdn.microsoft.com/en-us/library/xk24xdbe(v=vs.100).aspx Assignment Writing Service

You are also allowed and recommended to use Python rather than VBA. Python is much faster and easier to implement complicated strategies. Assignment Writing Service

In general, case PD3 provides profit opportunities from the following three types of strategies. Assignment Writing Service

Arbitraging between Stocks and ETF: In PD3, as the ETF is designed to be UB + GEM, and there’s no restriction on short-selling, we have a perfect environment for arbitraging trades. After transaction fee, whenever ASK(ETF) < BID(UB) + BID(GEM) or BID(ETF) > ASK(UB) + ASK(GEM), arbitraging opportunity exists. You have to submit multiple orders at the same moment to capture these opportunities and control for the size of your orders too. You can either keep the arbitrage position to the market close when mispricing is cleared by settlement or close out your position when mispricing disappears during the trading session. In principle, you want to take as many arbitrage opportunities as possible. If your code is correct and fast, this strategy should be risk-free. Assignment Writing Service

Arbitraging mispricing in Individual Stock: Similar to PD2, you can get a price interval estimate for the final fair value from the news for the two stocks. Arbitraging opportunities may arise when individual stock is traded out of the price interval. Assignment Writing Service

Market Making: When there is no arbitrage opportunity, market making is a potentially risky profit channel. As a market maker, you make money when both your bid and ask are hit by others, and you end up with zero net position in any asset; you lose money when only your bid (ask) is hit, and then the market moves down (up) and never comes back. Assignment Writing Service

When designing your code, you can either include many logic conditions in one “Super Algo” to take care of all profitable strategies or develop much simpler Algos to deal with specific tasks. It would help if you also tried to change the parameters in your code, for example, the aggressiveness of limit price, order size, etc. For each setting, run it at least ten times with the same parameters. If you have time, run as many times as possible to collect performance data under different market conditions. Assignment Writing Service

Collect and Analyze your Trading Record Assignment Writing Service

You should design your VBA code to take the record of essential performance metrics for each simulation. You can grab (but not be limited to) volume, profit, VWAP, and other summary statistics for your data analysis. Advanced VBA coders can also record transactions and prices second by second and then generate measures like volatility and price impact. In the end, you have to relate the strategies’ performance to these market conditions and analyze if any factors drive the results. Assignment Writing Service

Some Advice Assignment Writing Service

1. Start working on this project as soon as possible! I suggest you spend at least three days designing and testing your algorithm, at least three days running your code and collecting enough data, and at least three days analyzing the data and preparing the report and the presentation. Assignment Writing Service

2. Share the workload optimally. It is efficient to divide the project into parallel tasks and distribute them among the group members. Assignment Writing Service

3. Balance the effort and time between designing the strategies and collecting/analyzing the data. These two dimensions are equally important to the quality of this project. Assignment Writing Service

Prepare the PPT Slides and Formal Presentation Assignment Writing Service

In the last meeting of this semester, each group has to do a formal “sales presentation” for their strategies. Imagine you are trying to get external investment for establishing a proprietary trading firm based on your quantitative strategy, and your audience are potential investors trying to select a group to invest in. Assignment Writing Service

You have to impress your audience with excellent performance, attractive slides, and communication skills during the presentation. Each group will have 12 minutes for the presentation (only clarification questions allowed in this period) and then 2 minutes for open Q&A with the entire audience. The audience should pay close attention to other groups’ presentations and try to question their results. Assignment Writing Service

You are not allowed to read from notes during your presentation! Assignment Writing Service

Grading and Related Policies Assignment Writing Service

The total weight of this project is 56%, of which 20% goes to the six in-class simulations, 11% goes the quality of your codes and writing report, 5% goes to your presentation score by the instructor, 10% goes to your prediction score, and 10% goes to the popularity score. Assignment Writing Service

Grading of code and report: Assignment Writing Service

First, I will read and run your code and check if it works the same as described in your report. So please make sure your code is ready to run before submission. If your code cannot perform the functions claimed in the report, you will not get any points for this project. Assignment Writing Service

I will value the creativity of your strategy and the depth of your code. I will also value the organization of your report. In general, your goal is to design the best strategies within your skillset and present your performance in a very informative way. Your report must be “reader-friendly” and clearly summarize the strengths vs. weaknesses of your strategies. Assignment Writing Service

Assignment Writing Service

Grading of presentation: Assignment Writing Service

We are going to grade the presentations “democratically.” Each group will rank all the other groups from 1 (the top) to 15 (the bottom). Then I will collect all the grading. The average ranking that each group receives from the entire class will decide their popularity grade. The closeness of each group’s rankings of the whole class to the actual rankings of the simulation performance will determine their prediction score. Assignment Writing Service

Policies: Assignment Writing Service

1. Learning how to work as a team is an implicit task for this group project. It is your responsibility to make sure the group works together toward the goal and group members contribute comparably to the results. I will not intervene in matters within your group, and I will not act on any complaint about free-riding. Assignment Writing Service

2. You must design your strategies and write your code by yourselves. You must NOT outsource the task from the internet or anyone out of your group. Once found/reported and confirmed, such activities will result in a FAIL final grade for EVERYONE in the group.  Assignment Writing Service

联系辅导老师!
私密保护
WeChat 微信
CityU Hong Kong代写,EF4323代写,Trading Room Workshop代写,Algorithmic Trading代写,VBA代写,Python代写,ETF代写,CityU Hong Kong代编,EF4323代编,Trading Room Workshop代编,Algorithmic Trading代编,VBA代编,Python代编,ETF代编,CityU Hong Kong代考,EF4323代考,Trading Room Workshop代考,Algorithmic Trading代考,VBA代考,Python代考,ETF代考,CityU Hong Kong代做,EF4323代做,Trading Room Workshop代做,Algorithmic Trading代做,VBA代做,Python代做,ETF代做,CityU Hong Konghelp,EF4323help,Trading Room Workshophelp,Algorithmic Tradinghelp,VBAhelp,Pythonhelp,ETFhelp,CityU Hong Kong作业代写,EF4323作业代写,Trading Room Workshop作业代写,Algorithmic Trading作业代写,VBA作业代写,Python作业代写,ETF作业代写,CityU Hong Kong编程代写,EF4323编程代写,Trading Room Workshop编程代写,Algorithmic Trading编程代写,VBA编程代写,Python编程代写,ETF编程代写,CityU Hong Kong作业答案,EF4323作业答案,Trading Room Workshop作业答案,Algorithmic Trading作业答案,VBA作业答案,Python作业答案,ETF作业答案,