logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • 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   1168
  • 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 FMZ~Lydia
    FMZ~Lydia 2023-07-12 14:49:24
    comments   0     hits   787
  • 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 FMZ~Lydia
    FMZ~Lydia 2023-07-07 13:56:17
    comments   0     hits   770
  • JavaScript策略设计中的__Thread函数应用
    JavaScript策略设计中的__Thread函数应用
    JavaScript策略设计中的__Thread函数应用 在最初的FMZ策略设计中,如果需要使用异步并发的操作只能使用exchange.Go()函数来实现FMZ封装接口的并发,无法并发执行一些自定义的操作(函数)。虽然这种设计让策略程序执行起来效率提高不少,但是对于原生编程语言中有过并发设计经验的
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-07-04 16:35:42
    comments   3     hits   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
    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 FMZ~Lydia
    FMZ~Lydia 2023-06-29 17:27:59
    comments   0     hits   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
    Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly For quantitative trading and program
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-04-03 13:32:37
    comments   0     hits   863
  • 探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
    探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
    探索FMZ策略编辑器的新功能 对于量化交易、程序化交易初学者学习入门最大的困难是什么?一般来说有这么几条。 基础知识欠缺:包括基础概念、市场规则、交易知识、策略思路等。 编程基础薄弱:包括逻辑表达、程序设计编写、程序调试排错。 逻辑思维薄弱:思考的过程容易造成混乱,越思考越混乱。
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-04-01 13:07:53
    comments   5     hits   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)
    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 FMZ~Lydia
    FMZ~Lydia 2023-03-16 17:19:08
    comments   0     hits   772
  • 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 FMZ~Lydia
    FMZ~Lydia 2023-03-07 15:12:04
    comments   0     hits   848
  • 让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
    让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
    让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持 在使用JavaScript语言在FMZ上开发策略时,由于策略架构是轮询的。如果有并发设计的场景是通过exchange.Go函数来进行一些接口的并发调用,从而实现一些并发场景的需求。但是如果希望真正单独创建一个线程执行一系列
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-03-02 14:19:15
    comments   3     hits   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...
    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 FMZ~Lydia
    FMZ~Lydia 2023-02-16 14:55:00
    comments   0     hits   838
  • 高频交易的预期收益
    高频交易的预期收益
    高频交易的预期收益 摘要 *在高频交易中定义α比在低频交易中更复杂,因为并非所有策略都是基于价格进行预测,而是需要更多的条件,以及对它们之间的交互的理解。在本文中,我们通过解释高频交易的组成部分和用于实施高频策略的交易策略,开发了高频交易的α归因模型。结果表明,高频交易者需要快速才能产
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-14 10:03:06
    comments   0     hits   3229
  • Can we make quantitative trading without code? Let's find out...
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-13 09:26:59
    comments   0     hits   769
  • "Get the best deal" analysis of the vulnerability in the exchange
    "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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-10 15:08:43
    comments   0     hits   706
  • 5.6 Build probability thinking to improve your trading pattern
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-10 10:10:11
    comments   0     hits   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
    When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading ChatGPT ChatGPT has been very popular recently. There
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-08 11:54:20
    comments   0     hits   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
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-07 14:25:57
    comments   0     hits   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
    From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return Preface Why should I take this course? What do y
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-07 09:58:41
    comments   0     hits   1042
  • Create a Bitcoin trading robot that won't lose money
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-02-01 11:52:21
    comments   0     hits   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
    The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading I have never worried about the digital currency market as much
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-31 14:41:25
    comments   0     hits   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
    Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function When implementing the quantitative strate
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-31 09:57:00
    comments   0     hits   678
  • The Application of "Shannon's Demon" in Digital Currency
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-30 16:55:43
    comments   0     hits   1261
  • 优雅简洁!在FMZ上用200行代码接入了Uniswap V3
    优雅简洁!在FMZ上用200行代码接入了Uniswap V3
    优雅简洁!在FMZ上用200行代码接入了Uniswap V3 近些年随着Defi概念的流行,在去中心化金融(DeFi)领域,Uniswap V3是最受关注的话题之一。作为领先的去中心化交换协议,Uniswap V3提供了更高效,更安全,更优秀的用户体验。现在,只需要200行代码,交易员和开发人员就可以在FM
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2023-01-30 15:38:02
    comments   5     hits   2495
  • Principle and compilation of stop-loss model
    Principle and compilation of stop-loss model
    Principle and compilation of stop-loss model Why stop-loss? Alligator Principle Suppose a croc
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-30 14:50:20
    comments   0     hits   782
  • Tycoon reveals algorithm trading: FMZ Quant platform market maker strategy
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-29 11:41:22
    comments   0     hits   797
  • Three potential models in quantitative trading
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-28 11:38:37
    comments   0     hits   684
  • Pivot Point Intraday Trading System
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-20 11:08:51
    comments   0     hits   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
    6 Simple Strategies and Practices for Beginners in Digital Currency Quantitative Trading Saying that “trading digital currency may be profitable” can b
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-20 09:15:33
    comments   0     hits   724
  • Strategy framework of average true range
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-19 10:31:47
    comments   0     hits   700
  • Practice and application of thermostat strategy on FMZ Quant platform
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-19 09:22:10
    comments   0     hits   703
  • 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)