Search results

  1. T

    MACD Divergence scan

    As you see from postings here, full divergence codes are available, work fine and give, IMO, interesting applications. For the special code of MACD div, take a look at http://groups.yahoo.com/group/amibroker/message/36195 and att. gif Unfortunately I do not know TC2000 language, but it is...
  2. T

    OSI and OBI

    The StochD overbought issues or, in brief, StochDobi, is the population of the stocks with their StochD()>70. They are easily defined when you run the /*STOCHD OSI OBI*/ s1=StochD(14); os=s1<=30; ob=s1>70; values11 = os>0; values12= ob>0; AddToComposite(Values11,"~stochdosi","V")...
  3. T

    OSI and OBI

    are oversold issues/overbought issues for a market, under any o/s or o/b criteria. If we consider, for example, RSI(14)>65 as an o/b criterion, then we may count in daily basis how many stocks fill the criterion and create a new function, the RSI overbought issues [similar to AdvIssues] or, in...
  4. T

    MACD Divergence scan

    The next trading days after this post was a clear verification of the N100 behavior. This is the power of the MeanIndicators.
  5. T

    MACD Divergence scan

    A Mean indicator is the average of indicator values for the stocks of a Market. Example: MeanStochD=(StochD1+StochD2+...+StochDn)/n You may see four examples and the detected bullish divergence date for the N100 market : MeanCCI50, March12 MeanRelSlope, March12 MeanStochD, March13...
  6. T

    MACD Divergence scan

    3 consequtive weekly MACD negative divergences on July99, Jan2000 and April2000 were real gold for ^GSPC traders. A positive divergence on Oct2002 warned for an 8-week bullish period. These are some examples of the importance of indicators divergences.
  7. T

    MACD Divergence scan

    A more than obvious Stochastic divergence for Light Crude Oil May contracts caused a drop from 36 to 30 in 5 trading days. Is it something to ignore ?? Would it be better to buy CLK03 5 days ago ?? I do not think so...
  8. T

    MACD Divergence scan

    There are ALWAYS some profits behind a divergence. Will you skip them too ? Check again some exposed examples...
  9. T

    MACD Divergence scan

    Here is a simple trading application : 11 stocks presented a positive [bullish] stochastic divergence on Jan 2, 2003. See the results 6 bars later for this group in the attached gif. Note that settings were Buy, Sell at Open Delay = +1 commission = 0.5% Imagine the 60M shares who were...
  10. T

    MACD Divergence scan

    You may compute* two important daily functions, the PDI [stocks with positive stochastic divergence, the green curve] and the NDI [stocks with negative stochastic divergence, the red curve] for the N100 database. Sharp peaks give the main turning points for the whole market. It is one of the...
  11. T

    MACD Divergence scan

    Codes are in above references.
  12. T

    MACD Divergence scan

    Above codes are based on objective criteria, nothing subjective there. You define the divergence criteria, turn into code and just scan. A single stock or the whole database [you may know how many stocks presented an RSI negative divergence and plot it as a daily function ! I have already coded...
  13. T

    MACD Divergence scan

    The [positive or negative] divergence problem is solved in http://www.amibroker.com/library/detail.php?id=49 http://www.amibroker.com/library/detail.php?id=48 It works for ANY indicator, not only Stochastics. It may also be handled through trendlines slope for both Price and Indicator...
  14. T

    Anyone recognize these indicators?

    Unfortunately I can not help in the translation. I hope you find a solution, D_sat is just cute !! [and ...free of course]
  15. T

    CBOT Market Profile

    You will find details (codes, gifs etc) at http://www.elitetrader.com/vb/showthread.php?s=&threadid=9727&perpage=6&pagenumber=23 http://www.elitetrader.com/vb/showthread.php?s=&threadid=9727&perpage=6&pagenumber=24
  16. T

    Anyone recognize these indicators?

    You may get similar to DSS curves with my saturation indicator D_sat. It is described in full terms at http://www.amibroker.com/library/detail.php?id=238 Examples at http://groups.yahoo.com/group/amibroker/message/28649 http://groups.yahoo.com/group/amibroker/message/28638 Recent talk at...
  17. T

    Chart Pattern recognition formulas

    Jack, I have designed a lot of indicators without ANY use of volume data. They seem to be useful to describe the main market movements, lag is usually 0 or +1 [I never post an indicator if its lag is more than +1 ]. They are called "Breath Indicators" and they study the market as a whole. As...
  18. T

    The trancendental use of Data in Optimizations

    More than 10 N100 stocks have already given a %Net profit >10% for the last 10 bars. TMPW is a nice "platform" to trade the single level D-ratio indicator. The profitability for the whole N100 group touches 80%, since Feb14.
  19. T

    Chart Pattern recognition formulas

    You may see almost any pattern at http://www.amibroker.com/library/formula.php?id=105 and http://www.amibroker.com/library/detail.php?id=166 See also the most recent application at http://groups.yahoo.com/group/amibroker/message/34847 They work just fine for any OHLC data.
  20. T

    The trancendental use of Data in Optimizations

    Vorzo, as you see in the first message of this thread, I use Amibroker from amibroker.com. The result list includes more columns, I just gave some of them.
Back
Top