mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 02:58:05 +00:00
cleaned-up GBM, removed Python tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user