上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 404 下一页
摘要: .\pandas-ta\pandas_ta\momentum\__init__.py # 设置文件编码为 UTF-8 # 导入 ao 指标 from .ao import ao # 导入 apo 指标 from .apo import apo # 导入 bias 指标 from .bias impo 阅读全文
posted @ 2024-04-15 13:40 绝不原创的飞龙 阅读(26) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\momentum\stc.py # -*- coding: utf-8 -*- 从 pandas 库中导入 DataFrame 和 Series 类 从 pandas_ta.overlap 模块中导入 ema 函数 从 pandas_ta.utils 模块 阅读全文
posted @ 2024-04-15 13:39 绝不原创的飞龙 阅读(19) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\momentum\rsi.py # -*- coding: utf-8 -*- # 导入所需模块和函数 from pandas import DataFrame, concat from pandas_ta import Imports from pand 阅读全文
posted @ 2024-04-15 13:38 绝不原创的飞龙 阅读(43) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\momentum\kst.py # -*- coding: utf-8 -*- # 导入DataFrame类 from pandas import DataFrame # 导入roc函数 from .roc import roc # 导入验证序列函数、获取 阅读全文
posted @ 2024-04-15 13:38 绝不原创的飞龙 阅读(16) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\momentum\cg.py # -*- coding: utf-8 -*- # 从 pandas_ta.utils 中导入 get_offset, verify_series, weights 函数 from pandas_ta.utils import 阅读全文
posted @ 2024-04-15 13:37 绝不原创的飞龙 阅读(26) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\custom.py # 设置文件编码为 UTF-8 # -*- coding: utf-8 -*- # 导入必要的模块 import importlib # 动态导入模块的工具 import os # 提供与操作系统交互的功能 import sys # 提 阅读全文
posted @ 2024-04-15 13:37 绝不原创的飞龙 阅读(56) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\pandas_ta\candles\cdl_inside.py # -*- coding: utf-8 -*- # 从 pandas_ta.utils 中导入 candle_color 和 get_offset 函数 from pandas_ta.utils import c 阅读全文
posted @ 2024-04-15 13:36 绝不原创的飞龙 阅读(57) 评论(0) 推荐(0) 编辑
摘要: .\pandas-ta\docs\conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a select 阅读全文
posted @ 2024-04-15 13:34 绝不原创的飞龙 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 原文:www.backtrader.com/ 开发一个指标 原文:www.backtrader.com/blog/posts/2015-07-18-developing-an-indicator/developing-an-indicator/ 在对 backtrader 进行了大量的微调之后(因为 阅读全文
posted @ 2024-04-15 11:22 绝不原创的飞龙 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 原文:www.backtrader.com/ 订单管理和执行 原文:www.backtrader.com/blog/posts/2015-08-08-order-creation-execution/order-creation-execution/ 回测,因此 backtrader,如果不能模拟订 阅读全文
posted @ 2024-04-15 11:20 绝不原创的飞龙 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 404 下一页