Maksym-Lysyi commited on
Commit
05ae859
1 Parent(s): 0ee2503

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +5 -5
metadata.json CHANGED
@@ -1,16 +1,16 @@
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 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 various 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
- "Risk Management Techniques",
10
- "Statistical Analysis in Trading",
11
  "Implementation of Trading Strategies",
12
- "Challenges in Algorithmic Trading",
13
  "Software Platforms for Trading",
14
- "Common Pitfalls in Algorithmic Trading"
15
  ]
16
  }
 
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, presenting a range of strategies primarily focused on mean reversion and momentum. Chan discusses 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 various asset classes, including stocks, ETFs, currencies, and futures. The author also delves into momentum strategies, exploring their drivers and the differences between time series and cross-sectional momentum. Risk management is a critical theme, with Chan advocating for the use of the Kelly formula to optimize leverage and capital allocation. He highlights common pitfalls in algorithmic trading, such as data-snooping bias and survivorship bias, and stresses the importance of understanding the nuances of backtesting and live trading. The book concludes with insights on choosing the right software platforms for trading and the significance of adapting strategies to changing market conditions.",
5
  "areas": [
6
  "Backtesting and Automated Execution",
7
  "Mean Reversion Strategies",
8
  "Momentum Strategies",
9
+ "Risk Management",
10
+ "Statistical Techniques for Trading",
11
  "Implementation of Trading Strategies",
12
+ "Common Pitfalls in Algorithmic Trading",
13
  "Software Platforms for Trading",
14
+ "Market Regime Analysis"
15
  ]
16
  }