Remove timeframe from strategy (#13)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Managing.Application.Abstractions
|
||||
Timeframe Timeframe { get; set; }
|
||||
HashSet<IStrategy> Strategies { get; set; }
|
||||
Ticker Ticker { get; }
|
||||
string Scenario { get; }
|
||||
string ScenarioName { get; }
|
||||
string AccountName { get; }
|
||||
bool IsForWatchingOnly { get; set; }
|
||||
MoneyManagement MoneyManagement { get; set; }
|
||||
@@ -31,5 +31,6 @@ namespace Managing.Application.Abstractions
|
||||
decimal GetProfitAndLoss();
|
||||
decimal GetTotalFees();
|
||||
void LoadStrategies(IEnumerable<IStrategy> strategies);
|
||||
void LoadScenario(string scenarioName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user