Alperengozum / martingale-calculator

All needs for martingale calculating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

martingale-calculator

  • How much money you must to have start martingale session?
  • How much it profit your session when you won?

What's the variables you can change?

  • Your first bet
  • Your max streak (If you reach this streak with just in reds you will bankrupt)
  • Your streak for increase (What streak with just in reds you will increase your start bet amount?)
  • Your increase multiplier (Increase your betting amount after you reach streak for increase)
  • Your multiplier (When we win ,how much profit will be?)

For Usage

  • Open up martingale_calculator.py in idle or any text editor
  • Change this example for your own Martingale strategy.
  • Calculate(first bet,max streak, streak for increase, increase multiplier ,multiplier )
  • Finally python3 martingale_calculator.py

Example_1

Results in Console

Example_2

All strategies will always bankrupt.It comes fast or slowly but it always happen.

About

All needs for martingale calculating.


Languages

Language:Python 100.0%