mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 01:28:05 +00:00
style: format code with dotnet-format (#31)
This commit is contained in:
@@ -83,10 +83,10 @@ public class Frama : AbstractBase
|
|||||||
|
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
protected override double Calculation()
|
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 n1 = (hh - ll) / _period;
|
||||||
double n2 = (hh1 - ll1 + hh2 - ll2) / (_period / 2);
|
double n2 = (hh1 - ll1 + hh2 - ll2) / (_period / 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user