Files
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
..
2020-04-23 09:59:31 -03:00
2024-07-08 12:32:40 -03:00
2024-07-08 12:32:40 -03:00
2016-08-19 22:51:17 +02:00
2016-08-19 22:51:17 +02:00
2020-12-17 12:59:13 -03:00
2024-07-08 12:32:40 -03:00
2024-07-08 12:32:40 -03:00
2021-04-02 11:20:01 -07:00