Files
quantconnect--lean/Indicators
JosueNina 725ad73240 Implement Average Range (AR) Indicator (#8404)
* Add Average Daily Range indicator and tests

- Implemented AverageDailyRange indicator
- The indicator uses a Simple Moving Average (SMA)
- Created unit tests for the indicator
- Includes example input data and test file (spy_adr.csv)

* Refactor AverageDailyRange Indicator

- Renamed AverageDailyRange to AverageRage for a more generic approach
- Replaced explicit types with 'var'
- Updated method name in test cases
- Placed AR method in the correct alphabetical order

* Solving minor issues with AR indicator

- Replace TradeBar with IBaseDataBar
- Remove unnecessary override methods
2024-11-15 11:19:55 -03:00
..
2023-12-15 15:59:23 -03:00
2024-09-09 12:39:31 -03:00
2024-07-10 14:17:27 -03:00
2024-09-09 12:39:31 -03:00
2024-09-09 12:39:31 -03:00
2022-10-28 18:12:33 -03:00
2024-09-09 12:39:31 -03:00
2015-01-12 12:03:33 -03:00
2024-09-09 12:39:31 -03:00