Hi,
I am looking for a script which can generate an alarm for the following buy/sell conditions.
Could someone pls provide me the executable script.
thanx & regards,
Nabs
In a hourly candle chart apply the following rules to derive the buy/sell condition
Buy rule:
- The candle should have closed above the 50 EMA
- MACD histogram should be above the zero level
- RSI should be above the 50 line
- Entry is above the broken Pivot points(22 day Pivot)
Sell rule:
- The candle should have closed below the 50 EMA
- MACD histogram should be below the zero level
- RSI should be below the 50 line
- Entry is below the broken Pivot points(22 day Pivot)