资源加载中... loading...

Bot

The concept of “Bot” on FMZ Quant Trading Platform is different from “Backtest”, and it refers to the creation of an instance of a strategy program that actually interacts with the exchange (obtaining tickers, checking positions, placing and withdrawing orders, etc.). An instance of a strategy program that interacts with the exchange’s production environment is called Bot, as is an instance of a strategy program that interacts with the exchange’s simulation environment (many exchanges have test environments). Three conditions are required to Add bot on the FMZ Quant Trading Platform:

Conditions for adding bot

  • An available strategy You can add a strategy by clicking the “Add Strategy” button on the platform Strategy page. After writing and designing the strategy and saving it, the strategy will be saved in the strategy library. When you add a bot, you can select a strategy from the strategy library in the “Run strategy” drop-down box in the “Bot configuration” section of the Add bot page.
  • Deploy at least one available docker You can deploy a docker by clicking the “Add docker” button on the Docker page of the platform. After successful docker deployment, you can select the deployed docker in the “Docker” drop-down box in the section of the “Bot configuration” column in the Add bot page when you create bot.
  • Configure at least one available exchange You can add an exchange and configure the exchange account information by clicking the “Add platform” button on the Platform page of the platform. After the exchange configuration is completed, you can select the configured exchange in the “Trading platform” drop-down box in the “Trading configuration” section of the Add bot page when you add bot.

Finally, you can create and run an example of a quantitative trading strategy program (i.e., a bot of FMZ Quant Trading Platform) by clicking the “Add bot” button on the add bot page.

Bot grouping For the created bots can be grouped management, you can customize the name of the group.

Bot live Bots can be displayed publicly, or you can create a private live link to send to a specific group for display.

Bot charge Bots are billed hourly, 0.05 USD per hour for each order, and less than one hour will be charged per hour. Adding a new bot will be billed immediately, “stopping”/“restarting” a bot will not be billed again. You can check the “Billing details” of all billing at Payment.

Bot monitoring In the bot list on the Bot management page, you can click the “Monitor” button in the operation bar on the right side of the running bot trading to start bot trading monitoring. After turning on monitoring, if the bot trading is exited without manual operation, the email address bound to the current FMZ Quant Trading Platform will receive a notification message.

Key Security Strategy Library