Thanks @jcl.

Would the code below work? It creates a MUCH smaller trd...

Code
function run()
{
  if(Bar >= 1) {
    SaveMode = SV_SLIDERS+SV_TRADES;
    loadStatus("/home/user/QubesIncoming/a-personal/Z12.trd");
    saveStatus("/home/user/QubesIncoming/a-personal/Z12-Fixed.trd");
    quit();
  }
}