Move time and OHLC value calc into separate files
This commit is contained in:
@ -69,7 +69,7 @@ create variant schema OHLCStream as OHLCEvent
|
||||
-- TickEvent.time ("time") as the source of the timestamp, and uses
|
||||
-- TickEvent.midDouble() as the value to use in the OHLC calculation.
|
||||
insert into OHLCStream
|
||||
select * from TickEvent#OHLC(OHLCInterval, time, midDouble)
|
||||
select * from TickEvent#OHLC("OHLC", "time", OHLCInterval, time, midDouble)
|
||||
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user