Create 2 new tables and call them something like trade_items_wanted and trade_items_desired.
In each table, you'd have two columns (both foreign keys) - trade_id and item_id. Then you'd just insert 1 row per item wanted/desired for each trade in the appropriate table.