I'm wondering if someone can make an EA for me with the following basic steps: Check what kind of candle it is that closes at 8:00 New York time. For LONG/BUY: If the candle at 8:00 closes Bearish, open a BUY, with a fixed 10 TP and 10 SL and lotsize (default 0.01). If the SL has been hit we open a new trade at the opposite direction of the previous trade SELL, again the same TP and SL, but we double the lotsize 0.02. If the SL has been hit again we open a new trade at the opposite direction of the previous trade LONG, again the same TP and SL, but we double the lotsize according the previous trade so 0.04 If the TP is hit we wait for the next day. For SHORT/SELL: If the candle at 8:00 closes Bulllish, open a SELL, with a fixed 10 TP and 10 SL and lotsize (default 0.01). If the SL has been hit we open a new trade at the opposite direction of the previous trade BUY, again the same TP and SL, but we double the lotsize 0.02. If the SL has been hit again we open a new trade at the opposite direction of the previous trade SELL, again the same TP and SL, but we double the lotsize according the previous trade so 0.04 If the TP is hit we wait for the next day. The max amount of times it can open trades like this is 4, but I want to be able to change this. I'm from Europe so my summer times are different then in America (New York). Would be nice if for some reason the EA can check this and if possible also with backtesting. America: Summer starts first sunday of april, and Winter time start last sunday of october Europe: Summer start last sunday of march, and winter time start last sunday of october. Also the following basic EA functions: Money Management Trailing Lotsize