logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • Futu Securities Configuration Description Document
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-08-03 14:21:00
    comments   0     hits   869
  • FMZ Quant Uniswap V3 Exchange Pool Liquidity Related Operations Guide (Part 1)
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-21 09:22:33
    comments   0     hits   1046
  • FMZ量化Uniswap V3兑换池流动性相关操作指南(一)
    FMZ量化Uniswap V3兑换池流动性相关操作指南(一)
    Uniswap V3中的NonfungiblePositionManager合约 当我们向Uniswap V3流动性池(交易对池)中添加流动性之后,NonfungiblePositionManager合约就会返回一个铸造好的NFT给我们作为流动性添加的凭证。 第一步我们先使用路由合约获取到对应的Nonfung
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-14 17:36:55
    comments   1     hits   1524
  • Constructing Interactive Button Functions in the Strategy Status Bar
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-13 14:14:38
    comments   0     hits   911
  • Strategy Interface Parameter Settings
    Strategy Interface Parameter Settings
    Strategy Interface Parameter Settings 5 interface parameters Interface parameters are set in the Str
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-13 14:11:46
    comments   0     hits   933
  • 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)
    FMZ Cryptocurrency Quantitative Platform WebSocket Usage Guide (Detailed Explanation of the Upgraded Dial Function) Most cryptocurrency exchanges suppo
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-13 14:03:32
    comments   0     hits   989
  • Crash Course in Python in X Minutes
    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 “””
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-13 13:45:10
    comments   0     hits   992
  • Crash Course in JavaScript in X Minutes
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-13 13:38:47
    comments   0     hits   907
  • 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)
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-12 17:19:15
    comments   0     hits   792
  • Open source FMZ Quant TA library, learn to use (with Javascript/Python/C++ versions)
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-12 15:55:21
    comments   0     hits   1043
  • FMZ Quant Trading Platform Custom Protocol Access to Customized Exchanges
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-12 15:29:54
    comments   0     hits   878
  • FMZ Has Launched Python Local Backtest Engine
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-12 15:22:42
    comments   0     hits   1112
  • Advanced tutorials for FMZ Quant platform strategy writing
    Advanced tutorials for FMZ Quant platform strategy writing
    Before learning this tutorial, you need to study Get Started with FMZ Quant Platform and [Elementary Tutorial
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-12 14:49:24
    comments   0     hits   1121
  • Application of the "__Thread" function in JavaScript strategy design
    Application of the "__Thread" function in JavaScript strategy design
    Application of the “__Thread” function in JavaScript strategy design In the initial design of FMZ strategy, if asynchronous concurrent operations are re
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-07 13:56:17
    comments   0     hits   1000
  • JavaScript策略设计中的__Thread函数应用
    JavaScript策略设计中的__Thread函数应用
    JavaScript策略设计中的__Thread函数应用 在最初的FMZ策略设计中,如果需要使用异步并发的操作只能使用exchange.Go()函数来实现FMZ封装接口的并发,无法并发执行一些自定义的操作(函数)。虽然这种设计让策略程序执行起来效率提高不少,但是对于原生编程语言中有过并发设计经验的
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-04 16:35:42
    comments   3     hits   1192
  • Teach you to design template class library to get K-line data of specified length
    Teach you to design template class library to get K-line data of specified length
    Teach you to design template class library to get K-line data of specified length When designing trend strategies, it is often necessary to have a suff
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-06-29 17:27:59
    comments   0     hits   956
  • 教你设计获取指定长度K线数据的模板类库
    教你设计获取指定长度K线数据的模板类库
    教你设计获取指定长度K线数据的模板类库 在设计一些趋势策略时,计算指标往往需要足够数量的K线Bar。依赖于FMZ平台API:exchange.GetRecords()函数给出的数据量,而exchange.GetRecords()就是对交易所K线接口的封装。在早期的加密货币交易所API
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-06-27 13:37:01
    comments   0     hits   1451
  • Get Started with web3 Development Easily Based on Ethereum Using FMZ
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-06-25 09:17:53
    comments   0     hits   1238
  • Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly
    Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly
    Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly For quantitative trading and program
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-04-03 13:32:37
    comments   0     hits   1115
  • 探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
    探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
    探索FMZ策略编辑器的新功能 对于量化交易、程序化交易初学者学习入门最大的困难是什么?一般来说有这么几条。 基础知识欠缺:包括基础概念、市场规则、交易知识、策略思路等。 编程基础薄弱:包括逻辑表达、程序设计编写、程序调试排错。 逻辑思维薄弱:思考的过程容易造成混乱,越思考越混乱。
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-04-01 13:07:53
    comments   5     hits   3252
  • 使用FMZ轻松入门基于以太坊的web3开发
    使用FMZ轻松入门基于以太坊的web3开发
    EtherEaseWithFMZ教程 使用FMZ轻松入门基于以太坊的web3开发 以太坊是一个基于区块链技术的智能合约平台,它提供了一种去中心化的方式来编写和部署智能合约。智能合约是一种特殊的计算机程序,它可以在区块链上自动执行,并且可以在不需要信任第三方的情况下实现各种业务逻辑。 发明者
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-28 13:32:48
    comments   0     hits   4087
  • Digital Currency High-Frequency Strategy Detailed Introduction
    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
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-27 16:46:14
    comments   0     hits   1378
  • Introduction to Detailed High-Frequency Trading Strategies for Cryptocurrencies
    Introduction to Detailed High-Frequency Trading Strategies for Cryptocurrencies
    I wrote an article in 2020 introducing high-frequency trading strategies (https://www.fmz.com/digest-topic/6228). Although it received some attention, it was n
    avatar of QCoder
    QCoder 2023-03-19 19:56:11
    comments   0     hits   1893
  • How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code)
    How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code)
    How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code) I saw some Tycoons in the group saying that OKX was holding a World Pi Day
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-16 17:19:08
    comments   0     hits   996
  • 如何破解世界圆周率日OKX的私钥谜题大奖(附带完整代码)
    如何破解世界圆周率日OKX的私钥谜题大奖(附带完整代码)
    看隔壁大神群里说OKX在搞世界圆周率日解秘活动, 主题如下 做为一个资深老码农,看到消息后, 嘴角微微上扬, 打开我的MacBook Pro, 啥也不说了,搞起 分析 官方说了,有61位密钥在图片中与圆周率重合的部分, 私钥
    avatar of QCoder
    QCoder 2023-03-14 23:25:45
    comments   6     hits   2119
  • 数字货币高频策略详细入门
    数字货币高频策略详细入门
    我在2020年写过一篇文章介绍高频策略,https://www.fmz.com/digest-topic/6228 。虽然得到不少关注,但写的并不深入。时间又过去了2年多,市场也发生了变化。那篇文章发出后,我的高频策略很长时间能很稳定的赚钱,但慢慢的利润逐渐下降,甚至一度也中止过。最近几个月又花了精力进行
    avatar of 小草
    小草 2023-03-10 10:09:13
    comments   13     hits   12023
  • Concurrent Strategy Execution with JavaScript Multithreading Support
    Concurrent Strategy Execution with JavaScript Multithreading Support
    Let the strategy program be executed concurrently, and add multi-thread support at the bottom of the system to the JavaScript strategy When developing
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-07 15:12:04
    comments   0     hits   1057
  • 让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
    让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
    让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持 在使用JavaScript语言在FMZ上开发策略时,由于策略架构是轮询的。如果有并发设计的场景是通过exchange.Go函数来进行一些接口的并发调用,从而实现一些并发场景的需求。但是如果希望真正单独创建一个线程执行一系列
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-02 14:19:15
    comments   3     hits   2223
  • If you don't know how to write a strategy in such an easy-to-learn and easy-to-use Pine language...
    If you don't know how to write a strategy in such an easy-to-learn and easy-to-use Pine language...
    If you don’t know how to write a strategy in such an easy-to-learn and easy-to-use Pine language… The number of open source strategies on TradingView is
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-02-16 14:55:00
    comments   0     hits   1076
  • 高频交易的预期收益
    高频交易的预期收益
    高频交易的预期收益 摘要 *在高频交易中定义α比在低频交易中更复杂,因为并非所有策略都是基于价格进行预测,而是需要更多的条件,以及对它们之间的交互的理解。在本文中,我们通过解释高频交易的组成部分和用于实施高频策略的交易策略,开发了高频交易的α归因模型。结果表明,高频交易者需要快速才能产
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-02-14 10:03:06
    comments   0     hits   3774
  • 首页
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
  • 末页
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)