event tests

This commit is contained in:
Miha Kralj
2024-10-08 09:25:01 -07:00
parent b7b5a4a1bf
commit af234594cc
15 changed files with 391 additions and 200 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class AtrIndicator : IndicatorBarBase
public int Period { get; set; } = 20;
private Atr? atr;
protected override AbstractBarBase QuanTAlib => atr!;
protected override AbstractBase QuanTAlib => atr!;
public override string ShortName => $"ATR {Period}";
public AtrIndicator()
{