logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • 一个95后炒币者的自述
    一个95后炒币者的自述
    简介 大家好,我是“奥克量化”唯一创始人(实际上整个团队只有我一个人/手动狗头),大家可以叫我“坑叫兽”(为什么叫坑叫兽嘞,下文有解释)。我是一名95年的程序员,目前在杭州某爸爸公司下做开发。很高兴跟大家分享我的炒币史。文采一般,大家多多包涵。 一、初识交易、辞职炒币 第一次接触比特币的时候是在17年
    avatar of 奥克量化
    奥克量化 2020-01-21 20:32:33
    comments   5     hits   7807
  • 手把手教你把Python单品种策略改造成多品种策略
    手把手教你把Python单品种策略改造成多品种策略
    一、手把手教你把Python单品种策略改造成多品种策略 上期文章,实现了一个非常简单的Python策略:「Python版追涨杀跌策略」,该策略可以操作一个账户在某个交易对上进行程序化交易,原理很简单,就是追涨杀跌。有时候我们想
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2020-01-20 17:33:36
    comments   14     hits   4699
  • 我的自动化亏钱及FMZ上岸之旅
    我的自动化亏钱及FMZ上岸之旅
    大家好, 我是扁豆子, 大家看标题..emmm…没错! 我不是什么大佬, 只是想来记录一下, 我从初识量化到现在一路走来踩过的坑和最终在FMZ上岸, 找到自己合适的学习之路. 1. 新手村被史莱姆打的时期 其实在一开始了解数字货币后没多久, 就动了想要自动化交易的思想. 至于为什么… 谁不梦想在家
    avatar of 扁豆子
    扁豆子 2020-01-18 16:58:09
    comments   20     hits   6597
  • FMZ心路历程--附送跃迁策略
    FMZ心路历程--附送跃迁策略
    一、前言 在开始本文之前,区班主先做一个自我介绍,区班主是个笔名,希望用相声的手法来描述区块链。区班主原来从事嵌入式开发15年,最近两年通过研究区块链在物联网中的应用,更加深刻的理解了数字货币。同时在数字货币的交易过程中,发现了发明者量化平台。虽然区班主听说比特币比较早,但是真正重视起来,也就是这一两年的事
    avatar of 区班量化
    区班量化 2020-01-16 13:58:08
    comments   2     hits   4747
  • Python版追涨杀跌策略
    Python版追涨杀跌策略
    Python版追涨杀跌策略 趋势策略一般使用各种指标来判断行情方向,使用各个指标数值对比结果来作为交易信号。这样就避免不了使用参数,计算指标。既然使用了参数,就会有拟合的情况。在某些行情下策略表现非常好,但是如果运气不好,行情走势是对当前参数非常不友好的时候,可能策略表现就会非常差。所以,个人理解,对于策略设
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2020-01-11 14:49:08
    comments   6     hits   7309
  • Python版简单网格策略
    Python版简单网格策略
    Python版简单网格策略 策略广场上的Python策略不多,这里编写了一个Python版本的网格策略。策略原理十分简单,在一个价格区间内固定价格距离产生一系列的网格节点,当行情变化时,价格到达一个网格节点价格位置,就挂一个买入订单。当这个订单成交时,即按照挂单的价格加上利润差价,挂出平仓的卖单订单。捕捉在设
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2020-01-04 14:28:04
    comments   6     hits   5527
  • 手把手教你移植一个麦语言策略(进阶)
    手把手教你移植一个麦语言策略(进阶)
    手把手教你移植一个麦语言策略(进阶) 上一篇文章手把手教你写策略–移植一个my语言策略中,对于一个简单的麦语言策略做了移植测试,如果是一个稍微复杂一点的麦语言,如何移植成JavaScript语言的策略呢?这里面有哪些技巧呢?
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-11-13 09:15:56
    comments   0     hits   2802
  • 数字货币量化交易入门FAQ
    数字货币量化交易入门FAQ
    本文面向完全的小白程序化交易常见问题的解答,对于既不懂编程、也不懂量化、甚至不懂交易的新手,想要学习量化,刚开始就举步维艰,无从下手。本文会介绍一些最基础的概念。 1.什么是数字货币程序化交易? 程序化交易就是用程序通过API和交易所连接,实现按照设计的意图自动进行比特币买卖或实现其他功能。程序化与量化不
    avatar of 小草
    小草 2019-11-09 18:06:40
    comments   0     hits   4517
  • 发明者量化FMex挖矿策略使用指南
    发明者量化FMex挖矿策略使用指南
    发明者量化FMex挖矿策略使用指南 在发明者量化交易平台上运行量化机器人,按照以下步骤: ### 1、注册发明者量化(FMZ.COM) 如果已经注册了发明者量化,可以直接登录,忽略该步骤。 登录:https://www.fmz.com /upload/asset/15db1c5ec1a
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-11-07 14:37:49
    comments   2     hits   2975
  • Parabolic Steering SAR and Price High and Low Point Strategy
    Parabolic Steering SAR and Price High and Low Point Strategy
    Summary Parabolic steering is a very strange technical analysis indicator, invented by Welles Wilder, the full name of the abbreviation is “Stop and Revers
    avatar of 善
    善 2019-10-10 11:59:37
    comments   0     hits   1584
  • Similarities and differences between commodity futures and cryptocurrency exchanges API
    Similarities and differences between commodity futures and cryptocurrency exchanges API
    Commodity futures CTP and cryptocurrency API exchange have significant differences. Familiar with cryptocurrency exchange programming trading doesn’t mean fami
    avatar of 善
    善 2019-09-28 10:22:34
    comments   0     hits   1600
  • Multi-level percentage take profit strategy
    Multi-level percentage take profit strategy
    Summary Stanley Kroll mentioned in his book “Kroll on Futures Trading Strategy” that his taking profit methods is divided into three parts: when the target
    avatar of 善
    善 2019-09-25 16:24:31
    comments   0     hits   1783
  • 商品期货与数字货币交易所API的异同
    商品期货与数字货币交易所API的异同
    商品期货CTP和数字货币API有着显著的差异,熟悉数字货币程序化交易而不熟悉商品期货程序化的,不能简单的照搬经验。本贴将总结一下它们之间的异同。 历史数据 CTP接口不提供历史行情,历史行情需通过行情商解决。如果未登陆或者登陆断线造成行情数据丢失,CTP不提供行情回补机制。只能通过第三方数据获取历史行情,数字
    avatar of 小草
    小草 2019-09-21 17:37:21
    comments   0     hits   2788
  • 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   1662
  • 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   1803
  • 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   1706
  • 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   1675
  • 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   2213
  • 机器学习技术在交易中的应用
    机器学习技术在交易中的应用
    这篇文章的灵感来自于我在发明者量化平台进行数据研究期间,尝试将机器学习技术应用于交易问题后对一些常见警告和陷阱的观察。 如果你还没有阅读我以前的文章,我们建议你在本文之前阅读我之前在发明者量化平台建立的自动化数据研究环境指南和制定交易策略的系统方法。 地址在这里: https://www.fmz.com/dig
    avatar of 善
    善 2019-08-29 09:42:00
    comments   3     hits   3847
  • 实现有序排列的多空均衡权益策略
    实现有序排列的多空均衡权益策略
    在上一篇文章中(https://www.fmz.com/digest-topic/4187),我们介绍了配对交易策略,并演示了如何利用数据和数学分析来创建和自动化交易策略。 多空均衡权益策略是适用于一篮子交易标的的配对交易策略的自然延伸。其特别适用于品种众多且有相互关联性的交易市场,比如数字货币市场和商品期货市场.
    avatar of 善
    善 2019-08-24 10:05:53
    comments   0     hits   2431
  • 用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   4568
  • 程序化交易中的K线数据处理浅谈
    程序化交易中的K线数据处理浅谈
    程序化交易中的K线数据处理浅谈 在编写程序化交易策略时,使用K线数据,经常会有需求使用一些非标准周期K线数据的情况,例如需要使用12分钟周期K线数据、4小时K线周期数据,通常这类非标准周期是无法直接获取的。那么我们如何应对此类需求呢? 答案肯定是有办法的。 非标准周期可以通过更小周期的数据,合并
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-08-13 11:11:38
    comments   8     hits   4871
  • 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   2337
  • 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   1914
  • 均线与RSI相对强弱指数组合策略的运用
    均线与RSI相对强弱指数组合策略的运用
    均线与RSI的结合运用 关于均线策略,在以往的文章中,已经多次提到且有很多实战策略可供各位读者选择,均线策略由于在趋势跟踪方面有很大的优势,一直被众多CTA策略爱好者所重视,但是对于市场来讲,大部分时间还是震荡居多,我们有必要加入一些对于震荡判断的指标结合趋势策略来使用。这样不仅会加大潜在的盈利能力,还会对于
    avatar of 善
    善 2019-07-31 14:28:28
    comments   0     hits   3330
  • 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   2033
  • 神经网络与数字货币量化交易系列(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   6050
  • 瀑布线交易策略在发明者量化平台的实现与应用
    瀑布线交易策略在发明者量化平台的实现与应用
    瀑布线的定义 瀑布线是指用异同移动平均线(MACD)指标绘制的移动平均线,用于在证券中生成买入和卖出信号。瀑布线或信号线是交易者用来预测未来价格趋势的MACD指标线的九个周期指数移动平均线(EMA)。虽然九周期EMA是瀑布线的默认设置,但交易者可以调整EMA的长度以适应其交易标的和策略。 瀑布线的意义
    avatar of 善
    善 2019-07-29 15:22:39
    comments   0     hits   2787
  • 运用成交量指数加权的量化交易策略
    运用成交量指数加权的量化交易策略
    什么是成交量加权指数 成交量加权指数是一种投资指数,其中每份投资与其每个投资标的的成交量成比例地影响指数。在指数中添加每份投资的成交量并除以投资总数决定了指数的价值。具有较高成交量的投资将比具有较低成交量的投资给予更多权重,因此将对指数的表现有更大的发言权。 详解成交量加权指数 在成交量加权指数中
    avatar of 善
    善 2019-07-27 10:49:26
    comments   0     hits   2396
  • 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   2061
  • 首页
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
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)