1.1.1 • Published 8 years ago
btc-eth-poloniex-test-strategy v1.1.1
- Create a new folder to store all the files in and open this folder in Terminal.
- Install Node.js https://node.js.org/download
- Install this tool:
npm i btc-eth-poloniex-test-strategy -g
- Run
btceth create strategy.js
to create a new strategy file. Edit this file as desired. - Download historical data with
btceth download
. This will run you through a series of prompts. - Simulate your strategy against historical data with
btceth simulate <data_file> strategy.js
.