Change short-term trend period to 50 days in Connors VIX Reversal 3 strategy
This commit is contained in:
parent
554d2db1f4
commit
c2fa336ccf
@ -21,7 +21,7 @@ namespace NinjaTrader.NinjaScript.Strategies
|
|||||||
Calculate = Calculate.OnBarClose;
|
Calculate = Calculate.OnBarClose;
|
||||||
EntriesPerDirection = 1;
|
EntriesPerDirection = 1;
|
||||||
|
|
||||||
ShortTermTrendPeriod = 10;
|
ShortTermTrendPeriod = 50;
|
||||||
PercentAbove = 10;
|
PercentAbove = 10;
|
||||||
}
|
}
|
||||||
else if (State == State.Configure)
|
else if (State == State.Configure)
|
||||||
|
Loading…
Reference in New Issue
Block a user