Recent content by dtrader98

  1. dtrader98

    A real edge hardly requires any testing

    I don't really distinguish those cases the way that you do. Especially with respect to the thread. When people on the forums say that backtesting is a waste of time. I think of backtesting as an integrated process, much like R&D. from that perspective, I don't see that process as a waste of...
  2. dtrader98

    A real edge hardly requires any testing

    Since you are on the topic of ML. Few in ML would approach testing in the "tweak/test/fail, tweak/test/fail, tweak/test/fail, tweak/test/success! " approach to begin with. There is something called cross-validation and generalization in the field that is very well known, and is the antithesis of...
  3. dtrader98

    A real edge hardly requires any testing

    Thanks for sharing those. Can't really speak to the UHF, as I don't have much experience there. Something like a pattern though, I would think would be amenable to testing. I get the part about altering the outcome by impact, but I wonder how you arrive at the analysis that the pattern yields...
  4. dtrader98

    A real edge hardly requires any testing

    Backtesting is absolutely a research tool. If it helps, remove the word back, and just think about testing. You should run tests over data to draw any conclusions about it. I still have yet to see someone describe a (legal) edge that would not benefit from some sort of quantitative analysis or...
  5. dtrader98

    Reducing Noise for Dependent Variable

    I think we all grapple with these thoughts over the years. Most of introductory time series modeling requires conditions of stationarity in order to be able to estimate and predict that properties like statistical moments can be reliably estimated at some time in the future. Something like a...
  6. dtrader98

    A real edge hardly requires any testing

    I actually see that as using a bayesian approach to statistics. Maybe not as formal, but still utilizing some form of statistics there. I can't say for certain how you formulated your priors (E(u_t+1|earnings) = -2%) > E(u_t+1|earnings) = +2%), but again, though it may not be formal, I would...
  7. dtrader98

    A real edge hardly requires any testing

    I would say that it's when you 'think' you have a true edge that lots and lots of testing begins. You are trying to find out where it could break and robustness, etc.. before executing it. By looking at lots of scenarios, you get a better expectation of variations in the outcome, so you know if...
  8. dtrader98

    The Theory of Edge Diminishing

    Here's some results of a system that was praised and written about in various blogs right up until about late 2014. The indicator was first revealed in 2009. After 2014 we didn't see much about it anymore in the blogosphere, as the system performed poorly since then. This is an older blog...
  9. dtrader98

    Could AI / Machine learning come up with the method the way you have ?

    It comes down to whether or not rules can be coded. ML can replicate pretty much anything you want, given that the input/output decision/response space can be mapped to a data set, but unfortunately, not in a plug and play manner. I still try to understand people who adamantly believe that it...
  10. dtrader98

    Candlestick probability

    Worse than pointless... it's very misleading. Like showing a single outcome of a coin toss equaled heads, as if that implies something. Some of you TA guys really have to get out of the dark ages. To add to that. Find some way to quantify that setup, so that you can somehow distinguish a...
  11. dtrader98

    Candlestick probability

    You don't prove or disprove anything by showing anecdotal chart examples. You start by tabulating contingency tables and probabilities over large sets of examples . :banghead: At least Bulkowski did some of that for you. Start from there, not selectively choosing charts.
  12. dtrader98

    Forecasting stock prices with a feature fusion LSTM-CNN model using different representations

    I recall reading that they use bitmap to values of images of the charts, which are simply a matrix of (binary for black and white, 256 for RGB) values presented as input features to the learner. It is common to flatten the image matrix into a 1 dimensional row vector for each input observation...
  13. dtrader98

    "The Strategy": a theory of market manipulation by big funds (Knuteson, 2018)

    Here's a slightly alternate version of the paper posted. https://arxiv.org/pdf/1912.01708.pdf I'll take a stab. My initial takeaway, is that he is saying that markets can be favorably manipulated by large enough short term players that implicitly collude, and he explains some possible methods...
  14. dtrader98

    Forecasting stock prices with a feature fusion LSTM-CNN model using different representations

    Just looking at that paper raises several flags, and makes it not really worthy of continuing (other than academic theory)... Some examples 1) Use 1 year of data??? 2016 that's great for the one year of data. Too bad next year may be nothing like it. 2) RMSE is kind of a useless metric to your...
  15. dtrader98

    Significance of different moving average periods?

    A moving average model is not necessarily bad or good, it is just a model. One could argue that how you use a model is more significant than the model itself. One thing I realized is that a simple moving average (from TA world) is useful to beginners since it's a very simple model for neophytes...
Back
Top