@weius You can use different condition blocks searching for that info on different timeframes normally. Then you can combine those conditions blocks on your project normally.
@weius Those conditions are on the 'on tick' tab. This means every tick arriving to yor MT4 while conditions are true will send an alert. You shouls include a 'Once per bar' block between blocks 1 and 3 and another one between blocks 2 and 4.
That will not work. Imagine you open a trade and the fisrt pip is in profit. Your broker will not allow you to put a SL so close to the current price. You will need a minimum distance for it.