Created
January 18, 2019 21:13
-
-
Save rgjurgens/c0be06f398a1064dd089a3837465ab0c to your computer and use it in GitHub Desktop.
Jared algos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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