首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
A Powerful Tool for Programmatic Traders: Incremental Update Algorithm for Calculating Mean and Variance
Introduction In programmatic trading, it is often necessary to calculate averages and variances, such as calculating moving averages and volatility indi
FMZ~Lydia
2023-11-09 15:00:05
0
1044
PSY Factor Upgrade and Transformation
Welcome all traders to my channel, I am a Quant Developer, specializing in full-stack development of CTA, HFT & Arbitrage trading strategies. Thanks to the
FMZ~Lydia
2023-11-07 14:08:55
0
528
High-Frequency Trading Strategy Analysis - Penny Jump
High-frequency trading is a challenging and competitive field that relies on rapid trade execution and sensitive insights into the microstructure of the mar
FMZ~Lydia
2023-11-07 10:44:20
0
620
Alternative Trading Ideas--K-line Area Trading Strategy
Looking at a not-so-reliable trading idea – the K-line area trading strategy, in this article, we will explore the concept and try to implement the script.
FMZ~Lydia
2023-11-06 13:33:17
0
646
How to Measure Position Risk - An Introduction to the VaR Method
Controlling risk is a skill that every investor needs to learn. With the rapidly changing and evolving cryptocurrency market, algorithmic traders need to fo
FMZ~Lydia
2023-11-03 17:22:58
0
741
Analysis and instructions for use about built-in function _Cross
Analysis and instructions for use about built-in function _Cross The _Cross function in the Global Functions section of the API documentation is use
FMZ~Lydia
2023-10-07 15:35:44
0
533
Futu Securities Configuration Description Document
Futu Securities Configuration Description Document The FMZ Quant Trading Platform now supports Futu Securities’ live and simulated trading. The FMZ Qu
FMZ~Lydia
2023-08-03 14:21:00
0
588
FMZ Quant Uniswap V3 Exchange Pool Liquidity Related Operations Guide (Part 1)
FMZ Quant Uniswap V3 Exchange Pool Liquidity Related Operations Guide (Part 1) NonfungiblePositionManager Contract in Uniswap V3 When we add liqui
FMZ~Lydia
2023-07-21 09:22:33
0
721
Constructing Interactive Button Functions in the Strategy Status Bar
Constructing Interactive Button Functions in the Strategy Status Bar Description in API Documentation ”` // You can also construct a button in
FMZ~Lydia
2023-07-13 14:14:38
0
611
Strategy Interface Parameter Settings
Strategy Interface Parameter Settings 5 interface parameters Interface parameters are set in the Str
FMZ~Lydia
2023-07-13 14:11:46
0
646
FMZ Cryptocurrency Quantitative Platform WebSocket Usage Guide (Detailed Explanation of the Upgraded Dial Function)
FMZ Cryptocurrency Quantitative Platform WebSocket Usage Guide (Detailed Explanation of the Upgraded Dial Function) Most cryptocurrency exchanges suppo
FMZ~Lydia
2023-07-13 14:03:32
0
703
Crash Course in Python in X Minutes
”` Single line remark ”“” Multi-line strings can use three quotation marks to pack, which can also be regarded as multi-line remarks “””
FMZ~Lydia
2023-07-13 13:45:10
0
725
Crash Course in JavaScript in X Minutes
Crash Course in JavaScript in X Minutes Introduction to Grammar ”` // The “console.log” in the text can be replaced by the Log function in the d
FMZ~Lydia
2023-07-13 13:38:47
0
642
Regarding how to place BitMEX Post-Only Limit Orders and Batch Orders using IO (an example)
Regarding how to place BitMEX Post-Only Limit Orders and Batch Orders using IO (an example) Use the IO function and refer to the BitMEX documentation fo
FMZ~Lydia
2023-07-12 17:19:15
0
574
Open source FMZ Quant TA library, learn to use (with Javascript/Python/C++ versions)
Open source FMZ Quant TA library, learn to use (with JavascriptPythonC++ versions) The code is the best commentary, how can you say you know how to use
FMZ~Lydia
2023-07-12 15:55:21
0
755
FMZ Quant Trading Platform Custom Protocol Access to Customized Exchanges
FMZ Quant Trading Platform Custom Protocol Access to Customized Exchanges Custom Protocol Usage Documentation You can use this general protocol
FMZ~Lydia
2023-07-12 15:29:54
0
600
FMZ Has Launched Python Local Backtest Engine
FMZ Has Launched Python Local Backtest Engine FMZ backtest engine python package supports python2 and python3; supports Windows, Linux, Mac OS sys
FMZ~Lydia
2023-07-12 15:22:42
0
777
教你设计获取指定长度K线数据的模板类库
教你设计获取指定长度K线数据的模板类库 在设计一些趋势策略时,计算指标往往需要足够数量的K线Bar。依赖于FMZ平台API:exchange.GetRecords()函数给出的数据量,而exchange.GetRecords()就是对交易所K线接口的封装。在早期的加密货币交易所API
发明者量化-小小梦
2023-06-27 13:37:01
0
934
Get Started with web3 Development Easily Based on Ethereum Using FMZ
Get Started with web3 Development Easily Based on Ethereum Using FMZ EtherEaseWithFMZ Tutorial Get started with web3 development based on
FMZ~Lydia
2023-06-25 09:17:53
0
884
使用FMZ轻松入门基于以太坊的web3开发
EtherEaseWithFMZ教程 使用FMZ轻松入门基于以太坊的web3开发 以太坊是一个基于区块链技术的智能合约平台,它提供了一种去中心化的方式来编写和部署智能合约。智能合约是一种特殊的计算机程序,它可以在区块链上自动执行,并且可以在不需要信任第三方的情况下实现各种业务逻辑。 发明者
发明者量化-小小梦
2023-03-28 13:32:48
0
3270
Digital Currency High-Frequency Strategy Detailed Introduction
Digital Currency High-Frequency Strategy Detailed Introduction I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bb
FMZ~Lydia
2023-03-27 16:46:14
0
1049
如何破解世界圆周率日OKX的私钥谜题大奖(附带完整代码)
看隔壁大神群里说OKX在搞世界圆周率日解秘活动, 主题如下 做为一个资深老码农,看到消息后, 嘴角微微上扬, 打开我的MacBook Pro, 啥也不说了,搞起 分析 官方说了,有61位密钥在图片中与圆周率重合的部分, 私钥
发明者量化
2023-03-14 23:25:45
6
1647
Elegant and simple! Accessed Uniswap V3 on FMZ with 200 lines of code
Elegant and simple! Accessed Uniswap V3 on FMZ with 200 lines of code With the popularity of Defi concept in recent years, Uniswap V3 is one of the mos
FMZ~Lydia
2023-02-09 14:34:40
0
967
Linear pending order flow strategy developed based on data playback function
Linear pending order flow strategy developed based on data playback function Preface It is often said that trading is an art, and art comes from i
FMZ~Lydia
2022-12-23 20:06:04
0
637
Another TradingView Signal Execution Strategy Scheme
Another TradingView Signal Execution Strategy Scheme Traders who often use TradingView know that TradingView can push messages to other platforms. In
FMZ~Lydia
2022-12-15 21:23:24
0
856
数字货币因子模型
因子模型框架 股市的多因子模型的研究报告可谓汗牛充栋,有着丰富的理论和实践。数字货币市场无论币种数量、总市值、交易额、衍生品市场等都足以满足进行因子研究,本文主要面对量化策略初学者,不会涉及复杂的数学原理和统计分析,将以币安永续期货市场为数据源,构建一个简单的因子研究的框架,方便对因子指标进行
小草
2022-09-27 16:10:28
12
10524
多交易所现货价差套利策略逻辑分享
策略原理 由于流动性原因,当市场出现大额砸盘拉盘时必然会出现大额价格波动,交易所之间就会形成瞬间的价差,策略就是要捕捉这些瞬间执行快速交易完成低买高卖的过程。 有客户问我为啥要弄那么多交易所,这个是必然的,我们赚的是交易所之间的瞬时价差,交易所越多,交叉之后所形成的价差机会肯定越多。 策略核
@cqz
2022-06-27 21:26:27
4
8532
可视化模块搭建交易策略--深入
可视化模块搭建交易策略–深入 逻辑模块类型 #### 1、条件模块 该模块用于组合条件判断,模块可以增加多个条件分支。 点击小「齿轮」图标,就可以增加条件分支。
发明者量化-小小梦
2022-06-18 08:05:53
0
1829
60行代码实现一个思路--合约抄底策略
网格策略、马丁策略这种喜欢震荡行情的策略有其固有弊端,在ETH合约市场上也测试了一段时间的类似策略。也经常和FMZ.COM上的新老玩家们聊天分享经验。对于此类策略,有一点是非常赞同一位朋友的说法的。那就是币圈中做合约,做多相对于做空风险小了那么一丢丢。或者简单说就是下跌最惨就是归零,上涨是无限的。 那么马丁、网格之
发明者量化-小小梦
2022-03-19 14:37:08
14
3021
基于FMZ量化的订单同步管理系统设计(2)
基于FMZ量化的订单同步管理系统设计(2) 订单同步管理系统(Synchronous Server) 我们继续上篇文章:基于FMZ量化的订单同步管理系统设计(1)的讨论,开始设计同步跟单的策略。 考虑这样几个设计问
发明者量化-小小梦
2022-02-16 12:11:36
0
1209
1
2
3
4
5
6