How does wonging work with a multi-strategy ?
I am trying to simulate a rather simple strategy that uses the High Low running count on a six deck shoe. There are two different betting strategies, one for the first half (call it strategy1) and one for the second half (call it strategy2). Each strategy has a different betting ramp, but in both strategies, I have it to 'sit out' if RC <= -8. In the strategy1 Start Play @ Shuffle, Stop Play RC <= -8. For second, I had to change it to start play at RC >=-7 otherwise it never got started at all (I think because when it switches strategy it resets the state to not playing?) Still though I am getting different results for the %played from this (~54%) vs using a single strategy with same start stop (~64%) All else is default (not entering show multiple times, etc).
I assume I am misunderstanding something about the way multi-strategies work?
Bookmarks