mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-28 01:37:43 +00:00
style: format code with dotnet-format (#31)
This commit is contained in:
@@ -83,10 +83,10 @@ public class Frama : AbstractBase
|
||||
|
||||
<<<<<<< HEAD
|
||||
protected override double Calculation()
|
||||
{
|
||||
ManageState(Input.IsNew);
|
||||
{
|
||||
ManageState(Input.IsNew);
|
||||
|
||||
_buffer.Add(Input.Value, Input.IsNew);
|
||||
_buffer.Add(Input.Value, Input.IsNew);
|
||||
=======
|
||||
double n1 = (hh - ll) / _period;
|
||||
double n2 = (hh1 - ll1 + hh2 - ll2) / (_period / 2);
|
||||
|
||||
Reference in New Issue
Block a user