Constant Volume Bars

Constant Volume Bars

You are now following this Submission

CVBars are volume dependent as opposed to time dependent candlesticks; the close of the candle occurs when some volume criteria is met, not some variable timescale (1m, 5m, etc.)

This is my first attempt to code and would be grateful for feedback, assistance, and importantly check to make sure this is in fact creating bars properly.

At this time, code needs to be edited to enter volume criteria, and the name of the data file. Data should be in format (O,H,L,C,V)

Cite As

Nakul (2026). Constant Volume Bars (https://www.mathworks.com/matlabcentral/fileexchange/23537-constant-volume-bars), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Financial Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

% 4-6-09 Added comments and data file as example. Utilize Import Wizard and name accordingly.

1.0.0.0