Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 622 Bytes

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