Migrating from a Global Backtest Book to a Global Live Book, While Retaining Backtests results?

I am attempting to create a global live book from a backtested book. What is the procedure for converting a backtest book into a live book while simultaneously preserving all the backtest data from the original backtest it was converted from?

Backtested book

Live Book

i believe that you convert live strategies from the ones of your backtested books and then you combine those live strategies in the newly created live book.

I believe that is what I have done:

  1. Created two live backtest strategies, complete with the entire backtesting history.
  2. Added these to the backtest book.
  3. Then saved as a live book.

However, I am still not getting the complete backtesting history in the new live book.

Could it be that the rebalancing rules in between the strategies are not the same for the simulated book and the live book?