logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • 商品期货与数字货币交易所API的异同
    商品期货与数字货币交易所API的异同
    商品期货CTP和数字货币API有着显著的差异,熟悉数字货币程序化交易而不熟悉商品期货程序化的,不能简单的照搬经验。本贴将总结一下它们之间的异同。 历史数据 CTP接口不提供历史行情,历史行情需通过行情商解决。如果未登陆或者登陆断线造成行情数据丢失,CTP不提供行情回补机制。只能通过第三方数据获取历史行情,数字
    avatar of 小草
    小草 2019-09-21 17:37:21
    comments   0     hits   2288
  • Application of the K-line shadow part in trading strategy
    Application of the K-line shadow part in trading strategy
    Summary The K line itself has little value, it is just a container of the price data. Starting from the lowest Tick data stream, it is divided into segments
    avatar of 善
    善 2019-09-20 12:05:37
    comments   0     hits   1303
  • Cryptocurrency quantitative trading strategy exchange configuration
    Cryptocurrency quantitative trading strategy exchange configuration
    When beginner designs a cryptocurrency quantitative trading strategy, there are often various functions requirements. Regardless of the programming languages a
    avatar of 善
    善 2019-09-16 14:55:26
    comments   0     hits   1495
  • Tick-level transaction matching mechanism developed for high-frequency strategy backtesting
    Tick-level transaction matching mechanism developed for high-frequency strategy backtesting
    Summary What is the most important thing when backtest the trading strategy? the speed? The performance indicator
    avatar of 善
    善 2019-09-09 11:46:24
    comments   0     hits   1421
  • Trading strategy development experience
    Trading strategy development experience
    The purpose of this article is to describe some experience in strategy development, as well as some tips, which will allow readers to quickly grasp the key po
    avatar of 善
    善 2019-09-05 11:49:31
    comments   0     hits   1394
  • K line data processing in quantitative trading
    K line data processing in quantitative trading
    How does the K Line data processing in quantitative trading? When writing a quantitative trading strategy, using the K-line data, there are often cases wh
    avatar of 善
    善 2019-09-03 11:15:30
    comments   0     hits   1871
  • 机器学习技术在交易中的应用
    机器学习技术在交易中的应用
    这篇文章的灵感来自于我在发明者量化平台进行数据研究期间,尝试将机器学习技术应用于交易问题后对一些常见警告和陷阱的观察。 如果你还没有阅读我以前的文章,我们建议你在本文之前阅读我之前在发明者量化平台建立的自动化数据研究环境指南和制定交易策略的系统方法。 地址在这里: https://www.fmz.com/dig
    avatar of 善
    善 2019-08-29 09:42:00
    comments   3     hits   3300
  • 实现有序排列的多空均衡权益策略
    实现有序排列的多空均衡权益策略
    在上一篇文章中(https://www.fmz.com/digest-topic/4187),我们介绍了配对交易策略,并演示了如何利用数据和数学分析来创建和自动化交易策略。 多空均衡权益策略是适用于一篮子交易标的的配对交易策略的自然延伸。其特别适用于品种众多且有相互关联性的交易市场,比如数字货币市场和商品期货市场.
    avatar of 善
    善 2019-08-24 10:05:53
    comments   0     hits   2043
  • 用Python实现一个Dual Thrust数字货币量化交易策略
    用Python实现一个Dual Thrust数字货币量化交易策略
    Dual Thrust交易算法介绍 Dual Thrust交易算法是由Michael Chalek开发的著名量化交易策略。它通常用于期货,外汇和股票市场。Dual Thrust的概念属于典型的突破交易系统,其运用“双推力”系统根据历史价格构建更新的回溯期,这在理论上使其在任何给定时期内更加稳定。 在这篇文章中
    avatar of 善
    善 2019-08-13 14:52:58
    comments   2     hits   3924
  • 程序化交易中的K线数据处理浅谈
    程序化交易中的K线数据处理浅谈
    程序化交易中的K线数据处理浅谈 在编写程序化交易策略时,使用K线数据,经常会有需求使用一些非标准周期K线数据的情况,例如需要使用12分钟周期K线数据、4小时K线周期数据,通常这类非标准周期是无法直接获取的。那么我们如何应对此类需求呢? 答案肯定是有办法的。 非标准周期可以通过更小周期的数据,合并
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-08-13 11:11:38
    comments   8     hits   4307
  • Calculation and application of DMI indicators
    Calculation and application of DMI indicators
    Introduction to DMI indicators The DMI indicator is also called the momentum indicator or the trend indicator, the full name is “Directional Movement Index
    avatar of 善
    善 2019-08-03 14:24:10
    comments   0     hits   2004
  • Detailed usage and practical skills of energy tide(OBV) indicator in quantitative trading
    Detailed usage and practical skills of energy tide(OBV) indicator in quantitative trading
    What is the energy tide? There is an idiom like this in ancient times: “always prepare supply before soldiers.” There is also a similar statement in the tr
    avatar of 善
    善 2019-08-02 12:06:20
    comments   0     hits   1639
  • 均线与RSI相对强弱指数组合策略的运用
    均线与RSI相对强弱指数组合策略的运用
    均线与RSI的结合运用 关于均线策略,在以往的文章中,已经多次提到且有很多实战策略可供各位读者选择,均线策略由于在趋势跟踪方面有很大的优势,一直被众多CTA策略爱好者所重视,但是对于市场来讲,大部分时间还是震荡居多,我们有必要加入一些对于震荡判断的指标结合趋势策略来使用。这样不仅会加大潜在的盈利能力,还会对于
    avatar of 善
    善 2019-07-31 14:28:28
    comments   0     hits   2764
  • Upgrade Edition of Keltner Channel trading Strategy
    Upgrade Edition of Keltner Channel trading Strategy
    Introduction to the Keltner Channel trading Strategy The Keltner channel is a trading system invented by Chester W. Keltner in the 1960s. Its core idea is
    avatar of 善
    善 2019-07-31 11:31:28
    comments   0     hits   1776
  • 神经网络与数字货币量化交易系列(2)——深度强化学习训练比特币交易策略
    神经网络与数字货币量化交易系列(2)——深度强化学习训练比特币交易策略
    1.介绍 上一篇文章介绍了使用LSTM网络预测比特币价格 https://www.fmz.com/digest-topic/4035 ,正如文章提到的,只是一个练手的小项目,用来熟悉RNN以及pytorch。本文将介绍使用强化学习的方法,直接训练交易策略。强化学习的模型为OpenAI开源的PPO,环境则参考
    avatar of 小草
    小草 2019-07-31 11:13:15
    comments   7     hits   5390
  • 瀑布线交易策略在发明者量化平台的实现与应用
    瀑布线交易策略在发明者量化平台的实现与应用
    瀑布线的定义 瀑布线是指用异同移动平均线(MACD)指标绘制的移动平均线,用于在证券中生成买入和卖出信号。瀑布线或信号线是交易者用来预测未来价格趋势的MACD指标线的九个周期指数移动平均线(EMA)。虽然九周期EMA是瀑布线的默认设置,但交易者可以调整EMA的长度以适应其交易标的和策略。 瀑布线的意义
    avatar of 善
    善 2019-07-29 15:22:39
    comments   0     hits   2346
  • 运用成交量指数加权的量化交易策略
    运用成交量指数加权的量化交易策略
    什么是成交量加权指数 成交量加权指数是一种投资指数,其中每份投资与其每个投资标的的成交量成比例地影响指数。在指数中添加每份投资的成交量并除以投资总数决定了指数的价值。具有较高成交量的投资将比具有较低成交量的投资给予更多权重,因此将对指数的表现有更大的发言权。 详解成交量加权指数 在成交量加权指数中
    avatar of 善
    善 2019-07-27 10:49:26
    comments   0     hits   1959
  • Introducing the Aroon indicator
    Introducing the Aroon indicator
    What is the Aroon indicator? In the technical analysis, Aroon is a very unique technical indicator. The word “Aroon” comes from Sanskrit, meaning “the lig
    avatar of 善
    善 2019-07-26 11:24:37
    comments   0     hits   1779
  • 基于价格的相对强弱量化交易策略
    基于价格的相对强弱量化交易策略
    什么是相对强度 相对强弱是一种动量投资策略,它将股票,交易基金(ETF)或共同基金的表现与整体市场的表现进行比较。通过使用特定的计算,投资者可以确定与整体市场相比最强的表现者,为投资提供建议。相对强弱假设正在上涨的资产价格会一直上涨,或至少延申其上涨轨迹。 这点特性在无论在任何交易标的中都是大概率成立的,在
    avatar of 善
    善 2019-07-25 11:21:52
    comments   0     hits   1949
  • Introducing the adaptive moving average KAMA
    Introducing the adaptive moving average KAMA
    As the name implies, the Moving Average (KAMA) belongs to the Moving Average category, but unlike the traditional moving average, it is way “smarter” than nor
    avatar of 善
    善 2019-07-24 14:09:06
    comments   0     hits   1732
  • 在发明者量化平台使用My语言实现Dual Thrust交易算法
    在发明者量化平台使用My语言实现Dual Thrust交易算法
    1. Dual Thrust交易策略简介 Dual Thrust交易算法是由Michael Chalek开发的着名策略。它通常用于期货,外汇和股票市场。Dual Thrust的概念类似于典型的突破系统,使用双推力历史价格构建更新回溯期 - 理论上使其在任何给定时期内更稳定。 2. Dual Thrus
    avatar of 善
    善 2019-07-23 11:15:46
    comments   0     hits   1647
  • Introduction to RangeBreak Strategy
    Introduction to RangeBreak Strategy
    The RangeBreak strategy was originally derived from futures and foreign exchange trading and is a type of intraday breakthrough strategy. In the <
    avatar of 善
    善 2019-07-23 10:50:18
    comments   0     hits   1565
  • Trading strategy based on box theory
    Trading strategy based on box theory
    The origin of the box theory The first contact box theory was seen in the book <> by Nicholas Davas, who was a da
    avatar of 善
    善 2019-07-22 15:23:44
    comments   0     hits   1532
  • 基于箱体理论的交易策略,支持商品期货和数字货币
    基于箱体理论的交易策略,支持商品期货和数字货币
    箱体理论的由来 第一次接触箱体理论是在《我如何从股市赚了200万》这本书中看到的,作者尼古拉斯·达瓦斯作为一个舞蹈家,在每次全球巡演之后,就用挣来的钱投资于股票,并且在短短几年内就赚到了200万美元,他所用的方法就是箱体理论。 这在当时是一件很不可思议的一件事情,以至于《时代》杂志也对他进
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-07-20 16:23:14
    comments   4     hits   3771
  • 恒温器策略在发明者量化平台的实践与应用
    恒温器策略在发明者量化平台的实践与应用
    为什么叫它恒温器。我们根据其在市场,震荡和趋势两种模式下转换和交易的适应能力来命名这个系统。该系统源自我们对特定系统在特定市场领域的成功的观察。此系统可以创建具有双重性质的策略来充分利用市场的两种模式。 首先,我们创建一个函数来帮助确定市场模式。根据此函数的输出,恒温器从跟随模式切换到短期摆动模式。 趋势跟踪模
    avatar of 善
    善 2019-07-20 14:34:05
    comments   0     hits   1786
  • 均幅指标策略框架
    均幅指标策略框架
    均幅指标(ATR)是取一定时间周期内的股价波动幅度的移动平均值,主要用于研判买卖时机。 均幅指标是显示市场变化率的指标,由威尔德(Welles Wilder)在《技术交易系统中的新概念》一书中首次提出,目前已成为众多指标经常引用的技术量。威尔德发现较高的ATR值常发生在市场底部,并伴随恐慌性抛盘。当其值较低时,则往
    avatar of 善
    善 2019-07-19 10:26:37
    comments   0     hits   1891
  • Pivot Point日内交易系统
    Pivot Point日内交易系统
    Pivot Point是日内交易方法,非常简单实用,是一套非常“单纯”的阻力支持体系,大概是10年前一个做期货的高手发明的方法,至今已经广泛的用在数字货币,股票、期货、国债、指数等高成交量的商品上。经典的Pivot Point是7点系统,就是7个价格组成的,目前广泛使用的13点系统,其实都是一样的,不过是多加了6个价
    avatar of 善
    善 2019-07-16 10:42:29
    comments   0     hits   2874
  • 量化交易中的三大潜力模型
    量化交易中的三大潜力模型
    交易的三重境界:归纳-演绎-博弈 周期潜力模型 ”` MA1:MA(O,18);//求18周期的开盘价均值 TMP:=(REF(C,1)-REF(C,10))/REF(C,1);//一个周期前的收盘价减去10个周期前收盘价的差值,比上1个周期前收盘价 REF(L,1)>REF(MA1,1)&&H>REF
    avatar of 善
    善 2019-07-15 11:03:50
    comments   1     hits   2371
  • 神经网络与数字货币量化交易系列(1)——LSTM预测比特币价格
    神经网络与数字货币量化交易系列(1)——LSTM预测比特币价格
    1.简单介绍 深度神经网络这些年越来越热门,在很多领域解决了过去无法解决的难题,体现了强大的能力。在时间序列的预测上,常用的神经网络价格是RNN,因为RNN不仅有当前数据输入,还有历史数据的输入,当然,当我们谈论RNN预测价格时,往往谈论的是RNN的一种:LSTM。本文就将以pytorch为基础,构建预测比
    avatar of 小草
    小草 2019-07-12 14:28:20
    comments   3     hits   7163
  • 止损模型的原理及编写
    止损模型的原理及编写
    为什么要止损 鳄鱼法则 假定一只鳄鱼咬住你的脚,如果你用手去试图挣脱你的脚,鳄鱼便会同时咬住你的脚与手。你愈挣扎,就被咬住得越多。所以,万一鳄鱼咬住你的脚,你唯一的机会就是牺牲一只脚。 在资本市场里,无论是数字货币
    avatar of 善
    善 2019-07-11 09:44:17
    comments   1     hits   3340
  • 首页
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
Forums
PINE Language FAQ Summary MyLanguage Web3 About Us
Product
Robot Strategy Node Platforms Tickets
API
Syntax guide User guide Trading api Blockchain Indicator

© 2015 - ∞ INVENTOR PTE LTD (SG)