Cumulative Force, Weighted OBVCumulative Force Indicator. Can also be seen as an OBV indicator that takes the price differences into account. In a regular OBV, a high volume bar can make a huge difference, even if the price went up only 0.01, and it it goes down 0.01 instead, that volume makes the OBV go down big time, even though in both cases hardly anything really happened. cForce is a more realistic view on where the money is flowing.
This is my first published script, so feel free to let me know if you see room for improvements.
مؤشر OBV
OBV ShadowsOverlay shows difference between OBV and OBV's moving average as green and red dos above and below cendles.
Designed to fast divergence detection.
TFS: Volume Oscillator This is the second part of TFS trading strategy. The concept of this
indicator is similar to that of On-Balance Volume indicator (OBV). It
is calculated according to these rules:
If Close > Open, Volume is positive
If Close < Open, Volume is negative
If Close = Open, Volume is neutral
Then you take the 7-day MA of the results.
Indicator: CCI coded OBVOBV is colored green if CCI > threshold, red if CCI < threshold.
Both "threshold" and "CCI Length" can be customized using the options page.
Indicator also displays a 13EMA (length can be changed) over OBV.
Indicator: OBV OscillatorEveryone uses OBV, right? This indicator makes it easy to read it by building an oscillator out of it.
Also, now look for OBV divergences easily :)
Appreciate any comments / thoughts.