This oscillator is derived from Absolute Strength Index, originally developed by Tudor Marcelin (Art Invest). I made it an oscillator mainly to make it easy to identify the divergences and price-flows. There is not much documentation available online for Absolute Strength Index afaik, lets hope Mr.Tudor comes across this and provides us a detailed writeup...
Relative Volume Indicator ------------------------------ RVI is a support-resistance technical indicator developed by Melvin E. Dickover. Unlike many conventional support and resistance indicators, the Relative Volume Indicator takes into account price-volume behavior in order to detect the supply and demand pools. These pools are marked by "Defended Price...
This a modified MAC-Z using Z-VWAP. Since this uses VWAP, the signals are derived indirectly from both volume and price action. I have also included a way to smooth MACZ-VWAP, you can enable it via options page. Note that this will not work on any FX pair, as volume is not available. Referenced indicators: Z-distance from VWAP: MAC-Z Indicator: Z-Score:...
This is my custom channel (Bear Channel!? :)) derived from BB/STARC. It uses both ATR/STDEV for plotting the bounds. I use COG (Center of Gravity) for deriving the baseline. This enables it to track the price action better than many other channels that make use of MAs or simply "close". Indicator also marks "squeezes" (stdev bands come inside ATR bands). Pay...
The "AC-P" version of the Derivative Oscillator is my personal customized version of Constance Brown's Derivative Oscillator (using Everget's implementation of it as the base), with the the following modifications and additions: VWAP Indication - option to show whether the price input option is above or below the Daily VWAP (red triangles = price input is...
RSX is a "noise free" version of RSI, with no added lag. This is a port of a clone to Pine. Use this indicator just like RSI. I have set the default length to 14, feel free to experiment. You can reduce length with out worrying about jaggedness. Options page has all the configurable parameters. You can use the plot names to setup alerts. I have couple of...
The PSO, developed by Lee Leibfarth, is a rewired version of a short-period stochastic. This provides a quick response to changes in market direction. This highly sensitive indicator allows for early anticipation of price turns and can be used to establish definitive trading zones that identify potential trading opportunities. Rules as suggested by Mr.Lee: For...
This calculates normal distance of price from VWAP. This is a mean reverting idea (something like ZScore), but using both "volume" and "close". Useful for finding OB/OS areas and potential turning points. Complete list of my indicators:
These levels are based on price around earnings day. I have implemented support for 2 calculation modes: Mode 1: Level = (low of 1 day prior to earnings + high of 1 day after earnings) / 2.0 Mode 2: Level = (hl2 of 1 day prior to earnings + hl2 of 1 day after earnings + close from earnings day) / 3.0 Chart above shows "Mode 1". Mode can be changed via options...
The Intraday Momentum Index (IMI), developed by Tushar Chande, is a cross-breed between RSI and candlestick analysis. IMI determines the candle type that dominated the recent price action, using that to pinpoint the extremes in intraday momentum. As the market tries to bottom after a sell off, there are gradually more candles with green bodies, even though...
Anchored Momentum (AMOM), by Rudy Stefenel, is a modified momentum indicator to capture the relative momentum. AMOM uses SMA as the reference for deriving momentum, thereby anchoring it to that MA rather than "value of close n bars back". Mr.Stefenel suggests using this like other oscillators -- crossing signal line, crossing zero, divergences. For alerts, use...
Time and Money Chart Channel ------------------------------------------------------ TAM channels, introduced by Stuart Belknap, is part of his TAM charts setup. These bands use SMA as the basis. 3 lines above and below paralleling the centerline (basis) represent one, two and three sigmas of the actual data points from the mean centerline. More...
Bored of Ehlers yet? :) I still have plenty of Ehlers in my collection, was thinking of publishing one of his Fishers or Adaptive RVI next, but @ChartArt requested Smoothed Adaptive Momentum (SAM), so here we go... This is my 200th script (not including the variations and other custom scripts I shared over PM). My complete list of indicators here - bit.ly Now,...
Market temperature, introduced by Dr.Alexander Elder, helps differentiate between sleepy, quiet and hot market periods. Following is Mr.Elder's explanation on how to use this indicator (from his book "Come in to my Trading Room"): "When markets are quiet, the adjacent bars tend to overlap. The consensus of value is well established, and the crowd does little...
This is a modified version of a public Amibroker indicator, called Firefly. I disabled the additional smoothing (you can enable it via options page) and updated the visual rendering (simple 3D look, histo, bar colors et al). Also, have added an option to show enclosing BB. You can trade this like any other oscillator -- 80/20 OB/OS levels, divergences,...
--- Update April 11, 2015 ---- I have merged in @TheMighyChicken's code (Thanks!) and added some more options. Updated source here - pastebin.com Changes: -------------- - Switch between plain candles and colored oscillator candles. - Switch between candles and plain oscillator view. --- Original Description --- Belkhayate Timing, by Mostafa...
Rainbow Charts, by Mel Widner, is a trend detector. It uses recursively smoothed MAs (remember, this idea was proposed back in 1997 -- it was certainly cool back then!) and also builds an oscillator out of the MAs. Oscillator bands indicate the stability range. I have also included a simple binary wave based on whether all the MAs are in an upward slope or not....
DecisionPoint Swenlin Trading Oscillator can be used to identify short-term tops and bottoms. This is a breadth indicator. STO is designed to be calculated using either issues or volume, I will post a follow up indicator that makes use of volume. You can read about the interpretation of the signals (& gotchas) in the link below. I have added support for NYSE /...