上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 345 下一页
摘要: 链接 tailb_document #!/usr/bin/env python3# -*- coding: utf-8 -*-"""... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(35) 评论(0) 推荐(0)
摘要: talib 中文文档 链接tailb_document #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Mon Nov 12 16:36:02 2018@aut... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(25) 评论(0) 推荐(0)
摘要: talib 中文文档 链接tailb_document #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Mon Nov 12 16:36:02 2018@aut... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(436) 评论(0) 推荐(0)
摘要: 要理解MACD ,首先要理解指数衰减加权平均,下文有EMA源码 #!/usr/bin/env python3# -*- coding... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(35) 评论(0) 推荐(0)
摘要: 要理解MACD ,首先要理解指数衰减加权平均,下文有EMA源码 #!/usr/bin/env python3# -*- coding... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: MACD 源码定义 要理解MACD ,首先要理解指数衰减加权平均,下文有EMA源码 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Mon Nov 12 16:... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(17) 评论(0) 推荐(0)
摘要: MACD 源码定义 要理解MACD ,首先要理解指数衰减加权平均,下文有EMA源码 #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Mon Nov 12 16:... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(15) 评论(0) 推荐(0)
摘要: import tushare as tsimport pandas as pdimport matplotlib.pyplot as... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(26) 评论(0) 推荐(0)
摘要: import tushare as tsimport pandas as pdimport matplotlib.pyplot as... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(12) 评论(0) 推荐(0)
摘要: 指数移动平均 import tushare as tsimport pandas as pdimport matplotlib.pyplot as pltimport numpy as npimport talibdf=ts.get_k... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 345 下一页