JumStoch EA
Logic:
- Grid:
- This EA employs a grid trading strategy, placing multiple orders based on price levels and using fixed or dynamic lot sizes.
- Martingale:
- The EA uses a Martingale approach to increase lot sizes following a loss, aiming to recover previous losses by adjusting the lot size dynamically.
- Trend-Following:
- Utilizes stochastic indicators and moving averages (MA) to identify and follow trends. It places trades based on the alignment of the trend and counter-trend signals.
- Order Management:
- Implements both trend-following and counter-trend strategies with specific start and stop hours for trade operations.
- Manages positions using a mix of fixed lots and calculated lot sizes based on account balance.
- Trailing Stop:
- A dynamic trailing stop feature is used to lock in profits as the price moves favorably.
- Profit Protection:
- Includes mechanisms to close all trades when a certain profit or loss target is reached, ensuring account protection.