For my project i am developing a automated trading web application. I wanted to know the programming languages which would help me in doing this. I started reading javascript ,html,java and sql.
The application is supposed to do the following:
- Seperate user logins and dashboard for each user
- It will continuosly monitor the data in the database and make certain calculations(i have the formula for the calculation to be made). And based on this it will suggest whether to buy or sell.
- A detailed report of the trading done will be displayed. Eg: Highest gains,greatest losses etc..
- Historically back test the data and generate a report of the trades.
But i don't know how to start with coding all these functionalities.! I am not expecting someone to teach me coding. I only want some to help me with providing a
road map of how to develop this. Like which different programming language to use to implement these functionalities and finally
integrate it into a single web application. Please take time to provide a specific answer.