Mia Alissi Can you please assist with the following query:

Assume there is a csv file in the project directory containing a list of 3 stocks. Write code to loop through the list and separately backtest investing in each stock. Write the Sharpe Ratio for each backtest to another csv file in the project directory.

Thank you.