- Joined
- 2/3/14
- Messages
- 23
- Points
- 13
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:
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.