This script plots the original Chaikin Money Flow in addition of highlighting positive/negative pressure areas.
This is Chaikin’s Money Flow indicator on a 0-100 scale with buy/sell signals, alerts and other bells & whistles. It includes: - a fast EMA (16 periods by default), - a slow MA (64 periods by default), - histograms, - 3 different sorts of crosses, - big swings identification, - buy/sell signals on CMFP crossing back from outside user-defined levels, - buy/sell...
Well, after 25 tries I finally did it ._. Here is the candlestick normalizer I was trying to achieve. In this way you can do a fast and not biased by price candlestick analysis, for example to catch engulfish and doji's on the go ;) I also added a MAs crossing-over signal I optimized. Btw, I will try to add volume signaling on this indicator. I had been...
This is the simplified and optimized version of my original ADV indicator. It shows both regular volume bars and the accumulated/distributed (A/D) portion of them. The equation is elegant and intuitive. It calculates candle body to candle height ratio and multiplies it by volume: volume*(close-open)/(high-low). This is the building block of my three other...
This is a simple yet powerful indicator that can replace volume, Money Flow, Chaikin Money Flow, Price Volume Trend (PVT), Accumulation/Distribution Line (ADL), On Balance Volume (OBV). When "Baseline Chart" option is disabled, it looks similar to regular volume. The volume bars has two shades of green and red. The dark shade shows amount of accumulation and the...
I changed the indicator code of Lazybear to replace the linreg with the Chaikin money flow. I recommend using a Macd because the chaikin money flow can give false signals, like any other indicator.