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.jsonto include the traders you want to follow. - run
npm installonce andnode main.jsto 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...