Skip to content

Instantly share code, notes, and snippets.

@rgjurgens
Created January 18, 2019 21:13
Show Gist options
  • Save rgjurgens/c0be06f398a1064dd089a3837465ab0c to your computer and use it in GitHub Desktop.
Save rgjurgens/c0be06f398a1064dd089a3837465ab0c to your computer and use it in GitHub Desktop.
Jared algos
function dividedByTwo(){
return BNCE_XBTUSD[0]
}
FIRSTFUNCTION[0] = dividedByTwo()
function buyOrSell() {
return Date.now() % 2 == 0 ? 1 : -1
}
BUY[0] = function(){
return buyOrSell()
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment