logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • Exploration of Counter-Trend Short-Term Mean Reversion Strategy: A Learning Practice of "Volatility Statistical Arbitrage"
    Exploration of Counter-Trend Short-Term Mean Reversion Strategy: A Learning Practice of "Volatility Statistical Arbitrage"
    Source of Strategy Recently, I saw an interesting “Volatility Statistical Arbitrage Strategy” shared in the quantitative trading community. Although it i
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-06-27 13:23:30
    comments   0     hits   32
  • 逆势短线均值回归策略探索:一次"波差统计套利"的学习实践
    逆势短线均值回归策略探索:一次"波差统计套利"的学习实践
    策略思路来源 最近在量化交易社区看到一个比较有趣的”波差统计套利策略”分享,虽然名字叫套利策略,但仔细研究后发现,这个策略的核心思路其实更像是一种逆势交易方法,也有人称之为”接针战法”。 原作者的核心观点很简单:在市场下跌且波动率异常放大的时候,往往意味着恐慌性抛售,这时候逆势做多可能会有不错的收益
    avatar of ianzeng123
    ianzeng123 2025-06-26 14:33:24
    comments   0     hits   97
  • 浅谈一个加密货币趋势指标的开发记录
    浅谈一个加密货币趋势指标的开发记录
    在技术分析领域,识别“高点更高(HH)”、“低点更高(HL)”、“高点更低(LH)”和“低点更低(LL)”这四种核心价格结构模式,是研判市场趋势方向与潜在反转点的基石。这些模式直观地揭示了市场供需力量的动态平衡与主导情绪(看涨或看跌),为交易决策提供客观依据。 牛市与熊市的核心特征 /upload/ass
    avatar of ianzeng123
    ianzeng123 2025-06-23 16:08:06
    comments   0     hits   98
  • Visual Enhancement Tool! Use Renko and Heikin Ashi to Understand Market Trends on FMZ
    Visual Enhancement Tool! Use Renko and Heikin Ashi to Understand Market Trends on FMZ
    In quantitative trading, the traditional K-line chart is one of the most commonly used data presentation forms, but it also has certain limitations, such as
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-06-06 15:30:42
    comments   0     hits   44
  • 视觉增强利器!在FMZ上用砖图与平均K线读懂市场趋势
    视觉增强利器!在FMZ上用砖图与平均K线读懂市场趋势
    在量化交易中,传统的K线图是最常用的数据表现形式之一,但它也存在一定局限性,例如对波动不敏感或过度噪声影响。为了更清晰地观察价格趋势,交易者常常使用一些改进型图表,如: 砖图(Renko):基于价格变动而非时间绘制,有效过滤市场噪声。 平均K线(Heikin Ashi):通过平滑价格数据,更直
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-06-06 09:27:29
    comments   0     hits   209
  • 基于FMZ构建一个支持My语言和Pine策略语言的多账户跟单系统
    基于FMZ构建一个支持My语言和Pine策略语言的多账户跟单系统
    跟单系统的需求场景 在 FMZ 平台社区以及与用户的私信交流中,我经常被问到这样一个问题: “为什么用麦语言(My)或 Pine 脚本编写的策略,总是只能控制一个账户、一个品种?” 这个问题的本质在于语言本身的设计定位。My 语言和 Pine 语言作为高度封装的脚本语言,其底层均基于 J
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-05-22 16:28:53
    comments   0     hits   229
  • 基于FMZ量化平台的真实行情驱动仿真交易系统设计
    基于FMZ量化平台的真实行情驱动仿真交易系统设计
    前言 本文介绍了一个基于FMZ量化平台、以真实行情驱动的仿真交易系统 —— PaperTrader 的设计与实现。系统通过实时深度行情进行订单撮合,完整模拟策略下单、成交、资产变化及手续费处理等交易流程,支持市价/限价单、资产冻结与撤销归档,适用于策略测试与实盘前的真实行为验证。本文将从系统架构
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-04-30 16:59:01
    comments   0     hits   374
  • Using AI to Learn Strategy Design Reversely: A New Way to Improve Quantitative Trading Skills
    Using AI to Learn Strategy Design Reversely: A New Way to Improve Quantitative Trading Skills
    With the rapid development of artificial intelligence (AI) technology, it has demonstrated extremely high efficiency and creativity in many fields. As a high
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-04-27 16:12:03
    comments   0     hits   128
  • 用AI反向学习策略设计:提升量化交易技能的新思路
    用AI反向学习策略设计:提升量化交易技能的新思路
    随着人工智能(AI)技术飞速发展,已经在多个领域展现了极高的效率和创造力。量化交易作为一个高度技术化的领域,自然也在积极探索AI的应用。然而,实践中我们会发现,单纯依赖AI直接生成完整、稳定且可持续盈利的交易策略,仍然存在较大的挑战。 特别是对于平台上的新加入用户来说,由于编程技术薄弱,很难把自己的交
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-04-27 10:14:30
    comments   2     hits   485
  • The Go-Anywhere Quantitative Journey Starts from FMZ
    The Go-Anywhere Quantitative Journey Starts from FMZ
    Introduction Have you ever thought that quantitative trading can be learned easily and started immediately without writing code all night to build a fram
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-04-18 16:28:17
    comments   0     hits   130
  • 说走就走的量化旅程,从 FMZ 开始
    说走就走的量化旅程,从 FMZ 开始
    引言 有没有想过,不需要通宵写代码搭框架、不用自己设计UI、各种设计细节和机制,量化交易也可以轻松入门、即刻启程?在 FMZ 量化平台上,一切变得可能。你无需高深的编程背景,也不用担心复杂的部署流程——只要一台电脑,一个账户,就能开始你的“说走就走”的量化旅程。本文将带你从 0 开始,快速上手 FMZ,感受自
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-04-18 09:31:42
    comments   0     hits   563
  • DEX交易所量化实践(4)--  WOOFi / EdgeX 策略接入测试
    DEX交易所量化实践(4)-- WOOFi / EdgeX 策略接入测试
    在过去的几篇文章中,我们围绕主流 DEX 的接入做了探讨,而本篇将聚焦于实际使用方面,进行实际策略部署测试。FMZ平台近期又新增支持了WOOFi和EdgeX去中心化交易所,本篇我们就一起在这两个交易所上实践运行一些简单的教学策略。 WOOFi 在WOOFi上连接钱包,然后在API KEY页面,可以查看到A
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-04-10 15:36:06
    comments   0     hits   345
  • 基于FMZ平台Web3 Tron封装接入SunSwap DEX的实践
    基于FMZ平台Web3 Tron封装接入SunSwap DEX的实践
    前言 在区块链交易领域,去中心化交易所(DEX) 提供了无需信任的资产交换方式,而 SunSwap 作为 Tron 生态中的代表性 DEX,支持基于 Web3 的智能合约交互。FMZ 平台(发明者量化) 提供了强大的量化交易框架,使开发者能够集成多种交易策略。 FMZ平台已经支持了Web3 以
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-03-21 15:17:05
    comments   0     hits   335
  • FMZ Platform Web3 Ethereum Practice - Pending Order Exchange Based on Smart Contract
    FMZ Platform Web3 Ethereum Practice - Pending Order Exchange Based on Smart Contract
    Preface In the cryptocurrency market, trading opportunities are fleeting, especially high-yield arbitrage windows, which often only last for a very short
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-03-18 13:06:31
    comments   0     hits   167
  • FMZ 平台 Web3 以太坊实践 —— 基于智能合约的挂单兑换
    FMZ 平台 Web3 以太坊实践 —— 基于智能合约的挂单兑换
    前言 在加密货币市场,交易机会稍纵即逝,尤其是高收益套利窗口,往往只持续极短时间。如果仅依赖手动交易,往往难以跟上市场节奏。因此,挂单交易成为提高交易效率的重要手段。 本篇文章基于小草大神的文章思路,在FMZ平台上对Curve.fi的交易池挂单策略进行了重构,并介绍如何通过FMZ平台实现相同的
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-03-17 11:00:33
    comments   0     hits   373
  • How to Implement Pending Orders in Decentralized Exchanges — Taking Curve as An Example
    How to Implement Pending Orders in Decentralized Exchanges — Taking Curve as An Example
    Why Pending Orders? In the cryptocurrency market, trading opportunities are often fleeting, especially arbitrage opportunities, which may only last for a
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-03-14 13:05:07
    comments   0     hits   180
  • A Brief Analysis of Arbitrage Strategy: How to Capture Low-risk Opportunities with Short Time Lags
    A Brief Analysis of Arbitrage Strategy: How to Capture Low-risk Opportunities with Short Time Lags
    The inspiration for this strategy comes from the opportunity post by Zhihu author “Dream Dealer” - “TRUMP and MELANIA low-risk correlation arbitrage model”.
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-03-10 11:52:34
    comments   0     hits   219
  • 套利策略浅析:如何捕捉短时滞后的低风险机会
    套利策略浅析:如何捕捉短时滞后的低风险机会
    本策略的灵感来源于知乎作者“梦想贩子”的机会贴——“TRUMP与MELANIA低风险关联套利模式”。文章通过对两个在BN上线的合约(TRUMP与MELANIA)的价格关联性进行挖掘,并利用二者间微妙的时间延迟,尝试捕捉市场短期波动,从而实现低风险套利。接下来,我们将详细说明该策略的原理、代码实现逻辑,并探讨可能的优化
    avatar of ianzeng123
    ianzeng123 2025-03-07 14:11:55
    comments   0     hits   870
  • FMZ量化Web3拓展:新增Tron支持,扩展链上交易能力
    FMZ量化Web3拓展:新增Tron支持,扩展链上交易能力
    前言 区块链技术的发展正在推动量化交易进入Web3时代。FMZ量化交易平台作为领先的量化交易工具,早已在Web3方向上进行探索,并提供了 以太坊 (Ethereum) 相关功能,使用户能够直接在链上进行智能合约交互、资金管理和自动化交易策略执行。 如今,FMZ平台进一步扩展了Web3交易能力,
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-02-28 17:20:12
    comments   0     hits   303
  • Design and Implementation of DEX-CEX Exchange Price Difference Monitoring Based on FMZ Quant
    Design and Implementation of DEX-CEX Exchange Price Difference Monitoring Based on FMZ Quant
    Several DEX exchanges, including dydx_v4, hyperliquid, vertex, and aevo, have been encapsulated and connected on FMZ platform. As the competition for price d
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-02-21 14:56:34
    comments   0     hits   213
  • 基于FMZ量化的DEX-CEX交易所差价监控设计与实现
    基于FMZ量化的DEX-CEX交易所差价监控设计与实现
    在FMZ上陆续已经封装接入了dydx_v4、hyperliquid、vertex、aevo几家DEX交易所,在中心化交易所差价套利竞争日益激烈的当下,已经不少量化交易者把目光投向了去中心化交易所,本篇我们就来一起探讨DEX-CEX之间的差价监控的设计与实现。 对冲套利这种策略的第一步就是统计目标组合的价差,观察分析
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-02-21 10:40:52
    comments   0     hits   759
  • Quantitative Analysis Helps Grid Strategy (II): Relationship Between Grid Number and Yield
    Quantitative Analysis Helps Grid Strategy (II): Relationship Between Grid Number and Yield
    In the previous article, we used quantitative analysis methods to screen currencies by amplitude and fluctuation preliminarily. Next, we will explore a key f
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-02-18 09:05:50
    comments   0     hits   230
  • Quantitative Analysis Helps Grid Strategy (I): Screening Target Currencies
    Quantitative Analysis Helps Grid Strategy (I): Screening Target Currencies
    Grid trading is an automated trading strategy that aims to make profits through market price fluctuations without relying on unilateral market trends. The co
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-02-17 14:22:45
    comments   0     hits   193
  • Quantitative Practice of DEX Exchanges (3) - Vertex Protocol User Guide
    Quantitative Practice of DEX Exchanges (3) - Vertex Protocol User Guide
    This is the third article about the quantitative practice of DEX exchanges. In this article, we will introduce the user guide of the Vertex protoc
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-02-14 09:48:39
    comments   0     hits   221
  • DEX交易所量化实践(3)-- Vertex 协议 使用指南
    DEX交易所量化实践(3)-- Vertex 协议 使用指南
    本篇是关于DEX交易所量化实践的第三篇,这次要介绍Vertex协议的使用指南。 前言 在传统去中心化交易所(DEX)的框架中,量化交易者往往需要妥协:要么接受自动化做市商(AMM)模型的高滑点与低执行效率,要么陷入跨链流动性割裂、衍生品功能单一的技术困局。而Vertex Protocol的
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-02-09 16:05:08
    comments   0     hits   459
  • Quantitative Implementation of Currency-Based Short-Selling Fee Arbitrage Strategy
    Quantitative Implementation of Currency-Based Short-Selling Fee Arbitrage Strategy
    Quantitative Implementation of Currency-Based Short-Selling Fee Arbitrage Strategy Imagine a strategy that can be as stable as a rock in the violent flu
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-02-07 10:57:13
    comments   0     hits   224
  • Quantitative Practice of DEX Exchanges (2) -- Hyperliquid User Guide
    Quantitative Practice of DEX Exchanges (2) -- Hyperliquid User Guide
    Preface Recently, the FMZ platform has added support for Hyperliquid DEX, a high-performance decentralized exchange, providing users with more options fo
    avatar of FMZ~Lydia
    FMZ~Lydia 2025-01-16 10:57:22
    comments   0     hits   355
  • DEX交易所量化实践(2)-- Hyperliquid 使用指南
    DEX交易所量化实践(2)-- Hyperliquid 使用指南
    前言 近期,FMZ 平台新增支持了 Hyperliquid DEX 这一高性能去中心化交易所,为用户参与去中心化交易提供了更多选择。目前,FMZ 平台的托管者功能已全面更新,支持 Hyperliquid 的现货及永续合约交易,并覆盖该 DEX 的全部 API 功能。 Hyperliquid
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2025-01-15 13:43:15
    comments   0     hits   1445
  • Quantitative Practice of DEX Exchanges (1) -- dYdX v4 User Guide
    Quantitative Practice of DEX Exchanges (1) -- dYdX v4 User Guide
    Preface With the rapid rise of decentralized exchanges (DEX) in the field of cryptocurrency trading, quantitative traders have turned to these platforms
    avatar of FMZ~Lydia
    FMZ~Lydia 2024-12-26 15:32:24
    comments   0     hits   309
  • Introduction to Lead-Lag Arbitrage in Cryptocurrency (3)
    Introduction to Lead-Lag Arbitrage in Cryptocurrency (3)
    In the previous article, we introduced cross-exchange “brick moving” arbitrage. In this article, we will take a deep look at how to apply the Lead-Lag effect
    avatar of FMZ~Lydia
    FMZ~Lydia 2024-12-25 16:04:11
    comments   0     hits   310
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • 末页
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)