dear seuntjie I already wrote and asked to implement a strategy 505 in your super bot,I understand that this is a very time consuming process and it takes a long time,I want to ask you,is it possible to implement a strategy 505 by means of a script,this strategy is based on the martingale and I want to know whether it is possible to write in the script
I don't intend on implementing the strategy as you described it (unless you're willing to pay me for the time), but it can be done via a script. But your description isn't really clear. I'll post it below with some comments:
505:-1L,-1L,-1L,-4L,-4L,-4L,-16L,-16L,-16L,64W/ //Multiply every 3 bets instead of every bet, can be done by the bot already. Reset on win can be done as well.
resets to the base rate,-1L,1W,-1L,-4L,4W,4W/resets to the base //why does it not reset after the first win here. Why does it reset after the second 4W instead of the first? or third?
Rates grow more slowly during a long series of consecutive losing bets. //this needs to be defined better. What is a long series? 6? 12? 50? What is more slowly once every 5 bets? multiply by 1.9 instead of 2? Does it get slower the longer the series gets?
Winning bid does not guarantee reset on the base. //what does? What are the criteria for resetting after a win
Reset to basic, then when in scoring, either in the three is the first bet either of the three only 1 losing. //Not sure what you're trying to say here at all.