Screenshots
Example Usage
nextbet = 0.00001 //in crypto format, not USD
dobet = function(){
//strategy code
}
# or:
function dobet(){
//strategy code
}
nextbet = 0.00001 //in crypto format, not USD
dobet = function(){
//strategy code
}
# or:
function dobet(){
//strategy code
}