Din KusKus EA v2.6
Logic:
Money Management:
- The EA supports both mini and standard accounts.
- Uses a fixed lot size or a percentage of equity for determining trade size.
- Includes a maximum lot size parameter to limit the trade size.
Trend-Following:
- Uses multiple indicators for trend detection including Heiken Ashi, BBands Stop, Fisher Transform, and others.
- Supports different trend entry and exit methods such as MACD and HMA filters.
- Checks multiple timeframes (e.g., Daily and 4-Hour) to determine the trend direction.
Order Management:
- Opens buy and sell orders based on the conditions defined by various indicators.
- Uses Magic Numbers to identify and manage orders specific to this EA.
- Allows trading during specific hours, with separate settings for Asian, European, and New York markets.
- Includes delay mechanisms to wait after a trade is stopped out before opening new trades.
Profit Management:
- Implements trailing stops with various strategies including immediate trailing, delayed trailing, and multi-level trailing stops.
- Moves the stop loss to breakeven and locks in profits as the price moves favorably.
- Supports stop loss and take profit levels, which can be dynamically adjusted based on market conditions.