Short Term Momentum Trading
Short Term Momentum Trading
This is designed for Short Term Momentum Trading, and if you are willing to put in the butt-time in your seat, you will enter winning trades up to 90% of the time; however, you must be willing to follow the rules and not get emotional. Please don’t ask me about profit targets or programming a fully functional EA; if I could do that, I’d be a millionaire and I wouldn’t be here looking for assistance. So, don’t ask; I don’t have the answers that you’re looking for. PS – Yes I realize that these rules are REALLY lagging – I just want to catch part of a trend. I’m not greedy.
Anyway…
Indicators:
- 3 LWMA
- 13 LWMA
- Laguerre Filter – gamma 0.85 (determines momentum / trend)
- ADX (with +DI and -DI)
- CCI
Alert Rules (BUY):
- 3 LWMA crosses above 13 LWMA …and 1a) 3 LWMA was BELOW 13 LWMA 1 period before
- Candlestick opens ABOVE Laguerre Filter (gamma 0.85)
- +DI crosses ABOVE -DI
- +DI crosses ABOVE 20 Level
- CCI crosses ABOVE 100 Level
Alert Rules (SELL):
- 3 LWMA crosses below 13 LWMA
- 3 LWMA was ABOVE 13 LWMA 1 period before
- Candlestick opens BELOW Laguerre Filter (gamma 0.85)
- -DI crosses ABOVE +DI
- -DI crosses ABOVE 20 Level
- CCI crosses BELOW -100 Level
Obviously, not all rules are going to hit at the same time. Once all indicator rules line up, I’d like:
- a visual marker below entry candlestick on the screen (arrow, star, whatever..),
- a pop-up alert window displaying currency, time-frame, entry-level and time-stamp, and…
- email alert.
Signal 3 is wrong as the +DI hasn’t crossed the 20 thresholds. Signal 5 occurs 1 – 2 candlestick later than I marked. I probably could have found a better chart as an example.
My problem is twofold. One – it just doesn’t function correctly. It’s programmed as I requested, however, the results are way off from what my indicators are telling me visually. Two – The alert works with a BUY signal; however the alert does not work with a SELL signal.
I have two concerns that I’m hoping that you can address.
- I run this on a 5-minute chart. I’d like to make sure that it only gives one alert – not one each time a new candlestick opens.
- …however, if we are in a trending market, the LWMAs can cross with the trend several times. I WOULD like an alert each time all of the rules line up. If the LWMAs cross with the trend (signal 5) then the LWMAs are the only indicator that I care about. Ignore the remaining rules when going with the momentum.