After advice from others who know better!

Discussion in 'Automated Trading' started by kiwiautotrader, Sep 19, 2009.


  1. Thanks rwk, thats sounds advice.

    I sound very similiar to you in nature. I have also certainly noticed the dross out there, but I have also found some people with incredible insight and experience.

    I am however not sure when it is time to call the game quits, I just dont think it is sensible to keep plugging away forever.
     
    #11     Sep 20, 2009
  2. Hi kxvid,

    I agree, hardwork, diligence and tenacity are whats required. The question is, when is enough enough......
     
    #12     Sep 20, 2009
  3. #13     Sep 20, 2009
  4. here is a very pertinent entry in that thread. Alan was an "edge" trader and it is edge oriented.

    Personally, I believe deductive processes must be followed.
     
    #14     Sep 20, 2009
  5. kiwiautotrader;

    Were you to approach coding for an ATS from the viewpoint of market behavior instead of any other, then you could address the key concerns of automation.

    A simple example of a work in process would be the six methods of FB123.

    Another point could be introduced by the concept of filters. Filters do not work as it turns out but they do lead to another aspect. That is timing. A coding name for timing is gating but again gating what?

    By looking at FB123, filters and gating, you get to see market context and status come onto the table. It may become apparent that these are collectively a way to determine when it is time to do what.

    Edges as Alan's D, U M pointed out was a way of building a succession of systems, each proceeding from the most fundamental market basic advantege available. I guess it is named the "Holy Grail" as a generic.

    What you posted was a "case" or a pattern. It doesn't work the way you did it as you found out and all the "patterns" like you invent do get to the 50/50 you have found to be their limit. That is very good. The deductive conclusion is that you are not the role player for providing the patterns. As Alan said the role player for this is "the Market"

    FB123 filtered out six Venn regions in the Market Universe. He had to learn to know that he knew when one region or another was in effect. For programmers this is the filter in operation.

    The particular coding for each of the six has been alluded to sufficiently to be able to do the filtering AND to do the trading code in each filter.

    There is another alternative.

    You can do it intellectually in a short time on a few sheets of paper. It comes down to a pattern and how the pattern works in a nest of fractals. As you get to the unobservable, then just use your intellect.

    Why the Holy Grail turned out to be such a pattern is easy to explain but it is very unexpected in the eyes of a conventional wisdom follower such as you or FB123. The market gives you the pattern on its variables. Four words are involved.

    As you see FB123 uses both variables. Alan did not use both variables. One person is looking for the common pattern still. The other is applying probabilities to a core concept (an edge).

    One thing to keep in the picture is that the control of a market does not ly with the majority. BUT on the other hand a single person inventing is kind of silly. Read my response to the guy who thought the NYSE was foreign to me. There I point out how doing 60 trades @10% a year is not what they do in NYC. About 25 lines of code make this kind of trading casually possible for anyone from JR High on up.

    I don't know quite what it is that hides the market operation from everyone, but if you have two variables and you treat them in their only binary maner of movement, how can you miss understanding that there are only four certain possibilities over all?

    How can FB123 come up with six modes of operation of the market and how can Alan generate a series of edges from his most basic sytem?

    My conclusion is that almost no one adds the flavor that trends overlap to the picture. (See my Pring and MTA references).

    You do not deal with trends, either.

    The task of the trader is to learn to drive a car. He has to deal spacially, with patterns and with movement. Little babies do it by learning to balance, then learning to walk around. By 2 1/2 they are getting into everything in their environment successfully. They use three brain operators: spacial, patterns, and movements.

    You have two variables. Each one does two things. If they aren't you wait until they do. They say 95% of potential traders fail. I've heard it gets emotional too.

    What is the deal if you are making 10% every 4 days trading stocks on a 30 minute chart. What is the deal if you are trading a 5 minute chart for the ES?

    We posted as a courtesy for five years to explain one pattern that has four words describing the pattern.

    Three green followed by two red followed by two green and you can't make money? So what follows this if you do not jump fractals? Three red followed by two green followed by two red. Was there a volume trough in the three's. Where are the peaking volumes? So you have one more peak than trough. Where is the remaining trough?

    Code it up.

    Funny thread, so close but so far.
     
    #15     Sep 20, 2009
  6. LOL. You are in a most enviable position to be based outside the US and be able to purchase WL on your own. It is in Wealth Lab Developer that you'll be able to find something that works. Give it 6 months, you should have something, but expect it later rather than sooner.

    Have a go at wl4.wealth-lab.com and take a look at the Chartscript rankings. Some of these are tradeable.
     
    #16     Sep 20, 2009
  7. You have found the reason that 95% of traders lose.

    Most of the people posting here, including many of those claiming "success" are at best, paper or sim traders.

    You really cannot automate it, and secondly, few people ever find a real outperformance edge, with good trading stats such as Profit Factor and Sharpe/Sortino.

    Few backtests produce edges, although it manages to convince a lot of trader wannabes.

    Truth is, this is very very hard. And when someone finally arrives, they are likely to blow up or lose what they find.
     
    #17     Sep 20, 2009
  8. gsmcoder

    gsmcoder

    Hi kiwiautotrader,

    I am also an engineer (examining NOT PRICE trends full time) and a PHP programmer.

    A have started to trade actively for 1 years (over 100 trades over right now).
    the last 1-2 month I back tested several strategies, and any of them not working.

    I m on the way to give up trading at and of this year if I not found something proven, historicaly (back and forward tested) profitable method to trade.

    I tested some trading rules, and found thats are not true at all. e.g.:
    -Trading in the trend of the higher timeframe only: NOT TRUE. it is not an edge at all statistically.
    -pyramding (scalling in) is useful to keep losses small and get bigger wins. Using alone this method is NOT give an edge, statistically.
    -BB break out is a losser system.
    -Even the buy at support, sell on resistance (I used pivot S/R) method can gives only 51-55% w/L for taking profit/SL in same dollar amounts.

    Actually I try to find the 'edge' (if axist?) of high/low volumes and its money flow (by using Amibroker).
    I also wanna test price action (Japaneese candle patterns) how performing agains random buy/sell.
    And last I wanna test triangle break outs how perform on statistically.

    If I not found significant edge, I have to give up trading because no rational reason to do it.

    One thing give me a bit optimism, that I found some interesting thing with scaling in/out and price action (scalling in new highs, scaling oout on new lows), it is promissing.
     
    #18     Sep 21, 2009
  9. Hi again everyone, thanks all so much for the replys.

    Jack, thanks for all the effort I went to - I have read many, many of your posts and see that you put real effort into helping others - thats awesome.

    However, I guess I must not have the understanding of the process that I thought I did because I really struggled to understand your last post. Thankyou anyway, I am sure some other out there would have got real benefit from it.

    GSMcoder, I feel your pain! you approach seems very similiar to mine. I hope you find what you are looking for and things work out for you. Keep up the great work.
     
    #19     Sep 21, 2009
  10. Craig66

    Craig66

    Hi kiwiautotrader,
    I am also auto trading from NZ, after about 3-4 years work I'm getting mild profitability with long summer flat spots, but I'm getting there slowly. Anyway, I found the posts of EricP very helpful, between him and acrary I would think that there is enough information to a least make a good start, acrary gives away many systems in his posts, most of which may or may not work anymore but could serve as good starting points for ideas.
    Cheers
    Craig
     
    #20     Sep 22, 2009