Bollinger Bands® is a technical analysis tool trademarked by its inventor, John Bollinger. The basis for … Bollinger Bands in T-SQLRead more
Technical Analysis (TA)
Relative Strength Index RSI in T-SQL
The relative strength index (RSI) is a calculation in TA (Technical Analysis) which measures the strength … Relative Strength Index RSI in T-SQLRead more
MACD in T-SQL
The MACD (Moving Average Converenge Divergence) is a calculation in technical analysis used as a indicator … MACD in T-SQLRead more
Exponential moving average in T-SQL
Exponential moving averages are similar to weighted moving averages in that they assign less weight to … Exponential moving average in T-SQLRead more
Weighted moving average in T-SQL
In an earlier post I demonstrated the calculation of moving averages in T-SQL. However, the there … Weighted moving average in T-SQLRead more
Moving average in T-SQL
A common calculation in trend analysis is the moving (or rolling) average. A moving average is … Moving average in T-SQLRead more