Strategy robot builder with MetaTrader export
The robot builder is a panel docked beside the chart where you pick entry and exit conditions. The chart stays visible, you tick the rules, and the result is a saveable, editable robot — and you can build several.
17 condition types, from indicators to chart shapes
Conditions cover moving averages, RSI, MACD, ADX, ATR, market structure, level breaks, channels, ranges, candle patterns, Heikin-Ashi streaks and more. The most distinctive one is chart shape: mark several examples of a setup on the chart and the robot will look for that same shape going forward.
Build a robot by drawing it
If you would rather draw than tick, the drawing tools live inside the same panel: direction arrows, zone boxes, and stop-loss / take-profit lines. Mark a few instances of the same setup and the AI derives the entry, stop and target from all of them together, then turns that into a robot.
MQL5 export for MetaTrader 5
Export the finished robot as a .mq5 file and compile it in MetaTrader 5. One honest caveat: a few conditions (chart-shape matching and channels among them) have no faithful MetaTrader equivalent, so rather than approximating them they are not exported at all and are listed explicitly in the file header — a robot that silently behaves differently is worse than one that is honestly narrower.
Who it is for
- Traders with a strategy but no coding skills
- Anyone wanting to test a setup against history
- Anyone who wants to run the robot inside MetaTrader
Frequently asked questions
Do I need to code?
No. Everything is done by selecting conditions and drawing on the chart.
Can I build more than one robot?
Yes. Robots are saved and can be edited later.
Does the robot trade automatically?
Only if you switch auto-trading on yourself. Every automatic path is off by default.