mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
style patterns
This commit is contained in:
@@ -53,7 +53,9 @@ public sealed class AoIndicator : Indicator, IWatchlistIndicator
|
||||
TValue result = _ao.Update(this.GetInputBar(args), args.IsNewBar());
|
||||
|
||||
if (!_ao.IsHot && !ShowColdValues)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
double prevAo = double.NaN;
|
||||
if (Count > 1)
|
||||
|
||||
Reference in New Issue
Block a user