This is the basic shell/template of one of my trading bots which checks your predefined traders for open positions and acts accordingly.
- modify
traders.json
to include the traders you want to follow. - run
npm install
once andnode main.js
to start the application to see it in action.
Obviously you should modify the application logic to reflect what you want your bot to do with the information...