mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 10:38:05 +00:00
Afirma + documentation
This commit is contained in:
+8
-1
@@ -1,6 +1,6 @@
|
||||
# QuanTAlib - quantitative technical indicators for Quantower
|
||||
|
||||
## (and other C#-based trading platorms)
|
||||
### (and other C#-based trading platorms)
|
||||
|
||||
[](https://sonarcloud.io/summary/overall?id=mihakralj_QuanTAlib)
|
||||
[](https://app.codacy.com/gh/mihakralj/QuanTAlib/dashboard)
|
||||
@@ -22,6 +22,13 @@
|
||||
- **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.
|
||||
|
||||
## Installation to Quantower
|
||||
|
||||
- `<Quantower_root>` is the directory where Quantower is installed - where `Start.lnk` launcher is
|
||||
- Copy `Averages.dll` from Releases to `<Quantower_root>\Settings\Scripts\Indicators\Averages\Averages.dll`
|
||||
- Copy `Statistics.dll` from Releases to `<Quantower_root>\Settings\Scripts\Indicators\Statistics\Statistics.dll`
|
||||
- Copy `SyntheticVendor.dll` from Releases to `<Quantower_root>\Settings\Scripts\Vendors\SyntheticVendor\SyntheticVendor.dll`
|
||||
|
||||

|
||||
|
||||
QuanTAlib is intended for developers and users of Quantower, therefore it does not focus on privind sources of OHLCV quotes. There are some very basic data feeds available to use in the learning process: `GBM_Feed` for Random (Geometric Brownian Motion) data, and `SyntheticVendor` data generator for Quantower.
|
||||
|
||||
Reference in New Issue
Block a user