ClickAlgo

ClickAlgo Professional tools for cTrader and NinjaTrader, including indicators and cBots. Xen AI helps traders build, convert, and improve trading algorithms using AI.

Supporting the algorithmic trading community with software and development services since 2014. Our goal at ClickAlgo is to provide our customers with the right tools and education for their business, as a software company we specialise in building technology solutions for commercial retail brokerage platforms & educational algorithmic programming courses using Microsoft technologies.

New Xen AI tutorial: Build an RSI Mean Reversion cBot for cTrader.In this video, we create an automated trading strategy...
11/05/2026

New Xen AI tutorial: Build an RSI Mean Reversion cBot for cTrader.

In this video, we create an automated trading strategy that uses RSI overbought and oversold levels to identify potential mean reversion trades.

The tutorial shows how to:

• Describe the strategy in plain English.
• Generate the cBot with Xen AI.
• Verify the build.
• Publish the cBot to cTrader.
• Prepare the strategy for backtesting and optimisation.

This is part of the new **Build cBots with Xen AI** video series, showing practical examples of how traders can move from strategy idea to working cTrader automation.

Watch the video:
https://youtu.be/DMJ8dCRIAuI

Try Xen AI:
https://ai.clickalgo.com/

Trading involves risk. Always test automated strategies on a demo account before using them live.

New Xen AI tutorial: Build an EMA RSI cBot for cTrader.In this video, we create an automated trading strategy that enter...
09/05/2026

New Xen AI tutorial: Build an EMA RSI cBot for cTrader.

In this video, we create an automated trading strategy that enters trades using EMA crossover signals and exits using RSI overbought and oversold levels.

The full workflow is covered:

• Build the cBot with Xen AI.
• Verify the code.
• Publish it to cTrader.
• Optimise the parameters.
• Run a backtest.
• Export the backtest report.
• Feed the report back into Xen AI for analysis and improvement suggestions.

This shows how traders can move from a strategy idea to a working, tested, and reviewed cTrader cBot using plain English.

Watch the video:
https://youtu.be/-gqEK8E5o0I

Trading involves risk. Always test automated strategies on a demo account before using them live.

We have published a new Xen AI video showing how to build a custom market dashboard for cTrader.In this example, Xen is ...
03/05/2026

We have published a new Xen AI video showing how to build a custom market dashboard for cTrader.

In this example, Xen is used to create a market sentiment meter, then saved as a project so it can be improved later with additional features, layout changes, or new dashboard components.

You can describe the dashboard you want in plain language, or upload a screenshot of an existing dashboard and explain how it should work.

Watch the video:
https://youtu.be/uWx0fI0DPbM

Try Xen AI:
https://ai.clickalgo.com/

Trading involves risk. AI-generated code should always be tested in a demo account before being used live.

We have released the Xen AI cTrader plugin.You can now launch Xen directly from the cTrader Desktop toolbar and use it a...
03/05/2026

We have released the Xen AI cTrader plugin.

You can now launch Xen directly from the cTrader Desktop toolbar and use it as your cTrader AI Coding Agent while working inside the platform.

Xen can help you build, fix, and improve:

• cBots.
• Custom indicators.
• Trading panels.
• Market dashboards.
• cTrader plugins.
• Existing Algo projects.

This is useful when you are testing code in cTrader, fixing compile errors, refining a strategy, or turning a trading idea into a working tool.

The plugin keeps Xen closer to your normal cTrader workflow: open cTrader, click the AI icon, and continue building.

Download the plugin:
https://clickalgo.com/ctrader-ai-coding-agent

Try Xen AI:
https://ai.clickalgo.com/

Trading involves risk. Xen AI is a software development assistant, not financial advice.

New video: Create a cTrader trading panel from an image upload using Xen AI.In this walkthrough, I show the safest way t...
01/05/2026

New video: Create a cTrader trading panel from an image upload using Xen AI.

In this walkthrough, I show the safest way to build a trading panel from a screenshot or design image.

The workflow is simple:

