handle trade wide indicators

This commit is contained in:
Anuj Jain
2024-09-05 21:52:09 +05:30
parent 08d5174d02
commit b7145debfb
3 changed files with 15 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ This detailed view of indicator values enhances the analysis.
The `(entry)` and `(exit)` suffixes are added to indicators
to distinguish the values at the entry and exit points of the trade.
!!! note "Trade-wide Indicators"
Certain trade-wide indicators do not have the `(entry)` or `(exit)` suffix. These indicators include:
`"open_date"`, `"close_date"`, `"min_rate"`, `"max_rate"`, `"profit_ratio"`, and `"profit_abs"`.
### Filtering the trade output by date
To show only trades between dates within your backtested timerange, supply the usual `timerange` option in `YYYYMMDD-[YYYYMMDD]` format: