Add logic to all models to avoid selling and immediately buying back the same security as this is considered a Wash Trade and is illegal.
This commit is contained in:
@@ -2809,6 +2809,7 @@ namespace MarketData
|
||||
}
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,"Done.");
|
||||
}
|
||||
|
||||
public static void LoadAllPricesSymbolDate(String symbol,DateTime startDate)
|
||||
{
|
||||
DateTime endDate = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user