Trading

Natural Language Bot Builder

6 min read

What it is

Describe your trading strategy in plain English. haythix AI converts your description into a structured bot configuration ready to test in paper trading or deploy live.

How to think about it

Skip the manual config form. Just describe what you want: "Buy BTC when RSI drops below 30 and EMA9 > EMA20, sell when RSI hits 70, use 2% per trade, 3% stop loss." AI builds the bot.

Step-by-step

  1. Describe your strategy

    Strategy Builder → AI Builder tab. Type your strategy in plain English. Be specific about entry conditions, exit conditions, position size, and risk parameters.

  2. Review AI proposal

    AI returns a structured config with name, symbol, entry/exit conditions, position size %, stop loss %, take profit %, and any warnings. Click "Use this configuration" to populate the visual builder.

  3. Refine

    Don't like something? Type a refinement: "Make it more conservative" or "Use 5% stop loss instead". AI updates the config.

  4. Validate before deploying

    After AI generates the config, ALWAYS run a backtest first, then paper trading for 1 week, before deploying real capital.

Tips & pitfalls

  • Vague descriptions get clarifying questions ("What stop loss percentage do you want?"). Be specific to skip the back-and-forth.
  • AI declines off-topic requests (stock picks, weather, etc.) and refuses to give trading advice — only configures bots.
  • AI defaults to conservative settings (5% position size, 2% stop loss). Explicitly ask for aggressive if you want higher leverage.
  • AI cannot suggest leverage above 5x unless you explicitly request higher — protective default.