mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
tests and cleanup
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user