🚀 Special Offer: Get 30% off your first 3 months. Use code TRADE30 at checkout!
Tutorials > Enhance Instructions

AI-Powered Instruction Enhancement

This tutorial will guide you through the essential steps to enhance the algorithmic instructions in your strategy using AI automation.

Every strategy includes an "Algorithmic Instructions" section at the beginning of the strategy code. This section introduces the trading algorithms used in the strategy and explains how new users can utilize the defined parameters. AI automation can analyze the strategy code and refine this instruction section to improve user understanding.


1. Sign In to Launch BotiTrader

  1. Open the software after installation.
  2. Enter your registered email and password, then click "Sign In".
  3. Once signed in, you will see the main interface.

2. Select an Existing Strategy in the Backtest Window

  1. In the Main window, at the top of the charting area, click "Create Trading Bot".
  2. The Backtest window will open.
  3. On the left side of the backtest window, select a strategy from the Strategy List.
  4. At the top of the backtest window, click "AI Automation Assistant" to open the assistant window.

3. Enhance Strategy Instructions Using AI Automation

  1. In the AI Automation Assistant window, select "Enhance Instructions" in the "AI Automation Mode" section (top right).
  2. You do not need to input anything in the User Input section.
  3. Configure the following settings in the bottom left corner:
    • Timeout (seconds): Specifies the time limit for the automation process.
    • Max Regeneration Attempts: If the generated instructions remain unchanged after an attempt, ChatGPT will regenerate them. This setting defines the maximum number of retries.
    • Max Debug Attempts: If errors occur in the strategy code, ChatGPT will attempt to debug and fix them. This setting defines the maximum number of debugging attempts.
  4. Click "Start AI Automation" to begin the enhancement process. ChatGPT will refine the instructions, and you can track progress in the AI Automation Logs section (bottom right corner).
    • Success: A green message will appear in the logs.
    • Failure: A red message will appear in the logs. If the process fails, repeat the steps to try again.