The generation of monthly graphs is parallelized, so each month starts from 0 base value.
Split parallelization into two steps:
- Computation of vectors with values with basis 0 for all intervals (parallelized)
- Correct mix liquidity vector based on previous intervals (serial)
- Plot resulting graphs with mathplotlib (parallelized)