I got a question if it was possible to make a martingale python script for
coinroll.itI took a look at the code. It looks very much like it bets random amounts and doesn't seem to use the martingale strategy at all. Is that true?
See
wikipedia for a description of martingale betting.
Very true, version 2.0 will have an actual martingale algo. This version is more a simple betting script then an actual martingale system.(that was the assignment from the person who wanted it)
I just need some free time to finish up version 2.0 and start testing.