(Working title)
By Carlo Cruz
cd StrategyExecutor
deno run dev
cd ChartDisplay
npm i
npm run dev
Terminal 2 is only required if you want your strategy visualised.
A backtesting framework that iterates through a set of candles.
/StrategyExecutor
- Contains all the strategies
/ChartDisplay
- Contains the software that visualises the strategy
- Uses Night Vision
/data/<strategy name>
- Contains data required for visualisation of strategy
- Mostly json files
- Optimisation
- Add functionality that allows params to be passed in so that it can find the right balance
- Modularity
- Make it more generic
- Fix no budget issue
MIT License available