VXF Market Signal

Job ID: 35992143

Budget: $750 – $1,500 USD

I have developed on excel an algo using historical and real-time stock data to give an end-of-day signal (In or Out).
I would like to convert my excel worksheet into a python code so that ultimately:
- i can run the algo more smoothly
- turn it into a dashboard that i can add to a website (to be built).

The model gets data from 1) a csv file (updated manually daily. this process will remain as is so I can ensure sanity of the data) and 2) live price from an API

I have attached the coding steps.