Simulation
Check the performance of your Alpha Model
Note: Ensure your simulation dates align with the position data. Future updates will improve this process.
Load or Create Your Position
Setup Simulation
Define your model universe, alpha model, and simulation dates.
Key Parameters
Date Settings
start: Backtest start date (int, YYYYMMDD format)
end: Backtest end date (int, YYYYMMDD format)
Cost Settings (in basis points)
buy_fee_tax: Buy fee (float, default: 0.0)
sell_fee_tax: Sell fee (float, default: 0.0)
slippage: Slippage (float, default: 0.0)
dividend_tax: Dividend tax (float, default: 0.0)
Capital Settings
initial_cash: Initial investment amount (float, default: 1e8)
volume_capacity_ratio: Trading volume limitation ratio (float, default: 0.0)
target_volume_limit_args: Volume limit configuration (dict, optional)
type: Type of volume limit (e.g., "trading_volume")
rolling_window: Rolling window size
limit_ratio: Limit ratio
redistribute_max_iter: Maximum redistribution iterations
Execution Settings
resample_period: Resampling period (None, "W", "M", "Q")
rebalancing_method: Rebalancing method ("auto", "W", "M", "Q", "by_position")
core_type: Backtest engine type ("basic", "id_fund", "vn")
drip: Dividend processing method (None, "cash", "reinvest", "coupon")
Other Settings
debug: Activate debug mode (bool, default: False)
results: List of result types to include (list[str], default: ["summary"])
currency: Base currency ("KRW", "USD", "IDR", "VND")
Last updated
Was this helpful?