Skip to content

Commit

Permalink
link to new recent_changes doc, TOC rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jan 23, 2024
1 parent 32e3037 commit 0f9a06a
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ And documents you should read after this one:
- [Instruments](/docs/instruments.md)
- [Dashboard and monitor](/docs/dashboard_and_monitor.md)
- [Production strategy changes](/docs/production_strategy_changes.md)
- [Recent undocumented changes](/docs/recent_changes.md)

*IMPORTANT: Make sure you know what you are doing. All financial trading offers the possibility of loss. Leveraged trading, such as futures trading, may result in you losing all your money, and still owing more. Backtested results are no guarantee of future performance. No warranty is offered or implied for this software. I can take no responsibility for any losses caused by live trading using pysystemtrade. Use at your own risk.*

Expand Down Expand Up @@ -50,9 +51,15 @@ Table of Contents
* [Echos: stdout output](#echos-stdout-output)
* [Cleaning old echo files](#cleaning-old-echo-files)
* [Logging](#logging)
* [socket](#socket)
* [socket server as a service](#socket-server-as-a-service)
* [console](#console)
* [email](#email)
* [Adding logging to your code](#adding-logging-to-your-code)
* [Getting log data back](#getting-log-data-back)
* [Examples](#examples)
* [Cleaning old logs](#cleaning-old-logs)
* [Echos](#echos)
* [Logs](#logs)
* [Reporting](#reporting)
* [Positions and order levels](#positions-and-order-levels)
* [Instrument level](#instrument-level)
Expand All @@ -61,12 +68,9 @@ Table of Contents
* [The journey of an order](#the-journey-of-an-order)
* [Optimal positions](#optimal-positions)
* [Optimal position for roll orders](#optimal-position-for-roll-orders)
* [Optimal positions for intra-instrument spread orders](#optimal-positions-for-intra-instrument-spread-orders)
* [Optimal positions for intra-instrument spread orders](#optimal-positions-for-intra-instrument-spread-orders-1)
* [Strategy order handling](#strategy-order-handling)
* [Instrument orders in detail:](#instrument-orders-in-detail)
* [Strategy order handling for roll orders](#strategy-order-handling-for-roll-orders)
* [Strategy order handling for spread orders](#strategy-order-handling-for-spread-orders)
* [Overrides](#overrides)
* [Stack handler](#stack-handler)
* [Instrument order netting (to be implemented)](#instrument-order-netting-to-be-implemented)
Expand All @@ -75,10 +79,6 @@ Table of Contents
* [Contract order creation - conditional orders](#contract-order-creation---conditional-orders)
* [Contract order creation - passive roll status](#contract-order-creation---passive-roll-status)
* [Instrument and contract order creation - active roll orders](#instrument-and-contract-order-creation---active-roll-orders)
* [Contract order creation: Intra market spread](#contract-order-creation-intra-market-spread)
* [Intra market spreads and rolls](#intra-market-spreads-and-rolls)
* [Contract order creation: Inter market spread](#contract-order-creation-inter-market-spread)
* [Inter market spreads and rolls](#inter-market-spreads-and-rolls)
* [Manual trades](#manual-trades)
* [Broker order creation and execution](#broker-order-creation-and-execution)
* [Before an order is traded](#before-an-order-is-traded)
Expand Down Expand Up @@ -110,6 +110,7 @@ Table of Contents
* [Get spot FX data from interactive brokers, write to MongoDB (Daily)](#get-spot-fx-data-from-interactive-brokers-write-to-mongodb-daily)
* [Update sampled contracts (Daily)](#update-sampled-contracts-daily)
* [Update futures contract historical price data (Daily)](#update-futures-contract-historical-price-data-daily)
* [Set times when different regions download prices](#set-times-when-different-regions-download-prices)
* [Update multiple and adjusted prices (Daily)](#update-multiple-and-adjusted-prices-daily)
* [Update capital and p&l by polling brokerage account](#update-capital-and-pl-by-polling-brokerage-account)
* [Allocate capital to strategies](#allocate-capital-to-strategies)
Expand All @@ -135,8 +136,8 @@ Table of Contents
* [View processes](#view-processes)
* [Change status of process](#change-status-of-process)
* [Global status change](#global-status-change)
* [Mark as close](#mark-as-finished)
* [Mark all dead processes as close](#mark-all-dead-processes-as-finished)
* [Mark as close](#mark-as-close)
* [Mark all dead processes as close](#mark-all-dead-processes-as-close)
* [View process configuration](#view-process-configuration)
* [Update configuration](#update-configuration)
* [Interactive diagnostics](#interactive-diagnostics)
Expand All @@ -148,8 +149,6 @@ Table of Contents
* [Reports](#reports)
* [Logs, errors, emails](#logs-errors-emails)
* [View stored emails](#view-stored-emails)
* [View errors](#view-errors)
* [View logs](#view-logs)
* [View prices](#view-prices)
* [View capital](#view-capital)
* [Positions and orders](#positions-and-orders)
Expand Down Expand Up @@ -186,7 +185,7 @@ Table of Contents
* [Backup state files](#backup-state-files)
* [Backup mongo dump](#backup-mongo-dump)
* [Start up script](#start-up-script)
* [Scripts under other (non\-linux) operating systems](#scripts-under-other-non-linux-operating-systems)
* [Scripts under other (non-linux) operating systems](#scripts-under-other-non-linux-operating-systems)
* [Scheduling](#scheduling)
* [Issues to consider when constructing the schedule](#issues-to-consider-when-constructing-the-schedule)
* [Choice of scheduling systems](#choice-of-scheduling-systems)
Expand All @@ -208,7 +207,8 @@ Table of Contents
* [System backtest .yaml config file(s)](#system-backtest-yaml-config-files)
* [Control config files](#control-config-files)
* [Broker and data source specific configuration files](#broker-and-data-source-specific-configuration-files)
* [Only used when setting up the system](#only-used-when-setting-up-the-system)
* [Instrument and roll configuration](#instrument-and-roll-configuration)
* [Set up configuration](#set-up-configuration)
* [Capital](#capital)
* [Large changes in capital](#large-changes-in-capital)
* [Withdrawals and deposits of cash or stock](#withdrawals-and-deposits-of-cash-or-stock)
Expand All @@ -235,6 +235,7 @@ Table of Contents
* [Risk report](#risk-report)
* [Liquidity report](#liquidity-report)
* [Costs report](#costs-report)
* [Customize report generation in the run_report process](#customize-report-generation-in-the-run_report-process)

Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)

Expand Down

0 comments on commit 0f9a06a

Please sign in to comment.