Recent content by panzerman

  1. P

    Looking For Breakout or Trend following strategy

    Trend Following: An EMA in forward-reverse mode (makes a true zero lag) Parameters: alpha = 0.5 Long Condition: 1. price[0] < price[1] 2. Reverse MA[0] > Reverse MA[1] 3. Reverse MA[1] > Reverse MA[2] 4. Reverse MA[2] < Reverse MA[3] Note: Reverse MA[0] is today's value, not the...
  2. P

    what are the signs of reversal vs pullback?

    One article I've found very helpful is "Whiter is Brighter", by John Ehlers. Essentially modeling price as pink noise, and then whitening the price data to make all "frequencies" (i.e. trend periods) have the same spectral energy density, just choose your favorite time period! Longer trending...
  3. P

    Best trading indicators?

    Try these two methods with your favorite EMA: 1) Forward-reverse filtering 2) Twicing (also called DEMA), followed by sharpening.
  4. P

    Mastering Moving Averages: A Quick Guide to SMAs and EMAs

    Way too much work! Just predict one day into the future and use an 1-pole EMA in forward-reverse mode, you can look that method up yourself. It is true zero lag, and doubles the attenuation of the filter, but it also non-causal.
  5. P

    Mastering Moving Averages: A Quick Guide to SMAs and EMAs

    Either way, it is still only one sample per day. Read about Nyquist sampling theory.
  6. P

    Mastering Moving Averages: A Quick Guide to SMAs and EMAs

    Moving Averages are lowpass digital filters. SMAs are finite impulse response (FIR), and EMAs are infinite impulse response (IIR). John Ehlers is the man whose work you want to read. Technical Papers (mesasoftware.com)
  7. P

    Inclusion of risk premium in stochastic volatility models instead of estimating risk neutral density

    You may want also pose these issues over at Wilmott.
  8. P

    What are you views on these startegies?

    My strategy is to not use indicators with these amounts of lag. I am currently testing a zero lag (or near zero lag) strategy.
  9. P

    What are you views on these startegies?

    Lag in an EMA, which is a one-pole infinite impulse response (IIR) lowpass filter, is (N-1)/2. So: 4 days lag 9.5 days lag 24.5 days lag 49.5 days lag Try using these filters in forward-reverse mode. You'll have to look that one up. Perhaps try using these with a Kalman style gain factor to...
  10. P

    Important TA concept of "support"

    The problem with defining support and resistance classically it is always a backward looking calculation. There are a million ways to define a trend as well as high and low. You have to be able to define both in real time imo. Here is how I do it currently in real time. First, define a trend...
  11. P

    best options strategies for advanced beginners

    90% winning strategy right here! Please do not actually do this, but it is a good learning exercise.
  12. P

    Why do i keep buying at the wrong time?

    An EMA is a 1-pole infinite impulse response (IIR) lowpass filter. The are hundreds of ways to make them adaptable to market conditions. John Ehlers is the man for DSP in finance. However, even if you are a Ph.D. Mathematician from MIT, you can't overcome the fact that less lag means less...
  13. P

    Why do i keep buying at the wrong time?

    Buy low, sell high is rational behavior, but the problem is that low and high are relative and not absolute. You need a method that distinguishes low and high, a pullback from a trend reversal. IMO, that way to do that is with an oscillator indicator with zero lag. I've attached an article in a...
  14. P

    Why do i keep buying at the wrong time?

    Market data is non-stationary, and can be modeled as pink noise. In the pink noise model, the power in the cycle content of the data increases at 6dB per octave. This increase in power spectral density is what John Ehlers calls spectral dilation, and it distorts many traditional TA indicators...
  15. P

    Jim Simons, RIP -- dead at age 86

    This is Arnold Schwarzenegger's perspective when people refer to him as a self-made man.
Back
Top