Python for Algorithmic Trading Cookbook: Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham
Packt Publishing, Limited
2024
|
Ausgabe: | 1st ed |
Schlagworte: | |
Online-Zugang: | DE-2070s |
Beschreibung: | Description based on publisher supplied metadata and other sources |
Beschreibung: | 1 Online-Ressource (404 Seiten) |
ISBN: | 9781835087763 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV050102436 | ||
003 | DE-604 | ||
007 | cr|uuu---uuuuu | ||
008 | 241218s2024 xx o|||| 00||| eng d | ||
020 | |a 9781835087763 |9 978-1-83508-776-3 | ||
035 | |a (ZDB-30-PQE)EBC31532174 | ||
035 | |a (ZDB-30-PAD)EBC31532174 | ||
035 | |a (ZDB-89-EBL)EBL31532174 | ||
035 | |a (OCoLC)1446795233 | ||
035 | |a (DE-599)BVBBV050102436 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-2070s | ||
082 | 0 | |a 332.6450285 | |
100 | 1 | |a Strimpel, Jason |e Verfasser |4 aut | |
245 | 1 | 0 | |a Python for Algorithmic Trading Cookbook |b Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
250 | |a 1st ed | ||
264 | 1 | |a Birmingham |b Packt Publishing, Limited |c 2024 | |
264 | 4 | |c ©2024 | |
300 | |a 1 Online-Ressource (404 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Description based on publisher supplied metadata and other sources | ||
505 | 8 | |a Cover -- Title Page -- Copyright & -- Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Acquire Free Financial Market Data with Cutting-Edge Python Libraries -- Technical requirements -- Working with stock market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historic futures data with the OpenBB Platform -- Getting ready... -- How to do it... -- There's more... -- See also -- Navigating options market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Harnessing factor data using pandas_datareader -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Analyze and Transform Financial Market Data with pandas -- Diving into pandas index types -- How to do it... -- How it works... -- There's more... -- See also -- Building pandas Series and DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating and transforming DataFrames -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining and selecting data from DataFrames -- How to do it... -- How it works... -- There's more... -- See also -- Calculating asset returns using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the volatility of a return series -- How to do it... -- How it works... -- There's more... -- See also -- Generating a cumulative return series -- Getting ready... -- How to do it... -- How it works... -- See also -- Resampling data for different time frames -- How to do it... -- How it works... -- There's more... -- See also -- Addressing missing data issues -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Applying custom functions to analyze time series data | |
505 | 8 | |a Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Visualize Financial Market Data with Matplotlib, Seaborn, and Plotly Dash -- Quickly visualizing data using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Animating the evolution of the yield curve with Matplotlib -- How to do it... -- How it works... -- There's more... -- See also -- Plotting options implied volatility surfaces with Matplotlib -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing statistical relationships with Seaborn -- How to do it... -- How it works... -- There's more... -- See also -- Creating an interactive PCA analytics dashboard with Plotly Dash -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Store Financial Market Data on Your Computer -- Storing data on disk in CSV format -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data on disk with SQLite -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in a PostgreSQL database server -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in ultra-fast HDF5 format -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 5: Build Alpha Factors for Stock Portfolios -- Identifying latent return drivers using principal component analysis -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Finding and hedging portfolio beta using linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing portfolio sensitivities to the Fama-French factors -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also | |
505 | 8 | |a Assessing market inefficiency based on volatility -- How to do it... -- How it works... -- There's more... -- See also -- Preparing a factor ranking model using Zipline Pipelines -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 6: Vector-Based Backtesting with VectorBT -- Building technical strategies with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conducting walk-forward optimization with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing the SuperTrend strategy with VectorBT Pro -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Event-Based Backtesting Factor Portfolios with Zipline Reloaded -- Technical Requirements -- For Windows, Unix/Linux, and Mac Intel users -- For Mac M1/M2 users -- Backtesting a momentum factor strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exploring a mean reversion strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Evaluate Factor Risk and Performance with Alphalens Reloaded -- Preparing backtest results -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating the information coefficient -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining factor return performance -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating factor turnover -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Assess Backtest Risk and Performance Metrics with Pyfolio -- Preparing Zipline backtest results for Pyfolio Reloaded -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also | |
505 | 8 | |a Generating strategy performance and return analytics -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Building a drawdown and rolling risk analysis -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing strategy holdings, leverage, exposure, and sector allocations -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Breaking Down Strategy Performance to Trade Level -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Set Up the Interactive Brokers Python API -- Building an algorithmic trading app -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating a Contract object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating an Order object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historical market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Getting a market data snapshot -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Streaming live market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Storing live tick data in a local SQL database -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Manage Orders, Positions, and Portfolios with the IB API -- Executing orders with the IB API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing orders once they're placed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting details about your portfolio -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also | |
505 | 8 | |a Inspecting positions and position details -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Computing portfolio profit and loss -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 12: Deploy Strategies to a Live Environment -- Calculating real-time key performance and risk indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sending orders based on portfolio targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying a monthly factor portfolio strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an options combo strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an intraday multi-asset mean reversion strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 13: Advanced Recipes for Market Data and Strategy Management -- Streaming real-time options data with ThetaData -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using the ArcticDB DataFrame database for tick storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering real-time risk limit alerts -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Storing trade execution details in a SQL database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy | |
650 | 4 | |a Python (Computer program language) | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |a Strimpel, Jason |t Python for Algorithmic Trading Cookbook |d Birmingham : Packt Publishing, Limited,c2024 |z 9781835084700 |
912 | |a ZDB-30-PQE | ||
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-035439598 | |
966 | e | |u https://ebookcentral.proquest.com/lib/hwr/detail.action?docID=31532174 |l DE-2070s |p ZDB-30-PQE |q HWR_PDA_PQE |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1823676361245458432 |
---|---|
adam_text | |
any_adam_object | |
author | Strimpel, Jason |
author_facet | Strimpel, Jason |
author_role | aut |
author_sort | Strimpel, Jason |
author_variant | j s js |
building | Verbundindex |
bvnumber | BV050102436 |
collection | ZDB-30-PQE |
contents | Cover -- Title Page -- Copyright & -- Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Acquire Free Financial Market Data with Cutting-Edge Python Libraries -- Technical requirements -- Working with stock market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historic futures data with the OpenBB Platform -- Getting ready... -- How to do it... -- There's more... -- See also -- Navigating options market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Harnessing factor data using pandas_datareader -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Analyze and Transform Financial Market Data with pandas -- Diving into pandas index types -- How to do it... -- How it works... -- There's more... -- See also -- Building pandas Series and DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating and transforming DataFrames -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining and selecting data from DataFrames -- How to do it... -- How it works... -- There's more... -- See also -- Calculating asset returns using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the volatility of a return series -- How to do it... -- How it works... -- There's more... -- See also -- Generating a cumulative return series -- Getting ready... -- How to do it... -- How it works... -- See also -- Resampling data for different time frames -- How to do it... -- How it works... -- There's more... -- See also -- Addressing missing data issues -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Applying custom functions to analyze time series data Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Visualize Financial Market Data with Matplotlib, Seaborn, and Plotly Dash -- Quickly visualizing data using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Animating the evolution of the yield curve with Matplotlib -- How to do it... -- How it works... -- There's more... -- See also -- Plotting options implied volatility surfaces with Matplotlib -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing statistical relationships with Seaborn -- How to do it... -- How it works... -- There's more... -- See also -- Creating an interactive PCA analytics dashboard with Plotly Dash -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Store Financial Market Data on Your Computer -- Storing data on disk in CSV format -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data on disk with SQLite -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in a PostgreSQL database server -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in ultra-fast HDF5 format -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 5: Build Alpha Factors for Stock Portfolios -- Identifying latent return drivers using principal component analysis -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Finding and hedging portfolio beta using linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing portfolio sensitivities to the Fama-French factors -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Assessing market inefficiency based on volatility -- How to do it... -- How it works... -- There's more... -- See also -- Preparing a factor ranking model using Zipline Pipelines -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 6: Vector-Based Backtesting with VectorBT -- Building technical strategies with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conducting walk-forward optimization with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing the SuperTrend strategy with VectorBT Pro -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Event-Based Backtesting Factor Portfolios with Zipline Reloaded -- Technical Requirements -- For Windows, Unix/Linux, and Mac Intel users -- For Mac M1/M2 users -- Backtesting a momentum factor strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exploring a mean reversion strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Evaluate Factor Risk and Performance with Alphalens Reloaded -- Preparing backtest results -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating the information coefficient -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining factor return performance -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating factor turnover -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Assess Backtest Risk and Performance Metrics with Pyfolio -- Preparing Zipline backtest results for Pyfolio Reloaded -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also Generating strategy performance and return analytics -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Building a drawdown and rolling risk analysis -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing strategy holdings, leverage, exposure, and sector allocations -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Breaking Down Strategy Performance to Trade Level -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Set Up the Interactive Brokers Python API -- Building an algorithmic trading app -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating a Contract object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating an Order object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historical market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Getting a market data snapshot -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Streaming live market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Storing live tick data in a local SQL database -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Manage Orders, Positions, and Portfolios with the IB API -- Executing orders with the IB API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing orders once they're placed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting details about your portfolio -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Inspecting positions and position details -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Computing portfolio profit and loss -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 12: Deploy Strategies to a Live Environment -- Calculating real-time key performance and risk indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sending orders based on portfolio targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying a monthly factor portfolio strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an options combo strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an intraday multi-asset mean reversion strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 13: Advanced Recipes for Market Data and Strategy Management -- Streaming real-time options data with ThetaData -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using the ArcticDB DataFrame database for tick storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering real-time risk limit alerts -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Storing trade execution details in a SQL database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy |
ctrlnum | (ZDB-30-PQE)EBC31532174 (ZDB-30-PAD)EBC31532174 (ZDB-89-EBL)EBL31532174 (OCoLC)1446795233 (DE-599)BVBBV050102436 |
dewey-full | 332.6450285 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 332 - Financial economics |
dewey-raw | 332.6450285 |
dewey-search | 332.6450285 |
dewey-sort | 3332.6450285 |
dewey-tens | 330 - Economics |
discipline | Wirtschaftswissenschaften |
edition | 1st ed |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000zc 4500</leader><controlfield tag="001">BV050102436</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">241218s2024 xx o|||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781835087763</subfield><subfield code="9">978-1-83508-776-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-30-PQE)EBC31532174</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-30-PAD)EBC31532174</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-89-EBL)EBL31532174</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1446795233</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV050102436</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-2070s</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">332.6450285</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Strimpel, Jason</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python for Algorithmic Trading Cookbook</subfield><subfield code="b">Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1st ed</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham</subfield><subfield code="b">Packt Publishing, Limited</subfield><subfield code="c">2024</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">©2024</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (404 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Description based on publisher supplied metadata and other sources</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright &amp -- Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Acquire Free Financial Market Data with Cutting-Edge Python Libraries -- Technical requirements -- Working with stock market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historic futures data with the OpenBB Platform -- Getting ready... -- How to do it... -- There's more... -- See also -- Navigating options market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Harnessing factor data using pandas_datareader -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Analyze and Transform Financial Market Data with pandas -- Diving into pandas index types -- How to do it... -- How it works... -- There's more... -- See also -- Building pandas Series and DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating and transforming DataFrames -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining and selecting data from DataFrames -- How to do it... -- How it works... -- There's more... -- See also -- Calculating asset returns using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the volatility of a return series -- How to do it... -- How it works... -- There's more... -- See also -- Generating a cumulative return series -- Getting ready... -- How to do it... -- How it works... -- See also -- Resampling data for different time frames -- How to do it... -- How it works... -- There's more... -- See also -- Addressing missing data issues -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Applying custom functions to analyze time series data</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Visualize Financial Market Data with Matplotlib, Seaborn, and Plotly Dash -- Quickly visualizing data using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Animating the evolution of the yield curve with Matplotlib -- How to do it... -- How it works... -- There's more... -- See also -- Plotting options implied volatility surfaces with Matplotlib -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing statistical relationships with Seaborn -- How to do it... -- How it works... -- There's more... -- See also -- Creating an interactive PCA analytics dashboard with Plotly Dash -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Store Financial Market Data on Your Computer -- Storing data on disk in CSV format -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data on disk with SQLite -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in a PostgreSQL database server -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in ultra-fast HDF5 format -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 5: Build Alpha Factors for Stock Portfolios -- Identifying latent return drivers using principal component analysis -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Finding and hedging portfolio beta using linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing portfolio sensitivities to the Fama-French factors -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Assessing market inefficiency based on volatility -- How to do it... -- How it works... -- There's more... -- See also -- Preparing a factor ranking model using Zipline Pipelines -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 6: Vector-Based Backtesting with VectorBT -- Building technical strategies with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conducting walk-forward optimization with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing the SuperTrend strategy with VectorBT Pro -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Event-Based Backtesting Factor Portfolios with Zipline Reloaded -- Technical Requirements -- For Windows, Unix/Linux, and Mac Intel users -- For Mac M1/M2 users -- Backtesting a momentum factor strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exploring a mean reversion strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Evaluate Factor Risk and Performance with Alphalens Reloaded -- Preparing backtest results -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating the information coefficient -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining factor return performance -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating factor turnover -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Assess Backtest Risk and Performance Metrics with Pyfolio -- Preparing Zipline backtest results for Pyfolio Reloaded -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Generating strategy performance and return analytics -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Building a drawdown and rolling risk analysis -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing strategy holdings, leverage, exposure, and sector allocations -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Breaking Down Strategy Performance to Trade Level -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Set Up the Interactive Brokers Python API -- Building an algorithmic trading app -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating a Contract object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating an Order object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historical market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Getting a market data snapshot -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Streaming live market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Storing live tick data in a local SQL database -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Manage Orders, Positions, and Portfolios with the IB API -- Executing orders with the IB API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing orders once they're placed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting details about your portfolio -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Inspecting positions and position details -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Computing portfolio profit and loss -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 12: Deploy Strategies to a Live Environment -- Calculating real-time key performance and risk indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sending orders based on portfolio targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying a monthly factor portfolio strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an options combo strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an intraday multi-asset mean reversion strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 13: Advanced Recipes for Market Data and Strategy Management -- Streaming real-time options data with ThetaData -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using the ArcticDB DataFrame database for tick storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering real-time risk limit alerts -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Storing trade execution details in a SQL database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Python (Computer program language)</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="a">Strimpel, Jason</subfield><subfield code="t">Python for Algorithmic Trading Cookbook</subfield><subfield code="d">Birmingham : Packt Publishing, Limited,c2024</subfield><subfield code="z">9781835084700</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-035439598</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/hwr/detail.action?docID=31532174</subfield><subfield code="l">DE-2070s</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">HWR_PDA_PQE</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV050102436 |
illustrated | Not Illustrated |
indexdate | 2025-02-10T13:15:07Z |
institution | BVB |
isbn | 9781835087763 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-035439598 |
oclc_num | 1446795233 |
open_access_boolean | |
owner | DE-2070s |
owner_facet | DE-2070s |
physical | 1 Online-Ressource (404 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE HWR_PDA_PQE |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | Packt Publishing, Limited |
record_format | marc |
spelling | Strimpel, Jason Verfasser aut Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python 1st ed Birmingham Packt Publishing, Limited 2024 ©2024 1 Online-Ressource (404 Seiten) txt rdacontent c rdamedia cr rdacarrier Description based on publisher supplied metadata and other sources Cover -- Title Page -- Copyright & -- Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Acquire Free Financial Market Data with Cutting-Edge Python Libraries -- Technical requirements -- Working with stock market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historic futures data with the OpenBB Platform -- Getting ready... -- How to do it... -- There's more... -- See also -- Navigating options market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Harnessing factor data using pandas_datareader -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Analyze and Transform Financial Market Data with pandas -- Diving into pandas index types -- How to do it... -- How it works... -- There's more... -- See also -- Building pandas Series and DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating and transforming DataFrames -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining and selecting data from DataFrames -- How to do it... -- How it works... -- There's more... -- See also -- Calculating asset returns using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the volatility of a return series -- How to do it... -- How it works... -- There's more... -- See also -- Generating a cumulative return series -- Getting ready... -- How to do it... -- How it works... -- See also -- Resampling data for different time frames -- How to do it... -- How it works... -- There's more... -- See also -- Addressing missing data issues -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Applying custom functions to analyze time series data Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Visualize Financial Market Data with Matplotlib, Seaborn, and Plotly Dash -- Quickly visualizing data using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Animating the evolution of the yield curve with Matplotlib -- How to do it... -- How it works... -- There's more... -- See also -- Plotting options implied volatility surfaces with Matplotlib -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing statistical relationships with Seaborn -- How to do it... -- How it works... -- There's more... -- See also -- Creating an interactive PCA analytics dashboard with Plotly Dash -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Store Financial Market Data on Your Computer -- Storing data on disk in CSV format -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data on disk with SQLite -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in a PostgreSQL database server -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in ultra-fast HDF5 format -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 5: Build Alpha Factors for Stock Portfolios -- Identifying latent return drivers using principal component analysis -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Finding and hedging portfolio beta using linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing portfolio sensitivities to the Fama-French factors -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Assessing market inefficiency based on volatility -- How to do it... -- How it works... -- There's more... -- See also -- Preparing a factor ranking model using Zipline Pipelines -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 6: Vector-Based Backtesting with VectorBT -- Building technical strategies with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conducting walk-forward optimization with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing the SuperTrend strategy with VectorBT Pro -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Event-Based Backtesting Factor Portfolios with Zipline Reloaded -- Technical Requirements -- For Windows, Unix/Linux, and Mac Intel users -- For Mac M1/M2 users -- Backtesting a momentum factor strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exploring a mean reversion strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Evaluate Factor Risk and Performance with Alphalens Reloaded -- Preparing backtest results -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating the information coefficient -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining factor return performance -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating factor turnover -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Assess Backtest Risk and Performance Metrics with Pyfolio -- Preparing Zipline backtest results for Pyfolio Reloaded -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also Generating strategy performance and return analytics -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Building a drawdown and rolling risk analysis -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing strategy holdings, leverage, exposure, and sector allocations -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Breaking Down Strategy Performance to Trade Level -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Set Up the Interactive Brokers Python API -- Building an algorithmic trading app -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating a Contract object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating an Order object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historical market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Getting a market data snapshot -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Streaming live market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Storing live tick data in a local SQL database -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Manage Orders, Positions, and Portfolios with the IB API -- Executing orders with the IB API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing orders once they're placed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting details about your portfolio -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Inspecting positions and position details -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Computing portfolio profit and loss -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 12: Deploy Strategies to a Live Environment -- Calculating real-time key performance and risk indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sending orders based on portfolio targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying a monthly factor portfolio strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an options combo strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an intraday multi-asset mean reversion strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 13: Advanced Recipes for Market Data and Strategy Management -- Streaming real-time options data with ThetaData -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using the ArcticDB DataFrame database for tick storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering real-time risk limit alerts -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Storing trade execution details in a SQL database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy Python (Computer program language) Erscheint auch als Druck-Ausgabe Strimpel, Jason Python for Algorithmic Trading Cookbook Birmingham : Packt Publishing, Limited,c2024 9781835084700 |
spellingShingle | Strimpel, Jason Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python Cover -- Title Page -- Copyright & -- Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Acquire Free Financial Market Data with Cutting-Edge Python Libraries -- Technical requirements -- Working with stock market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historic futures data with the OpenBB Platform -- Getting ready... -- How to do it... -- There's more... -- See also -- Navigating options market data with the OpenBB Platform -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Harnessing factor data using pandas_datareader -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Analyze and Transform Financial Market Data with pandas -- Diving into pandas index types -- How to do it... -- How it works... -- There's more... -- See also -- Building pandas Series and DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating and transforming DataFrames -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining and selecting data from DataFrames -- How to do it... -- How it works... -- There's more... -- See also -- Calculating asset returns using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the volatility of a return series -- How to do it... -- How it works... -- There's more... -- See also -- Generating a cumulative return series -- Getting ready... -- How to do it... -- How it works... -- See also -- Resampling data for different time frames -- How to do it... -- How it works... -- There's more... -- See also -- Addressing missing data issues -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Applying custom functions to analyze time series data Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Visualize Financial Market Data with Matplotlib, Seaborn, and Plotly Dash -- Quickly visualizing data using pandas -- How to do it... -- How it works... -- There's more... -- See also -- Animating the evolution of the yield curve with Matplotlib -- How to do it... -- How it works... -- There's more... -- See also -- Plotting options implied volatility surfaces with Matplotlib -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing statistical relationships with Seaborn -- How to do it... -- How it works... -- There's more... -- See also -- Creating an interactive PCA analytics dashboard with Plotly Dash -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Store Financial Market Data on Your Computer -- Storing data on disk in CSV format -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data on disk with SQLite -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in a PostgreSQL database server -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Storing data in ultra-fast HDF5 format -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 5: Build Alpha Factors for Stock Portfolios -- Identifying latent return drivers using principal component analysis -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Finding and hedging portfolio beta using linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing portfolio sensitivities to the Fama-French factors -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Assessing market inefficiency based on volatility -- How to do it... -- How it works... -- There's more... -- See also -- Preparing a factor ranking model using Zipline Pipelines -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 6: Vector-Based Backtesting with VectorBT -- Building technical strategies with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conducting walk-forward optimization with VectorBT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing the SuperTrend strategy with VectorBT Pro -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Event-Based Backtesting Factor Portfolios with Zipline Reloaded -- Technical Requirements -- For Windows, Unix/Linux, and Mac Intel users -- For Mac M1/M2 users -- Backtesting a momentum factor strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exploring a mean reversion strategy with Zipline Reloaded -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 8: Evaluate Factor Risk and Performance with Alphalens Reloaded -- Preparing backtest results -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating the information coefficient -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Examining factor return performance -- How to do it... -- How it works... -- There's more... -- See also -- Evaluating factor turnover -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Assess Backtest Risk and Performance Metrics with Pyfolio -- Preparing Zipline backtest results for Pyfolio Reloaded -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also Generating strategy performance and return analytics -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Building a drawdown and rolling risk analysis -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Analyzing strategy holdings, leverage, exposure, and sector allocations -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Breaking Down Strategy Performance to Trade Level -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Set Up the Interactive Brokers Python API -- Building an algorithmic trading app -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating a Contract object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Creating an Order object with the IB API -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Fetching historical market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Getting a market data snapshot -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Streaming live market data -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Storing live tick data in a local SQL database -- Getting ready... -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 11: Manage Orders, Positions, and Portfolios with the IB API -- Executing orders with the IB API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing orders once they're placed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting details about your portfolio -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also Inspecting positions and position details -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Computing portfolio profit and loss -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 12: Deploy Strategies to a Live Environment -- Calculating real-time key performance and risk indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sending orders based on portfolio targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying a monthly factor portfolio strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an options combo strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying an intraday multi-asset mean reversion strategy -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 13: Advanced Recipes for Market Data and Strategy Management -- Streaming real-time options data with ThetaData -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using the ArcticDB DataFrame database for tick storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering real-time risk limit alerts -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Storing trade execution details in a SQL database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index -- Other Books You May Enjoy Python (Computer program language) |
title | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_auth | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_exact_search | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_full | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_fullStr | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_full_unstemmed | Python for Algorithmic Trading Cookbook Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
title_short | Python for Algorithmic Trading Cookbook |
title_sort | python for algorithmic trading cookbook recipes for designing building and deploying algorithmic trading strategies with python |
title_sub | Recipes for Designing, Building, and Deploying Algorithmic Trading Strategies with Python |
topic | Python (Computer program language) |
topic_facet | Python (Computer program language) |
work_keys_str_mv | AT strimpeljason pythonforalgorithmictradingcookbookrecipesfordesigningbuildinganddeployingalgorithmictradingstrategieswithpython |