首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
善
| 创建于:2019-07-10 09:55:13
2019-07-16 15:37:32
量化交易策略中分组指令的编写
为什么要分组指令 策略开发者的需求 对于不同的行情需要用不同的指标来研判。我能否根据不同的开仓条件设置不同的止损价差呢? 比如传统模型编写平仓条件没有对不同的开仓条件加以区分。 以下代码是一个简单的传统的不区分开仓条件的策略: ”` MA5^^MA(C,5); MA10^^MA(C,10); RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW
0
2019
善
| 创建于:2019-05-10 17:13:19
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 ability to express ideas with code, the closer
0
8871
善
| 创建于:2019-05-10 09:13:53
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 indicators. In fact, it is not hard to write a s
0
1414
善
| 创建于:2019-05-09 10:27:14
5.3 How to read the strategy backtest performance report
Today’s market analysis platforms allow traders to quickly review a trading system. Whether looking at hypothetical results or actual trading data, there are hundreds of performance metrics that can b
0
1492
善
| 创建于:2019-05-08 13:08:52
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 environment as real and close as possible.
0
1659
善
| 创建于:2019-05-07 15:06:15
5.1 The meaning and trap of backtesting
Summary Backtesting is the most different place between quantitative trading and traditional trading. According to the real market data that has happened in history, the simulation strategy signal
0
1306
善
| 创建于:2019-05-06 13:00:27
4.6 How to implement strategies in C++ language
Summary In the previous article, we explained the premise of implementing the trading strategy from the introduction of C++ language, basic grammar, and strategy structure. In this article, we wil
0
1369
善
| 创建于:2019-04-30 08:50:54
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 much deep knowledge, as long as it is no
0
1223
善
| 创建于:2019-04-28 16:51:22
4.4 How to implement strategies in Python language
Summary In the previous article, we learned about the introduction to the Python language, the basic syntax, the strategy framework and more. Although the content was boring, but it’s a must-requi
0
1429
善
| 创建于:2019-04-28 09:55:02
4.3 Getting started with the Python language
Preliminary fluff So, you want to learn the Python programming language but can’t find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It’s
0
1207
善
| 创建于:2019-04-27 11:53:15
4.2 How to implement strategic trading in JavaScript language
Summary In the previous article, we introduced the fundamental knowledge that when using JavaScript to write a program, including the basic grammar and materials. In this article, we will use it w
0
1230
善
| 创建于:2019-04-26 11:46:12
2019-04-27 11:53:43
4.1 JavaScript language quick start
Background This section gives a little background on JavaScript to help you understand why it is the way it is. JavaScript Versus ECMAScript ECMAScript is the official name for JavaScript. A n
0
1269
善
| 创建于:2019-04-25 12:21:22
2019-04-27 11:53:56
3.5 Visual Programming language implementation of trading strategies
Summary In the previous section, we learned about the introduction and characteristics of the visual programming tool, the “ hello world ” example, and the strategy writing on the FMZ Quant tradin
0
1298
善
| 创建于:2019-04-23 15:00:14
2019-04-27 11:54:05
3.4 Visual programming quick start
Summary Many subjective traders are interested in quantitative trading, at first, they begin with full confidence. After learning the basic grammar, data operations, data structure, logic control
0
1305
善
| 创建于:2019-04-22 10:32:04
2019-04-27 11:54:15
3.3 How to implement strategies in M language
Summary In the previous article, we explained the premise of realizing the trading strategy from the aspects of the introduction of the M language , the basic grammar, the model execution method,
0
1249
善
| 创建于:2019-04-19 14:18:38
2019-04-27 11:54:30
3.2 Getting started with the M language
Summary What is the M language? The so-called M language is a set of programmatic functions that extend from the early stock trading technical indicators. Encapsulating the algorithm into a single
0
1473
善
| 创建于:2019-04-18 15:03:37
2019-04-27 11:54:49
3.1 Quantitative trading programming language evaluation
Summary In Chapters 1 and 2, we learned the basics of quantitative trading and the uses of FMZ Quant tools. In this chapter, we will implement the actual trading strategies. If a worker wants to d
0
1389
善
| 创建于:2019-04-17 15:01:01
2019-04-27 11:55:41
2.4 How to write a trading strategy on FMZ Quant platform
Summary After studying the previous sections, we finally ready to write a quantitative trading strategy. This will be the most important step in your entry into the quantitative trading from manua
0
1451
善
| 创建于:2019-04-16 15:39:35
2019-04-17 10:55:33
2.3 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 this section we will use the easiest language to explain what is the
0
1324
善
| 创建于:2019-04-15 14:48:05
2019-04-17 10:55:47
2.2 How to configure the FMZ Quant trading system
Summary For the development of quantitative trading strategies, the first thing to do is the configuration of the trading tools. In this section we will take you through setting up exchanges, creat
0
1333
善
| 创建于:2019-04-13 10:49:18
2019-04-17 10:56:05
2.1 Introduction to the quantitative trading tool
Summary In the previous chapter, we learned about the concepts of quantitative trading, have a basic understanding of quantitative trading. So what tools are available on the market that can do qu
0
1755
善
| 创建于:2019-04-12 09:48:38
1.4 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 of the trading, and does not leave a little room for subjective imagination. Every choic
0
1238
善
| 创建于:2019-04-11 10:05:43
1.3 What are needed for quantitative trading?
Summary A complete quantitative trading life cycle is more than just the trading strategy itself. It consists of at least six parts, including: strategy design, model building, backtesting tuning,
0
1280
善
| 创建于:2019-04-10 14:23:00
2019-04-10 14:28:45
1.2 Why choose quantitative trading
Summary Many people think complex trading strategies as a starting point when discussing quantitative trading, and inadvertently put a layer of mystery on quantitative trading. In this section, we
0
1285
善
| 创建于:2019-04-09 16:01:03
1.1 What is quantitative trading?
Summary As a product of the combination of science and machine, quantitative trading is changing the pattern of modern financial markets. Many investors have turned their attention to this field. H
0
1376
善
| 创建于:2019-04-09 15:59:47
2019-05-10 09:46:36
Quantitative trading quick start
Quantitative trading quick start Content Part 1, the basis of quantitative trading What is quantitative trading? Why choose quantitative trading
0
1428
善
| 创建于:2019-04-08 10:56:11
Implementing MACD in Python
MACD is a popularly used technical indicator in trading stocks, currencies, cryptocurrencies, etc. Basics of MACD MACD is used and discussed in many different trading circles. Moving Average Conve
0
1725
善
| 创建于:2019-03-30 15:13:14
How can newcomers go through the road, how to capture trends and make profits last?
In trading, a single transaction result with win or loss is not the focus of quantitative traders, so what are they most concerned about? The answer is the result of trading the system after 800 or 10
0
1350
善
| 创建于:2019-03-30 11:17:42
Beginner's Guide to Time Series Analysis
Over the last few years we’ve looked at various tools to help us identify exploitable patterns in asset prices. In particular we have considered basic econometrics, statistical machine learning and Ba
0
1272
善
| 创建于:2019-03-29 14:24:50
Backtesting a Forecasting Strategy for the S&P500 in Python with pandas
Mature Python libraries such as matplotlib, pandas and scikit-learn also reduce the necessity to write boilerplate code or come up with our own implementations of well known algorithms. The Foreca
0
2330
1
2
3
4
5
6
7
8
9
10
»
末页