Rename strategy to indicators
This commit is contained in:
@@ -249,12 +249,12 @@ public class RunBacktestRequest
|
||||
public bool Save { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// The name of the money management strategy to use (optional if MoneyManagement is provided)
|
||||
/// The name of the money management to use (optional if MoneyManagement is provided)
|
||||
/// </summary>
|
||||
public string? MoneyManagementName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The money management strategy details (optional if MoneyManagementName is provided)
|
||||
/// The money management details (optional if MoneyManagementName is provided)
|
||||
/// </summary>
|
||||
public MoneyManagement? MoneyManagement { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user