An example for backtesting historical data using Node.js
Clone the repository
git clone https://github.com/fugle-dev/backtest-historical-example.git
Switch to the repo folder
cd backtest-historical-example
Install dependencies
npm install
Copy .env
file and set FUGLE_REALTIME_API_TOKEN
cp .env.example .env
npm start