EA Scalper FX Finish
Logic:
Arbitrage:
- The EA is designed to exploit price differences between related assets or markets.
- It opens buy and sell orders based on predefined conditions and market prices.
Order Management:
- Allows for automatic lot sizing based on account balance and risk settings.
- Sets stop loss (StopLoss) and take profit (TakePropit) for each order.
- Limits the maximum number of trades by checking existing orders before placing new ones.
- Includes options to close all positions or specific types of orders (buy or sell) based on conditions.
Martingale:
- Increases lot size using a Martingale strategy if previous trades exist.
- Adjusts lot size based on account balance and risk settings.
- Implements a lot exponent to dynamically adjust lot sizes for subsequent trades.
Profit and Loss Management:
- Provides options to delete stop loss and take profit levels to prevent broker manipulation.
- Includes a function to close all positions or specific types of orders (buy or sell) based on conditions.
Trailing Stop:
- Adjusts stop loss dynamically based on market movements, ensuring profits are locked in as the price moves favorably.
Trading Time Control:
- Allows trading only during specified hours of the day.
- Stops trading if certain equity or profit targets are met.