This project has a maximum budget of 30$ since its straight forward instructions and conditions (the conditions are very clear and strict) and because it is only for test. Preferably want someone who knows about trading and have done this kind of work before. I want a program to validate all of these conditions one by one. Expert advisor mt5 or an script of trading view, with telegram alert. (Whichever that works better) This code consists of two different timeframes, which is higher time frame such as 1hour or 15minutes, and lower time frame such as 5minutes or 1minute. The way i want this code to work, is to validate every condition of PartA in higher time frame, then go to PartB in lower time frame, if all the conditions are met, i want an alert. How the time frame switch should be: 1 hour to 5 minute. 15 minute to 1 minute. I want these conditions to be checked on all timeframes all the time. PartA): Leg detection A to B (all of these conditions should be there): 1. ATR between 180% to 440%. 2. Two to six strong candles in one direction (each candle atleast 45% body). If all of the above conditions are met, Then go for next step which is: Leg detection B to C (again all of these conditions should be there): 1. Atleast two candles without breaking the B point, not even with a shadow. 2. The C point, should be between 20% to 50% of the AB leg (including the shadows). If all of the above conditions are met, Then go for next step which is: Leg detection C to D (again all of these conditions should be there): 1. The entire leg of CD, should not exceed the leg of AB in terms of the pips. This conditions should be constantly checked even after going to a lower time frame.(For example: if AB is 100 pips, CD should not exceed 100 pips). 2. The price should not touch the C point after it has broken the B point. 3. In this phase, the leg should break the B point, as soon as this happens, i want to get switched to lower time frame. PartB): Leg detection A to B: Same conditions as "PartA-Leg detection A to B" with one extra condition. The B point of lower time frame, should always be above the B point of the higher time frame. If all of the above conditions are met, Then go for next step which is: Leg detection B to C: Exact conditions as PartA. If all of the above conditions are met, Then go for next step which is: Leg Detection C to D: 1. The entire leg of CD should not exceed the entire leg of AB in terms of pips, same condition as PartA. 2. When the CD is happening, if there was a candle close above the B point, we check that specific candle. This candle should have certain conditions. We call this candle, "break candle". Conditions of "break candle": 1. First we wait for the candle to close. 2. This candle should have atleast 45% body. 3. Atleast 30 percent of the body of this candle, should be above OR below the B point. Exceptions for break candle: 1. If the candle that reaches the B point, did not have the conditions of "break candle", but had a shadow above the B point, we will consider the tip of that shadow instead of B point(update B point to the shadow), and check next candle to see if it meets the conditions of "break candle", we will continue this as long as all other conditions are still acceptable. *These conditions should be validated live and with no delay.* If every single one of the above conditions are met, Then go for next step which is: Alert: after we have an acceptable "break candle", if the price comes back to B point, i want to get an alert mentioning only the time frame and the trading pair on telegram immediately.