Rob Trendline
Set File still in progress, require help
Intended to replicate the strategy created by Rob. (Which is used for manual trading)
Which uses 3 trendlines for indication.
- In Red -smoothed moving average - SMA(Close,5)
- In Blue- exponential moving average - EMA(Close,18)
- In Grey - exponential moving average - EMA(Close,144)
Entry Condition
- LONG POSITION - When RED and BLUE Line crosses, above the candle bars.
- SHORT POSITION - When RED and BLUE Line crosses, below the candle bars.
Close Condition
- Whenever the Stochastic oscillator (Momentum) hits the middle line.
Hi!
You need MACD filter in cooperation with MA filter for open signal and Oscillator silter for close signal.
Please, share your set when it is ready)