What is TradeSmithy?
+
TradeSmithy is a visual, no-code builder for MetaTrader Expert Advisors: you assemble a trading strategy as a node graph on a canvas, refine it in plain English with an AI assistant, export it as ready-to-compile MQL4 or MQL5 source code, and sell it to other traders in a built-in marketplace — without leaving the platform.
Do I need to know MQL4, MQL5 or any programming to build an Expert Advisor?
+
No. You build the strategy by dragging nodes onto a canvas and connecting them, and the platform generates the source code for you in the language your target terminal uses. Reading code helps if you want to check the output before compiling it, but nothing in the build process requires you to write any.
How do I turn a trading idea into a MetaTrader Expert Advisor?
+
Create a project and pick its terminal, drop an event node such as OnTick onto the canvas, add the indicators your strategy uses, wire them into an if-condition, connect that to a buy or sell order node, then export the graph as MQL4 or MQL5 and compile it in MetaEditor. A working first strategy takes about fifteen minutes from a template.
Can the AI assistant modify my strategy for me?
+
Yes. The assistant edits the node graph itself rather than just describing changes — ask it to add an ATR filter or to route a second condition into an existing order and it will add the nodes and the connections. Every change it proposes is checked before it reaches your canvas, so a bad answer cannot break a strategy that was working. The assistant is included on Pro and Premium.
Which MetaTrader indicators are supported?
+
All 38 MetaTrader built-in indicators ship with the builder: Moving Average, Double Exponential Moving Average, Triple Exponential Moving Average, Fractal Adaptive Moving Average, Adaptive Moving Average, Variable Index Dynamic Average, Envelopes, Parabolic SAR, Average Directional Movement Index, ADX by Welles Wilder, Ichimoku Kinko Hyo, Alligator, Gator Oscillator, Fractals, Relative Strength Index, Moving Average Convergence Divergence, Moving Average of Oscillator, Stochastic Oscillator, Commodity Channel Index, Williams Percent Range, Momentum, Relative Vigor Index, DeMarker, Awesome Oscillator, Accelerator Oscillator, Bears Power, Bulls Power, Triple Exponential Average, Bollinger Bands, Average True Range, Standard Deviation, Volumes, On Balance Volume, Money Flow Index, Accumulation/Distribution, Force Index, Chaikin Oscillator, Market Facilitation Index. Each is mapped to its real function with typed parameters and named output lines, so a MACD node exposes its main, signal and histogram outputs separately. 29 of them exist in MetaTrader 4; the 9 that MetaTrader 5 added are shown but disabled on an MT4 project, so you always know why one is unavailable.
Is backtesting available yet?
+
Yes, on Pro and Premium. Set up a run — symbol, timeframe, date range, spread, leverage, modelling mode, starting balance and every parameter your strategy declares — and queue it; the run executes on our test servers and returns an equity curve, the full trade list and the run log. Runs continue whether or not the page is open, and you can see your position in the queue while you wait. Results are whatever the test produced, on your configuration: no invented figures are ever shown, and a backtest is not a prediction about a live account.
Is parameter optimization available yet?
+
Not yet — it is in development and will run inside the same builder. The groundwork is already in place: every parameter you can set carries its own sensible range, which is what an optimizer needs in order to search it. It will not be sold as a separate product.
Can I sell the strategies I build?
+
Yes, on Pro and Premium. Publish a strategy to the community marketplace at a price you set; when someone buys it, the credit is in your wallet immediately — the sale and the settlement are one event, with nothing to claim. Commission is 15% on Pro and 5% on Premium, taken from your live plan at the moment of sale. Earnings pay for your plan and for other traders' strategies, and can be withdrawn to a crypto address once they mature 14 days after the sale. Only sale earnings are withdrawable, never funds you added yourself, and the minimum withdrawal is $50.00. Withdrawals are reviewed and sent by a person rather than automatically.
If I list a strategy, can people copy it without paying?
+
No. The public listing carries only the shop-window details — name, description, price, seller and node counts. The strategy itself is never sent to anyone who has not bought it, so there is nothing to uncover by inspecting the page or the listing: it is handed over only to a buyer, at the moment the payment goes through.
How do I add funds, and which cryptocurrencies are accepted?
+
Wallet top-ups are paid in crypto through a hosted checkout. USDT and USDC are accepted across Tron, BNB Smart Chain, Polygon, Solana, TON, Arbitrum, Optimism and Base, plus BUSD, TRX, TON, BNB and SOL. A balance is only ever credited by a verified payment notification from the provider — returning to the site never credits anything by itself.
How much does TradeSmithy cost?
+
There are three plans, each billed per 30 days from your wallet balance: Free at $0, Pro at $19, Premium at $49. Free includes 3 projects and 1 code export every 30 days; Pro adds the AI assistant, marketplace selling and backtesting; Premium adds unlimited projects and the lowest commission.
What happens to my projects if I downgrade or my plan lapses?
+
Nothing is locked, hidden or deleted. The project limit is checked only when you create a project, so a lapsed Pro account keeps full read and write access to all 25 of its projects and simply cannot create the 26th until it upgrades or removes one. There is no read-only project state.
Does the generated code work on MetaTrader 4?
+
Yes. Each project targets one terminal, chosen when you create it and changeable at any time, and the builder generates MQL4 for MetaTrader 4 or MQL5 for MetaTrader 5 accordingly — they are different languages, not versions of one, so each gets its own generator rather than a translation. The choice also decides which indicators the library offers, whether an uploaded custom indicator must be a .ex4 or a .ex5, and what buyers are told before they purchase a strategy in the marketplace.