var fDesc=new Array(); fDesc[0] = "Point & Figure Charts, a stock analysis tool, accepts free market data source from opentick.com and any flat files in text, ASCII format that you can get from the Internet free such as Yahoo Finance, MSN Finance etc.

Point & Figure Chart is the premier feature:
Point & Figure Charts, an interactive software can generate powerful charts to help user identify sell and buy signals. Its premier feature is Point & Figure Chart. It is implemented with classic scale ad custom scale. With one click user gets Point & Figure chart. To find out more info about Point & Figure chart please click here.

Key Features:
Candlestick, Three Line Break (TLB), KAGI, and Bollinger Band & Envelope.

Most frequently used, powerful moving averages:

* SMA : Simple Moving Average
* EMA : Exponential Moving Average
* WMA : Weighted Moving Average
* TMA : Triangular moving Average
* HMA : Hull Moving Average (new !)
* TEMA : Triple Exponential Moving average
* LMA : Linear Moving Average
* MMA : Modified Moving Average

All these moving averages can be calculated on close, open, high, low prices and volume; on any period when user can specify. These moving averages can be added on Candlestick chart to identify potential selling/buy signals. For the individuals who like Bollinger Band & Envelope, all these moving averages can be added on it too.

Besides the above features, it is also built with popular stochastic indicator. User can specify %K period, %K slowing period, %D period. With this feature users can study stochastic indicator on any stock price and identify potential selling point and buy point.

Another built-in stock indicator is MACD (moving average convergence/divergence) indicators. Users can specify any valid long period, short period, signal period.

More details can be found on http://www.numeraltechnology.com"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }