Automatic Trading System

Discussion in 'Automated Trading' started by AmCan, May 11, 2004.

  1. AmCan

    AmCan

    HiLo Everest

    We establish a counter that starts with length of 3 and with every tick it increases the length untill the length from AutoLength algorithm is matched. Just like any other indicator that needs some lead to start working. We do have a set ot indicators that start ploting on first bar, therefore someone day trading can start with current bar = one.
     
    #11     May 12, 2004
  2. AmCan

    AmCan

    Lets recapitulate what we accomplished so far
    1st We have generated average that is powered by statistically correct behaviour of data.
    2nd We have generated average that is driven strictly by volume of the analyzed data
    3rd We have generated 3 oscillators, each driven by different portion of total data stream and also differing in construction.
    4th We have generated a channel that surround the data stream allowing certain degree of zigzag movement within the channel to keep us in trade for as long as feasible.
    5th We have developed an automatically adjustable length driven by data behaviour itself. This length gets to be shorter in trending market, thus allowing for faster reaction to trend change and elongates in sideways market to prevent whipsawing of the entries.
    6th We have established several type of entry schemes. We will let computer program decide which entry to use because even though particular entry pattern may be detected, the slope of the average may not be steep enough to warrant that particular entry, so program will wait for correct conditions.

    What type of inputs do we need to generate the above averages, oscillators and channels? Answer is quite obvious, beside High, Low, Close and Volume, NONE !! That is why this type of indicator or system is fully automatic. Market action dictates the behaviour, not some pre-optimized inputs or human sentiment.

    When we put this type of processes into one indicator, we can plot a ball or text or play sound to warn us of possible upcoming trade and when all conditions are met, we can display a ball of different color to indicate that trade was taken at our conditions.
     
    #12     May 13, 2004
  3. AmCan

    AmCan

    Now we can create a system This system does not have any exit logics yet. It just takes trades in the same places and at the same entry price as the indicator. Developing system this way, we can constantly monitor the behaviour of all components and is problem arises, we can easily use visual check to discover and correct problem. In the following screen shot, we have combined the indicator and also run the system to document that the entries do correlate.
    In the next session we will deal with exits.
     
    #13     May 14, 2004
  4. cosmic

    cosmic

    HiLo AmCan,
    thanks for these interesting posts -

    as I know your system relatively well, it would be great to read up on your exit logics post that you promised some time ago.

    I know it's been a good while back, back maybe there's still a chance for a follow up.

    Thanks & have a good veterans day!

    cosmic
     
    #14     Nov 11, 2007