candlesticks

버전 1.0.0.0 (1.44 KB) 작성자: Bill Davidson
This is a simple little function that chars Japanese candlesticks
다운로드 수: 2.8K
업데이트 날짜: 2006/2/8

라이선스 보기

This is a little function that charts financial data using Japanese candlesticks. It takes as input highs, lows, opens, and closes, and plots the candlestick boxes, both the body part, black or white, and the shadow part, above and below the body part. It comes with a little test driver that you can delete. It is a small function. It works as-is but can be customized easily to fit your personal charting tastes, such as adding in volume data, changing colors, etc.

인용 양식

Bill Davidson (2024). candlesticks (https://www.mathworks.com/matlabcentral/fileexchange/9893-candlesticks), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Financial Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

I had a typo in the M file, an unnecessary line of code. I took the opportunity to spruce everything up a little bit.