Stock Trading using Excel and Python.

Job ID: 37771660

Budget: ₹1,500 – ₹12,500 INR

I do stock trading using Excel and Python.
Strategy is currently in Excel and Python checks the cell values to do the trading.
Everything is working fine , but is slow because of very high read write to excel.
I want to convert this code so that it runs fast , so read the data from excel once , do all the calculations in python , send buy sell signal to broker directly and only write to excel in case of changes in positions etc.
Using Python , Pandas , XLWings for now