Clone, Share, and Import Bots
A bot you like rarely stays a one-off. Clone it for a variation, share it with another trader or your group, or import a whole batch from a text file.
Clone a bot
On the View Bots page, click Clone to New Bot in a bot's Actions column. tradeSteward opens the bot editor with every setting copied so you can rename it, tweak what you want, and save it as a brand new bot. Cloning is the fastest way to build a set of similar bots that differ in one or two settings, like entry time or strike target.
Cloning a Multi-Entry bot duplicates the whole bot, every entry included, as one new bot named COPY: original name. The copy is created with every entry disabled so you can review it before anything trades. Entries can't be cloned individually.
Share a bot with a link
Click Bot Sharing in the Actions column and confirm with Share It. tradeSteward generates a share link you can copy and send to anyone. When they open it, they land on a Shared Bot page showing the bot's full settings, read only, with a Copy to New Bot button that adds a copy to their own account. Trades run on their account and their broker; sharing only copies settings. If you open your own share link, the page shows This is your shared bot with a Stop Sharing button instead.
If the shared bot is a Multi-Entry bot, its page adds an info callout listing every entry time (an entry that's off is tagged "(disabled)") and explains that Copy to New Bot recreates the full Multi-Entry bot, with every entry disabled, in the recipient's account.
Share with your trading group
If you belong to a trading group, the sharing dialog also offers Group Bot Sharing. Group shared bots appear for every member on the Group Shared Bots page under the Bots menu, where members can browse the shared settings and copy any bot to their own account with Copy to New Bot. You can stop sharing individual bots, or select several and stop sharing them at once. Group administrators get extra controls here, including tier-based access to shared bots; see Run a Trading Group. A group-shared Multi-Entry bot works the same way as an individually shared one: Copy to New Bot recreates the whole bot with every entry disabled.
Import bots from a file
To create many bots in one pass, open the Bots menu and choose Import Bots. The import works from two ingredients:
- A base settings bot. Pick any existing bot under Select Base Settings Bot (the list groups your Enabled and Disabled bots). Its configuration fills in every setting your file does not mention, and Edit Bot and Create New Bot shortcuts sit right there if the template needs adjusting first.
- A configuration file. A plain text file where each bot you want to create overrides just the settings that differ, like symbol, entry time, or quantity.
This combination means your file stays short: define a solid template bot once, then import twenty variations in a few lines each. The full file format, with examples, is documented in the Bot Import Format Reference.
Set the import options
The Template Upload card is where you attach your file and shape the results:
- Bot Settings Import File: click Browse and pick your text file.
- Bot Name Prepend: an optional prefix (the placeholder suggests Import-) added to every created bot's name so a batch is easy to spot and filter later.
- Strategy Assignment: choose the strategy the imported bots report under. If your file assigns strategies per bot, View Strategy IDs for Import File Reference lists the IDs to use.
- Disable Existing Bots: decide what happens to bots already in the account, so an import can cleanly replace an old batch instead of stacking on top of it.
- Portfolio Assignment: leave the imports loose, append them to an existing portfolio, or create a new portfolio from the batch in the same step.
Click Import Bots to run it.
Review the results
Anything the importer could not process is listed under Import Errors with the reason. The Imported Bots Updated/Created table lists every bot the import touched, and its bulk controls finish the job: Select All, change strategy for the selection, Toggle Selected Bots to enable them, add the selection to a portfolio, or Delete All Imported Bots if the batch came out wrong.
Which one should you use?
| You want to | Use |
|---|---|
| Make one or two variations of a bot | Clone to New Bot |
| Give a bot's settings to another trader | Bot Sharing link |
| Distribute bots to your trading group | Group Bot Sharing |
| Create a large batch with small differences | Import Bots |
| Combine similar bots into one bot with many entry times | Consolidate to Multi-Entry |