We already have a DividedStrategy for building a complex strategy out of two simpler strategies. But what if you want to transition between three (or 100) different strategies? As described in the DividedStrategy documentation, we can do this by implementing a MarkovChain.
We already have a
DividedStrategy
for building a complex strategy out of two simpler strategies. But what if you want to transition between three (or 100) different strategies? As described in the DividedStrategy documentation, we can do this by implementing a MarkovChain.