trading_system_1.epl: only LE within trading hours
This commit is contained in:
@ -193,6 +193,7 @@ insert into LongEntryStream
|
||||
and EPLHelpers.laterThan(B1.time, P1.time)
|
||||
and EPLHelpers.laterThan(B2.time, P2.time)
|
||||
and EPLHelpers.laterThan(P1.time, B2.time)
|
||||
and InTradingHours
|
||||
|
||||
-- Because multiple streams feed LongEntryStream (CurrentTick,
|
||||
-- MaxHigh3Window, B1, B2...), an event on any of those streams causes
|
||||
|
||||
Reference in New Issue
Block a user