cleaned-up GBM, removed Python tests

This commit is contained in:
Miha Kralj
2022-11-05 18:35:35 -07:00
parent c8ec1d1294
commit 4137ef22fd
7 changed files with 227 additions and 143 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using QuanTAlib;
namespace Validation;
public class TA_LIB
{
private readonly RND_Feed bars;
private readonly GBM_Feed bars;
private readonly Random rnd = new();
private readonly int period;
private readonly double[] TALIB;