Saving & Reusing Settings
Overview
FastBTN (Expert Advisor) and FastSTAT (indicator) both offer many configurable options.
To avoid setting everything up repeatedly, MetaTrader 5 (MT5) provides three powerful features:
- EA setting files (
.set) - Indicator setting files (
.set) - Chart templates (
.tpl)
When used together, you can load FastBTN + FastSTAT with all settings applied in one click.
This guide explains the recommended workflow step by step.
Saving FastBTN (EA) Settings
FastBTN uses input parameters for:
- Lot size
- Button visibility
- Auto TP / SL
- Lock Profit / Hedging
- Auto-close rules
- And more
Once configured, these inputs can be saved for reuse.
Save FastBTN Settings
- Attach FastBTN to a chart.
- Press F7 (or right-click → Expert List → Properties).
- Open the Inputs tab.
- Adjust all FastBTN parameters as desired.
- Click Save…
- Name the file, for example:
FastBTN_XAUUSD.setFastBTN_Scalping.set
- Click OK
MT5 saves this as a .set file containing only FastBTN’s inputs.
Load FastBTN Settings
- Attach FastBTN to a chart.
- Press F7 (or right-click → Expert List → Properties).
- Open Inputs.
- Click Load…
- Select the desired
.setfile. - Click OK
Saving FastSTAT (Indicator) Settings
FastSTAT has its own configurable options such as:
- Displayed statistics
- Colors and fonts
- Panel position
These can also be saved separately.
Save FastSTAT Settings
- Attach FastSTAT to a chart.
- Press Ctrl + I (Indicators List).
- Select FastSTAT → Properties.
- Adjust parameters, colors, and layout.
- Click Save…
- Name the file, for example:
FastSTAT_Default.setFastSTAT_Minimal.set
- Click OK
Load FastSTAT Settings
- Add FastSTAT to a chart.
- In the settings window, click Load…
- Select the saved
.setfile. - Click OK
Creating a Full FastBTN + FastSTAT Template (Recommended)
Even with saved .set files, loading everything manually still takes time.
A chart template allows MT5 to load:
- FastBTN
- FastBTN settings
- FastSTAT
- FastSTAT settings
- Chart colors and layout
all at once.
Create a FastBTN + FastSTAT Template
- Open a clean chart.
- Attach FastBTN.
- Load the desired FastBTN
.setfile. - Attach FastSTAT.
- Load the desired FastSTAT
.setfile. - Adjust chart appearance (candles, grid, scale).
- Right-click on the chart.
- Select Template → Save Template…
- Name it, for example:
FastBTN_FastSTAT_Full.tpl
- Click Save
Loading the Template (One-Click Setup)
To instantly recreate your full trading setup:
- Open any chart.
- Right-click on the chart.
- Select Template → Load Template.
- Choose your saved
.tplfile.
MT5 will automatically:
- Load FastBTN
- Apply FastBTN settings
- Load FastSTAT
- Apply FastSTAT settings
- Restore the chart layout
No additional steps required.
Recommended Workflow
Best practice when using FastBTN and FastSTAT:
- Use
.setfiles for:- Different strategies
- Different symbols
- Parameter backups
- Use templates (
.tpl) for:- Daily trading
- Fast deployment
- Consistent layouts
Think of it like this:
.setfiles → parameter presets.tplfiles → complete trading workspace
Important Notes
- Templates work only in MT5, not MT4.
- AutoTrading must still be enabled.
- If FastBTN or FastSTAT is not installed, the template cannot load them.
- Templates are stored in:
MQL5/Profiles/Templates
Summary
By combining:
- FastBTN
.setfiles - FastSTAT
.setfiles - MT5 chart templates
you can:
- Save time
- Avoid configuration mistakes
- Switch strategies instantly
- Maintain consistent trading setups
This is the recommended workflow for all FastBTN and FastSTAT users.