Skip to main content

Presets And Set Files

Use this page to load, verify, and save BananaEA Version 5 .set files.

Version 5 uses Version 5 presets. Version 4 and Version 5 .set files are not interchangeable.

warning

Do not load Version 4 .set files into BananaEA Version 5. Version 5 requires presets built for Version 5—use the official Version 5 presets or save your own after configuring Version 5 on a chart.

Before Loading A Set File

Check these points first:

  • BananaEA Version 5 is installed. See Install And Upgrade.
  • The EA is attached to a demo chart or Strategy Tester before live use.
  • The .set file is an official Version 5 preset or a Version 5 preset you created yourself.
  • The symbol, timeframe, risk level, and account purpose match the preset you plan to load.
  • You have your license key ready because the License Key input may need to be entered or confirmed after loading.
  • AutoTrading is enabled only when you are ready for the EA to manage trades.

Why Presets Changed

Version 5 includes changed or expanded behavior in:

  • Smart Risk Monitor and challenge controls
  • trade management
  • partial close levels
  • scaling in
  • scaling out
  • trailing activation
  • pending-order cancellation
  • day-of-week controls
  • filters and signal blocking

Because these inputs affect trade entries, exits, and risk, a Version 4 preset cannot safely represent a Version 5 setup.

Version 5 Preset Locations

The public Version 5 package includes customer preset files in:

MQL4\Presets\iTradeAIMS\BananaEA\

The Strategy Tester preset is also staged under:

tester\

The default package preset name is:

BananaEA-Auto-Default.set

The installer normally places the preset files for you. If support gives you a separate .set file, copy it into:

MQL4\Presets\iTradeAIMS\BananaEA\

If that folder does not exist, open the MT4 data folder from File > Open Data Folder, create the missing folders under MQL4\Presets, then copy the .set file there.

If you use more than one MT4 terminal, repeat this for each terminal's own data folder. Each broker terminal has its own data folder.

Load A Version 5 Set File

  1. Open MT4.
  2. Open a chart for the symbol and timeframe you want to test.
  3. Open Navigator > Expert Advisors > iTradeAIMS.
  4. Drag BananaEA-Auto onto the chart, or double-click it.
  5. In the EA settings window, open the Inputs tab.
  6. Click Load.
BananaEA-Auto Expert settings Inputs tab with the Load button highlighted
Open the Inputs tab and click Load to choose a Version 5 set file.
  1. Browse to the Version 5 preset folder if MT4 does not open it automatically:
MQL4\Presets\iTradeAIMS\BananaEA\
  1. Select the Version 5 .set file you want to use.
  2. Click Open.
MT4 Open dialog showing BananaEA Version 5 set files in MQL4 Presets iTradeAIMS BananaEA
Select the Version 5 preset you want to load, then click Open.
  1. Confirm the inputs changed in the Inputs list.
  2. Enter or confirm your license key in the License Key input.
  3. Confirm Magic Number is unique for this chart unless you deliberately planned to share it.
  4. Click OK.
BananaEA-Auto Inputs tab showing Magic Number and License Key fields after loading a preset
After loading a preset, confirm the Magic Number and enter your license key before clicking OK.

Do not click OK until you have checked the risk, session, Magic Number, and trade-management inputs.

Verify The Loaded Preset

After the EA appears on the chart, check:

  • The dashboard shows the expected set file name.
  • Magic Number matches your plan for this chart.
  • Risk settings match the account and test purpose.
  • Session times match the broker/server time you intend to trade.
  • The symbol and timeframe match the preset purpose.
  • AutoTrading is enabled only when you are ready.
  • You are testing on demo or in Strategy Tester before using live funds.

If the dashboard does not match the preset you expected, remove the EA from the chart, attach it again, and reload the preset.

Magic Number Planning

Use separate or intentional Magic Numbers when Version 4 and Version 5 are both installed. This helps prevent one chart from managing or interpreting another chart's trades unexpectedly.

Use a different Magic Number for each independent chart unless you intentionally want multiple charts to share management behavior.

Safe Preset Migration Workflow

  1. Keep the Version 4 .set file as a reference only.
  2. Open Version 5 on a demo chart.
  3. Load a Version 5 preset.
  4. Manually compare risk, symbol, timeframe, session, and trade-management intent.
  5. Save a new Version 5 .set file.
  6. Backtest the new Version 5 setup before live use.

