btc-eth-poloniex-test-strategy
v1.1.1
Published
1. Create a new folder to store all the files in and open this folder in Terminal. 2. Install Node.js <https://node.js.org/download> 3. Install this tool: `npm i btc-eth-poloniex-test-strategy -g` 4. Run `btceth create strategy.js` to create a new strateg
Downloads
6
Readme
- 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
.