I have found a bug that when in a backtest (strategy analyzer) your profit gets above 1.2 trillion, the backtest no longer works / stops backtesting from that moment on.
I myself think that this might be due to the way that the net profit is stored in a value that can not hold such a big number. Any change this can be changed to a long or double to support such big numbers in the strategy analyzer?
It does seem like an overflow issue. I doubt that they will change the type for you. My guess is they cast it somewhere and it fails. Why change it for one person when 1.2 trillion is unrealistic?