Here are the requirements: - When the price moves to an horizontal line(level), it need to reach above/below a certain number of pips. This will be called the Trigger Candle. - If the next candle makes higher high/lower low, it becomes the Trigger Candle(T/C). - 2 consecutives open and close above/below the level, the trade set up become unvalidated so no trades at that level. - However, if the price comes back to retest that level again, let's say 5 or 6 candles later, than a set up may occur again. - When a trigger candle is validated, we are looking at a confirmation candle, let's call it C/C. The C/C needs to close below/above the previous candle and in the 1/3 of it's range. This is where We will need to elaborate more on this with pictures. It will be easy to understand. - After the C/C is validated, a pending order is placed in the direction wanted.The pending order to be canceled at the close of the 3rd next candle. - If the price is within the Stop Loss range, a market order is than placed in the direction wanted. - For lot size, it needs to be calculated in % of account balance. - Take profit set in R/R. - Stop Loss to be placed a number of pips above/below the T/C. - Time filter, from monday to friday hours and minutes with 2 settings on each day. To trade London and NY seperatly. - Break even in pips. - Orders open in the London session to be closed before Ny opens and orders opened in the NY session to be closed before session ends. - Magic number Input settings: Trigger Candle: - pips above/below level Stop Loss: - stop loss range in pips Ex: 15 - Pips above/below T/C Ex: s/l is 15 pips. 5 pips above the high, 10 pips below the high is the entry. Picture will help. - % risk of account for lot size Ex: s/l is 15 pips. 10% risk would set a lot size to lose 100$ on a 1000$ account over 15 pips. - R/R - B/E in pips - B/E level Ex: 1.0 would be 1 pip above and -1.5 would be 15 points below. - Time filter X 2 - close all orders by (HH:MM) X 2. 1 for London and 1 for NY. - Magic number