首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏钱塘小甲子的博客

    Backtrader量化平台教程(三)Indicator

    本文介绍了backtrader中的indicator,并讲述了一些别的细节的代码。 所谓indicator就是技术指标,比如MA,RSI 1.预备     在介绍backtrader的indicator之前,我们先配置一下我们的平台,也就是cerebro。 None self.buyprice = None self.buycomm = None # Add a MovingAverageSimple indicator 3.Backtrader的indicator     上面的代码中,我们单独拿出init这一部分,因为这里涉及了一个新的东西,indicator,也是本文想重点介绍的。 ,后续我们将尝试自己编写一个indicator

    6.9K30发布于 2019-01-28
  • 来自专栏云深之无迹

    Ubuntu 18.04杂记(ROS安装+indicator-sysmonitor)

    python-rosinstall-generator python-wstool build-essential 复制我上面的命令,就会安装好ROS sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor 上面的那条命令需要按回车继续 sudo apt-get update sudo apt-get install -y indicator-sysmonitor 这三条是一个资源管理器的小软件,在右上角状态栏显示

    57420发布于 2021-07-23
  • 来自专栏流川疯编写程序的艺术

    2023 年KPI (KPI:Key Performance Indicator)

    将本人2023 计划进行的素质提升,进行记录,因为目前有娃了,KPI 先订低一点,以防完不成,哈哈哈

    54930编辑于 2023-02-02
  • 来自专栏linux百科小宇宙

    Ubuntu 13.10 安装经典菜单 ClassicMenu Indicator

    center;">

    相关阅读: Ubuntu 12.04 用户安装 ClassicMenu Indicator 菜单 http://www.linuxidc.com/Linux/2012-05/60494.htm ClassicMenu Indicator升级-新的系统设置标签 http://www.linuxidc.com /Linux/2012-01/51123.htm 在Ubuntu 11.10 上安装类似 GNOME 2的菜单软件ClassicMenu Indicator http://www.linuxidc.com /Linux/2011-11/47315.htm GNOME 2-like 菜单:ClassicMenu Indicator http://www.linuxidc.com/Linux/2011 -11/47223.htm ClassicMenu Indicator : 为 Unity 界面添加经典菜单 http://www.linuxidc.com/Linux/2011-06/37048

    49500发布于 2021-06-16
  • 来自专栏量化小白上分记

    基于smart money indicator的择时策略

    本文根据报告《The Smart Money Indicator: A New Risk Management Tool》整理,获取全文请在后台回复“SMI"。

    55441编辑于 2023-03-19
  • 来自专栏wujunmin

    KPI Indicator:表现多种形式的KPI

    Power BI的自定义图表KPI Indicator可以满足多种类型的KPI表达需求。 假设我们有1-6月的数据,各项KPI使用KPI Indicator可作如下表现: 绿色代表达标,红色代表不达标; 左上角是1-6月的总业绩金额,超额2.7%达成; 右上角单独数字是6月的库存周转天数 实现过程如下: 业绩达成图的实现: 1.将实际业绩和目标业绩拖动到KPI Indicator相应字段区域 2.banding type设置为Increasing is better,越高越好;banding

    1.3K20发布于 2021-09-07
  • 来自专栏InvQ的专栏

    Failed to parse date :Invalid time zone indicator 0

    Caused by: java.text.ParseException: Failed to parse date ["1534467411000']: Invalid time zone indicator DateTypeAdapter.java:72) ... 19 more Caused by: java.lang.IndexOutOfBoundsException: Invalid time zone indicator 至此,出现了我们堆栈报错的最面上,也就是找不到时区的indicator。 ? 如何解决 换用jackson反序列化 为什么这个可以? ? ?

    2.4K10发布于 2020-09-27
  • 来自专栏NanBox

    优雅地修改 TabLayout 指示线 Indicator 的宽度

    使用 TabLayout 我们可以快速实现一个 Material Design 风格的标签栏,但 TabLayout 的指示线 Indicator 默认是占满一格 Tab 的,且未直接提供修改 Indicator 自定义 Tab TabLayout 中的 Tab 是允许自定义的,但 Indicator 不属于 Tab。 所以有这样一种解决方案,把 Indicator 隐藏掉,然后在自定义 Tab 的布局中加入指示线。 Indicator 是允许我们设置 drawable 来自定义样式的,比如添加圆角什么的。但无论什么样式,Indicator 依然是占满 Tab 宽度的。 从上面这个例子还可以发现,使用这个方法,不仅可以在视觉上增加 Indicator 的左右边距,还可以增加它的上下边距。

    8.1K60发布于 2019-07-09
  • 来自专栏EmoryHuang's Blog

    【论文阅读】Hierarchical knowledge graph learning enabled socioeconomic indicator prediction in location-b

    【论文阅读】Hierarchical knowledge graph learning enabled socioeconomic indicator prediction in location-based ,分别学习全局知识和领域分层知识 ---- 前言 WWW 2023 的一篇论文:Hierarchical knowledge graph learning enabled socioeconomic indicator 定义 3 (LBSN Socioeconomic Indicator Prediction)给定LBSN数据集DLBSN\mathcal{D}_{LBSN}DLBSN​以及LBSN中的地点集合SL={L1 参考资料 [1] Hierarchical knowledge graph learning enabled socioeconomic indicator prediction in location-based

    63130编辑于 2023-05-18
  • 来自专栏SAP供应链

    SAP WM初阶Storage Type上的SUM Indicator参数修改

    SAP WM初阶Storage Type上的SUM Indicator参数修改 仓库号NM1下的存储类型005,设置如下: 它没有激活Storage Unit Management. 如下报错: 报错信息如下: Indicator for SU management cannot be changed 如果想要修改这个参数值,得需要事先将存储类型下的库存清空。

    45020编辑于 2022-04-04
  • 来自专栏Mac知识分享

    Battery Indicator for Mac(电池指示灯工具)v2.14.1直装版

    Battery Indicator for Mac是运行在MacOS平台小巧轻便的电池指示灯工具。Battery Indicator mac版可以在菜单栏中显示剩余电池时间和百分比。 图片Battery Indicator for Mac(电池指示灯工具)Battery Indicator for Mac软件介绍在菜单栏中显示剩余电池时间和百分比。

    84760编辑于 2022-11-03
  • 来自专栏项勇

    指标记录5-FAST PKAMA、Centred Trend Indicator、BOLINGER BANDS

    ---- 代码片段 // Centred Trend Indicator // inputs length_ = input.int(10, title='  CTI Lenght', group='Centred Trend Indicator') lag = input.bool(false, title='  CTI Lag Reduction', group='Centred Trend Indicator ') effi = input.bool(true, title='  CTI Efficient', group='Centred Trend Indicator') // calc ma = 0.

    57120编辑于 2023-03-24
  • 来自专栏薛定喵君

    小程序刘海屏适配及兼容全面屏底部横条(indicator)

    小程序适配iPhone刘海屏及indicator的方法 本文适用于未自定义导航&吸底按钮(底部按钮fixed)的情况 # 判断设备 判断方法->wx.getSystemInfo(OBJECT)返回的信息

    4.4K10发布于 2019-12-10
  • 来自专栏salesforce零基础学习

    Salesforce LWC学习(三十七) Promise解决progress-indicator的小问题

    本篇参考:https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-indicator/example lightning-button> </lightning-layout-item> </lightning-layout> <lightning-progress-indicator step.value} key={step.label}></lightning-progress-step> </template> </lightning-progress-indicator 问题分析,可能实时的设置current step的值时,progress-indicator是异步加载,所以渲染出现问题。

    47230编辑于 2021-12-13
  • 来自专栏FreeBuf

    如何使用Indicator-Intelligence收集与威胁情报相关的域名和IPv4地址

    关于Indicator-Intelligence Indicator-Intelligence是一款针对威胁情报的强大数据收集工具,该工具可以帮助广大研究人员通过威胁情报活动中生成的静态文件来查找与威胁行为相关的域名和 Indicator-Intelligence: docker build -t indicator . docker run indicator --domains target-web.com --json DockerHub安装 docker pull osmankandemir/indicator import Indicator #SCAN Indicator(["target-web.com"]) #OUTPUT Indicator(["target-web.com"], 项目地址 Indicator-Intelligence: https://github.com/OsmanKandemir/indicator-intelligence 参考资料 https://pypi.org

    34810编辑于 2023-08-03
  • Gson导致,本地和linux服务器不同的环境导致Date转换出现问题:Invalid time zone indicator ‘ ‘

    Caused by: java.text.ParseException: Failed to parse date ["2021-11-01 00:00:00"]: Invalid time zone indicator ... 15 more Caused by: java.lang.IndexOutOfBoundsException: Invalid time zone indicator ' ' at com.google.gson.internal.bind.util.ISO8601Utils.parse GsonBuilder().setDateFormat("yyyy-MM-dd").create(); gson.fromJson(); Gson的issue也有这个解决方案:Invalid time zone indicator : 1525688551000 java.text.ParseException: Failed to parse date ["1525688551000']: Invalid time zone indicator

    39500编辑于 2025-04-07
  • 来自专栏MacOS

    Battery Indicator for Mac(mac笔记本电脑电池电量剩余百分比显示器) 功能介绍

    Battery Indicator是指电池指示器,它是一种用于显示设备当前电量状况的工具。 图片Battery Indicator特点主要包括以下几个方面:显示电量信息:电池指示器可以准确地显示设备的电量信息,帮助用户掌握设备的使用时间和剩余电量情况。

    1.1K20编辑于 2023-04-13
  • 来自专栏全栈程序员必看

    mt4平台3线kdj指标_三线tⅹt下载

    #property indicator_buffers 3 #property indicator_plots 3 //--- plot KLine #property indicator_label1 "KLine" #property indicator_type1 DRAW_LINE #property indicator_color1 clrWhite #property indicator_style1 indicator_type2 DRAW_LINE #property indicator_color2 clrGold #property indicator_style2 STYLE_SOLID indicator_width3 1 #property indicator_levelstyle STYLE_DOT #property indicator_levelcolor clrSilver #property indicator_level1 0 #property indicator_level2 20 #property indicator_level3 50 #property indicator_level4

    41520编辑于 2022-09-21
  • 来自专栏前端领域

    【CSS3】使用纯CSS做一个简易轮播图(小解送书第二期)

    for="indicator1"></label> <input type="radio" name="<em>indicator</em>" id="<em>indicator</em>2" hidden > <label for="<em>indicator</em>2"></label> <input type="radio" name="<em>indicator</em>" id="<em>indicator</em>3 label[for="indicator2"]{ left: 49%; } /* for属性值为“indicator3”的label元素 */ .swipe label[for="indicator3 */ #indicator1:checked ~ label[for="indicator1"]{ background-color: #fff; } #indicator2:checked ~ label[for="indicator2"]{ background-color: #fff; } #indicator3:checked ~ label[for="indicator3"

    64120编辑于 2023-10-17
  • 来自专栏全栈程序员必看

    rtcm1005报文解析_rtcm1021-1027参数

    , glo_indicator, gal_indicator, station_indicator, x, sro_indicator, reserved, y, qc_indicator, z) Jetbrains = gps_indicator: return "RTCM1005_gps_indicator异常:正确应是{},实际为{}".format(gps_indicator, info.gps_indicator = glo_indicator: return "RTCM1005_glo_indicator异常:正确应是{},实际为{}".format(glo_indicator, info.glo_indicator = sro_indicator: return "RTCM1005_sro_indicator异常:正确应是{},实际为{}".format(sro_indicator, info.sro_indicator = qc_indicator: return "RTCM1005_qc_indicator异常:正确应是{},实际为{}".format(qc_indicator, info.qc_indicator)

    1.1K30编辑于 2022-11-16
领券