I want an MT4 EA with somes features: - Start lot - Take profit - Stoploss - Time to open trade Buy when current candle closed above bolinger band 0, Sell when current candle closed below bolinger band 0 Example: When I set: start lot = 0.01, Take profit = 10 pips, stop loss = 10 pips 1. When current candle closed above bolinger band 0. - It buy 0.01 lot, tp 10 pips, sl 10pips - If it hit sl then it will sell double lot (0.02) tp 10 pips, sl 10 pips - If it hit sl again then it will buy with double lot (0.04) tp 10 pips, sl 10 pips ... until it take profit. 2. When current candle closed below bolinger band 0. - It sell 0.01 lot, tp 10 pips, sl 10pips - If it hit sl then it will buy double lot (0.02) tp 10 pips, sl 10 pips - If it hit sl again then it will sell with double lot (0.04) tp 10 pips, sl 10 pips ... until it take profit.