tradingview 修改K线的颜色,边框色,线条色

特斯比特 2021-11-19 10:12:20

配置

overrides: {
            "paneProperties.background": "#161616",
            "paneProperties.horzGridProperties.color": "#161616", //水平网格线颜色默认#313131
            "paneProperties.vertGridProperties.color": "#161616", //垂直网格线颜色默认#313131
            "paneProperties.crossHairProperties.style": 1,
            "paneProperties.legendProperties.showBarChange": !1,
            "paneProperties.topMargin": 10,//上边距k线距离标题
            "paneProperties.bottomMargin": 10,//下边距k线距离指标
            "mainSeriesProperties.style": 1,
            "mainSeriesProperties.candleStyle.upColor": "#4caf50",//买入颜色
            "mainSeriesProperties.candleStyle.borderUpColor": "#4caf50",//买入边框颜色
            "mainSeriesProperties.candleStyle.wickUpColor": "#4caf50",//买入线条颜色
            "mainSeriesProperties.candleStyle.downColor": "#e53935",//卖出颜色
            "mainSeriesProperties.candleStyle.borderDownColor": "#e53935",//卖出边框颜色
            "mainSeriesProperties.candleStyle.wickDownColor": "#e53935",//卖出线条颜色
            "mainSeriesProperties.statusViewStyle.symbolTextSource": "ticker",
            "scalesProperties.textColor": "#AAA",
            "scalesProperties.backgroundColor": "#1c1c28",
            "scalesProperties.lineColor": "#252537",
            // "mainSeriesProperties.priceLineWidth": 5,
        },

声明:本文内容不代表斑马投诉网站观点,内容仅供参考,不构成投资建议。投资有风险,选择需谨慎! 如涉及内容、版权等问题,请联系我们,我们会在第一时间作出调整!

相关文章