How to install ta-lib on linux docker?
On the aws instance I installed ta-lib successfully using the python3 pip. But I'm still getting this > Traceback (most recent call last): File "<string>", line 1028, in __init_botvs__ File "<string>
Help
3
2242
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

Quantpedia
0
9369
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

Quantpedia
0
1849
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

Quantpedia
0
1934
FAQ
> 1.Where are the logs stored? logs are in a DB3 database located in LOGS folder where the docker is located. > 2.How can I get a filled orders list? exchange.GetOrders() only get p
Help
1
2505
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.

Quantpedia
0
2210
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

Quantpedia
0
1760
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

Quantpedia
0
1804
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

Quantpedia
0
1654
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

Quantpedia
0
1857
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
Quantpedia
0
1618
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

Quantpedia
0
1719
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

Quantpedia
0
1671
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

Quantpedia
0
1773
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

Quantpedia
0
1863
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,

Quantpedia
0
1683
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

Quantpedia
0
1971
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

Quantpedia
0
1838
Make Post-Only order and bulk orders on BitMEX through IO
Make Post-Only order and bulk orders on BieMEX Use IO function,refer to BitMEX doc:https://www.fmz.com/bbs-topic/3666 >Post-Only order var id = exchange.IO("api", "POST", "/api/v1/order", "s
Top
Help
精华|Digest
0
2253
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

Quantpedia
0
1913
Recommend Follow
Featured recommended
∙ How to install ta-lib on linux docker?∙ 5.5 Trading strategy optimization∙ 5.4 Why do we need an off-sample test∙ 5.3 How to read the strategy backtest performance report∙ FAQ∙ 5.2 How to do quantitative trading backtesting∙ 5.1 The meaning and trap of backtesting∙ 4.6 How to implement strategies in C++ language





