上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 345 下一页
摘要: import numpy as np, scipy.ndimage, matplotlib.pyplot as pltfrom sc... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(20) 评论(0) 推荐(0)
摘要: model = Sequential()# define CNN modelmodel.add(TimeDistributed(C... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: model = Sequential()# define CNN modelmodel.add(TimeDistributed(C... 阅读全文
posted @ 2022-08-19 22:55 luoganttcc 阅读(6) 评论(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)
摘要: 指数移动平均 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 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 345 下一页