FeesList
Strategy Elements
Description
Specifies a CSV file that lists deposits and/or withdrawals to/from the current equity of a strategy
Input
Path to a CSV file with dates in the first column and amounts in the second column
Notes
The file can have any number of rows, and can have multiple rows for the same date.
The header row is optional.
Use positive amounts for deposits and negative amounts for withdrawals.
Amounts for each date in a test are applied at the beginning of that day, before any trading signals are processed.
If dates are weekend or holiday, they are applied to the next trading day.
To specify deposits and withdrawals by formula, use FeesInOut rather than FeesList.
Unlike CashList, items in FeesList are included in all the stats calculations of a backtest, such as the annual return, max drawdown, and daily net percent gain or loss.
|