- Upload the image.
- Generate the UX layout first.
- Check the code for errors.
- Load it into cTrader and test.
- Wire up the buttons one by one.
- Save project versions as you go, so you can roll back if needed.

This staged approach helps reduce compile errors, keeps the project easier to debug, and avoids trying to build the full panel logic in one step.

Watch the video here:
https://youtu.be/ck1ieyBkH2M

Try Xen AI:
https://ai.clickalgo.com

1 comment. "Create a cTrader Trading Panel from an Image with Xen AI"

Working with an existing cTrader cBot?You don't need to rebuild it from scratch.This video shows how to load your existi...
29/04/2026

Working with an existing cTrader cBot?

You don't need to rebuild it from scratch.

This video shows how to load your existing code into Xen AI and safely modify, fix, or extend your trading robot using a structured workflow.

You can:

• Fix compile errors and bugs
• Add new features step by step
• Improve logic without breaking your code
• Keep full control of your existing strategy

This is the most efficient way to evolve a trading system over time.

Watch the video:
https://youtu.be/wlvWW1rYRBg

Start using Xen AI:
https://ai.clickalgo.com

New video: how to create and manage projects in Xen AI.Projects let you save your cTrader code, reload it at any time, a...
29/04/2026

New video: how to create and manage projects in Xen AI.

Projects let you save your cTrader code, reload it at any time, and keep your development organised across multiple builds.

With projects, you can:

• Save your code and description
• Continue development at any time
• Manage multiple cBots and indicators
• Keep your latest version structured and accessible

You can also export your code to cTrader for testing and save a local copy to your computer.

Watch the video:
https://www.youtube.com/watch?v=2VRRLOiY0OE

Try Xen AI:
https://ai.clickalgo.com

1 comment. "How to Save and Manage Projects in Xen AI for cTrader"

This short guide explains when to use Standard or Advanced AI models inside Xen when building cTrader cBots, indicators,...
28/04/2026

This short guide explains when to use Standard or Advanced AI models inside Xen when building cTrader cBots, indicators, and other Algo tools.

Standard models are usually enough for simple indicators, basic cBots, and small code changes.

Advanced models are better for complex projects, larger trading systems, debugging, and more demanding coding tasks.

Each model behaves differently, so it is worth testing a few to see which one works best for your project.

Watch the video here:
https://youtu.be/4x28cZuZMMQ

Start using Xen AI:
https://ai.clickalgo.com/

cTrader cBot Backtest Analysis using Xen AIWe have released a new feature in Xen that allows you to analyse your trading...
22/04/2026

cTrader cBot Backtest Analysis using Xen AI

We have released a new feature in Xen that allows you to analyse your trading strategies using real backtest data.

Instead of guessing why a cBot performs the way it does, Xen evaluates your strategy logic, backtest results, and trade behaviour to identify what is working and what needs improvement.

Upload your cTrader backtest report and receive a structured analysis with clear, practical suggestions to improve performance.

This helps you refine your strategy based on data rather than trial and error.

Watch the demo: https://youtu.be/rNEo7PvRjwE
Start using Xen AI: https://ai.clickalgo.com/

The Candle Theory Range Indicator is designed for traders who focus on price action and market structure rather than lag...
15/12/2025

The Candle Theory Range Indicator is designed for traders who focus on price action and market structure rather than lagging signals. It identifies accumulation ranges, detects false break manipulation, and waits for confirmation before highlighting a valid trade setup.

https://clickalgo.com/candle-range-theory

When conditions align, the indicator automatically plots the accumulation high and low, entry price, stop-loss, and take-profit levels directly on the chart. Everything is visual, structured, and rule-based.

Ideal for discretionary traders who want clarity and discipline, and for those learning how price behaves around key ranges.

Address

Kemp House
Swindon
EC1V2NX

Opening Hours

Monday 7am - 6pm
Tuesday 7am - 6pm
Wednesday 7am - 6pm
Thursday 7am - 6pm
Friday 7am - 6pm

Website

https://clickalgo.info/, https://ctraderbrokers.info/, https://clickalgo.com/

Alerts

Be the first to know and let us send you an email when ClickAlgo posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to ClickAlgo:

Share