FXCore 100 EA
Logic:
Grid:
- The EA opens multiple orders at different price levels based on predefined conditions, creating a grid of orders.
- Utilizes limit orders to place trades at various levels determined by the current market price and specified stop levels.
Martingale:
- Implements a Martingale strategy where the lot size is increased based on a factor (InpFatorFxCore) when additional trades are opened in the grid.
- Can also sum the lot size with a fixed increment (InpLoteSomaFxCore) for each subsequent order.
Multi-Currency:
- Capable of analyzing and trading on multiple symbols, allowing it to operate across various currency pairs simultaneously.
Order Management:
- Limits the total number of open trades (InpMaxOrderFxCore).
- Employs a profit closure system where all trades are closed once a specified profit level is reached.
- Adjusts lot sizes dynamically based on account balance, risk factor, and leverage.
Signal Mode:
- The EA uses multiple indicators to determine entry signals, including moving averages (IMA), Bollinger Bands, Stochastic, and RSI.
- Offers flexibility in choosing the signal mode (IMA or BB_RSI_STOCH) to suit different trading strategies.