上一页 1 ··· 638 639 640 641 642 643 644 645 646 ··· 851 下一页
摘要: .\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 绝不原创的飞龙 阅读(169) 评论(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 绝不原创的飞龙 阅读(67) 评论(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 绝不原创的飞龙 阅读(108) 评论(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 绝不原创的飞龙 阅读(185) 评论(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 绝不原创的飞龙 阅读(310) 评论(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 绝不原创的飞龙 阅读(101) 评论(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 绝不原创的飞龙 阅读(290) 评论(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 绝不原创的飞龙 阅读(127) 评论(0) 推荐(0)
摘要: 原文:www.backtrader.com/ 数据 - 多个时间框架 原文:www.backtrader.com/blog/posts/2015-08-24-data-multitimeframe/data-multitimeframe/ 有时,使用不同的时间框架进行投资决策: 周线用于评估趋势 每 阅读全文
posted @ 2024-04-15 11:19 绝不原创的飞龙 阅读(227) 评论(0) 推荐(0)
摘要: 原文:www.backtrader.com/ 条形图同步 www.backtrader.com/blog/posts/2015-10-04-bar-synchronization/bar-synchronization/ 文献和/或行业中缺乏标准公式并不是问题,因为问题实际上可以总结为: 条形图同步 阅读全文
posted @ 2024-04-15 11:19 绝不原创的飞龙 阅读(111) 评论(0) 推荐(0)
上一页 1 ··· 638 639 640 641 642 643 644 645 646 ··· 851 下一页