# How to Clone a Trade

Release #241, on June 14, 2022, introduced the ability to easily clone a trade following these instructions.

On the **TRADES** screen, find the trade you wish to clone, click the three dots on the left-hand side and select **CLONE** from the drop-down menu:

![](https://files.helpdocs.io/56bu62syz9/articles/cbk87l1gb1/1689265023698/file-ko-ii-qb-437-h.png)

![](https://files.helpdocs.io/56bu62syz9/articles/cbk87l1gb1/1689265023931/file-695-vxev-9-b-r.png)

To add an attribute to change, click **+ EDIT** for a new attribute row to appear, as shown below:&#x20;

![](https://files.helpdocs.io/56bu62syz9/articles/cbk87l1gb1/1689265024204/file-1-m-szbtspr-y.png)

Select the attribute you wish to change and enter the value:

![](https://files.helpdocs.io/56bu62syz9/articles/cbk87l1gb1/1689265024536/file-qi-thz-3-qp-jx.png)

Once you've changed the attributes, click save, and the trade will be cloned. The resulting trade will be identical to the source trade, with the exception of the changed attributes on the clone form and any audit-related attributes, such as created and updated timestamps.

#### Cloning Group Trades <a href="#cloning_group_trades" id="cloning_group_trades"></a>

To clone group trades, check out our [How to Group Trades](https://help.molecule.io/article/169-how-to-group-trades) article. Then, hover your mouse over the commodity icon of the trades you'd like to group. When you're finished, your grouped trades should look like this:&#x20;

![](https://files.helpdocs.io/56bu62syz9/articles/cbk87l1gb1/1689265024820/file-heucw-tu-w.png)

Next, follow the steps above to clone your group trades.&#x20;

#### Additional Notes: <a href="#additional_notes" id="additional_notes"></a>

* Trade attribute external\_source will be set with a value of "clone" on the new trade.
* Trade attribute external\_exec\_id will be unset on the resulting trade to avoid any possible unexpected results with API logic to dedupe trades.
* If no trade date is provided, the resulting trade will have a trade date equal to the user's local date at the time of cloning the trade.

That's it! We hope this will save you some time. If you have any questions, please let us know at <support@molecule.io>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.molecule.io/onboarding/welcome-and-getting-started/how-to-enter-a-trade/how-to-clone-a-trade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
