Remove unnecessary properties from SuperBot strategy
This commit is contained in:
parent
733db144af
commit
2c7a737121
@ -37,19 +37,6 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
Name = "SuperBot";
|
Name = "SuperBot";
|
||||||
Calculate = Calculate.OnBarClose;
|
Calculate = Calculate.OnBarClose;
|
||||||
EntriesPerDirection = 1;
|
EntriesPerDirection = 1;
|
||||||
EntryHandling = EntryHandling.AllEntries;
|
|
||||||
IsExitOnSessionCloseStrategy = true;
|
|
||||||
ExitOnSessionCloseSeconds = 30;
|
|
||||||
IsFillLimitOnTouch = false;
|
|
||||||
MaximumBarsLookBack = MaximumBarsLookBack.TwoHundredFiftySix;
|
|
||||||
OrderFillResolution = OrderFillResolution.Standard;
|
|
||||||
Slippage = 0;
|
|
||||||
StartBehavior = StartBehavior.WaitUntilFlat;
|
|
||||||
TimeInForce = TimeInForce.Gtc;
|
|
||||||
TraceOrders = false;
|
|
||||||
RealtimeErrorHandling = RealtimeErrorHandling.StopCancelClose;
|
|
||||||
StopTargetHandling = StopTargetHandling.PerEntryExecution;
|
|
||||||
BarsRequiredToTrade = 20;
|
|
||||||
}
|
}
|
||||||
else if (State == State.Configure)
|
else if (State == State.Configure)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user