Fix AnalysisDate getting set to Epoch when editing or closing positions.

This commit is contained in:
2025-06-02 19:07:11 -04:00
parent 874efdf416
commit b34722ec21
4 changed files with 46 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ namespace MarketData.Generator.Momentum
// *****************************************************************************
public class MGSessionManager
{
public bool SaveSession(MGSessionParams sessionParams,String pathSessionFile)
public static bool SaveSession(MGSessionParams sessionParams,String pathSessionFile)
{
try
{