Make screenshot button icon look like on tradingview.com #819 Volume labels on Y axis are scaled wrong #809 custom_css_url option in chart widget constructor #806 Load doesn't work when symbol is different from ticker #805 Drawings are placed incorrectly when changing resolution #797 Cannot read property 'supported_resolutions' of null #793 widget.setVisibleRange call does not work #789 Events onLoad and onSave (load/save api) #787 snapshot_url on v1.4 unstable #777 Allow disable undo for position and order lines #771 Option to disable Undo for API created drawings #760 Down button doesn't work when multiple indicators are shown #759 Symbol not loaded after repeated setSymbol/load #757 Number Format support in chart #747 Bar countdown not working #743 Change style of custom Indicators #725 Cannot update positionLine text too quickly #717 Execution shape is not displayed #685 Chart is throwing an error: No real bars known, cannot extrapolate anything #674 DataFeed object not released after widget removal #666 Timescale marks in the future are shifted with overnight symbols #663 Incorrect ToolTip on Show/Hide Left Toolbar panel <Minor one> #648 Volume Indicator - Moving Average to be made configurable #635 Chart Events for UI actions #605 Cannot return back to previous symbol after loading the saved chart #604 ATR indicator result differs from metastock result #586 Uncaught RangeError: Maximum call stack size exceededProperty @ tv-chart.html #570 Do not trim text in menus #560 Review widget API #520 Content popup by marks can't disappear automatic #517 Execution shape is not visible until first symbol/interval change #462 Sub-minute resolution #387 Improvement/Solution: postMessageWrapper() does not work after iframe refresh #237 Time label not update #209 Convert png icons to svgs #32
116 lines
4.4 KiB
Plaintext
116 lines
4.4 KiB
Plaintext
//
|
|
// This file contains some chart properties description. These properties are treated
|
|
// as customizable ones. Other properties customization is not supported. See the documentation for details.
|
|
//
|
|
// This file format:
|
|
//
|
|
// <property_path>: <default Charting Library value>
|
|
//
|
|
|
|
// supported values: large, medium, small, tiny
|
|
volumePaneSize: "large"
|
|
|
|
// fonts available in text editors (i.e., in `Text` drawing tool properties dialog)
|
|
editorFontsList: ['Verdana', 'Courier New', 'Times New Roman', 'Arial']
|
|
|
|
paneProperties.background: "#ffffff"
|
|
paneProperties.vertGridProperties.color: "#E6E6E6"
|
|
paneProperties.horzGridProperties.color: "#E6E6E6"
|
|
|
|
// Margins (percent). Used for auto scaling.
|
|
paneProperties.topMargin: 5
|
|
paneProperties.bottomMargin: 5
|
|
|
|
scalesProperties.showLeftScale : false
|
|
scalesProperties.showRightScale : true
|
|
scalesProperties.backgroundColor : "#ffffff"
|
|
scalesProperties.lineColor : "#555"
|
|
scalesProperties.textColor : "#555"
|
|
scalesProperties.scaleSeriesOnly : false
|
|
|
|
|
|
// Series style. See the supported values below
|
|
// bars = 0
|
|
// candles = 1
|
|
// line = 2
|
|
// area = 3
|
|
// heiken ashi = 8
|
|
// candles = 9
|
|
mainSeriesProperties.style: 1
|
|
|
|
mainSeriesProperties.showCountdown: true
|
|
mainSeriesProperties.showLastValue:true
|
|
mainSeriesProperties.visible:true
|
|
mainSeriesProperties.showPriceLine: true
|
|
mainSeriesProperties.priceLineWidth: 1
|
|
mainSeriesProperties.lockScale: false
|
|
mainSeriesProperties.minTick: "default"
|
|
mainSeriesProperties.extendedHours: false
|
|
|
|
mainSeriesProperties.priceAxisProperties.autoScale:true
|
|
mainSeriesProperties.priceAxisProperties.autoScaleDisabled:false
|
|
mainSeriesProperties.priceAxisProperties.percentage:false
|
|
mainSeriesProperties.priceAxisProperties.percentageDisabled:false
|
|
mainSeriesProperties.priceAxisProperties.log:false
|
|
mainSeriesProperties.priceAxisProperties.logDisabled:false
|
|
|
|
symbolWatermarkProperties.color : "#555"
|
|
|
|
// Percent
|
|
symbolWatermarkProperties.transparency: 85
|
|
|
|
|
|
// Different chart types defaults
|
|
|
|
// Candles styles
|
|
mainSeriesProperties.candleStyle.upColor: "#6ba583"
|
|
mainSeriesProperties.candleStyle.downColor: "#d75442"
|
|
mainSeriesProperties.candleStyle.drawWick: true
|
|
mainSeriesProperties.candleStyle.drawBorder: true
|
|
mainSeriesProperties.candleStyle.borderColor: "#378658"
|
|
mainSeriesProperties.candleStyle.borderUpColor: "#225437"
|
|
mainSeriesProperties.candleStyle.borderDownColor: "#5b1a13"
|
|
mainSeriesProperties.candleStyle.wickColor: "#737375"
|
|
mainSeriesProperties.candleStyle.barColorsOnPrevClose: false
|
|
|
|
// Hollow Candles styles
|
|
mainSeriesProperties.hollowCandleStyle.upColor: "#6ba583"
|
|
mainSeriesProperties.hollowCandleStyle.downColor: "#d75442"
|
|
mainSeriesProperties.hollowCandleStyle.drawWick: true
|
|
mainSeriesProperties.hollowCandleStyle.drawBorder: true
|
|
mainSeriesProperties.hollowCandleStyle.borderColor: "#378658"
|
|
mainSeriesProperties.hollowCandleStyle.borderUpColor: "#225437"
|
|
mainSeriesProperties.hollowCandleStyle.borderDownColor: "#5b1a13"
|
|
mainSeriesProperties.hollowCandleStyle.wickColor: "#737375"
|
|
|
|
// Heikin Ashi styles
|
|
mainSeriesProperties.haStyle.upColor: "#6ba583"
|
|
mainSeriesProperties.haStyle.downColor: "#d75442"
|
|
mainSeriesProperties.haStyle.drawWick: true
|
|
mainSeriesProperties.haStyle.drawBorder: true
|
|
mainSeriesProperties.haStyle.borderColor: "#378658"
|
|
mainSeriesProperties.haStyle.borderUpColor: "#225437"
|
|
mainSeriesProperties.haStyle.borderDownColor: "#5b1a13"
|
|
mainSeriesProperties.haStyle.wickColor: "#737375"
|
|
mainSeriesProperties.haStyle.barColorsOnPrevClose: false
|
|
|
|
// Bars styles
|
|
mainSeriesProperties.barStyle.upColor: "#6ba583"
|
|
mainSeriesProperties.barStyle.downColor: "#d75442"
|
|
mainSeriesProperties.barStyle.barColorsOnPrevClose: false
|
|
mainSeriesProperties.barStyle.dontDrawOpen: false
|
|
|
|
// Line styles
|
|
mainSeriesProperties.lineStyle.color: "#0303F7"
|
|
mainSeriesProperties.lineStyle.linestyle: CanvasEx.LINESTYLE_SOLID
|
|
mainSeriesProperties.lineStyle.linewidth: 1
|
|
mainSeriesProperties.lineStyle.priceSource: "close"
|
|
|
|
// Area styles
|
|
mainSeriesProperties.areaStyle.color1: "#606090"
|
|
mainSeriesProperties.areaStyle.color2: "#01F6F5"
|
|
mainSeriesProperties.areaStyle.linecolor: "#0094FF"
|
|
mainSeriesProperties.areaStyle.linestyle: CanvasEx.LINESTYLE_SOLID
|
|
mainSeriesProperties.areaStyle.linewidth: 1
|
|
mainSeriesProperties.areaStyle.priceSource: "close"
|
|
mainSeriesProperties.areaStyle.transparency: 50 |