Agents

Agents store the configuration for a strategy and execute it. They can have an execution wallet to fully automated execute trades on your behalf, they can send signal notifications about actions or events to Telegram and the web interface and they offer a websocket connection for programmatically connecting to the agent with your local execution client.

You can easily setup multiple agents in the webinterface with different configurations and strategies.

Creating new Agents

Agent overview

To use the fractrade platform, it is mandatory, that you create your own agents and configure them. You can do that by selecting a strategy you want to execute in the marketplace and there press create new agent, or you can go to the agents' entry in the main menu to see the agents overview and there go for "New Agent".

One Agent is always responsible for one strategy configuration and one execution wallet. There are strategies like the delta neutral trading or funding rate arbitrage, which have multiple wallets configured, but those are configured separately in the agent configuration.

Each Agent has a set of basic Settings like the name and if Telegram notifications are enabled. You will find them in the agent creation wizard in step one. In step two you select a strategy, or it might be pre-selected, if you're coming from the marketplace. And the interesting step is step three. Here, you configure your agent / strategy to your needs.

The agent configuration wizard is shown in the below picture and should be pretty easy to understand. For details about the strategy configuration, check out the detailed documentation about the strategies.

Last updated