Quantitative TA library (QuanTAlib) is a C# library of classess and methods for quantitative technical analysis useful for analyzing quotes with Quantower and other C#-based trading platforms.
Visit documentation pages
List of indicators - implemented and planned
QuanTAlib is a C# library written with some specific design criteria in mind. Here is why there is 'yet another C# TA library':
isHot
- defining if calculation is already stable.<Quantower_root>
is the directory where Quantower is installed - where Start.lnk
launcher is. Copy any or all dll
files as below:Averages.dll
from Releases to <Quantower_root>\Settings\Scripts\Indicators\Averages\Averages.dll
Statistics.dll
from Releases to <Quantower_root>\Settings\Scripts\Indicators\Statistics\Statistics.dll
Volatility.dll
from Releases to <Quantower_root>\Settings\Scripts\Indicators\Volatility\Volatility.dll
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.
QuanTAlib uses validation tests with four other TA libraries to assure accuracy and validity of results: