logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
高频交易 交流分享 原创教程
  • Teach you how to let an old strategy docking the websocket quotes interface
    Teach you how to let an old strategy docking the websocket quotes interface
    There are many interesting strategies on the square page (https://www.fmz.com/square) of the FMZ Quant platform. Back then, most of the cryptocurrency exchange
    avatar of 善
    善 2019-10-08 14:56:58
    comments   0     hits   1450
  • Tick-level transaction matching mechanism developed for high-frequency strategy backtesting
    Tick-level transaction matching mechanism developed for high-frequency strategy backtesting
    Summary What is the most important thing when backtest the trading strategy? the speed? The performance indicator
    avatar of 善
    善 2019-09-09 11:46:24
    comments   0     hits   1478
  • Trading strategy development experience
    Trading strategy development experience
    The purpose of this article is to describe some experience in strategy development, as well as some tips, which will allow readers to quickly grasp the key po
    avatar of 善
    善 2019-09-05 11:49:31
    comments   0     hits   1445
  • 时间序列数据分析与Tick数据回测
    时间序列数据分析与Tick数据回测
    时间序列数据 时间序列是指在连续的等间隔时间段获取的数据序列。在量化投资中,这些数据主要表现为价格和所跟踪投资标的的数据点的移动。例如股票价格,在指定的时间段内定期记录的时间序列数据可以参照以下的这幅图,读者会得到的更加清晰的认识: /upload/asset/6e4b80ed9df052e9d225.pn
    avatar of 善
    善 2019-08-08 10:05:45
    comments   0     hits   5193
  • Detailed usage and practical skills of energy tide(OBV) indicator in quantitative trading
    Detailed usage and practical skills of energy tide(OBV) indicator in quantitative trading
    What is the energy tide? There is an idiom like this in ancient times: “always prepare supply before soldiers.” There is also a similar statement in the tr
    avatar of 善
    善 2019-08-02 12:06:20
    comments   0     hits   1693
  • 均线与RSI相对强弱指数组合策略的运用
    均线与RSI相对强弱指数组合策略的运用
    均线与RSI的结合运用 关于均线策略,在以往的文章中,已经多次提到且有很多实战策略可供各位读者选择,均线策略由于在趋势跟踪方面有很大的优势,一直被众多CTA策略爱好者所重视,但是对于市场来讲,大部分时间还是震荡居多,我们有必要加入一些对于震荡判断的指标结合趋势策略来使用。这样不仅会加大潜在的盈利能力,还会对于
    avatar of 善
    善 2019-07-31 14:28:28
    comments   0     hits   2881
  • 肯特纳通道升级版金肯特纳kingkeltner策略
    肯特纳通道升级版金肯特纳kingkeltner策略
    肯特纳通道简介 肯特纳通道是由Chester W. Keltner在上个世纪60年代发明的一个交易系统,其核心思想是均线理论。并且当时该系统在非常长的一段时间内,得到了令人瞩目的成绩。虽然原版的肯特纳通道系统没有刚出现时那么有效,但它的核心思想,至今都对交易界产生很深远的影响。 /uplo
    avatar of 发明者量化-小小梦
    发明者量化-小小梦 2019-07-27 16:14:26
    comments   0     hits   5140
  • Trading strategy based on box theory
    Trading strategy based on box theory
    The origin of the box theory The first contact box theory was seen in the book <> by Nicholas Davas, who was a da
    avatar of 善
    善 2019-07-22 15:23:44
    comments   0     hits   1613
  • 5.5 Trading strategy optimization
    5.5 Trading strategy optimization
    Summary The essence of trading strategy is to summarize the market principles and rules. The deeper your understanding of the market, the higher the abili
    avatar of 善
    善 2019-06-25 13:45:12
    comments   0     hits   1511
  • 5.4 Why do we need an off-sample test
    5.4 Why do we need an off-sample test
    Summary In the previous section, we showed you how to read the strategy backtesting performance report by focusing on several important performance indicat
    avatar of 善
    善 2019-06-25 13:44:13
    comments   0     hits   1384
  • 5.2 How to do quantitative trading backtesting
    5.2 How to do quantitative trading backtesting
    Summary The significance and importance of backtesting is undoubted. When doing quantitative backtesting, the strategy should be placed in the historical e
    avatar of 善
    善 2019-06-25 13:40:25
    comments   0     hits   1667
  • 4.5 C++ Language Quick Start
    4.5 C++ Language Quick Start
    Summary C++ is a very difficult programming language. The hard part mainly is to learn in depth, but if you just write strategy logic by C++, it won’t need
    avatar of 善
    善 2019-06-25 13:35:05
    comments   0     hits   1435
  • 4.2 How to implement strategic trading in JavaScript language
    4.2 How to implement strategic trading in JavaScript language
    How to implement strategic trading in JavaScript language Summary In the previous article, we introduced the fundamental knowledge that when using JavaSc
    avatar of 善
    善 2019-06-25 13:30:49
    comments   0     hits   1485
  • 3.5 Visual Programming language implementation of trading strategies
    3.5 Visual Programming language implementation of trading strategies
    Visual Programming language implementation of trading strategies Summary In the previous section, we learned about the introduction and characteristics of
    avatar of 善
    善 2019-06-25 12:13:48
    comments   0     hits   1578
  • 3.1 Quantitative trading programming language evaluation
    3.1 Quantitative trading programming language evaluation
    Quantitative trading programming language evaluation Summary In Chapters 1 and 2, we learned the basics of quantitative trading and the uses of FMZ Quant
    avatar of 善
    善 2019-06-25 12:05:44
    comments   0     hits   1469
  • 2.4 How to write a trading strategy on FMZ Quant platform
    2.4 How to write a trading strategy on FMZ Quant platform
    How to write a trading strategy on FMZ Quant platform Summary After studying the previous sections, we finally ready to write a quantitative trading strat
    avatar of 善
    善 2019-06-25 12:04:22
    comments   0     hits   3178
  • 2.3 Common API explanations
    2.3 Common API explanations
    Common API explanations Summary When it comes to programming, it must be inseparable from the API. For many non-programmer people, what is the API? In thi
    avatar of 善
    善 2019-06-25 12:03:15
    comments   0     hits   1441
  • 2.2 How to configure the FMZ Quant trading system
    2.2 How to configure the FMZ Quant trading system
    How to configure the FMZ Quant trading system Summary For the development of quantitative trading strategies, the first thing to do is the configuration o
    avatar of 善
    善 2019-06-25 12:02:03
    comments   0     hits   1839
  • 1.4 What are the elements of a complete strategy?
    1.4 What are the elements of a complete strategy?
    What are the elements of a complete strategy? Summary A complete strategy is actually a set of rules that traders give themselves. It includes all aspects
    avatar of 善
    善 2019-06-25 11:59:27
    comments   0     hits   1464
  • 1.3 What are needed for quantitative trading?
    1.3 What are needed for quantitative trading?
    What are needed for quantitative trading? Summary A complete quantitative trading life cycle is more than just the trading strategy itself. It consists of
    avatar of 善
    善 2019-06-25 11:58:22
    comments   0     hits   1432
  • 1.2 Why choose quantitative trading
    1.2 Why choose quantitative trading
    Why choose quantitative trading Summary Many people think complex trading strategies as a starting point when discussing quantitative trading, and inadvert
    avatar of 善
    善 2019-06-25 11:57:24
    comments   0     hits   1498
  • 1.1 What is quantitative trading?
    1.1 What is quantitative trading?
    What is quantitative trading? Summary As a product of the combination of science and machine, quantitative trading is changing the pattern of modern finan
    avatar of 善
    善 2019-06-25 11:56:35
    comments   0     hits   2177
  • Simplified version of Multi-platform Hedging Stabilization Arbitrage strategy  (Study purpose only)
    Simplified version of Multi-platform Hedging Stabilization Arbitrage strategy (Study purpose only)
    Simplified version of Multi-platform Hedging Stabilization Arbitrage www.fmz.com the original version of this strategy, you can find it at: https://www.fmz.co
    avatar of 善
    善 2018-08-30 10:28:43
    comments   2     hits   2300
  • 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)