mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
normalization of methods
This commit is contained in:
@@ -269,8 +269,8 @@ public sealed class Dchannel : ITValuePublisher
|
||||
|
||||
try
|
||||
{
|
||||
QuanTAlib.Highest.Calculate(high, top.AsSpan(0, len), period);
|
||||
QuanTAlib.Lowest.Calculate(low, bot.AsSpan(0, len), period);
|
||||
QuanTAlib.Highest.Batch(high, top.AsSpan(0, len), period);
|
||||
QuanTAlib.Lowest.Batch(low, bot.AsSpan(0, len), period);
|
||||
|
||||
for (int i = 0; i < len; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user