Run a strategy alongside your copied signals: what a bot is allowed to do, how it is limited, and how to test one.
A signal source reacts to somebody else's message. A bot generates its own entries from market data on the instruments you assign it. Both end up in the same risk engine and the same order router.
Each carries its own parameters and its own idea of what a good entry is.
Fewer is better at the start. One instrument makes attribution readable.
Same routing model as sources — one bot can trade several accounts, each sized independently.
Forward Testing runs live market data with no orders. It is the honest version of a backtest.
Send the raw signal, the timestamp and the account name — that is usually enough to answer on the first reply.