- Open the Simulator
- Select a group of brazilian stocks to simulate, separated by comma (e.g. PETR4, ITUB4)
- Select a range to run the strategy
- Insert your strategy code using JavaScript (use "loadScript(url)" to inject a dependencie and "console.print(message)" to log on the Console Panel)
- Press Start
- Check the results on the Results Panel
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