logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • 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
  • 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   3230
  • 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
  • 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
  • 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
  • Trading strategy based on box theory, supporting commodity futures and digital currency
    Trading strategy based on box theory, supporting commodity futures and digital currency
    Trading strategy based on box theory, supporting commodity futures and digital currency Origin of the box theory The first time I came across the
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-18 16:39:14
    comments   0     hits   767
  • Relative strength quantitative trading strategy based on price
    Relative strength quantitative trading strategy based on price
    Relative strength quantitative trading strategy based on price What is relative strength? Relative strength is a momentum investment strategy that
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-18 15:06:34
    comments   0     hits   714
  • Quantitative trading strategy using trading volume weighted index
    Quantitative trading strategy using trading volume weighted index
    Quantitative trading strategy using trading volume weighted index What is the trading volume weighted index? The volume weighted index is an inve
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-18 14:06:08
    comments   0     hits   743
  • Neural Networks and Digital Currency Quantitative Trading Series (2) - Intensive Learning and Training Bitcoin Trading Strategy
    Neural Networks and Digital Currency Quantitative Trading Series (2) - Intensive Learning and Training Bitcoin Trading Strategy
    Neural Networks and Digital Currency Quantitative Trading Series (2) - Intensive Learning and Training Bitcoin Trading Strategy 1. Introduction In
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-12 16:49:09
    comments   0     hits   746
  • The development of CTA strategy and the standard class library of FMZ Quant platform
    The development of CTA strategy and the standard class library of FMZ Quant platform
    The development of CTA strategy and the standard class library of FMZ Quant platform The first generation CTA trading system and strategy The firs
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-11 14:47:52
    comments   0     hits   691
  • Quantitative trading strategy with price momentum analysis in Python
    Quantitative trading strategy with price momentum analysis in Python
    Quantitative trading strategy with price momentum analysis in Python Introduction to price momentum trading strategy Momentum trading strategy ana
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-11 11:35:36
    comments   0     hits   913
  • Implement a Dual Thrust Digital Currency Quantitative Trading Strategy in Python
    Implement a Dual Thrust Digital Currency Quantitative Trading Strategy in Python
    Implement a Dual Thrust Digital Currency Quantitative Trading Strategy in Python Introduction to Dual Thrust trading algorithm The Dual Thrust tra
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-10 17:07:49
    comments   0     hits   993
  • Pair trading based on data-driven technology
    Pair trading based on data-driven technology
    Pair trading based on data-driven technology Pair trading is a good example of formulating trading strategies based on mathematical analysis. In this a
    avatar of FMZ~Lydia
    FMZ~Lydia 2023-01-05 09:10:25
    comments   0     hits   917
  • Application of Machine Learning Technology in Trading
    Application of Machine Learning Technology in Trading
    Application of Machine Learning Technology in Trading The inspiration of this article comes from my observation of some common warnings and traps afte
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-30 10:53:07
    comments   0     hits   776
  • Use the research environment to analyze the details of triangular hedging and the impact of handling fees on hedgeable price difference
    Use the research environment to analyze the details of triangular hedging and the impact of handling fees on hedgeable price difference
    Use the research environment to analyze the details of triangular hedging and the impact of handling fees on hedgeable price difference Research ve
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-29 09:46:17
    comments   0     hits   632
  • Reform Deribit futures API to adapt to quantitative trading of options
    Reform Deribit futures API to adapt to quantitative trading of options
    Reform Deribit futures API to adapt to quantitative trading of options At present, there are many digital currency futures exchanges. However, as a fut
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-28 10:02:51
    comments   0     hits   712
  • Cross-currency hedging strategies in quantitative trading of blockchain assets
    Cross-currency hedging strategies in quantitative trading of blockchain assets
    Cross-currency hedging strategies in quantitative trading of blockchain assets In hedging strategies, there are various types of hedging: cross-market
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-27 10:11:48
    comments   0     hits   645
  • Acquire digital currency strategy guide of FMex on FMZ Quant
    Acquire digital currency strategy guide of FMex on FMZ Quant
    Acquire digital currency strategy guide of FMex on FMZ Quant Run the quantitative robot on the FMZ Quant Trading platform, following the following ste
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-27 08:56:07
    comments   0     hits   617
  • Teach you to write strategies -- transplant a MyLanguage strategy
    Teach you to write strategies -- transplant a MyLanguage strategy
    Teach you to write strategies – transplant a MyLanguage strategy Recently, when talking about strategies with my friends, I learned that many strategi
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-26 15:23:08
    comments   0     hits   751
  • Analysis of Donchian Channel Strategy in the Research Environment
    Analysis of Donchian Channel Strategy in the Research Environment
    Analysis of Donchian Channel Strategy in the Research Environment Strategy introduction Among many trading strategies, the Donchian Channel strat
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-26 09:19:00
    comments   0     hits   752
  • Off the shelf quantitative trading tool for digital currency options
    Off the shelf quantitative trading tool for digital currency options
    Off the shelf quantitative trading tool for digital currency options 1. Quantitative and program trading of digital currency options Recently, ma
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-23 22:12:54
    comments   0     hits   670
  • Simple grid strategy in Python version
    Simple grid strategy in Python version
    Simple grid strategy in Python version There are not many Python strategies on the strategy square. A Python version of the grid strategy is written he
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-23 21:00:45
    comments   0     hits   778
  • Linear pending order flow strategy developed based on data playback function
    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
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-23 20:06:04
    comments   0     hits   704
  • Strategy for buying the winners of Python version
    Strategy for buying the winners of Python version
    Strategy for buying the winners of Python version Trend strategy generally uses various indicators to judge the market direction, and uses the comparis
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-22 22:04:41
    comments   0     hits   698
  • FMZ Journey -- with Transition Strategy
    FMZ Journey -- with Transition Strategy
    FMZ Journey – with Transition Strategy I. Preface Before starting this article, let me start with my self-introduction. Qu Banzhu is my pseudonym
    avatar of FMZ~Lydia
    FMZ~Lydia 2022-12-22 19:26:39
    comments   0     hits   659
  • 1
  • 2
  • 3
  • 4
  • 5
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)