I want to create one laravel + mysql project without docker which I can host to my shared hosting.
Features I wanted which are mentioned below

using flatetrade platform I want to build on autotrader bot or you can say algo trading which can trade usnig some rules it will take trade, hold and exit.

Rules I will add once you finalize scope, before that check this doc - https://pi.flattrade.in/docs
With the help of this API we need to create the app.

This application is saas model where admin can manage to fetch the historal data and websocket and all which all the users can see in thier dashboard.
As of now planning for NIFTY50's weekly upcoming expiry and we will enter or choose by scanning greeks data of options
We wil use only  400+ then spot price and 400- then spot price these are the scope of our trading script 
All the data should be synced with latest data and also websocket as well

Accorindg to setup and opportunities our BOT will plan the entry and according to rule it will hold the position
If profit booked it will exit the trade if SL hits it will exit the trade.

There are some other senarios are also there to trail the SL towards the profit we are holding right direction of script and market moving in our favor.
Trade can be place according to rule and available balance in user's account.
P&L and holdings should be synced time to time 
The calculations of position and P&L should be according to provided platform because in some platform
It is taking avg of same trade if you take more time in day if BOT finds the opportunities
Some of not so according to that it should work.


Check the possibilities for this is it can setup in shared hosting and prepare the plan and if I am missing anything let me know so I can give you clearity so you can take decision.