Page 1 of 2

CUMULATIVE VOLUME INDEX

PostPosted: Wed Feb 20, 2013 9:00 am
by Apprentice
CVI.png

The Cumulative Volume Index ("CVI") is a market momentum indicator that shows whether money is flowing into or out of the stock market. It is calculated by subtracting the volume of declining stocks from the volume of advancing stocks, and then adding this value to a running total.

CVI = Prev CVI + Advancing Volume - Declining Volume

Forex implementation is faced with certain problems.
The absence of the classic Volume, lack of common denominator.
I have walked around this problem by offering a choice of Base Currency.
For selected base currency, CVI is calculated for all the currency pairs that have selected currency.
CVI.lua
(5.95 KiB) Downloaded 1246 times


MQ4/MT4 version
viewtopic.php?f=38&t=67145&p=122720#p122720

ADVANCING, DECLINING, UNCHANGED VOLUME

PostPosted: Wed Feb 20, 2013 9:32 am
by Apprentice
ADUV.png

Advancing volume is the total volume for all securities that advanced in price. Declining volume is the total volume for all securities that declined in price. And similarly, unchanged volume is the total volume for all securities that were unchanged in price.
All calculation is based on the Base Currency.
ADUV.lua
(6.72 KiB) Downloaded 1004 times

ADVANCING-DECLINING ISSUES

PostPosted: Wed Feb 20, 2013 10:01 am
by Apprentice
ADI.png

ADVANCING-DECLINING ISSUES is difference between the number of advancing and declining issues.
ADI.lua
(5.54 KiB) Downloaded 987 times

ADVANCING-DECLINING RATIO is ratio between the number of advancing and declining issues.
ADR.lua
(5.54 KiB) Downloaded 1059 times

Re: CUMULATIVE VOLUME INDEX

PostPosted: Tue May 07, 2013 5:42 pm
by Jeffreyvnlk
If possible, could you give some hints to apply those for trading ?

Re: CUMULATIVE VOLUME INDEX

PostPosted: Wed May 08, 2013 5:54 am
by Apprentice
Unfortunately i can not be of much help.
As you know, usually I do not use indicators in my trading.

As I understand it, CVI can be used for detection of major turning points.
Techniques like divergence can be used.

Re: CUMULATIVE VOLUME INDEX

PostPosted: Thu May 23, 2013 3:40 am
by smtm11
Which trading platform did you use to get the CVI indicator ? I dont recognize it.

Re: CUMULATIVE VOLUME INDEX

PostPosted: Fri May 24, 2013 3:36 am
by Apprentice
I have used, FXCM Trade Station 2, MarketScope Charting Package.

Re: CUMULATIVE VOLUME INDEX

PostPosted: Fri Jun 22, 2018 8:02 am
by Apprentice
The indicator was revised and updated.

Re: CUMULATIVE VOLUME INDEX

PostPosted: Tue Dec 11, 2018 9:06 pm
by logicgate
Would you be so kind to compile a MT4 version please??

Re: CUMULATIVE VOLUME INDEX

PostPosted: Wed Dec 12, 2018 5:46 am
by Apprentice
Your request is added to the development list under Id Number 4354