1 Star 1 Fork 39

逆风飞扬/ChanlunX

forked from rubikplanet/ChanlunX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BaoHan.h 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
devdevdevdeep 提交于 2019-03-08 20:45 . 修改文件的编码为utf-8-bom
#ifndef __BAO_HAN_H__
#define __BAO_HAN_H__
#pragma pack(push,1)
// 处理K线的包含关系
// 输入是K线高(*pHigh)和K线低(*pLow)
// 输出是K线的方向(*pDirection)、处理后的K线高(*pOutHigh)、处理后的K线低(*pOutLow)、K线是否有包含(*pInclude)
void BaoHan(int nCount, float *pDirection, float *pOutHigh, float *pOutLow,
float *pInclude, float *pHigh, float *pLow);
#pragma pack(pop)
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ivu99/ChanlunX.git
git@gitee.com:ivu99/ChanlunX.git
ivu99
ChanlunX
ChanlunX
master

搜索帮助