Files
QuanTAlib/.gitignore
T
Miha Kralj 92709ef2ed Add Stochastic Oscillator implementation and validation tests
- Implemented Stochastic Oscillator (%K and %D) in Stoch.cs with streaming and batch processing capabilities.
- Added validation tests for the Stochastic Oscillator in Stoch.Validation.Tests.cs, ensuring consistency with Skender.Stock.Indicators.
- Created documentation for the Stochastic Oscillator in Stoch.md, detailing its mathematical formula, architecture, parameters, and common pitfalls.
- Updated project file to include necessary numeric libraries for highest and lowest calculations.
2026-02-12 14:29:54 -08:00

63 lines
728 B
Plaintext

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
!lib/numerics/log/
# Visual Studio cache/options
.vs/
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
# NuGet Packages
*.nupkg
*.snupkg
**/packages/*
!**/packages/build/
# Test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx
*.coverage
*.coveragexml
# NDepend
ndepend/NDependOut/
ndepend/coverage/
# BenchmarkDotNet
BenchmarkDotNet.Artifacts/
# Rider
.idea/
*.sln.iml
# Temporary files and agent workspace
temp/
.temp/
*.tmp
*.temp
.sarif/
_site/
docfx/
#Ignore vscode AI rules
.github\instructions\codacy.instructions.md
# Roo Code local config
.roo/