Maksym-Lysyi
commited on
Commit
•
3b5450b
1
Parent(s):
58022e5
Upload metadata.json with huggingface_hub
Browse files- metadata.json +3 -2
metadata.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
{
|
2 |
"author": "Ernest P. Chan",
|
3 |
"book_title": "Algorithmic Trading: Winning Strategies and Their Rationale",
|
4 |
-
"summary": "In 'Algorithmic Trading: Winning Strategies and Their Rationale', Ernest P. Chan provides a practical guide to algorithmic trading strategies suitable for both retail and institutional traders. The book emphasizes the importance of backtesting and automated execution,
|
5 |
"areas": [
|
6 |
"Backtesting and Automated Execution",
|
7 |
"Mean Reversion Strategies",
|
8 |
"Momentum Strategies",
|
9 |
"Statistical Techniques for Trading",
|
10 |
"Risk Management",
|
11 |
-
"Implementation
|
|
|
12 |
"Software Platforms for Trading",
|
13 |
"Common Pitfalls in Algorithmic Trading"
|
14 |
]
|
|
|
1 |
{
|
2 |
"author": "Ernest P. Chan",
|
3 |
"book_title": "Algorithmic Trading: Winning Strategies and Their Rationale",
|
4 |
+
"summary": "In 'Algorithmic Trading: Winning Strategies and Their Rationale', Ernest P. Chan provides a practical guide to algorithmic trading strategies suitable for both retail and institutional traders. The book emphasizes the importance of backtesting and automated execution, offering insights into mean-reversion and momentum strategies. Chan discusses various statistical techniques for detecting mean reversion, such as the Augmented Dickey-Fuller test and the Hurst exponent, and explains how to implement these strategies across different asset classes, including stocks, ETFs, currencies, and futures. The author also explores the challenges posed by high-frequency trading and dark pools, while providing a thorough examination of risk management techniques, including the Kelly formula and Monte Carlo simulations. The book aims to demystify algorithmic trading by focusing on simple, linear strategies and addressing common pitfalls that can lead to discrepancies between backtested results and live trading outcomes. Chan's work is grounded in practical experience, making it accessible to traders at all levels who seek to understand the rationale behind successful trading strategies.",
|
5 |
"areas": [
|
6 |
"Backtesting and Automated Execution",
|
7 |
"Mean Reversion Strategies",
|
8 |
"Momentum Strategies",
|
9 |
"Statistical Techniques for Trading",
|
10 |
"Risk Management",
|
11 |
+
"Implementation of Trading Strategies",
|
12 |
+
"Challenges in Algorithmic Trading",
|
13 |
"Software Platforms for Trading",
|
14 |
"Common Pitfalls in Algorithmic Trading"
|
15 |
]
|