EA Predator Pips
Logic:
Martingale:
- Uses a martingale strategy to increase lot size after a losing trade.
- Opens additional positions with increased lot sizes (Lot_Marti) based on predefined levels and conditions (Max_Level, Max_Lot, Minimal_Step).
Moving Averages:
- Utilizes Moving Average (MA) as an indicator to determine trade entries and exits (MA_Period, MA_Method, aplied_price).
- Buys when the price is below a lower MA level (ma_bawah) and sells when the price is above an upper MA level (ma_atas).
- Uses custom indicator (“uni_cross”) to confirm buy and sell signals.
Trailing Stop:
- Adjusts stop loss dynamically to secure profits when the price moves favorably (Trailing_Stop).
Order Management:
- Limits trades based on the maximum lot size and predefined account balance multipliers (Use_Compund, Kelipatan_Kompon, Max_Lot).
- Trades within specified hours (Use_TimeFilter, StartHour, EndHour).
- Closes all trades if the profit in money exceeds a certain threshold (TP_In_Money, SL_In_Money).
Profit Protection:
- Closes all trades if the equity drops below a certain level or if the EA reaches its expiry date (Kadaluarsa).