Do not use a file rename as a migration method. Renaming a Version 4 .set file does not make it compatible with Version 5.

Save Your License Key For Future Loads

If this is your own computer or VPS, you can save a personal Version 5 .set file after entering your license key. Loading that saved file later can restore the key so you do not need to type it again every time.

Treat this saved file as private because it can contain your license key.

  1. Load the Version 5 preset first.
  2. Enter your license key in the License Key input.
  3. Confirm the risk, session, Magic Number, and trade-management inputs.
  4. Click Save in the Inputs tab.
  5. Save the file under a new private filename.
  6. Click OK to attach or update the EA on the chart.
MT4 Save As dialog for saving a BananaEA Version 5 set file after entering the license key
Save a private copy after entering your license key if you want to load the same setup later without typing the key again.

Use a clear filename that includes the EA version, purpose, symbol, timeframe, and risk level. For example:

BananaEA-v5-GER40-M5-demo-1pct-private.set

Do not overwrite official presets unless support specifically tells you to do that. If Windows asks whether to replace an existing file, choose No unless you intentionally want to overwrite that file.

Save A Custom Version 5 Set File

Use this when you adjust an official Version 5 preset and want to keep your own copy without changing the original.

  1. Load the Version 5 preset first.
  2. Adjust the inputs you understand and intend to change.
  3. Decide whether this saved file is private or shareable.
  4. If it is private, you may keep your license key in the file for future loading.
  5. If you plan to share it, remove the license key before saving.
  6. Click Save in the Inputs tab.
  7. Save the file under a new name.
  8. Keep the original official preset unchanged.

Use a clear filename that includes the EA version, purpose, symbol, timeframe, and risk level. For example:

BananaEA-v5-GER40-M5-demo-1pct.set

Do not overwrite official presets unless support specifically tells you to do that.

Save The Full Chart As A Template

A .set file saves EA input values. An MT4 template saves the broader chart setup: chart appearance, timeframe, indicators, objects, and the EA attached to that chart with its inputs.

Use a template when you want to open a new chart later and recreate the same chart setup quickly.

  1. Load the Version 5 preset and enter your license key if you want the template to remember it.
  2. Set up the chart exactly how you want it.
  3. Confirm the EA dashboard, set file name, Magic Number, timeframe, and chart appearance.
  4. Click the Templates button on the MT4 toolbar.
  5. Click Save Template....
  6. Save the template under a clear private name.
MT4 chart template menu with Save Template highlighted while BananaEA Version 5 is attached
Use Save Template when you want to preserve the full chart layout and the attached BananaEA setup.

To reuse the setup:

  1. Open a new chart.
  2. Click the Templates button.
  3. Click Load Template....
  4. Choose the saved template.
  5. Confirm the EA appears on the chart and the dashboard settings match your saved setup.

Templates are useful for repeating your own chart setup, but they are not an installer. BananaEA Version 5 must already be installed in that MT4 terminal. If the template contains your license key, treat it as private and do not share it.

Sharing Set Files

A .set file or template can include sensitive settings if it was saved after you entered them. Before sharing a file with support or another user:

  • Remove the License Key value if it is present.
  • Check account-specific risk settings.
  • Check Magic Number.
  • Confirm the file is a Version 5 preset.

Do not post license keys, account details, private templates, or private broker information in public channels.

Common Problems

The Preset Does Not Appear In The Load Window

  1. Confirm the file ends in .set.
  2. Confirm it was copied into the correct MT4 data folder.
  3. Browse manually to MQL4\Presets\iTradeAIMS\BananaEA\.
  4. If you have several broker terminals, open File > Open Data Folder in the exact terminal you are using and copy the file there.

The EA Loads But Behavior Looks Wrong

  1. Confirm the preset is a Version 5 .set file.
  2. Confirm the symbol and timeframe match the preset purpose.
  3. Confirm Magic Number, risk, sessions, filters, and trade-management inputs.
  4. Remove the EA, attach it again, and reload the preset if the dashboard does not update as expected.

The Preset Came From Version 4

Do not load it into Version 5. Use it as a reference only, then rebuild the setup with a Version 5 preset and save a new Version 5 .set file.