Sign up with our partner broker and get free XAU/USD signals. JOIN US
LIVE MT5 BUILD 5830 LAST REV 2026-05-23
SESSION -- UTC --:--
SESSIONS
SYDNEY22:00–07:00 UTC
TOKYO00:00–09:00 UTC
LONDON07:00–16:00 UTC
NEW YORK12:00–21:00 UTC

MT5 templates, profiles, and chart organisation

The system most traders miss. Templates save chart-by-chart setups; profiles save your entire workspace. Together they save dozens of hours of repeated configuration.

PUBLISHED 2026-05-23 READING TIME 6 MIN MT5 BUILD 5830 CATEGORY PLATFORM
Key points:
  • Templates save the configuration of a single chart: indicators, drawings, colours, timeframe.
  • Profiles save your entire MT5 workspace: which charts are open, their layout, and which templates each uses.
  • Templates have the extension .tpl and live in MT5's Profiles/Default/Templates folder.
  • Profiles are saved as named workspaces and can be switched in seconds.

1. The difference between templates and profiles

Two related concepts that traders often confuse.

TemplatesProfiles
Save the look of one chart Save the entire MT5 workspace
Stored in Templates/ folder Stored in Profiles/ folder
Applied to any single chart Loaded as the full workspace
Contains: indicators, drawings, colours, scale, timeframe Contains: which charts are open, their positions, and which template each uses
Many templates can exist; you switch per chart One profile is active at a time

2. Templates: saving a chart setup

Save a chart as a template

  1. Configure the chart exactly as you want: timeframe, indicators, drawings, colour scheme.
  2. Right-click the chart and choose Template then Save Template.
  3. Name it descriptively. Example: xau_scalp_m5 or eur_swing_h1.

The template file xau_scalp_m5.tpl appears in the templates folder.

Apply a template to another chart

  1. Open any chart of any symbol.
  2. Right-click then Template then Load Template.
  3. Select the template name.

The chart instantly inherits all indicators, drawings, colours, and the original timeframe.

The default template

If you save a template with the name default, every new chart you open in MT5 will use it as the starting template. This is the secret to a fast workflow: build a default with your standard indicator stack and colour scheme, and never click through the indicator menu again.

3. Where templates are stored on disk

Open the MT5 data folder via File > Open Data Folder. Inside, the path is:

MQL5/Profiles/Templates/

Each .tpl file is an XML-formatted text file. You can edit it directly with a text editor if you want to tweak indicator parameters without going through the GUI. But this is rarely needed.

Backup tip: zip the entire Templates folder periodically. If you reinstall MT5 or move to a new machine, restoring this folder gives you back every template instantly.

4. Profiles: saving your workspace

A profile captures everything about your MT5 window at the moment of save:

  • How many chart tabs are open
  • Which symbol and timeframe each chart is on
  • Which template each chart uses
  • Window layout, sizes, and positions
  • Which panels (Navigator, Trade, etc.) are visible

Save a profile

Click File menu then Profiles then Save As. Name it descriptively. Example: morning_asia, london_open, news_day.

Switch profiles

Click File menu then Profiles then choose the saved profile name. MT5 closes all current charts and rebuilds the saved workspace. Takes about 2 seconds.

5. Practical profile examples

Profile 1: morning_asia

For 22:00 to 07:00 UTC trading. Open charts:

  • AUDUSD M15
  • USDJPY M15
  • NZDUSD M30
  • XAUUSD M5

Each chart uses an Asia-session template emphasising range-trading indicators.

Profile 2: london_open

For 07:00 to 12:00 UTC trading. Open charts:

  • EURUSD M5 and M15
  • GBPUSD M5 and M15
  • EURGBP H1
  • DXY H1 (US dollar index)

Each chart uses a London-template with breakout indicators.

Profile 3: news_day

For NFP, FOMC, CPI days. Open charts:

  • DXY M1 (for the dollar reaction)
  • XAUUSD M1 (typical news beneficiary)
  • EURUSD M5
  • US500 M5 (equity index reaction)

Switching between these profiles takes 2 seconds. Trying to recreate any one of them from scratch takes 5 to 10 minutes.

6. Templates within profiles

The system is hierarchical. A profile remembers which template each chart uses. So if you update a template later, every profile that references that template gets the update next time it loads.

Example: you add a new indicator to your xau_scalp_m5 template. Next time you load the london_open profile, the XAU chart in that profile will have the new indicator. You did not need to edit the profile separately.

7. Sharing setups

Share a single template

Find the .tpl file in MQL5/Profiles/Templates/ and send it to another trader. They drop it into their templates folder and load it from the Template menu.

Share a profile

Profiles are folders, not files. The folder MQL5/Profiles/Charts/your_profile_name/ contains the entire profile. Zip the folder, send it, the recipient unzips it to the same location in their MT5 data directory.

Important: shared profiles work only if the recipient's MT5 has the same symbols available with the same names. If your profile references XAUUSD.r (with a broker-specific suffix) and the recipient's broker uses just XAUUSD, charts will fail to open.

8. Common organisation patterns

By session

One profile per major session: asia, london, newyork, overlap. Switch profiles when sessions change.

By strategy

One profile per strategy: swing, scalp, news. Each profile has only the symbols and timeframes that strategy uses.

By asset class

One profile per group: majors, metals, indices, crypto. Useful if you trade across asset classes.

By account

If you trade multiple broker accounts, profiles by broker keep your workflows separate. Note: each broker has its own MT5 install, so profiles are per-install anyway.

FAQ

Can I have hundreds of templates?

Yes, but the GUI gets unwieldy. In practice, 8 to 15 templates is the sweet spot for most traders.

Will templates carry over if I reinstall MT5?

Only if you back up and restore the MQL5/Profiles/Templates/ folder. The installer wipes the profiles folder by default.

Do profiles save my account login?

No. Profiles save workspace layout only. Account credentials are stored separately and persist across profiles.

Can I rename a profile?

Not from inside MT5. You would close MT5, rename the folder in MQL5/Profiles/Charts/, and reopen MT5.