2025
[TQuant From 0 to 1 – Day 5] Introduction to Order Placement Methods in the TQuant Lab Backtesting System
In TQuant backtesting and live trading, order functions serve as the central link between strategy logic and capital management. Choosing the right order method not only makes the code cleaner and easier to read but also improves the efficiency of risk control and portfolio rebalancing.
TQuant provides order functions across three dimensions — share quantity, capital amount, and portfolio weight. For each dimension, there are two variants: a basic order and a target order. In total, this gives us six order placement methods. In the following sections, we will explain the features, parameters, and recommended applications of each.