# Start Here

BananaEA is a MetaTrader 4 Expert Advisor for traders who want automated trade execution and trade management based on the Banana strategy.

This guide is written for traders, not developers. It focuses on practical use: installation, setup, loading preset files, choosing risk settings, testing in MT4 Strategy Tester, monitoring the EA, and getting help when something is not clear.

Current production version: `v4.5.1`

## Start With These Pages

1. [Installation Guide](/banana-ea/installation.md)
2. [Quick Start Guide](/banana-ea/quick-start-guide.md)
3. [BananaEA Settings](/banana-ea/complete-user-guide/settings-guide.md)
4. [Risk Management](/banana-ea/complete-user-guide/settings-guide/risk-management-1.md)
5. [Backtesting And Optimization](/banana-ea/backtesting-and-optimization/backtesting-optimization.md)
6. [Troubleshooting](/banana-ea/support/overview/troubleshooting.md)

## What BananaEA Does

BananaEA can:

* Open and manage trades in MT4 when automated trading is enabled.
* Manage existing trades when Trade Management Mode is used.
* Apply stop loss, take profit, break-even, trailing stop, and partial close settings.
* Use preset files for common symbol and timeframe setups.
* Show dashboard and chart information to help you monitor what the EA is doing.
* Send alerts when configured.

## What BananaEA Does Not Do

BananaEA does not remove trading risk. It does not guarantee profit, and it should not be treated as a set-and-forget money system.

Before using it on a live account:

* Test on a demo account.
* Run backtests for the symbol and timeframe you plan to use.
* Understand the risk setting and lot-size method.
* Confirm AutoTrading is enabled only when you are ready.
* Monitor the platform, broker connection, spreads, and open trades.

## Typical Setup Path

1. Download the official BananaEA package from your member area or support team.
2. Install or copy the EA files into the correct MT4 data folder.
3. Restart MT4 or refresh Navigator.
4. Attach BananaEA to a chart.
5. Load the correct `.set` preset file, if you are using one.
6. Check the main risk settings before enabling live trading.
7. Start on demo or Strategy Tester before using a live account.

## Documentation Sections

* [Smart Features](/banana-ea/smart-features/overview.md): feature explanations and how the EA handles alerts, signal processing, visualization, and trade management.
* [Beginner's Guide](/banana-ea/beginners-guide/overview.md): beginner-friendly explanations for traders new to EAs.
* [Complete User Guide](/banana-ea/complete-user-guide/settings-guide.md): settings and platform workflows.
* [Backtesting And Optimization](/banana-ea/backtesting-and-optimization/backtesting-optimization.md): MT4 Strategy Tester, optimization, and validation.
* [Support](/banana-ea/support/overview.md): help channels, bug reporting, community guidance, and self-check steps.

## Community And Support

Use the support pages when you need help preparing a useful support request. Include:

* BananaEA version.
* Broker and account type.
* Symbol and timeframe.
* Screenshot of the chart and Experts tab message.
* Whether you are testing, demo trading, or live trading.

Discord is useful not only for support tickets, but also for learning from other BananaEA users, comparing setup notes, and asking practical platform questions.

## Risk Notice

Trading forex, CFDs, indices, and crypto products involves risk. Automated trading can increase risk if settings are wrong or if the platform is left unattended. BananaEA is not financial advice. You are responsible for your own trading decisions, risk settings, broker choice, and account monitoring.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itradeaims.gitbook.io/banana-ea/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
