Skip to content

Instantly share code, notes, and snippets.

@andrewkim316
Last active August 23, 2019 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkim316/e28b79c3bcbb983c2423d6c4a0ef4427 to your computer and use it in GitHub Desktop.
Save andrewkim316/e28b79c3bcbb983c2423d6c4a0ef4427 to your computer and use it in GitHub Desktop.
async run(){
...
else {
// Rebalance the portfolio.
await this.rebalance();
}
}, 60000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment