随笔 - 581  文章 - 0 评论 - 48 阅读 - 131万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

02 2020 档案
macd的计算公式
摘要:代码: //获取day日的移动平均值function getEMA(data,day){ var arr = []; arr.push(data[0]); for(var i = 1;i < data.length;i++){ var a = 2/(day + 1); //EMAtoday=α * 阅读全文
posted @ 2020-02-17 00:16 毛会懂 阅读(3233) 评论(0) 推荐(0) 编辑
google cross-request 插件安装
摘要:参考地址:https://cloud.tencent.com/developer/article/1517980 参考地址:https://blog.csdn.net/u012998306/article/details/110186851 阅读全文
posted @ 2020-02-12 15:47 毛会懂 阅读(6056) 评论(1) 推荐(0) 编辑
在Windows Pycharm 中出现“Сannot Run Git Cannot identify version of git executable: no response”解决办法
摘要:问题: 在windows pycharm中出现 Сannot Run GitCannot identify version of git executable: no response 如图所示 解决方法: 网上所出现的大多数解决方法我都试过了,但还是不行,归根到底还是路径设置的问题,一般来说,py 阅读全文
posted @ 2020-02-11 15:16 毛会懂 阅读(4762) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示