Search results

  1. P

    Anyone use moving average indicators?

    Moving averages are generally inferior as indicators because of lag. The technical term for lag is group delay because MAs are just lowpass filters. Look at the work of John Ehlers for some of his low lag and near-zero lag MAs.
  2. P

    Nassim Taleb: Ask Me Anything

    Barbell strategy. Take no risk and extreme risk at the same time. One way to implement that would be to buy T-bills and use the interest income to buy far OTM puts.
  3. P

    Prudent Risk Management Is The Only True Edge In TRADING

    My definition is a price action that has been proven to be correct in it's directional call >= 65% of the time when backtested in >200 simulated trades. For me, correctness is the lynchpin of profitability, and that has to be scientifically proven. Why? Because repeatability is the very...
  4. P

    Billy Graham

    It's quite simple why people don't want to believe in Christianity, or any religion for that matter. It is because religion would crimp the lifestyle they are used to.
  5. P

    If you could KIND OF predict turning points, could the remainder be done with money management?

    If you could predict direction correctly, even something like 65% of the time, you could rule the world eventually because of all the money you would make.
  6. P

    The Quest to find 15 uncorrelated asset classes

    Correlation is the wrong measurement for relationships between assets, because their times series are not stationary. Cointegration is the measure to use. Two time series are said to be cointegrated if they move together over time, and the distance between them is stable. Simply, two...
  7. P

    What is the single, most effective piece of financial advice you've ever received?

    So random entries plus risk management yield positive expectancy and thus profit? That's hard for me to believe. Making money in the markets is predicated on being right about something. Risk management helps mitigate the times when we are not right. being right + risk management = profitability
  8. P

    the reason indicators don't work isn't because they're lagging

    I think Xela has the best explanation of what prediction means in regard to financial indicators. John Ehlers has an indictor that he labels as predictive, and there is a method from digital signals processing called linear prediction, which extrapolates data into the future. However, I have...
  9. P

    When price is in a range why do some people buy at the top? lol

    Because trading with the short term momentum and big money that runs stops placed at obvious support/resistance is a legitimate strategy.
  10. P

    Karen the Supertrader - TastyTrade Hybrid Experiment

    I would recommend that you look at maximizing payoff instead of just probability of win. payoff = probability of win * (reward/risk)
  11. P

    Yellen: $20 trillion national debt 'should keep people awake at night'...what does she know....

    So how does a nation go about ending this death spiral? Me thinks going back to a gold/silver/platinum standard (even if that means gold at $10,000/ounce), do away with a central bank, and do away with fractional reserve banking, to be replaced by fee banking.
  12. P

    Reverse engineering why indicators don't work

    First off, I trade mean reversion strategies, not trends. As pointed out by Visaria, price has a non-stationary distribution, but the first or second derivative of price usually is stationary. Therefore any kind of linear assumption about price and trend calculation based on that assumption is...
  13. P

    Reverse engineering why indicators don't work

    I've always thought this was a great tune, but the problem is how does Ed define a trend mathematically? It must be defined mathematically so that it can be back-tested and proven scientifically that it is a positive expectancy system. Also, it needs to be able to be coded into an algorithm so...
  14. P

    Does Elliott Wave Theory actually work?

    Does Elliott Wave Theory actually work? There is no way to verify that it does or doesn't because the theory is not based on any kind of rigorous scientific or engineering principals. No mathematical rigor is ever presented. It's just predicated on an observation that market prices look...
  15. P

    Which fictional character do u think would make the best hedge fund manager?

    Some say he is fictional (not me of course), but God is my choice for HF manger. He knows what the closing price will be tomorrow and every day.
  16. P

    Gold Mine - Engineering Guidance

    In Canada of course. Specifically, the Klondike. Don't you watch Gold Rush?
  17. P

    TIL: Fractional reserve banking is possible with cryptos

    No, I only have $50 in the bank, and an IOU for $50 more. The only way I get my full $100 back is if the borrower is not a dead beat and pays the full amount of the loan to the bank. Sound familiar? Of course there could be a fourth person in our economy whose purpose is to print pieces of...
  18. P

    Is Walk-Forward (out of sample) testing simply an illusion?

    Is Walk-Forward (out of sample) testing simply an illusion? If price movements evolve as a random walk, then yes, it is an illusion. It seems the best models of market price movement suggest random walk is the best fit. However all models are wrong to one level of precision or another. How...
  19. P

    Mathematical probability of Trade set up

    Here is some Excel formulas to help you: stdev = (ln(future_price/current_price))/(volatility*sqrt(days_til_expiry/252)) probability = normsdist(stdev) The one uncertain value is volatility. How good you are at predicting volatility can make or break the trade. Also, this is the probability...
  20. P

    How Options Greeks Vega value is used in Options Trading to calculate the effects of volatility?

    Implied volatility cannot be solved from price directly by using a pricing model. There are several algorithmic ways of coming up with IV from a known price. A couple of them are the Newton-Rapson method and method of bisection. Here is a bit of C code that uses Black-Scholes and bisection to...
Back
Top