tests and cleanup

This commit is contained in:
Miha Kralj
2024-10-11 18:02:09 -07:00
parent 839313c9f2
commit cc45cebeb4
96 changed files with 3640 additions and 327 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ QuanTAlib.Formatters.Initialize();
#!csharp
TSeries input = new();
Sma ma1 = new (6);
Sma ma2 = new (input, 6);
Beta ma1 = new (6);
Beta ma2 = new (input, 6);
Random random = new Random();