Skip to content

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiusgreat committed Aug 27, 2024
1 parent 850d470 commit f4af3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libs/Estimator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Description>Statistics and performance metrics in trading, CAGR, Sharpe, MAE, MFE, and others.</Description>
<Authors>artemiusgreat</Authors>
<Copyright>indemos.com</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Libs/Models/Score.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ namespace Estimator.Models
/// </summary>
public struct InputData
{
public int Direction { get; set; }
public double Min { get; set; }
public double Max { get; set; }
public double Value { get; set; }
public double Direction { get; set; }
public double Commission { get; set; }
public DateTime Time { get; set; }
}
Expand Down

0 comments on commit f4af3b8

Please sign in to comment.