DAP Instructions Question 2024
DAP Instructions Question 2024
1. Try to find signals based on the current prices and any of the preceding
data, and build a model to predict the forward returns of the securities. You
can try different prediction time horizons and test which one works best for
your strategy.
2. Design a trading strategy to trade based on your model from step 1, with
the objective of maximizing profit and minimizing variance out of sample.
Please include a plot of the pnl of your strategy in your submission. Please
do not spend too much time on this before you are happy with your result
from step 1. You can use the pnl of your strategy as a performance metric
to verify that your model is working.
Please explain briefly how you developed your strategy and provide a description or
code sufficient to reproduce it on out-of-sample data. Feel free to note any features of
the data that seem potentially important but which you didn't have time to incorporate or
fully explore.
If you are using python with jupyter notebook, you only need to submit the jupyter
notebook file AND its pdf version. Include necessary notation explaining your model,
strategy, future directions and the pnl plot of your strategy.