Miha Kralj
ee358bfdd9
Enhance coding conventions and static analysis setup; update .editorconfig, scanner.sh, and various C# files for improved readability and performance
2025-12-04 14:36:00 -08:00
Miha Kralj
3ed35322a5
Add TRIMA implementation and benchmarks; optimize WMA with SIMD
...
- Introduced `TrimaVector` class for multi-period Triangular Moving Average (TRIMA) calculations, optimized for SIMD.
- Implemented last-value substitution for invalid inputs in TRIMA.
- Added methods for calculating TRIMA for entire series and individual updates.
- Enhanced `Wma` class with periodic resync to prevent floating-point drift and introduced SIMD optimizations for performance.
- Updated benchmark suite to include TRIMA calculations alongside existing SMA, EMA, and WMA benchmarks.
2025-12-04 13:05:56 -08:00
Miha Kralj
4a0a8d6da2
chore: Update project files and configurations; enhance .gitignore, add Qodana and SonarScanner scripts, and improve test project references
2025-12-03 09:27:29 -08:00
Miha Kralj
626a2afa9b
chore: Update .gitignore to exclude SonarQube files and add Codacy and SonarScanner scripts
...
refactor: Remove WarmupPeriod logging from SMA and WMA examples
2025-11-30 17:17:55 -08:00
Miha Kralj
acac3e610c
updates from mac
2025-11-28 13:35:16 -08:00
Miha Kralj
33ffd3a37a
first iteration
2025-11-25 20:40:46 -08:00
Miha Kralj
11ff82c7ac
Add chatmodes and update test files
2025-10-21 18:50:23 -07:00
miha
0f7cfb4b50
Optimize SMA to O(1) using running sum algorithm
...
- Changed from O(n) CircularBuffer.Average() to O(1) running sum
- Maintains _sum and _p_sum for state management
- Tracks _lastValue and _p_lastValue for isNew=false updates
- Provides ~15-20x speedup for large periods
- Pattern verified against Pine Script reference implementation
- All tests pass including update test for isNew handling
Also added .github/copilot-instructions.md with comprehensive
AI agent guidance for QuanTAlib development patterns
2025-10-21 18:47:10 -07:00
Miha Kralj
82fc868cf5
Dosc
2024-11-04 15:16:05 -08:00
Miha Kralj
5b333bd2ec
semver fix
2024-11-04 15:02:19 -08:00
Miha Kralj
c0cb90e89b
Merge branch 'dev'
2024-11-04 14:50:08 -08:00
Miha Kralj
16d941ded4
semver fix
2024-11-04 14:49:33 -08:00
Miha Kralj
1df0dff12a
semver fix
2024-11-04 11:24:07 -08:00
Miha Kralj
7f6c29151c
Fixes
2024-11-03 15:52:25 -08:00
Miha Kralj
94928714bf
sonar fixes
2024-11-03 15:52:25 -08:00
Miha Kralj
3d648e59e3
improved github actions workflow
2024-11-01 18:54:48 -07:00
Miha
b2fcdda785
xml doc rewrite
2024-10-27 09:38:53 -07:00
Miha Kralj
70a2ed0b0b
Merge branch 'main' into dev
2024-10-24 19:27:20 -07:00
Miha Kralj
7a4648d5de
sonar
2024-10-24 19:05:14 -07:00
Miha Kralj
1e9f0483ec
Merge branch 'dev'
2024-10-14 12:29:42 -07:00
Miha Kralj
e5a1948fc0
Jvolty
2024-10-14 12:28:56 -07:00
Miha Kralj
264df57696
Jvolty
2024-10-14 11:17:20 -07:00
Miha Kralj
ffed6491d4
corrections
2024-10-13 17:31:35 -07:00
Miha Kralj
2236f5f483
gitversion fix
2024-10-12 22:46:36 -07:00
Miha Kralj
b3b3b24a25
refresh with new QT DLL
2024-10-12 20:36:37 -07:00
Miha Kralj
14ec3cd2b0
tests
2024-10-08 17:58:02 -07:00
Miha Kralj
00b5bf3242
nuget publish
2024-10-08 14:52:46 -07:00
Miha Kralj
a7eeacf8cb
Merge branch 'dev'
2024-10-08 10:47:21 -07:00
Miha Kralj
931bbdb6a0
pull request changes
2024-10-08 10:31:04 -07:00
Miha Kralj
b7b5a4a1bf
clean code fixes
2024-10-06 17:16:47 -07:00
Miha Kralj
b7d646ce55
Merge branch 'dev'
2024-10-06 11:05:31 -07:00
Miha Kralj
bcac34bf09
small workflow cleanups
2024-10-06 11:04:48 -07:00
Miha Kralj
1e77eb80a4
Merge branch 'dev'
2024-10-05 23:56:59 -07:00
Miha Kralj
2dd680e9ee
sonarcloud workflow
2024-10-05 23:51:52 -07:00
Miha Kralj
2a09ea8343
sonarcloud workflow
2024-10-05 19:36:01 -07:00
Miha Kralj
2e0fa17d81
minor fix
2024-09-30 12:31:20 -07:00
Miha Kralj
728017c9ca
Merge branch 'dev'
2024-09-30 09:07:08 -07:00
Miha Kralj
93085d24bd
sln file
2024-09-30 08:55:50 -07:00
Miha Kralj
3ac83dd85b
Create codeql.yml
2024-09-26 10:38:41 -07:00
Miha Kralj
e47faeab3c
Create securitycodescan.yml
2024-09-26 10:22:20 -07:00
Miha Kralj
cd2f7ebb7a
Create sonarcloud.yml
2024-09-26 10:17:54 -07:00
Miha Kralj
64ad5fa9b7
Create codacy.yml
2024-09-26 10:15:41 -07:00
Miha Kralj
133c65ceaf
Afirma + documentation +semver: patch
2024-09-24 16:41:26 -07:00
Miha Kralj
58d72c06ca
Squash
...
dotcover
s1
.sln
s1
s1
s2
s3
s4
s5
s1
s2
x
x2
x3
x4
x5
x6
x1
sonarcube cleanup1
sonarcube cleanup2
sonarcube cleanup 3
fixes
q
q
q
q
q
q
q
q
q1
q2
q
q1
codacy 1
2024-09-23 22:08:40 -07:00
Miha Kralj
25492f6eae
updated yml
...
update1
2024-09-23 08:49:27 -07:00
Miha
c22a633cc9
Merge branch 'main' into dev
2024-09-22 21:02:58 -07:00
Miha Kralj
f1b80ff374
+semver: fix
2024-09-22 20:22:18 -07:00
Miha Kralj
6f11a5e0dc
Update main_automation.yml
2024-09-22 19:50:57 -07:00
Miha Kralj
e71f715192
new feature and rewrite
2024-09-22 18:19:03 -07:00
Miha Kralj
1a2f431e32
minor fixes of references in csproj files
2024-09-22 17:57:09 -07:00