Skip to content

A Web Based Plataform used for back-testing Algo Trading strategies, developed in 10 days as a self challange with React.js, Nest.js and Socket.io

Notifications You must be signed in to change notification settings

Tpessia/trading-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading Hub

alt text

  1. Open the Simulator
  2. Select a group of brazilian stocks to simulate, separated by comma (e.g. PETR4, ITUB4)
  3. Select a range to run the strategy
  4. Insert your strategy code using JavaScript (use "loadScript(url)" to inject a dependencie and "console.print(message)" to log on the Console Panel)
  5. Press Start
  6. Check the results on the Results Panel

Docker

docker build -f Dockerfile -t trading-hub . docker run -it --rm --name trading-hub -p 8080:8080 trading-hub docker exec -it trading-hub /bin/sh

About

A Web Based Plataform used for back-testing Algo Trading strategies, developed in 10 days as a self challange with React.js, Nest.js and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published