首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
FMZ量化Uniswap V3兑换池流动性相关操作指南(一)
Uniswap V3中的NonfungiblePositionManager合约 当我们向Uniswap V3流动性池(交易对池)中添加流动性之后,NonfungiblePositionManager合约就会返回一个铸造好的NFT给我们作为流动性添加的凭证。 第一步我们先使用路由合约获取到对应的Nonfung
发明者量化-小小梦
2023-07-14 17:36:55
1
1168
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
FMZ~Lydia
2023-07-12 14:49:24
0
787
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
FMZ~Lydia
2023-07-07 13:56:17
0
770
JavaScript策略设计中的__Thread函数应用
JavaScript策略设计中的__Thread函数应用 在最初的FMZ策略设计中,如果需要使用异步并发的操作只能使用exchange.Go()函数来实现FMZ封装接口的并发,无法并发执行一些自定义的操作(函数)。虽然这种设计让策略程序执行起来效率提高不少,但是对于原生编程语言中有过并发设计经验的
发明者量化-小小梦
2023-07-04 16:35:42
3
927
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
FMZ~Lydia
2023-06-29 17:27:59
0
716
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
FMZ~Lydia
2023-04-03 13:32:37
0
863
探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
探索FMZ策略编辑器的新功能 对于量化交易、程序化交易初学者学习入门最大的困难是什么?一般来说有这么几条。 基础知识欠缺:包括基础概念、市场规则、交易知识、策略思路等。 编程基础薄弱:包括逻辑表达、程序设计编写、程序调试排错。 逻辑思维薄弱:思考的过程容易造成混乱,越思考越混乱。
发明者量化-小小梦
2023-04-01 13:07:53
5
2817
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
FMZ~Lydia
2023-03-16 17:19:08
0
772
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
FMZ~Lydia
2023-03-07 15:12:04
0
848
让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持 在使用JavaScript语言在FMZ上开发策略时,由于策略架构是轮询的。如果有并发设计的场景是通过exchange.Go函数来进行一些接口的并发调用,从而实现一些并发场景的需求。但是如果希望真正单独创建一个线程执行一系列
发明者量化-小小梦
2023-03-02 14:19:15
3
1863
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
FMZ~Lydia
2023-02-16 14:55:00
0
838
高频交易的预期收益
高频交易的预期收益 摘要 *在高频交易中定义α比在低频交易中更复杂,因为并非所有策略都是基于价格进行预测,而是需要更多的条件,以及对它们之间的交互的理解。在本文中,我们通过解释高频交易的组成部分和用于实施高频策略的交易策略,开发了高频交易的α归因模型。结果表明,高频交易者需要快速才能产
FMZ~Lydia
2023-02-14 10:03:06
0
3229
Can we make quantitative trading without code? Let's find out...
Can we make quantitative trading without code? Let’s find out… NO.1 On Wall Street, quantitative trading has become the leading role of market t
FMZ~Lydia
2023-02-13 09:26:59
0
769
"Get the best deal" analysis of the vulnerability in the exchange
“Get the best deal” analysis of the vulnerability in the exchange NO.1 Preface In recent years, the digital currency industry based on blockchain
FMZ~Lydia
2023-02-10 15:08:43
0
706
5.6 Build probability thinking to improve your trading pattern
5.6 Build probability thinking to improve your trading pattern Summary Trading is both a science and an art. There are many methods in trading, wh
FMZ~Lydia
2023-02-10 10:10:11
0
737
When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading
When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading ChatGPT ChatGPT has been very popular recently. There
FMZ~Lydia
2023-02-08 11:54:20
0
767
9 trading rules help a trader earn $46,000 from $1,000 in less than a year
9 trading rules help a trader earn \(46,000 from \)1,000 in less than a year No, I am not a successful trader. I have been lucky many times, and I am sti
FMZ~Lydia
2023-02-07 14:25:57
0
749
From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return
From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return Preface Why should I take this course? What do y
FMZ~Lydia
2023-02-07 09:58:41
0
1042
Create a Bitcoin trading robot that won't lose money
Create a Bitcoin trading robot that won’t lose money Let’s use reinforcement learning in AI to build a digital currency trading robot. In this art
FMZ~Lydia
2023-02-01 11:52:21
0
818
The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading
The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading I have never worried about the digital currency market as much
FMZ~Lydia
2023-01-31 14:41:25
0
685
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function When implementing the quantitative strate
FMZ~Lydia
2023-01-31 09:57:00
0
678
The Application of "Shannon's Demon" in Digital Currency
The Application of “Shannon’s Demon” in Digital Currency Is there a free lunch in the digital currency market? In-depth research on a quantitative
FMZ~Lydia
2023-01-30 16:55:43
0
1261
优雅简洁!在FMZ上用200行代码接入了Uniswap V3
优雅简洁!在FMZ上用200行代码接入了Uniswap V3 近些年随着Defi概念的流行,在去中心化金融(DeFi)领域,Uniswap V3是最受关注的话题之一。作为领先的去中心化交换协议,Uniswap V3提供了更高效,更安全,更优秀的用户体验。现在,只需要200行代码,交易员和开发人员就可以在FM
发明者量化-小小梦
2023-01-30 15:38:02
5
2495
Principle and compilation of stop-loss model
Principle and compilation of stop-loss model Why stop-loss? Alligator Principle Suppose a croc
FMZ~Lydia
2023-01-30 14:50:20
0
782
Tycoon reveals algorithm trading: FMZ Quant platform market maker strategy
Digital currency algorithm transaction guide In this article, we will discuss the design and implementation
FMZ~Lydia
2023-01-29 11:41:22
0
797
Three potential models in quantitative trading
Three potential models in quantitative trading The triple realm of trading: induction - deduction - gaming Period potential model ”` MA1:MA
FMZ~Lydia
2023-01-28 11:38:37
0
684
Pivot Point Intraday Trading System
Pivot Point Intraday Trading System Pivot Point is an intraday trading method, which is very simple and practical. It is a very “simple” resistance sup
FMZ~Lydia
2023-01-20 11:08:51
0
706
6 Simple Strategies and Practices for Beginners in Digital Currency Quantitative Trading
6 Simple Strategies and Practices for Beginners in Digital Currency Quantitative Trading Saying that “trading digital currency may be profitable” can b
FMZ~Lydia
2023-01-20 09:15:33
0
724
Strategy framework of average true range
Strategy framework of average true range The average true range (ATR) is the moving average of the volatility of stock price in a certain period of tim
FMZ~Lydia
2023-01-19 10:31:47
0
700
Practice and application of thermostat strategy on FMZ Quant platform
Practice and application of thermostat strategy on FMZ Quant platform Why is it called a thermostat? We named the system according to its adaptability
FMZ~Lydia
2023-01-19 09:22:10
0
703
1
2
3
4
5
6
7
8
9
10
»
末页