Tune and Trade
← Back to site

Install & operating guide

Everything from a fresh MetaTrader install to your first managed trade. Budget about twenty minutes the first time. You only do this once.

  1. What you need before starting
  2. Get your licence key and files
  3. Install the files
  4. Allow the licence URL in MT5
  5. Attach it to a chart
  6. Settings that matter
  7. The dashboard, button by button
  8. Daily operation
  9. When something goes wrong

Step 01What you need before starting

Start on demo. Open a demo account with the same broker and run the system there for a week or two first. You will see exactly how it sizes positions at your account size, what a normal day looks like, and how the buttons behave — before any real money is involved. Nothing about the setup changes when you switch to live.

Step 02Get your licence key and files

Go to your licence page and enter the key from your subscription email. You'll see:

Download the file. You'll get TuneAndTrade.zip containing two files.

Step 03Install the files

In MetaTrader 5, open File → Open Data Folder. A Windows Explorer window opens. Navigate into MQL5. Then:

FileGoes into
TuneAndTrade_Master.ex5MQL5\Experts\
TuneAndTrade_PanelHost.ex5MQL5\Indicators\

Close the Explorer window. Back in MT5, right-click anywhere in the Navigator panel and choose Refresh. Tune and Trade now appears under Expert Advisors.

Do not rename either file. The EA looks for the panel host by its exact name, so a renamed indicator means the dashboard silently draws on top of your price chart instead of in its own strip. Both files are required. The panel host is an empty indicator whose only job is to open the pane the dashboard lives in. Without it the dashboard draws on top of your price chart instead of in its own strip underneath. You never attach it by hand — the system loads it automatically.

Step 04Allow the licence URL in MT5

MetaTrader blocks outbound connections until you approve the address. Without this the system cannot confirm your licence and will not trade.

  1. In MT5: Tools → Options → Expert Advisors
  2. Tick Allow WebRequest for listed URL
  3. Click the empty row and type: https://api.tuneandtrade.com
  4. Press Enter, then OK
Type it exactly. No trailing slash, no www, and https not http. MetaTrader matches this string literally — one wrong character and it silently fails with error 4014. This is the single most common setup problem, and the dashboard will tell you plainly if it happens.

Step 05Attach it to a chart

  1. Open a chart for the instrument you want to trade — for example XAUUSD
  2. Set the timeframe to M5
  3. Make sure the Algo Trading button in the MT5 toolbar is green. If it's red, click it
  4. Drag TuneAndTrade_Master from the Navigator onto the chart
  5. In the dialog, open the Common tab and tick Allow Algo Trading
  6. Open the Inputs tab. Licence key is the very first field — paste yours there
  7. Click OK

The dashboard appears in a strip below your chart. Check the badge at the top-right: LIVE means the licence checked out and the system is running.

Step 06Settings that matter

There are a lot of inputs. These are the ones worth thinking about — the rest can stay at their defaults.

SettingWhat it does
Licence keyFrom your licence page. Required.
Risk % per tradeThe share of your equity a single losing trade costs you. Start at 0.5%. 1% is normal. Above 2% is aggressive and will produce drawdowns most people are not prepared for.
Start in risk modeSet true to size from your equity. Set false to trade a fixed lot instead.
Daily loss limit %New entries stop for the day once losses reach this. 3% is a sensible starting point. Set 0 to disable, though I would not.
Daily profit targetNew entries stop once the day is up by this much. Off by default. Turn it on if you prefer banking a set amount and walking away.
Risk distanceAn ATR multiplier. This drives position sizing — a wider setting means smaller positions for the same risk percentage.
Runner modeBanks two targets, then lets the remainder run to the reversal instead of closing it at a third. On by default.
Flip confirm barsHow many closed bars the new direction must hold before a reversal counts.
Change one thing at a time. If you adjust three settings at once and results shift, you have no idea which one did it. Move risk % first, live with it for a few weeks, then consider the rest.

Step 07The dashboard, button by button

Stats

Floating P/L on open positions, today's total and this month's. All live.

Controls

BUY / SELLOpen a trade manually, right now, using your current lot and risk settings.
CLOSE ALLFlatten everything on this symbol immediately.
AUTOTurns automatic trading on or off. Open positions are left exactly as they are, and your daily limits keep running either way.
B/EPlaces a stop at your entry price on the open position. Note this is the only stop the system ever places, and only when you press it.
ADDAdd another position in the same direction as the one already open.
−ADDRemoves the volume you added, leaving the original entry in place.

Lot size

Type a lot directly, tap a preset, or nudge with and +. When risk mode is on this box is read-only, because the system is calculating the lot for you.

Risk

RISKGreen when sizing from your equity. Grey when using a fixed lot.
SMA − / +Changes the moving average length live. The next closed candle is read from the new average.
T1 / T2 / RUN − / +Nudge the profit targets while a trade is open. They are set in R — multiples of what you are risking — so 1.00 means "take half off once the trade has made what it was risking". RUN caps the runner; leave it at — and the runner has no ceiling.
TGTArms the daily profit target, and nudges it up or down.

The status strip

Your open position with its stop, P/L and staged-exit progress on the first line. Balance, risk mode, daily percentage against the limit, target progress, and licence days remaining on the second.

The badge

LIVEEverything fine, system running.
TARGETDaily profit target reached. New entries paused until tomorrow.
HALTDaily loss limit reached. New entries paused until tomorrow.
LICENCELicence problem. The status strip explains which one.

Step 08Daily operation

Once it's running there is very little to do, which is the point. But "very little" is not "nothing":

If your computer goes off mid-trade, the position stays open — but this system places no stop order at the broker, so nothing is protecting it while MetaTrader is off. Its exits are rules the software applies, and the software is not running. The position sits exposed until you are back, including through a weekend gap. This is the strongest argument for a VPS.

Step 09When something goes wrong

What you seeWhat to do
Red LICENCE badge, "URL not allowed"Step 04 wasn't completed or the address has a typo. Check it character by character.
"Wrong MT5 account"Your key is bound to a different account. Rebind it on your licence page.
"Subscription inactive"Payment failed or the subscription was cancelled. Open the billing page from your licence page.
Dashboard sits on the price chartThe panel host indicator isn't in MQL5\Indicators. Re-do step 03 and reattach.
Nothing trades at allCheck the Algo Trading button is green and "Allow Algo Trading" was ticked when you attached it.
No new entries, badge says HALT or TARGETWorking exactly as designed. A daily limit was reached. It resets at the next daily rollover.
Orders rejected by the brokerUsually lot size below the broker's minimum, or the market is closed. The Experts tab in MT5 gives the exact reason.
Still stuck? Email trader@tuneandtrade.com with a screenshot of your dashboard and a copy of the Experts tab from the MT5 Toolbox. Those two things together answer almost every question in one reply instead of five.