首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏信数据得永生

    Python 算法交易秘籍(二)

    PlotType.OHLC, 'Historical Data | ' 'Japanese Candlesticks PlotType.OHLC, 'Historical Data | ' 'Japanese Candlesticks PlotType.OHLC, 'Historical Data | ' 'Japanese Candlesticks PlotType.OHLC, 'Historical Data | ' 'Japanese Candlesticks 如果您对研究 Renko 蜡烛图的数学和实现感兴趣,请参考 github.com/algobulls/pyalgotrading/blob/master/pyalgotrading/utils/candlesticks

    98120编辑于 2024-05-11
  • 来自专栏全栈程序员必看

    QCustomPlot配置[通俗易懂]

    = new QCPFinancial(customPlot->xAxis, customPlot->yAxis); candlesticks->setName("Candlestick"); candlesticks->setChartStyle(QCPFinancial::csCandlestick); candlesticks->data()->set(QCPFinancial::timeSeriesToOhlc (time, value1, binSize, startTime)); candlesticks->setWidth(binSize*0.9); candlesticks->setTwoColored (true); candlesticks->setBrushPositive(QColor(245, 245, 245)); candlesticks->setBrushNegative(QColor (40, 40, 40)); candlesticks->setPenPositive(QPen(QColor(0, 0, 0))); candlesticks->setPenNegative(

    1.9K10编辑于 2022-09-27
  • 来自专栏机器学习AI算法工程

    获取股票信息的简单shiny接口

    selectInput(inputId = "chart_type", 12 label = "图形", 13 choices = c("蜡烛图" = "candlesticks

    2.3K50发布于 2018-03-13
  • 来自专栏量化投资与机器学习

    Backtrader来啦:可视化篇(重构)

    transparency to apply to bars/cancles (NOT USED) self.bartrans = 1.0 # Wether the candlesticks be transparent self.barupfill = True self.bardownfill = True # Wether the candlesticks

    9K45发布于 2021-07-29
  • 来自专栏超级架构师

    「首席架构师推荐」最棒的的Flutter库,工具,教程,文章列表

    Candlesticks [195⭐] - OHLC and Trade Volume Charts by Trent Piercy.

    12.9K10发布于 2019-09-18
  • 来自专栏信数据得永生

    BackTrader 中文文档(十二)

    transparency to apply to bars/cancles (NOT USED) self.bartrans = 1.0 # Wether the candlesticks be transparent self.barupfill = True self.bardownfill = True # Wether the candlesticks

    90000编辑于 2024-05-24
  • 来自专栏信数据得永生

    BackTrader 中文文档(十三)

    passed For example: --plot style="candle" (to plot candlesticks

    1.1K00编辑于 2024-05-24
  • 来自专栏arXiv每日学术速递

    金融/语音/音频处理学术速递[12.14]

    By reinterpreting COVID-19 daily cases in terms of candlesticks, we are able to apply some of the most

    81920编辑于 2021-12-17
  • 来自专栏arXiv每日学术速递

    统计学学术速递[12.14]

    By reinterpreting COVID-19 daily cases in terms of candlesticks, we are able to apply some of the most

    1.6K20编辑于 2021-12-17
  • 来自专栏信数据得永生

    Python 算法交易秘籍(一)

    PlotType.OHLC, 'Historical Data | ' 'Japanese Candlesticks

    2.2K50编辑于 2024-05-11
  • 来自专栏信数据得永生

    NumPy 初学者指南中文第三版:6~10

    我们使用烛台绘制了这些数据的图表(请参见candlesticks.py): from matplotlib.dates import DateFormatter from matplotlib.dates

    3K00编辑于 2023-04-17
领券