After the latest refactor, we seem to calcualte the mini-series from and upto dates not from the lastest bar backwards (as opposed to how we used to do it: from last bar, walking forward).
Therefore, subtracting twice the mini series length in this line seems redundant.
Investigate if this is the case and update the class accordingly.
After the latest refactor, we seem to calcualte the mini-series from and upto dates not from the lastest bar backwards (as opposed to how we used to do it: from last bar, walking forward).
Therefore, subtracting twice the mini series length in this line seems redundant.
Investigate if this is the case and update the class accordingly.