Not exactly what I'm looking for, I mean, is there a way to use percentages for basebet in advanced mode?
Yes, but then it always bets that percentage, it doesn't use it as a starting point for the other strategies. The sample script uses the built in strategy but uses a % of your balance as the basebet. Isn't that exactly what you asked for?
Why not programmer?
What? What are you asking here?
Advanced mode has the option Stop on win, and I don't know if that's possible in programmer mode.
There is a way to do this, it just isn't a button.
stoponwin=false
function dobet()
if stoponwin then stop() end
end
Just set stoponwin to true from the console.