Skip to main content

How to Set Up a Bot with LuxAlgo AI Assistant

This guide explains how to automate a strategy using LuxAlgo AI Assistant and WunderTrading Signal Bots.

Written by Jacob

We recommend using Cross Margin Mode for safer trading. Note that an Isolated Margin can carry a higher risk of position liquidation.

How to Create Signal Bot and Automate Strategy or Indicator Using LuxAlgo AI Assistant

  1. Go to the Signal Bot tab and press Create Bot.

  2. Fill in all fields in General section, choose Other as a Bot start condition, Form settings as a Bot settings format and specify your bot parameters.

  3. Press Create Bot. You will see the following window with Webhook URL and Bot alert comments.

  4. Leave the window opened and go to the LuxAlgo AI Backtesting. Insert your prompt and wait till the strategy is generated.

  5. Once strategy is generated press on the Alarm icon and start creating webhook notifications.

  6. Type Alert name, select Event and insert alert Message. Event should represent the action you want to make, but Message does not affect anything. As a last step, you need to create Webhook notification by clicking New button.

  7. Next you need to copy and paste Signal Bot webhook into the URL field (make sure it is enabled). Then select relevant Event, and copy and paste the following into the Payload (JSON):
    {

    "code":"Insert your Signal Bot alert comment"

    }

    Insert action alert comment from the Signal bot in to the string as shown on the screenshot below.

    Press Create and repeat the process for each action you need.

  8. Your bot is now fully connected to LuxAlgo AI Assistant and ready to execute trades automatically based on your signals. Whenever the script triggers an alert, LuxAlgo will send the webhook message with the configured bot comments, allowing the bot to receive alerts with actions.

    Before running the bot in live conditions, we strongly recommend testing the setup on a demo account or with minimal capital to ensure everything works as expected.

    Once verified, your automated workflow will run continuously, requiring no manual intervention.

    You can always check and research your signals in the Signal Bot logs:

Did this answer your question?