摘要: import tkinter as tk from tkinter import ttk import matplotlib.pyplot as plt import numpy as np import talib as ta series = np.random.choice([1, -1], size=200) close = np.cumsum(series).astype... 阅读全文
posted @ 2016-06-21 06:29 罗兵 阅读(33784) 评论(5) 推荐(4) 编辑