Big Rise EA
Logic:
Trend-Following:
- Uses price action based on the open and close prices of multiple pairs to determine trade direction.
- Buys if the open price is less than the close price for three pairs and greater for two pairs.
- Sells if the open price is greater than the close price for three pairs and less for two pairs.
Grid Trading:
- Opens additional trades at set intervals when the market moves in a specified direction (pips step).
- Uses grid trading logic for multiple pairs including EURUSD, GBPUSD, AUDUSD, USDCAD, and USDCHF.
Dynamic Lot Sizing:
- Adjusts lot size based on account balance and risk percentage.
- Increases lot size if UseUPlot is enabled, taking into account the lot size of previous trades.
Order Management:
- Limits trades based on MaxOrders.
- Trades within a specified time range (TimeStart to TimeEnd).
- Allows manual lot size if UseLotManual is enabled.
Profit Protection:
- Closes all trades if total profit exceeds a specified number of pips (ProfitPips).
- Closes all trades if profit falls below a specified percentage of account balance (StopLossProcent).
Grid Management:
- Opens grid orders in both profit and loss directions based on predefined steps for each pair.
- Includes options to close all orders at night or based on mobile trading signals.