top of page

Projects

Here, you will find a collection of work showcasing my finance, data analysis, and programming skills. Each project aims to explore a different aspect of finance, tackling unique challenges and offering diverse perspectives.

The project calculates the price of European options before their expiry date using the Black-Scholes Model which is a differential equation that takes the following parameters into account:

​

- Risk-free rate

- Underlying security price

- Strike price

- Time before the expiry

- Standard deviation

Screen Shot 2022-09-13 at 14.04.20.png

The project creates buy and sell signals for the given ticker, timeframe, and band length using Bollinger Bands.

In order to avoid the look-ahead bias, the previous 1 and 2 days have been taken into account in each data point.

The project additionally applies trailing stop-loss in which the stop-loss percentage could be determined by the user.

Screen Shot 2022-09-13 at 19.42.45.png

The project calculates the Piotroski F-Scores of each company in the Dow Jones index, which is used to assess a company's financial strength. The F-Score takes a value between 0 and 9, 9 being the strongest. The final output returns a data frame in which the tickers and their

F-Scores are listed in descending order.

codye.png
bottom of page