mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 03:28:05 +00:00
Atr
This commit is contained in:
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user