This commit is contained in:
Miha Kralj
2024-09-30 06:46:07 -07:00
parent 148f0ea846
commit bdc01bff4a
28 changed files with 803 additions and 1053 deletions
+2 -5
View File
@@ -16,7 +16,8 @@
**Quan**titative **TA** **lib**rary (QuanTAlib) is a C# library of classess and methods for quantitative technical analysis useful for analyzing quotes with [Quantower](https://www.quantower.com/) and other C#-based trading platforms.
[**Visit documentation pages**](https://mihakralj.github.io/QuanTAlib/#/)
[**Visit documentation pages**](https://mihakralj.github.io/QuanTAlib/#/)<br>
[**List of indicators - implemented and planned**](indicators/indicators.md)
**QuanTAlib** is a C# library written with some specific design criteria in mind. Here is why there is '_yet another C# TA library_':
@@ -24,10 +25,6 @@
- **Allow updates/corrections** of the last quote - QuanTAlib is re-calculating the last value as many times as required before continuing to the new bar
- **Calculate early data right** - calculated data is as valid as mathematically possible from the first value onwards - no blackout or warming-up periods. All indicators return data from the first bar, alongside with a flag `isHot` - defining if calculation is already stable.
### Coverage
[List of indicators - implemented and planned](indicators/indicators.md)
## Installation to Quantower
- `<Quantower_root>` is the directory where Quantower is installed - where `Start.lnk` launcher is