MODIFICATIONS 1. Lot for Pair_A = 2 // Option to enter lot sizes for each pair. Lot for Pair_B = 3 2. TradeType Pair_A = Sell/Buy // When enbled EA trades by either buy or sell. Pair_B = Sell/Buy 3. Reverse Trades = True/False //open opposite trades of the existing ea 4. Number of Trades = 2 //use this to open more trades or less trades - Every Buy/Sell trades are treated as one and opened at the same time 5. Order Fill types = IOC/FOK 6. EA should force close both buy and sell before opening any new buy/sell again. Existing EA open another buy or sell when one side is closed. Both buy and sell must always close together before opening another buy and sell. 7. Profit Per day: 100 // EA should not open any trade again after this profit is reached 8. Loss Per day: 100 // EA should not open any trade again after this loss is reached.