2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Sep 10, 2025 — Sep 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature request 3111166 "Control legend colorbox width": Added a class variable legend_colorbox_width which can be changed to make the colorboxes wider or narrower. More... almost 16 years ago
Updated More... almost 16 years ago
Add links from tunable variables to new section More... almost 16 years ago
Replace Callbacks chapter with Advanced chapter; move Functions chapter More... almost 16 years ago
Add link to new Tunable section More... almost 16 years ago
Moved truecolor, custom data color sections to new chapter in advanced.xml More... almost 16 years ago
Updated More... almost 16 years ago
Removed - text moved to new chapter advanced.xml More... almost 16 years ago
New chapter. Includes text from callbacks.xml, some sections from concepts.xml, and new section on tunable parameters More... almost 16 years ago
Change file list due to new chapter More... almost 16 years ago
New: data file for 3 OHLC examples More... almost 16 years ago
New: example of candlesticks2 plot More... almost 16 years ago
New: example of candlesticks plot More... almost 16 years ago
New: example of ohlc plot More... almost 16 years ago
Add 3 variables used to tweak OHLC plots More... almost 16 years ago
Add 3 new plot types in SetPlotType More... almost 16 years ago
Add 3 new examples of OHLC plots More... almost 16 years ago
Add new DrawOHLC() to internal functions list More... almost 16 years ago
Document 3 new OHLC plot types More... almost 16 years ago
Updated More... almost 16 years ago
Include 3 new example scripts and 1 example data file More... almost 16 years ago
Feature request 3093483 "Investing support chart types": Added 3 new plot types: Basic OHLC (Open/High/Low/Close), Candlesticks, and Filled Candlesticks. Implemented with one new function to handle the 3 new plot types: ohlc, candlesticks, and candlesticks2. More... almost 16 years ago
Updated More... almost 16 years ago
Document new plots[] array of plot type info More... almost 16 years ago
Add information on new plots[] array More... almost 16 years ago
Updated More... almost 16 years ago
Moved information about plot types into a new static member array plots[]. (This is an internal change with no impact on usage, but will make it easier to add new plot types.) SetPlotType() no longer needs a list of plot types to check, FindDataLimits() does not need to check for specific plot types to to process the data array, and DrawGraph() uses data from the array rather than knowing about all the plot types. More... almost 16 years ago
Updated More... almost 16 years ago
Move longer comments on variables out to new section and link there. More... almost 16 years ago
New section in Member Variables chapter for longer notes on some variable More... almost 16 years ago