mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
Add Standardize class for Z-Score normalization and update project files
- Implemented the Standardize class for calculating Z-Score normalization over a specified lookback period. - Updated NDepend badge SVG files to reflect new metrics. - Modified NDepend project files to reference the updated solution file name. - Removed outdated documentation files related to indicator proposals and channel documentation remediation. - Updated workspace configuration to point to the new solution file.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<Solution>
|
||||
<Folder Name="/lib/">
|
||||
<Project Path="lib/quantalib.csproj" />
|
||||
<Project Path="lib/QuanTAlib.Tests.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/quantower/">
|
||||
<Project Path="quantower/Dynamics.csproj" />
|
||||
<Project Path="quantower/Filters.csproj" />
|
||||
<Project Path="quantower/Forecasts.csproj" />
|
||||
<Project Path="quantower/Momentum.csproj" />
|
||||
<Project Path="quantower/Oscillators.csproj" />
|
||||
<Project Path="quantower/Statistics.csproj" />
|
||||
<Project Path="quantower/Trends_FIR.csproj" />
|
||||
<Project Path="quantower/Trends_IIR.csproj" />
|
||||
<Project Path="quantower/Volatility.csproj" />
|
||||
<Project Path="quantower/Volume.csproj" />
|
||||
<Project Path="quantower/Quantower.Tests.csproj" />
|
||||
</Folder>
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user