Skip to content

Instantly share code, notes, and snippets.

@rgjurgens
Last active January 18, 2019 21:16
Show Gist options
  • Save rgjurgens/18f421c574095af7fbc66cf14a4d5fdc to your computer and use it in GitHub Desktop.
Save rgjurgens/18f421c574095af7fbc66cf14a4d5fdc to your computer and use it in GitHub Desktop.
Jared algos
// rudolf eerste algo
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