mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
event tests
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user