Calculate target positions from theoretical weights and trade buffer parameter

positionsFromNoTradeBuffer(
  current_positions,
  current_prices,
  current_theo_weights,
  cap_equity,
  trade_buffer
)