mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
[CodeFactor] Apply fixes to commit 9697fac
This commit is contained in:
@@ -23,7 +23,7 @@ public sealed class JbandsIndicator : Indicator, IWatchlistIndicator
|
||||
|
||||
private Jbands? _indicator;
|
||||
|
||||
public int MinHistoryDepths => (int)Math.Ceiling(20.0 + 80.0 * Math.Pow(Period, 0.36));
|
||||
public int MinHistoryDepths => (int)Math.Ceiling(20.0 + (80.0 * Math.Pow(Period, 0.36)));
|
||||
public override string ShortName => $"Jbands({Period},{Phase})";
|
||||
|
||||
public JbandsIndicator()
|
||||
|
||||
Reference in New Issue
Block a user