-
Global information
- Generated on Sun Mar 27 16:59:19 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-03-27_180000.log, ..., /home/postgres/pg_data/data/pg_log/postgresql-2022-03-27_184254.log
- Parsed 51,465 log entries in 17s
- Log start from 2022-03-27 18:00:00 to 2022-03-27 18:59:02
-
Overview
Global Stats
- 1,182 Number of unique normalized queries
- 4,999 Number of queries
- 1h55m2s Total query duration
- 2022-03-27 18:00:01 First query
- 2022-03-27 18:58:32 Last query
- 36 queries/s at 2022-03-27 18:18:10 Query peak
- 1h55m2s Total query duration
- 0ms Prepare/parse total duration
- 12s503ms Bind total duration
- 1h54m50s Execute total duration
- 16,858 Number of events
- 2 Number of unique normalized events
- 16,790 Max number of times the same event was reported
- 0 Number of cancellation
- 0 Total number of automatic vacuums
- 0 Total number of automatic analyzes
- 192 Number temporary file
- 10.10 MiB Max size of temporary file
- 6.64 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 4,999 Average queries per session
- 1h55m2s Average queries duration per session
- n/a Average idle time per session
- 0 Total number of connections
- 1 Total number of databases
SQL Traffic
Key values
- 36 queries/s Query Peak
- 2022-03-27 18:18:10 Date
SELECT Traffic
Key values
- 34 queries/s Query Peak
- 2022-03-27 18:18:10 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 12 queries/s Query Peak
- 2022-03-27 18:33:01 Date
Queries duration
Key values
- 1h55m2s Total query duration
Prepared queries ratio
Key values
- 0.00 Ratio of bind vs prepare
- 0.00 % Ratio between prepared and "usual" statements
General Activity
↑ Back to the top of the General Activity tableDay Hour Count Min duration Max duration Avg duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Mar 27 18 4,999 0ms 45s8ms 1s378ms 2m51s 3m6s 5m29s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Mar 27 18 1,232 19 522ms 6s245ms 44s770ms 58s733ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Mar 27 18 1,843 70 0 79 1s350ms 48s350ms 49s961ms 51s904ms Day Hour Prepare Bind Bind/Prepare Percentage of prepare Mar 27 18 0 2,812 2,812.00 0.00% Day Hour Count Average / Second Mar 27 18 0 0.00/s Day Hour Count Average Duration Average idle time Mar 27 18 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time Mar 27 18 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Mar 27 18 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Mar 27 18 0 0s Day Hour Mean distance Mean estimate Mar 27 18 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 10.10 MiB Temp Files size Peak
- 2022-03-27 18:52:19 Date
Number of temporary files
Key values
- 2 per second Temp Files Peak
- 2022-03-27 18:30:54 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Mar 27 18 192 1.25 GiB 6.64 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 57 430.43 MiB 3.70 MiB 10.10 MiB 7.55 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225)) AND ($226 = 0 OR p.patternname in ($227)) AND ($228 = 0 OR kr.patternclassid in ($229, $230)) AND ($231 = 0 OR kr.patternlengthbars <= $232) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $233 OR relevant = 1) AND ($234 = 0 OR age <= $235) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:59 Duration: 0ms Database: acaweb_fx User: postgres
2 30 208.45 MiB 3.52 MiB 9.46 MiB 6.95 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) AND ($5 = 0 OR s.exchange in ($6)) AND ($7 = 0 OR s.symbol in ($8)) AND ($9 = 0 OR fr.pattern in ($10)) AND ($11 = 0 OR fr.patternlengthbars <= $12) AND ($13 = 0 OR ($14 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($15 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $16 OR relevant = 1) AND ($17 = 0 OR age <= $18) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:51:26 Duration: 0ms Database: acaweb_fx User: postgres
3 24 205.12 MiB 7.55 MiB 9.54 MiB 8.55 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) AND ($5 = 0 OR s.exchange in ($6)) AND ($7 = 0 OR s.symbol in ($8)) AND ($9 = 0 OR p.patternname in ($10)) AND ($11 = 0 OR kr.patternclassid in ($12)) AND ($13 = 0 OR kr.patternlengthbars <= $14) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:51:40 Duration: 0ms Database: acaweb_fx User: postgres
4 21 74.44 MiB 3.48 MiB 3.62 MiB 3.54 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR fr.pattern in ($247)) AND ($248 = 0 OR fr.patternlengthbars <= $249) AND ($250 = 0 OR ($251 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($252 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:52:20 Duration: 0ms Database: acaweb_fx User: postgres
5 12 39.75 MiB 3.31 MiB 3.31 MiB 3.31 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340)) AND ($341 = 0 OR fr.pattern in ($342)) AND ($343 = 0 OR fr.patternlengthbars <= $344) AND ($345 = 0 OR ($346 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($347 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:56 Duration: 0ms Database: acaweb_fx User: postgres
6 12 114.38 MiB 9.53 MiB 9.53 MiB 9.53 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340)) AND ($341 = 0 OR p.patternname in ($342)) AND ($343 = 0 OR kr.patternclassid in ($344, $345)) AND ($346 = 0 OR kr.patternlengthbars <= $347) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:45 Duration: 0ms Database: acaweb_fx User: postgres
7 9 73.47 MiB 3.94 MiB 8.70 MiB 8.16 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
)) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579870133 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:43:23 Duration: 0ms Database: acaweb_fx User: postgres
8 3 10.57 MiB 3.52 MiB 3.52 MiB 3.52 MiB select resultuid from relevance_bigmovement_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;-
SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR bmr.patternlengthbars <= $9) ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = $10 OR relevant = 1) AND ($11 = 0 OR age <= $12) ORDER BY identified DESC, interval DESC;
Date: 2022-03-27 18:56:22 Duration: 0ms Database: acaweb_fx User: postgres
9 3 10.57 MiB 3.52 MiB 3.52 MiB 3.52 MiB select resultuid from relevance_autochartist_results order by resultuid desc limit ?), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR ar.pattern in ($16)) AND ($17 = 0 OR ($18 = 1 AND ar.breakout >= 0) OR ($19 = 2 AND ar.breakout < 0)) AND ($20 = 0 OR ar.patternlengthbars <= $21) and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:21:28 Duration: 0ms Database: acaweb_fx User: postgres
10 1 3.94 MiB 3.94 MiB 3.94 MiB 3.94 MiB ) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?)) or ((longname ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((longname ilike '%great britain pound vs us dollar%' AND timegranularity = 60)) OR ((longname ilike '%us dollar vs japanese yen%' AND timegranularity = 60)) OR ((longname ilike '%us dollar vs canadian dollar%' AND timegranularity = 60)) OR ((longname ilike '%new zealand dollar vs us dollar%' AND timegranularity = 60)) OR ((longname ilike '%euro vs great britain pound %' AND timegranularity = 60)) OR ((longname ilike '%euro vs japanese yen%' AND timegranularity = 60)) OR ((longname ilike '%euro vs canadian dollar%' AND timegranularity = 60)) OR ((longname ilike '%great britain pound vs japanese yen%' AND timegranularity = 60)) OR ((longname ilike '%great britan pound vs australian dollar%' AND timegranularity = 60)) OR ((longname ilike '%great britain pound vs swiss franc%' AND timegranularity = 60)) OR ((longname ilike '%australian dollar vs canadian dollar%' AND timegranularity = 60)) OR ((longname ilike '%australian dollar vs swiss franc%' AND timegranularity = 60)) OR ((longname ilike '%canadian dollar vs japanese yen%' AND timegranularity = 60)) OR ((longname ilike '%new zealand dollar vs canadian dollar%' AND timegranularity = 60)) OR ((longname ilike '%gold vs us dollar%' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580335938 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:03:36 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:12:48 - Database: acaweb_fx - User: postgres ]
2 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:15:02 - Database: acaweb_fx - User: postgres ]
3 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:16:12 - Database: acaweb_fx - User: postgres ]
4 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:19:01 - Database: acaweb_fx - User: postgres ]
5 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:20:34 - Database: acaweb_fx - User: postgres ]
6 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:21:42 - Database: acaweb_fx - User: postgres ]
7 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:23:32 - Database: acaweb_fx - User: postgres ]
8 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:25:08 - Database: acaweb_fx - User: postgres ]
9 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:26:37 - Database: acaweb_fx - User: postgres ]
10 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:34:36 - Database: acaweb_fx - User: postgres ]
11 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:46:58 - Database: acaweb_fx - User: postgres ]
12 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:52:07 - Database: acaweb_fx - User: postgres ]
13 10.10 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:56:53 - Database: acaweb_fx - User: postgres ]
14 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:03:56 - Database: acaweb_fx - User: postgres ]
15 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:07:24 - Database: acaweb_fx - User: postgres ]
16 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:12:25 - Database: acaweb_fx - User: postgres ]
17 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:17:06 - Database: acaweb_fx - User: postgres ]
18 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:22:04 - Database: acaweb_fx - User: postgres ]
19 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:27:02 - Database: acaweb_fx - User: postgres ]
20 10.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:32:41 - Database: acaweb_fx - User: postgres ]
-
Vacuums
Vacuums / Analyzes Distribution
Key values
- 0 sec Highest CPU-cost vacuum
Table
Database - Date
- 0 sec Highest CPU-cost analyze
Table
Database - Date
Autovacuum actions (5 minutes period)
NO DATASET
Analyzes per table
Key values
- unknown (0) Main table analyzed (database )
- 0 analyzes Total
Vacuums per table
Key values
- unknown (0) Main table vacuumed on database
- 0 vacuums Total
Tuples removed per table
Key values
- unknown (0) Main table with removed tuples on database
- 0 tuples Total removed
Pages removed per table
Key values
- unknown (0) Main table with removed pages on database unknown
- 0 pages Total removed
Autovacuum Activity
↑ Back to the top of the Autovacuum Activity tableDay Hour VACUUMs ANALYZEs Mar 27 18 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 1,232 Total read queries
- 3,757 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 4,999 Requests
- 1h54m50s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 3,095 Requests
User Request type Count Duration pgperfstats Total 1,904 44m28s insert 1,813 44m21s select 91 6s831ms postgres Total 3,095 1h10m21s copy from 79 12s420ms copy to 19 2s445ms cte 1,744 58m37s ddl 2 109ms insert 30 6s864ms others 10 28s259ms select 1,141 10m44s update 70 10s231ms Duration by user
Key values
- 1h10m21s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 1,904 44m28s insert 1,813 44m21s select 91 6s831ms postgres Total 3,095 1h10m21s copy from 79 12s420ms copy to 19 2s445ms cte 1,744 58m37s ddl 2 109ms insert 30 6s864ms others 10 28s259ms select 1,141 10m44s update 70 10s231ms Queries by host
Key values
- unknown Main host
- 4,999 Requests
- 1h54m50s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 4,999 Requests
- 1h54m50s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-03-27 18:28:35 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 2,171 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 45s8ms select updateageforrelevantresults ();[ Date: 2022-03-27 18:02:47 - Database: acaweb_fx - User: postgres ]
2 38s468ms select updateageforrelevantresults ();[ Date: 2022-03-27 18:32:40 - Database: acaweb_fx - User: postgres ]
3 37s790ms select updateageforrelevantresults ();[ Date: 2022-03-27 18:47:39 - Database: acaweb_fx - User: postgres ]
4 35s209ms select updateageforrelevantresults ();[ Date: 2022-03-27 18:17:37 - Database: acaweb_fx - User: postgres ]
5 28s134ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:33:32 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 19s132ms WITH rar_max as ( ;[ Date: 2022-03-27 18:06:06 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 18s221ms SELECT CASE WHEN a.old_resultuid = '580442373' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442373' OR a.resultuid = '580442373') AND dtt.dayofweek = 3;[ Date: 2022-03-27 18:18:18 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 16s983ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:18:02 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 16s468ms WITH rar_max as ( ;[ Date: 2022-03-27 18:02:37 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 16s247ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:05:46 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 16s75ms SELECT CASE WHEN a.old_resultuid = '580442455' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442455' OR a.resultuid = '580442455') AND dtt.dayofweek = 3;[ Date: 2022-03-27 18:33:29 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 15s585ms WITH rar_max as ( ;[ Date: 2022-03-27 18:32:57 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 15s452ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:50:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 15s297ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:02:21 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 15s252ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:20:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 15s198ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:45:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 14s955ms SELECT CASE WHEN a.old_resultuid = '82038991' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82038991' OR a.resultuid = '82038991') AND dtt.dayofweek = 3;[ Date: 2022-03-27 18:18:00 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 14s665ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:55:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 14s624ms WITH rar_max as ( ;[ Date: 2022-03-27 18:21:56 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 14s403ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 18:35:44 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 14m44s 162 50ms 19s132ms 5s462ms with rar_max as ( ;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 18 162 14m44s 5s462ms [ User: postgres - Total duration: 14m44s - Times executed: 162 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 18:06:06 Duration: 19s132ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:02:37 Duration: 16s468ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:32:57 Duration: 15s585ms Database: acaweb_fx User: postgres Bind query: yes
2 13m49s 499 1s248ms 3s950ms 1s661ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 18 499 13m49s 1s661ms [ User: postgres - Total duration: 13m49s - Times executed: 499 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '579665226' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '579665226' OR a.resultuid = '579665226') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:53 Duration: 3s950ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580442524' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442524' OR a.resultuid = '580442524') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:34:01 Duration: 3s760ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580166088' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580166088' OR a.resultuid = '580166088') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:52 Duration: 3s744ms Database: acaweb_fx User: postgres Bind query: yes
3 8m23s 189 499ms 16s247ms 2s666ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Mar 27 18 189 8m23s 2s666ms [ User: postgres - Total duration: 8m23s - Times executed: 189 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:05:46 Duration: 16s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:45 Duration: 15s452ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:21 Duration: 15s297ms Database: acaweb_fx User: postgres Bind query: yes
4 6m40s 105 398ms 28s134ms 3s813ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Mar 27 18 105 6m40s 3s813ms [ User: postgres - Total duration: 6m40s - Times executed: 105 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:33:32 Duration: 28s134ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:18:02 Duration: 16s983ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:17:37 Duration: 12s670ms Database: acaweb_fx User: postgres Bind query: yes
5 6m18s 251 986ms 3s929ms 1s508ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 18 251 6m18s 1s508ms [ User: postgres - Total duration: 6m18s - Times executed: 251 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s929ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82000740' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82000740' OR a.resultuid = '82000740') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s921ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985115' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985115' OR a.resultuid = '81985115') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s915ms Database: acaweb_fx User: postgres Bind query: yes
6 4m31s 333 564ms 1s373ms 816ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Mar 27 18 333 4m31s 816ms [ User: pgperfstats - Total duration: 4m31s - Times executed: 333 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1125, '2022-03-27 00:00:00', 0.8645116479798, 1.68729166666667, 0.902240342630257, 2.374375, 1.14385852221355, 3.08916666666667, 2.57867213891181, 5.5975, 6.13867425084366, 17.8229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1140, '2022-03-27 00:00:00', 0.647303772515685, 1.575, 0.813876926920719, 2.15, 0.957882250486502, 2.81166666666667, 2.76677007838863, 5.86416666666667, 6.05899373057721, 17.659375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1155, '2022-03-27 00:00:00', 0.587921872890592, 1.46604166666667, 0.701749850916164, 1.95937500000001, 1.16055956565562, 2.665625, 2.88052641500407, 7.32708333333333, 6.06366162858833, 17.6664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1170, '2022-03-27 00:00:00', 0.638605782947896, 1.33270833333334, 0.895463784579122, 1.86354166666667, 1.14815871419026, 2.43354166666667, 2.87258517835138, 7.46104166666667, 6.00185460090148, 17.6077083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1185, '2022-03-27 00:00:00', 0.684316410204643, 1.34958333333333, 0.900492593657433, 1.89604166666666, 0.875604734090856, 2.45479166666666, 2.78574671090514, 7.66604166666667, 5.92005195687516, 17.5822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1200, '2022-03-27 00:00:00', 0.647241603916644, 1.33270833333334, 0.727861170868441, 1.70666666666667, 1.25650106547358, 2.66333333333333, 2.89408729292293, 7.85229166666667, 5.77885411576588, 17.53125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1215, '2022-03-27 00:00:00', 0.58904764546104, 1.34645833333334, 0.625818883833271, 1.83666666666666, 1.34279179688535, 2.774375, 3.06706582153418, 8.11416666666667, 5.74499753645209, 17.5364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1230, '2022-03-27 00:00:00', 0.444377465137164, 1.331875, 1.11778045794955, 2.11625, 1.24320056504473, 2.57041666666666, 3.17995812085038, 8.22354166666667, 5.61304352053374, 17.5497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1245, '2022-03-27 00:00:00', 1.03331671474481, 1.60604166666667, 1.20222823015902, 2.09875, 1.12635586571557, 2.41666666666666, 3.11939095893896, 8.50770833333333, 5.62447578475193, 17.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1260, '2022-03-27 00:00:00', 0.728931587364666, 1.40729166666667, 0.938127736698103, 1.76354166666666, 0.941258312125275, 2.29791666666667, 3.20696032403388, 8.49354166666667, 5.61909631817884, 17.5539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1275, '2022-03-27 00:00:00', 0.731040769645616, 1.23479166666665, 0.792438334820292, 1.66458333333333, 1.55607202433806, 2.90083333333333, 3.20047853645651, 8.62041666666667, 5.6166270977082, 17.5460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1290, '2022-03-27 00:00:00', 0.581927044520984, 1.15395833333333, 0.782530009379646, 1.77354166666667, 1.74808653153645, 2.94, 3.29853382009627, 8.66333333333334, 5.44794935077623, 17.6772916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1305, '2022-03-27 00:00:00', 0.808953939633941, 1.47229166666667, 1.69317811485479, 2.40270833333333, 2.07527856302002, 3.21937500000001, 3.49297524206323, 8.82270833333334, 5.3612255250488, 17.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1320, '2022-03-27 00:00:00', 0.569399851138195, 1.2997619047619, 0.619194176790637, 1.81214285714286, 1.50822984385827, 3.47880952380953, 3.85980490809722, 8.95214285714286, 5.31308835397482, 17.2085714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1335, '2022-03-27 00:00:00', 0.600418405701193, 1.35952380952381, 0.990887108557158, 1.96952380952381, 2.28791530187886, 5.75285714285714, 4.0173477835863, 9.03428571428572, 5.36770648015918, 17.3335714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1350, '2022-03-27 00:00:00', 0.625929974784181, 1.37166666666668, 1.18320569398804, 2.84928571428573, 2.51384909290609, 5.8354761904762, 4.04477459787552, 8.91738095238096, 5.3764658798455, 17.3485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1365, '2022-03-27 00:00:00', 0.940591442606596, 2.44452380952382, 2.33373803463151, 5.13928571428571, 2.70524182529646, 6.12166666666667, 4.12558962596921, 8.91380952380953, 5.45360749980275, 17.4404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 990, '2022-03-27 00:00:00', 1.13994412818551, 2.83615384615384, 1.55869404162094, 3.76134615384615, 1.979420583442, 4.88538461538461, 3.51786126568622, 7.34173076923077, 5.0908282120511, 17.5332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1005, '2022-03-27 00:00:00', 1.05766906268164, 2.80538461538462, 1.27491672427895, 3.46942307692308, 1.99942192607302, 4.69596153846154, 3.32623862412417, 6.85576923076923, 5.21545049311695, 17.4703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1020, '2022-03-27 00:00:00', 0.912403756779108, 2.33615384615385, 1.30855663291219, 3.23230769230769, 1.90990576690619, 4.14403846153846, 3.12235719634037, 6.31269230769231, 5.30326679074759, 17.4544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1035, '2022-03-27 00:00:00', 0.860698285383178, 2.19153846153846, 1.19480035345466, 3.01326923076923, 1.4822430637382, 4.00749999999999, 2.93802388454449, 5.88711538461538, 5.31685255723578, 17.4363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1050, '2022-03-27 00:00:00', 0.85985696484938, 2.11, 1.1899764703556, 2.71, 1.52608711567045, 3.71326923076922, 2.72649544005036, 5.58076923076923, 5.37844173887396, 17.4415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1065, '2022-03-27 00:00:00', 0.909658938622268, 1.95576923076922, 1.34907485394194, 2.90519230769229, 1.51999090331286, 3.60288461538461, 2.47803331603606, 5.24365384615384, 5.92908697407567, 16.6771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1080, '2022-03-27 00:00:00', 0.772210712574867, 1.93076923076923, 1.01786412875952, 2.49923076923076, 1.33346236715379, 3.19326923076923, 2.42324163847965, 4.99596153846154, 6.04830219025268, 16.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1095, '2022-03-27 00:00:00', 0.711220862590954, 1.57865384615385, 0.936187275807899, 2.20615384615384, 1.16934360285524, 2.98230769230769, 2.585194896685, 5.05942307692308, 5.84270907923844, 16.7742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1110, '2022-03-27 00:00:00', 0.770164018495164, 1.65384615384615, 0.92042007550065, 2.19365384615385, 1.69526521637358, 3.01692307692308, 2.86892268711017, 5.17423076923077, 5.7140045502257, 17.235 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1125, '2022-03-27 00:00:00', 0.665081487199425, 1.52423076923076, 0.935432540839553, 2.19596153846154, 1.85074267836954, 3.00269230769231, 2.94497141164132, 5.15615384615384, 6.64949854963052, 18.2998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1140, '2022-03-27 00:00:00', 0.815804746624694, 1.63423076923077, 1.55902233911069, 2.20442307692308, 1.71562753712857, 2.87038461538462, 2.89668558608203, 5.54923076923077, 6.91900437479711, 18.6065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1155, '2022-03-27 00:00:00', 0.921127235844969, 1.54076923076924, 1.18632666729634, 2.0848076923077, 1.24944252184109, 2.66115384615385, 3.08155295514853, 7.57115384615385, 7.05499217684787, 18.9161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1170, '2022-03-27 00:00:00', 0.639324282709123, 1.34346153846154, 0.660517862100526, 1.81038461538462, 0.936666942695463, 2.55519230769231, 3.29086551626679, 8.26461538461539, 7.10480270932709, 19.1065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1185, '2022-03-27 00:00:00', 0.547519722159712, 1.45538461538462, 0.789175421661019, 1.93538461538462, 1.10679002247316, 2.56192307692308, 3.30695500190362, 8.45923076923077, 6.92458844375495, 19.2263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1200, '2022-03-27 00:00:00', 0.645433068686324, 1.44538461538462, 0.9351743769932, 2.01634615384616, 1.43382437772338, 2.64711538461538, 3.3762910692971, 8.76576923076923, 6.86804573032578, 19.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1215, '2022-03-27 00:00:00', 0.720202856038605, 1.35307692307692, 0.896216427329572, 1.85173076923077, 1.45375577252641, 2.65461538461539, 3.3542832147294, 8.82673076923077, 6.87403179476096, 19.3163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1230, '2022-03-27 00:00:00', 0.552549197252704, 1.27384615384615, 0.966592985697698, 1.86499999999999, 1.16336131036816, 2.53346153846154, 3.33267769449502, 8.73884615384616, 6.86970933491031, 19.3121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1245, '2022-03-27 00:00:00', 0.605670385097884, 1.22615384615384, 0.748425244198679, 1.77711538461538, 1.1247535114586, 2.37730769230769, 3.370326484984, 8.71615384615385, 6.84417275160746, 19.2244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1260, '2022-03-27 00:00:00', 0.545273008543573, 1.32057692307693, 0.842853212879644, 1.77846153846155, 1.32759684566339, 2.50423076923077, 3.47665478585378, 8.7225, 6.79065575172689, 19.1765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1275, '2022-03-27 00:00:00', 0.734275912300424, 1.31865384615385, 0.804750821444359, 1.72173076923077, 1.7573172407438, 2.81173076923077, 3.50999837825954, 8.67615384615385, 6.81948589591732, 19.2432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1290, '2022-03-27 00:00:00', 0.557030209096549, 1.25442307692308, 1.02785766748874, 1.89423076923077, 2.0522452619959, 2.91884615384616, 3.50886278421679, 8.64596153846154, 6.82310826980918, 19.2673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1305, '2022-03-27 00:00:00', 0.948881771025575, 1.40115384615385, 1.56751861723701, 2.18384615384615, 2.08188229365048, 3.08173076923077, 3.48979197638793, 8.58403846153846, 6.84359088153625, 19.2469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1320, '2022-03-27 00:00:00', 0.724813932781476, 1.34565217391304, 0.820117423868558, 1.78304347826088, 1.55740161884196, 3.28456521739131, 3.61567848803703, 8.46826086956522, 7.13597867154817, 19.520652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1335, '2022-03-27 00:00:00', 0.609100937915194, 1.22695652173914, 0.652052248203592, 1.70304347826087, 2.67496839772992, 6.16673913043479, 3.64162826534024, 8.36217391304348, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1350, '2022-03-27 00:00:00', 0.466909145549357, 1.25782608695652, 1.09193943026507, 2.73608695652174, 2.93895925826459, 6.93260869565218, 3.59571635240554, 8.35478260869566, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1365, '2022-03-27 00:00:00', 1.0424537316393, 2.41434782608696, 2.78948223977281, 5.8704347826087, 3.11050540483661, 6.98565217391305, 3.67298752404343, 8.36347826086957, 7.13276613711668, 19.5336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 990, '2022-03-27 00:00:00', 1.1727508916416, 3.01442307692308, 1.59149861644737, 4.25038461538462, 1.85353558202861, 5.16807692307693, 2.54319091663633, 6.36096153846154, 7.20194661986498, 18.8286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1005, '2022-03-27 00:00:00', 1.24177715392095, 2.90750000000001, 1.37569077753128, 3.57365384615385, 1.97779072549301, 4.46192307692308, 2.38877919416206, 5.98096153846154, 7.04862838812248, 18.8169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1020, '2022-03-27 00:00:00', 0.569023725340169, 2.29, 1.08547104273462, 3.12423076923077, 1.22252613626301, 3.62807692307692, 1.84291154468641, 5.5001923076923, 6.84797126611513, 18.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1035, '2022-03-27 00:00:00', 1.07720350195094, 2.14423076923077, 1.25406563440061, 2.68615384615384, 1.2043928569392, 3.29692307692308, 1.96739191864215, 5.5901923076923, 6.83787894463908, 18.6073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1050, '2022-03-27 00:00:00', 0.752728268470004, 1.85538461538461, 0.716858531264127, 2.39807692307691, 1.29150746744319, 3.23846153846153, 1.92416732240608, 5.43326923076922, 6.80255820657538, 18.6269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1065, '2022-03-27 00:00:00', 0.572173185186225, 1.64807692307693, 0.687430807706937, 2.17134615384616, 1.20921253778583, 3.01980769230769, 2.08470408340959, 5.40365384615384, 6.75075309758958, 18.5342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1080, '2022-03-27 00:00:00', 0.665281779514399, 1.60038461538462, 0.986909258551864, 2.28673076923077, 1.09593298854657, 3.00365384615384, 2.49217325610833, 5.50153846153846, 6.72591688059073, 18.5367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1095, '2022-03-27 00:00:00', 0.96768337558553, 1.71365384615385, 1.0408799716512, 2.28365384615384, 1.09902462000839, 2.85134615384616, 2.93353961177383, 5.74942307692307, 6.57842538150278, 18.5675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1110, '2022-03-27 00:00:00', 0.544525516813979, 1.62096153846154, 0.775997521804123, 2.18192307692308, 0.986094393983736, 2.73307692307692, 3.76087357384711, 6.08596153846154, 6.48401441712913, 18.5751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1125, '2022-03-27 00:00:00', 0.539808406181868, 1.43634615384615, 0.572647058707325, 1.94557692307692, 0.979414346198001, 2.49230769230769, 3.69457130332933, 6.05634615384615, 6.54800879011205, 19.2163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1140, '2022-03-27 00:00:00', 0.47824780348525, 1.45019230769231, 0.680220467653972, 1.82826923076923, 1.02140393576684, 2.41500000000001, 3.76450764989976, 6.63461538461539, 6.71503809485729, 19.3611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1155, '2022-03-27 00:00:00', 0.648312009404773, 1.24730769230768, 0.880466572116952, 1.69923076923077, 1.39044331613504, 2.54884615384615, 4.10045487157781, 8.37692307692307, 6.69470948700424, 19.4063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1170, '2022-03-27 00:00:00', 0.5861095985722, 1.1873076923077, 0.735798990109497, 1.65807692307693, 1.22860572945983, 2.52596153846154, 4.11151245332495, 8.69442307692307, 6.73792545110254, 19.4507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1185, '2022-03-27 00:00:00', 0.557092762611254, 1.31288461538462, 1.16947162625494, 2.03673076923077, 1.43050589491432, 2.75634615384615, 4.2550670789253, 8.94038461538461, 6.70113572463653, 19.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1200, '2022-03-27 00:00:00', 0.953248373478002, 1.52269230769231, 0.984024077253893, 1.89576923076923, 1.25359329682563, 2.68307692307693, 4.0323108329897, 8.92942307692308, 6.65696930638514, 19.5678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1215, '2022-03-27 00:00:00', 0.548793642035378, 1.24230769230769, 0.918707034578824, 1.92615384615385, 1.41153838608257, 2.87115384615385, 3.83935435277259, 8.81538461538461, 6.45670598322753, 19.6330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1230, '2022-03-27 00:00:00', 0.889190578343805, 1.48826923076923, 1.14448081947836, 1.93711538461539, 1.51505196661317, 2.86769230769231, 3.70348787787114, 8.77730769230769, 6.40560507260273, 19.5828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1245, '2022-03-27 00:00:00', 0.618530796447388, 1.33211538461539, 1.14591944944458, 2.17576923076923, 1.6373912295055, 2.98903846153846, 3.66277772378371, 8.72942307692307, 6.28343119151166, 19.5084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1260, '2022-03-27 00:00:00', 1.21243201236827, 1.86423076923076, 1.28568438823602, 2.33288461538462, 2.11978417805645, 3.16519230769231, 3.76918477208983, 8.84461538461538, 6.25012330955281, 19.5292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1275, '2022-03-27 00:00:00', 0.861468000209302, 1.48134615384615, 1.17820397868307, 2.06384615384615, 2.03152913230025, 3.17115384615384, 3.5022968123131, 8.5551923076923, 6.26710585885972, 19.5503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1290, '2022-03-27 00:00:00', 0.968003417031476, 1.49115384615384, 1.39060126729965, 2.11173076923077, 2.67139992110158, 3.42653846153846, 3.43052330612199, 8.46307692307692, 6.45422415047815, 19.5957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1305, '2022-03-27 00:00:00', 0.936374185560782, 1.46384615384616, 1.51414713236909, 2.25846153846154, 2.18030838503322, 3.21557692307692, 3.51595003574371, 8.47442307692308, 6.58226233027942, 19.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1320, '2022-03-27 00:00:00', 0.859204809773748, 1.61478260869565, 1.52610311298499, 2.2395652173913, 1.69056320573032, 3.56695652173913, 3.78502604144111, 8.64695652173913, 6.51777522422473, 20.495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1335, '2022-03-27 00:00:00', 0.836281885074859, 1.35086956521739, 0.997668675744245, 1.81717391304348, 2.9688290534513, 5.93869565217391, 3.63972005178091, 8.50565217391304, 6.55635684801987, 20.3858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1350, '2022-03-27 00:00:00', 0.681784597328331, 1.39065217391304, 1.18385603794426, 2.8858695652174, 3.19472129769726, 6.59652173913043, 3.86469648906214, 8.67304347826087, 6.56073468633703, 20.3884782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1365, '2022-03-27 00:00:00', 1.28900584451494, 2.48739130434783, 3.01502838232827, 5.61434782608696, 3.36087414224336, 6.74, 3.81595081629875, 8.62521739130435, 6.65692068333323, 20.3695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 990, '2022-03-27 00:00:00', 1.20068903828871, 2.848, 1.55981096611097, 3.9454, 1.68335911696426, 4.769, 2.59293789294435, 6.9296, 6.91087267161922, 18.5944 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1005, '2022-03-27 00:00:00', 1.01010725503121, 2.735, 1.16444736534833, 3.50720000000001, 1.4579759943154, 4.2424, 2.3223883719137, 6.3426, 6.65181377520448, 18.1234 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1020, '2022-03-27 00:00:00', 0.846692240427411, 2.30760000000001, 1.08000108024637, 2.97760000000001, 1.30992738348353, 3.63080000000001, 2.57901366805219, 5.90139999999999, 6.48001189556522, 17.855 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1035, '2022-03-27 00:00:00', 0.925310758610322, 2.041, 1.1158892940909, 2.6812, 1.21706100915279, 3.54, 2.38797944575186, 5.796, 6.41979054694673, 17.8176 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1050, '2022-03-27 00:00:00', 0.737533219590823, 1.70360000000001, 0.98146433964766, 2.46080000000001, 1.42727222350888, 3.4768, 2.48419587928703, 5.76299999999999, 6.31647592939818, 17.8166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1065, '2022-03-27 00:00:00', 0.877795202007094, 1.8716, 1.01727782177076, 2.55, 1.20846538358918, 3.3436, 2.53636674201504, 5.83099999999999, 6.22545873811722, 17.7114 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1080, '2022-03-27 00:00:00', 0.696094042975993, 1.67859999999999, 0.880902709346108, 2.34699999999999, 0.945156821203052, 3.0462, 2.55504864598177, 5.6256, 6.08436043612365, 17.5424 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1095, '2022-03-27 00:00:00', 0.650344908490869, 1.7588, 0.702692737498636, 2.28100000000001, 1.24855910285951, 3.05960000000001, 2.63120849927684, 5.65540000000001, 6.12232526632379, 17.394 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1110, '2022-03-27 00:00:00', 0.615414832992073, 1.502, 0.909974953867777, 2.1476, 1.29933341884727, 3.06560000000001, 2.83422993656713, 5.6202, 6.15763656635672, 17.4962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1125, '2022-03-27 00:00:00', 0.808283263054067, 1.5102, 0.997656629306902, 2.15400000000001, 1.34673716812153, 2.8552, 2.95113925741682, 5.66800000000001, 6.33292783789615, 18.336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1140, '2022-03-27 00:00:00', 0.744941944046652, 1.5302, 0.910632792805824, 2.031, 1.18202252516608, 2.69780000000001, 3.06190481291195, 5.99060000000001, 6.75368068167278, 18.5044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1155, '2022-03-27 00:00:00', 0.55287069012564, 1.3742, 0.89835511723742, 1.8724, 1.06542733992829, 2.496, 3.18920076194648, 7.21840000000001, 6.89699362041173, 18.5322 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1170, '2022-03-27 00:00:00', 0.815736732449046, 1.44920000000001, 1.01285249008266, 1.95420000000001, 1.16133407481797, 2.49480000000001, 3.18543531823622, 7.35760000000001, 6.93887568942789, 18.663 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1185, '2022-03-27 00:00:00', 0.812923581894395, 1.46020000000001, 0.815368015070502, 1.868, 1.20674192905249, 2.4414, 3.13208665801784, 7.41220000000001, 7.21972940397816, 18.7302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1200, '2022-03-27 00:00:00', 0.690254904606502, 1.3682, 0.91961799134206, 1.7642, 1.2788006425293, 2.3354, 3.10703569875426, 7.34700000000001, 7.26101908595941, 18.6324 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1215, '2022-03-27 00:00:00', 0.574244648792365, 1.1794, 0.679742598341462, 1.604, 1.08847465902213, 2.33, 3.01404040837765, 7.48400000000001, 7.3717518101195, 18.6532 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1230, '2022-03-27 00:00:00', 0.629074584873155, 1.2616, 0.925156428214534, 1.8104, 1.22217361014437, 2.465, 3.22970597216939, 7.74440000000001, 7.42975105011377, 18.6694 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1245, '2022-03-27 00:00:00', 0.743350354812587, 1.4298, 0.947022615006288, 1.9468, 1.46710315474634, 2.649, 3.15663300316439, 7.88940000000001, 7.43245690087291, 18.6402 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1260, '2022-03-27 00:00:00', 0.767803957183523, 1.356, 1.00316677742703, 1.7646, 1.43516671505439, 2.6442, 3.07006247221995, 7.76240000000001, 7.53991979952927, 18.5602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1275, '2022-03-27 00:00:00', 0.653547817684366, 1.2232, 1.06299976481653, 1.7682, 1.5370127954358, 2.86800000000001, 2.82527833437108, 7.62320000000001, 7.57103495236947, 18.4166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1290, '2022-03-27 00:00:00', 0.814142851920554, 1.3366, 0.934749297940362, 1.846, 1.64205427742203, 2.9988, 2.75872399549742, 7.62680000000001, 7.75615942332286, 18.4094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1305, '2022-03-27 00:00:00', 0.824618750292114, 1.4324, 1.39750113297509, 2.3064, 1.76323157393842, 3.2328, 2.94110655196304, 7.60660000000001, 7.72348408535077, 18.3828 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1320, '2022-03-27 00:00:00', 0.704422217262605, 1.52022727272727, 0.814014721938414, 2.07159090909091, 1.58960933764254, 3.48568181818183, 2.83046016787107, 7.935, 7.74499187437915, 19.0159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1335, '2022-03-27 00:00:00', 0.587569098819404, 1.39727272727272, 0.979718601926618, 2.20659090909091, 2.05792814158578, 5.29795454545455, 2.88322545340309, 7.95659090909091, 7.71665676394604, 19.0552272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1350, '2022-03-27 00:00:00', 0.842896341446712, 1.75636363636364, 1.32244241848802, 2.80795454545455, 2.02754895425603, 5.57500000000001, 2.94575305125209, 7.91909090909091, 7.70114319393598, 19.0627272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1365, '2022-03-27 00:00:00', 1.04099303759871, 2.21613636363637, 1.91973905829622, 4.60863636363637, 2.19977094439221, 5.48727272727273, 3.11302788948197, 7.90454545454545, 7.73025672585452, 18.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 990, '2022-03-27 00:00:00', 0.989559540064841, 2.6402, 1.51728658576201, 3.73760000000001, 1.86042058416907, 4.3728, 3.39243517501317, 7.1232, 7.3730354049966, 18.2836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1005, '2022-03-27 00:00:00', 1.1843029947329, 2.8756, 1.41023275265704, 3.3372, 1.68594310896502, 4.006, 3.40890491947194, 7.2334, 7.40835092986287, 18.2848 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1020, '2022-03-27 00:00:00', 0.934729238870802, 2.315, 1.22724566272066, 2.94439999999999, 2.12597601115347, 3.9686, 3.36830858889146, 7.1056, 7.3641788861126, 18.1484 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1035, '2022-03-27 00:00:00', 0.780855940619008, 2.09379999999999, 1.24565401162066, 2.8168, 1.81857815339346, 3.9716, 3.32397964293806, 6.9014, 7.38010700577347, 18.0626 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1050, '2022-03-27 00:00:00', 0.849907004716778, 1.94760000000001, 1.43446636419262, 2.81800000000001, 1.47321366406913, 3.6678, 3.37099883812893, 6.7396, 7.39714486023718, 17.986 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1065, '2022-03-27 00:00:00', 0.931705112504312, 1.91340000000001, 0.979249840439091, 2.53859999999999, 1.0734210497284, 3.3634, 3.37027728829543, 6.4074, 7.54060780596188, 17.9066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1080, '2022-03-27 00:00:00', 0.91137885462998, 1.86479999999999, 0.982384089854878, 2.5142, 1.25645261218507, 3.3026, 3.40660690179147, 6.1632, 7.53971315214755, 17.7816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1095, '2022-03-27 00:00:00', 0.668292475891607, 1.6326, 0.989224359452063, 2.2876, 1.55652957997378, 3.1102, 3.57749213835614, 5.945, 7.97448771604379, 17.6572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1110, '2022-03-27 00:00:00', 0.797723479659461, 1.6826, 1.0874109158915, 2.267, 1.73049000767605, 3.11539999999999, 3.6100066712773, 5.7174, 7.95341479596448, 17.9006 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1125, '2022-03-27 00:00:00', 0.827185136471881, 1.5654, 1.07937277311101, 2.12319999999999, 2.01152278552013, 2.93519999999999, 3.6525686965933, 5.6932, 7.72987076757001, 18.349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1140, '2022-03-27 00:00:00', 0.758270313116388, 1.50104166666667, 0.992472734448253, 2.02729166666667, 1.44469743522574, 2.825625, 2.73254479225257, 5.92020833333333, 6.32364220045283, 17.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1155, '2022-03-27 00:00:00', 0.616446543164702, 1.45041666666667, 0.618210916531604, 1.90395833333334, 1.32643030198141, 2.79895833333334, 4.31857711382388, 7.65812500000001, 6.35556983556807, 17.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1170, '2022-03-27 00:00:00', 0.499532344704324, 1.33770833333334, 1.26453976777141, 2.12104166666667, 1.29528576669062, 2.63500000000001, 4.481415711063, 8.05291666666668, 6.35624336460971, 17.8033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1185, '2022-03-27 00:00:00', 1.02723457377817, 1.6125, 1.28233793506632, 2.11416666666667, 1.33092874772534, 2.86812500000001, 4.4809038003235, 8.47979166666668, 6.30934520463351, 17.7789583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1200, '2022-03-27 00:00:00', 0.681607174200031, 1.37760869565218, 0.744673111827099, 1.73804347826088, 1.18392723410359, 2.74217391304348, 4.7451051230145, 8.65391304347827, 6.38696325374925, 17.6428260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1215, '2022-03-27 00:00:00', 0.585668261264822, 1.25130434782609, 1.00197113044492, 1.99065217391304, 1.12467500795465, 2.64434782608696, 4.68929362522302, 8.73260869565218, 6.36265540434703, 17.6076086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1230, '2022-03-27 00:00:00', 0.742455798447444, 1.46739130434783, 0.8759167980774, 1.91065217391305, 1.16702558473027, 2.80847826086957, 4.68980308375808, 8.80065217391305, 6.42357673290187, 17.5469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1245, '2022-03-27 00:00:00', 0.553983240567842, 1.35260869565218, 0.649409658950611, 1.75478260869566, 0.982661043937702, 2.665, 4.6029004324778, 8.64586956521739, 6.42145548250815, 17.4328260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1260, '2022-03-27 00:00:00', 0.582185809003913, 1.27195652173913, 0.947775688093295, 1.9641304347826, 1.02549506024021, 2.6441304347826, 4.43524971334904, 8.63673913043478, 6.18599901345501, 17.5376086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1275, '2022-03-27 00:00:00', 0.720856086902045, 1.55195652173913, 0.689998138280126, 2.01760869565217, 1.3135297767117, 2.81673913043478, 4.51760894861962, 8.61239130434783, 6.35660178592478, 17.5460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1290, '2022-03-27 00:00:00', 0.675544576107532, 1.56173913043479, 1.07342236473931, 2.16413043478261, 1.62289039104428, 3.12869565217391, 4.38817699415324, 8.73282608695652, 6.18403212796342, 17.6552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1305, '2022-03-27 00:00:00', 0.800590197311715, 1.50413043478261, 1.26834039270956, 2.20347826086957, 1.76137138338217, 3.16717391304348, 4.30444185278784, 8.65586956521739, 6.22073691668128, 17.5078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1320, '2022-03-27 00:00:00', 0.626843544233613, 1.39025, 0.846805879389374, 2.03525, 1.95655806805835, 3.717, 4.07329669762001, 8.37025, 5.8457122388078, 18.466 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1335, '2022-03-27 00:00:00', 0.648108381124798, 1.3895, 0.886180264125939, 2.03375000000001, 3.91484838719672, 5.818, 3.84158910375709, 8.241, 5.70148145568094, 18.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1350, '2022-03-27 00:00:00', 0.715077286952818, 1.5725, 1.54172022429493, 3.02525, 3.60852389999597, 6.47, 3.42821745725245, 8.07725, 5.42524762956542, 18.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1365, '2022-03-27 00:00:00', 1.29138899109284, 2.4725, 3.55182328085464, 5.18975, 3.48297366144445, 6.69850000000001, 3.33823435642572, 7.87575, 5.44837693721717, 18.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 990, '2022-03-27 00:00:00', 1.27121980883383, 2.7345652173913, 1.51236376905838, 3.95652173913043, 1.97940567796109, 5.22173913043479, 3.17350750766179, 7.12108695652173, 6.78885119103896, 18.1936956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1005, '2022-03-27 00:00:00', 1.31408905311843, 2.93369565217391, 1.69809975754113, 3.82782608695652, 2.23769666479537, 5.035, 2.96447538833825, 6.69565217391304, 6.70507054016708, 18.0613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1020, '2022-03-27 00:00:00', 0.944192305980062, 2.49826086956522, 1.19848933238552, 3.19804347826087, 1.5859167122462, 4.165, 2.16041017734766, 6.23195652173913, 6.11154621469782, 17.6780434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1035, '2022-03-27 00:00:00', 0.937082555282632, 2.02347826086956, 1.24884286362365, 3.03195652173913, 1.63496558085878, 3.74021739130434, 2.20611851297265, 6.1545652173913, 6.13029100341584, 17.5571739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1050, '2022-03-27 00:00:00', 0.859528549882579, 2.09565217391304, 1.16942483582329, 2.61608695652173, 1.47519506983692, 3.57869565217391, 2.0811431042947, 5.79543478260869, 5.97206830188433, 17.4704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1065, '2022-03-27 00:00:00', 0.818328214834172, 1.77260869565217, 0.958872340829527, 2.4795652173913, 1.3774933197115, 3.3541304347826, 2.08529142236895, 5.52195652173913, 5.89388836501749, 17.4928260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1080, '2022-03-27 00:00:00', 0.54847578952913, 1.66565217391304, 0.868620845889072, 2.32891304347825, 1.26763107312396, 3.19891304347825, 2.08760552737932, 5.32826086956521, 5.88544920560688, 17.5115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1095, '2022-03-27 00:00:00', 0.688652591154898, 1.5941304347826, 0.934527633210071, 2.23152173913043, 1.10709328134393, 3.13347826086956, 2.15093917349218, 5.51565217391304, 5.94376545022368, 17.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1110, '2022-03-27 00:00:00', 0.755363627325389, 1.6991304347826, 0.954622051321658, 2.30847826086956, 1.33495355280336, 3.26847826086956, 2.36169665012119, 5.57760869565217, 6.04687125514382, 17.4123913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 930, '2022-03-27 00:00:00', 1.95223803193497, 2.51666666666667, 1.97566655418704, 3.63166666666666, 2.15417617663923, 4.56499999999998, 5.1763049884385, 8.18166666666665, 4.07465029174283, 19.615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 945, '2022-03-27 00:00:00', 0.802932126645836, 2.395, 0.790759128938792, 3.49000000000001, 1.13766207636541, 4.27999999999999, 3.85099446030935, 7.36166666666668, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 960, '2022-03-27 00:00:00', 1.07194915924217, 2.65, 0.893662874541267, 2.85666666666665, 1.98503358493839, 4.11333333333333, 2.92276125151085, 6.52166666666667, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 975, '2022-03-27 00:00:00', 0.298844998842775, 1.66166666666665, 0.474798202748653, 2.26666666666665, 1.5357191583533, 3.60666666666666, 3.02141109417439, 5.80499999999999, 3.60389141530836, 19.3316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 930, '2022-03-27 00:00:00', 1.14513099687327, 4.02500000000002, 0.640644207029141, 4.44500000000001, 1.0576979720128, 4.90500000000001, 0.47822588804874, 5.90000000000002, 0.954214336509361, 21.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 945, '2022-03-27 00:00:00', 0.83144953745452, 2.80666666666669, 1.1034302575756, 3.34666666666669, 1.15860177045438, 3.34666666666669, 1.2165318589771, 5.07833333333336, 1.27735845192595, 20.225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 960, '2022-03-27 00:00:00', 0.651427918754903, 2.06333333333333, 1.09928764813099, 2.61333333333334, 0.388372673257703, 3.17333333333335, 0.761511654539831, 5.29, 1.30441877222516, 20.3616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 975, '2022-03-27 00:00:00', 0.618304132284427, 1.88000000000001, 0.809789067185621, 2.31333333333333, 0.27335873865672, 2.92, 1.04602023562325, 5.12166666666667, 1.76941374471887, 20.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 930, '2022-03-27 00:00:00', 1.29512869373407, 3.27333333333335, 2.97771864576445, 5.00666666666666, 2.75761370270262, 5.95833333333333, 3.34755258858368, 8.30833333333336, 5.25263346649403, 17.7566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 945, '2022-03-27 00:00:00', 2.7388090477432, 3.67, 2.63704853956084, 4.94999999999999, 1.78235097553765, 5.75999999999999, 2.52300581317866, 7.83166666666669, 6.02168788629897, 17.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 960, '2022-03-27 00:00:00', 0.55481979056267, 2.79999999999997, 0.669384045223666, 3.28999999999998, 0.810945949699087, 4.79833333333333, 0.576071465473979, 6.06666666666668, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 975, '2022-03-27 00:00:00', 0.320208265560602, 2.29166666666669, 1.1599281586949, 3.30166666666666, 1.19411054764627, 5.15499999999999, 0.805046582503156, 7.05500000000001, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 930, '2022-03-27 00:00:00', 0.415361288518793, 2.66499999999998, 1.61001811584011, 4.37166666666667, 1.23659815623346, 5.56999999999999, 0.74911614586789, 7.11999999999999, 5.01516284215513, 13.7733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 945, '2022-03-27 00:00:00', 1.35277492584686, 3.705, 1.63255423595461, 4.20833333333333, 1.18082951069716, 5.17166666666666, 1.32714292121583, 6.45333333333332, 5.02381909838854, 13.7683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 960, '2022-03-27 00:00:00', 1.00339839213215, 2.60833333333335, 0.870780301415547, 3.30333333333334, 1.66658583137305, 4.87666666666668, 1.27026572023338, 6.025, 5.33256739291684, 13.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 975, '2022-03-27 00:00:00', 0.837531093950169, 2.13166666666666, 0.803746435969299, 2.59166666666666, 1.06514474759696, 4.20166666666667, 1.41796802972893, 6.11333333333333, 5.17963399607862, 13.6783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 930, '2022-03-27 00:00:00', 0.363352445980469, 2.81, 1.03942291681486, 3.85500000000002, 0.909702332267699, 4.50333333333335, 0.409918691124639, 5.32166666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 945, '2022-03-27 00:00:00', 0.140475383371388, 3.06166666666667, 0.300513449504915, 3.53666666666667, 0.96179952866144, 4.24333333333334, 0.693763888749888, 5.23666666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 960, '2022-03-27 00:00:00', 1.03823166971538, 2.63999999999999, 1.26351691717997, 3.31, 0.548361194834195, 3.94, 0.37166292972711, 4.63333333333333, 7.28357112502742, 13.4216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 975, '2022-03-27 00:00:00', 0.731818511198861, 2.06166666666667, 0.509632220331487, 2.38499999999999, 1.40899787082877, 3.61500000000001, 0.630971473206199, 4.335, 7.1879291176249, 13.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:00 Duration: 1s373ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1125, '2022-03-27 00:00:00', 0.0916594200034141, 0.184166666666666, 0.126469442663183, 0.253541666666666, 0.180893389813617, 0.349375, 0.448809566713893, 0.733125, 1.21620606851263, 2.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1140, '2022-03-27 00:00:00', 0.114493212253714, 0.175, 0.156521141554819, 0.265208333333333, 0.181556150734602, 0.338125, 0.488000532712349, 0.765208333333333, 1.2219162420298, 2.54854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1155, '2022-03-27 00:00:00', 0.0948661814942723, 0.166874999999999, 0.101107768233215, 0.226458333333333, 0.146252554790023, 0.299375, 0.43332756754804, 0.973541666666667, 1.22342384182226, 2.560625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1170, '2022-03-27 00:00:00', 0.0712387163706998, 0.140208333333334, 0.13118951332251, 0.207916666666668, 0.171118311262341, 0.294791666666668, 0.425055782784166, 1.010625, 1.22327607179495, 2.575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1185, '2022-03-27 00:00:00', 0.0883460648467879, 0.144375000000001, 0.108722614409596, 0.196458333333333, 0.141519798123335, 0.311875, 0.379495278846347, 1.02083333333333, 1.22957832703689, 2.60041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1200, '2022-03-27 00:00:00', 0.0788642201342995, 0.155, 0.116313388514934, 0.223750000000001, 0.159589600474813, 0.333333333333334, 0.353316327865316, 1.05291666666667, 1.23030682811417, 2.60625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1215, '2022-03-27 00:00:00', 0.0918045734707416, 0.167083333333334, 0.0959654885883459, 0.225625000000001, 0.184467506270251, 0.3475, 0.365399758751497, 1.081875, 1.2227250207832, 2.60604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1230, '2022-03-27 00:00:00', 0.0611602788592809, 0.146666666666667, 0.117747580669937, 0.219166666666667, 0.170121306890029, 0.317291666666666, 0.374868092742662, 1.1225, 1.22233855740259, 2.610625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1245, '2022-03-27 00:00:00', 0.0981781507024977, 0.157083333333334, 0.149138680477242, 0.238541666666666, 0.162720168574365, 0.296875, 0.359986916026325, 1.13583333333333, 1.21453844039141, 2.60333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1260, '2022-03-27 00:00:00', 0.107510532008513, 0.165416666666665, 0.159225366670341, 0.23375, 0.161785637160115, 0.290624999999999, 0.365492458634703, 1.15604166666667, 1.21373719190544, 2.59583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1275, '2022-03-27 00:00:00', 0.0954430458441058, 0.145625000000001, 0.0985379993649183, 0.196458333333334, 0.35651233031505, 0.391458333333335, 0.384222759116621, 1.18979166666667, 1.20654435283678, 2.59416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1290, '2022-03-27 00:00:00', 0.0818532510664348, 0.146041666666667, 0.105726438085016, 0.202083333333334, 0.38093396856384, 0.397083333333334, 0.395781194125224, 1.20166666666667, 1.19074297838774, 2.60583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1305, '2022-03-27 00:00:00', 0.108816925100858, 0.145416666666667, 0.380109573732994, 0.319375000000001, 0.408385607420028, 0.413750000000001, 0.393607836079502, 1.21354166666667, 1.18708110460619, 2.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1320, '2022-03-27 00:00:00', 0.0709636056956887, 0.141666666666668, 0.106602287119215, 0.195952380952381, 0.274570010154406, 0.410238095238095, 0.400372594323981, 1.19571428571429, 1.25581893220169, 2.64309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1335, '2022-03-27 00:00:00', 0.0713951112105165, 0.143809523809524, 0.130415544647539, 0.234285714285715, 0.278926086812907, 0.734523809523809, 0.390262426970317, 1.19119047619048, 1.24872882984105, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1350, '2022-03-27 00:00:00', 0.118886700766098, 0.18404761904762, 0.226542332846267, 0.342142857142858, 0.346070458006404, 0.786190476190476, 0.391843627702977, 1.17214285714286, 1.24607947082802, 2.63738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1365, '2022-03-27 00:00:00', 0.134328134130745, 0.252619047619047, 0.29461375036607, 0.643809523809524, 0.350138918009355, 0.779523809523809, 0.391000243575616, 1.1447619047619, 1.2313991751546, 2.65714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 990, '2022-03-27 00:00:00', 0.137141701002453, 0.319615384615385, 0.226231331571504, 0.438846153846154, 0.223992530782065, 0.560576923076923, 0.342434496824407, 0.89423076923077, 1.18713332800555, 2.56846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1005, '2022-03-27 00:00:00', 0.150983952280214, 0.346923076923077, 0.154420006675102, 0.418461538461539, 0.190359275702956, 0.549423076923078, 0.362961960287004, 0.87423076923077, 1.18626234288788, 2.57211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1020, '2022-03-27 00:00:00', 0.101312160406112, 0.261923076923078, 0.136932324666098, 0.387307692307693, 0.184333831779361, 0.525192307692308, 0.382121003791288, 0.832307692307693, 1.15970778812861, 2.57692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1035, '2022-03-27 00:00:00', 0.0990081581720183, 0.256153846153846, 0.113210491495335, 0.348846153846154, 0.164409900506678, 0.466153846153846, 0.367674396087709, 0.757692307692308, 1.15541249710289, 2.57403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1050, '2022-03-27 00:00:00', 0.0817557337438782, 0.234999999999999, 0.140791854003866, 0.332884615384615, 0.166624866553123, 0.435384615384615, 0.375360544625482, 0.721538461538461, 1.1271927689892, 2.57346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1065, '2022-03-27 00:00:00', 0.13984111863661, 0.246538461538462, 0.149253140670474, 0.3325, 0.213942479688782, 0.45923076923077, 0.36238743610417, 0.695576923076923, 1.20217239260368, 2.47769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1080, '2022-03-27 00:00:00', 0.0872875442695881, 0.201346153846154, 0.137709281291588, 0.284615384615385, 0.203567886994448, 0.418269230769232, 0.378660188640869, 0.666538461538463, 1.19282167085509, 2.47846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1095, '2022-03-27 00:00:00', 0.101150307045428, 0.195769230769231, 0.16529972776747, 0.305000000000001, 0.221921417138174, 0.408653846153846, 0.385922869934475, 0.697692307692308, 1.15408238607396, 2.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1110, '2022-03-27 00:00:00', 0.110862354018222, 0.217692307692308, 0.131187036179413, 0.285961538461539, 0.221674397397487, 0.388461538461538, 0.383735084901832, 0.671153846153846, 1.14945219394016, 2.49211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1125, '2022-03-27 00:00:00', 0.0822213242039197, 0.177884615384616, 0.18058420154087, 0.260576923076923, 0.267962468669373, 0.376730769230768, 0.377396801992076, 0.652115384615384, 1.18040372819577, 2.62480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1140, '2022-03-27 00:00:00', 0.144381439250343, 0.189999999999999, 0.17986629649655, 0.261730769230768, 0.239671329436474, 0.347115384615384, 0.340686862766293, 0.663461538461538, 1.18491849768406, 2.62961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1155, '2022-03-27 00:00:00', 0.0882629376003664, 0.172115384615384, 0.125373902326662, 0.258846153846153, 0.168118662305482, 0.311730769230769, 0.388572535551107, 0.918846153846154, 1.17425631129468, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1170, '2022-03-27 00:00:00', 0.0760536248061444, 0.166923076923077, 0.0884733771342449, 0.198461538461539, 0.126879258170303, 0.297115384615384, 0.360029112070764, 0.980192307692308, 1.17301965686199, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1185, '2022-03-27 00:00:00', 0.054012818991278, 0.13423076923077, 0.0886800645362522, 0.198076923076922, 0.176168625513695, 0.305769230769232, 0.375688086664375, 1.02846153846154, 1.17042465994842, 2.60826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1200, '2022-03-27 00:00:00', 0.0801913576774565, 0.155576923076923, 0.13680769771415, 0.237115384615385, 0.239078760759197, 0.335576923076924, 0.377767124032784, 1.04, 1.16652476975911, 2.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1215, '2022-03-27 00:00:00', 0.0938183596924651, 0.153269230769231, 0.138072026911264, 0.218269230769231, 0.230313582217476, 0.322884615384615, 0.394279723039368, 1.0425, 1.17763060683469, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1230, '2022-03-27 00:00:00', 0.0648527918858137, 0.138269230769231, 0.129458636102573, 0.206538461538461, 0.150394864887786, 0.298846153846153, 0.384137395291762, 1.05653846153846, 1.18516152745263, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1245, '2022-03-27 00:00:00', 0.0855093337235536, 0.144615384615385, 0.111407084431549, 0.206538461538462, 0.119966662035751, 0.28, 0.404024608923003, 1.07173076923077, 1.18414911028325, 2.62634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1260, '2022-03-27 00:00:00', 0.066662179336158, 0.144615384615384, 0.0857691445325541, 0.207115384615385, 0.163801591990009, 0.310192307692308, 0.410202951645234, 1.07730769230769, 1.19688840171248, 2.63538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1275, '2022-03-27 00:00:00', 0.0788408816248566, 0.151730769230769, 0.0929542898418362, 0.2075, 0.214690116572343, 0.369615384615385, 0.409523926228794, 1.08461538461539, 1.1944194759863, 2.65826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1290, '2022-03-27 00:00:00', 0.060069511017205, 0.137884615384615, 0.133618285252603, 0.220384615384616, 0.190247207601058, 0.354999999999999, 0.404670046029906, 1.08961538461539, 1.19901215750557, 2.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1305, '2022-03-27 00:00:00', 0.111525092036932, 0.164615384615385, 0.175959894906154, 0.281730769230769, 0.208498293665772, 0.381538461538461, 0.413514998332774, 1.09942307692308, 1.20273016348383, 2.65961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1320, '2022-03-27 00:00:00', 0.0985497607098471, 0.174347826086956, 0.123568882712046, 0.235217391304346, 0.199713480537245, 0.383260869565217, 0.429427300394503, 1.10652173913044, 1.20141225362573, 2.79130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1335, '2022-03-27 00:00:00', 0.103247658817929, 0.158478260869564, 0.132308478930256, 0.246521739130435, 0.396408904747164, 0.731739130434783, 0.432379435547744, 1.10739130434783, 1.19315827945914, 2.78195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1350, '2022-03-27 00:00:00', 0.0734261749109617, 0.171304347826087, 0.103382038332596, 0.295869565217392, 0.382103859812741, 0.830217391304348, 0.435962657500821, 1.1154347826087, 1.19257733982432, 2.7804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1365, '2022-03-27 00:00:00', 0.0934917721644575, 0.250434782608696, 0.396938506403213, 0.700217391304348, 0.396276518420387, 0.871521739130436, 0.442817180488708, 1.11434782608696, 1.17414505100116, 2.77434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 990, '2022-03-27 00:00:00', 0.159611547683262, 0.334615384615384, 0.217343843146859, 0.497115384615384, 0.261976217358635, 0.621538461538462, 0.315791861833076, 0.8975, 1.16253939552767, 2.54961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1005, '2022-03-27 00:00:00', 0.130860465911067, 0.342307692307692, 0.186637039773418, 0.450769230769232, 0.195131908048021, 0.542307692307692, 0.293979656543677, 0.849038461538462, 1.15813924033339, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1020, '2022-03-27 00:00:00', 0.113128925771236, 0.291923076923077, 0.143564110578354, 0.369423076923077, 0.162385699446151, 0.488653846153846, 0.255624800169191, 0.774038461538461, 1.16142955678966, 2.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1035, '2022-03-27 00:00:00', 0.134372616257926, 0.255, 0.136592037159509, 0.345769230769231, 0.177579884515719, 0.461153846153846, 0.275537028085437, 0.734423076923077, 1.15763859446056, 2.49365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1050, '2022-03-27 00:00:00', 0.0754687913083171, 0.218461538461539, 0.109884029776852, 0.3075, 0.169267653323187, 0.416538461538461, 0.265587085529398, 0.7025, 1.1620975233801, 2.48557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1065, '2022-03-27 00:00:00', 0.0701427116670007, 0.2, 0.129987129540404, 0.279423076923077, 0.138285796589749, 0.374807692307692, 0.275712782550135, 0.678461538461537, 1.15631651575829, 2.47326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1080, '2022-03-27 00:00:00', 0.117285483395792, 0.206730769230769, 0.12838179238266, 0.26826923076923, 0.121523185505419, 0.361730769230769, 0.306999123025557, 0.687307692307692, 1.15305360473163, 2.46884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1095, '2022-03-27 00:00:00', 0.0669362498087663, 0.157307692307692, 0.0856452881635365, 0.241346153846154, 0.126877894055663, 0.319999999999999, 0.379260261764722, 0.722884615384615, 1.12571326107222, 2.49288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1110, '2022-03-27 00:00:00', 0.0586685605754901, 0.175000000000001, 0.0712452427561629, 0.233269230769231, 0.109790184512935, 0.29173076923077, 0.391931705196786, 0.732692307692307, 1.11153919616691, 2.50076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1125, '2022-03-27 00:00:00', 0.0686159882691611, 0.163076923076924, 0.102530295710397, 0.212692307692309, 0.116827453306805, 0.285576923076924, 0.379923474075827, 0.735384615384616, 1.12022133801934, 2.60461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1140, '2022-03-27 00:00:00', 0.0639738528318704, 0.140576923076924, 0.0668085669310809, 0.18923076923077, 0.125862562405922, 0.290769230769232, 0.390415754726242, 0.767692307692308, 1.11482735814185, 2.63096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1155, '2022-03-27 00:00:00', 0.0488624442853458, 0.143461538461538, 0.0919590209738095, 0.212307692307692, 0.1649983682903, 0.322692307692307, 1.1081407332173, 1.40326923076923, 1.11806902566606, 2.63788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1170, '2022-03-27 00:00:00', 0.0597999871366083, 0.150961538461539, 0.0835457037518062, 0.213269230769232, 0.154278968106478, 0.31, 1.12993784716751, 1.42153846153846, 1.13028432433886, 2.62442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1185, '2022-03-27 00:00:00', 0.0630265511815948, 0.142884615384616, 0.13656669263939, 0.227692307692307, 0.165013752340642, 0.318461538461539, 1.12812785691094, 1.45769230769231, 1.12642308283276, 2.61519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1200, '2022-03-27 00:00:00', 0.103761560987012, 0.167692307692307, 0.119490102583371, 0.216730769230768, 0.160280643296016, 0.30326923076923, 1.14609774385152, 1.46403846153846, 1.13106146537734, 2.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1215, '2022-03-27 00:00:00', 0.0454418478768365, 0.134807692307692, 0.0947498731478756, 0.208461538461538, 0.159592750943914, 0.335384615384615, 1.14151323318587, 1.45769230769231, 1.13337475980094, 2.61788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1230, '2022-03-27 00:00:00', 0.0920495268027788, 0.151346153846153, 0.138443545839507, 0.216153846153845, 0.201078629855625, 0.346153846153846, 1.13370408905431, 1.47519230769231, 1.12892183077483, 2.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1245, '2022-03-27 00:00:00', 0.0910502819663608, 0.153076923076923, 0.137915386546077, 0.260576923076923, 0.202386910491913, 0.347692307692307, 1.136016048099, 1.46769230769231, 1.13458097992166, 2.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1260, '2022-03-27 00:00:00', 0.141366408805138, 0.207692307692307, 0.1618560614107, 0.265769230769231, 0.24398801988244, 0.366923076923077, 1.12829069153981, 1.46826923076923, 1.14194860452851, 2.62615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1275, '2022-03-27 00:00:00', 0.0968045215091489, 0.168653846153847, 0.126390116458771, 0.227307692307692, 0.268299201524085, 0.392307692307692, 1.09762318390518, 1.44057692307692, 1.1481751407543, 2.60692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1290, '2022-03-27 00:00:00', 0.120601218261484, 0.159423076923076, 0.17603583551259, 0.233846153846153, 0.282115906349473, 0.400769230769229, 1.08509398742158, 1.42480769230769, 1.14728852584625, 2.59019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1305, '2022-03-27 00:00:00', 0.103606689715704, 0.167884615384615, 0.210342577715498, 0.295, 0.212713693458168, 0.398653846153845, 1.08145436263466, 1.42846153846154, 1.1495522372445, 2.58711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1320, '2022-03-27 00:00:00', 0.109470518708935, 0.172608695652174, 0.146131607259744, 0.241086956521738, 0.184345332409116, 0.403260869565217, 1.12986370684584, 1.46978260869565, 1.0994991673359, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1335, '2022-03-27 00:00:00', 0.0786948878612452, 0.152608695652173, 0.0947239592632085, 0.241086956521739, 1.12915626620844, 1.19565217391304, 1.13162166333665, 1.45804347826087, 1.1005049146613, 2.75260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1350, '2022-03-27 00:00:00', 0.0569610851142374, 0.171739130434783, 0.132372692215082, 0.314565217391305, 1.15446940398743, 1.23782608695652, 1.13652172022947, 1.4454347826087, 1.09317578659393, 2.74586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1365, '2022-03-27 00:00:00', 0.135953302259478, 0.259130434782608, 1.12868032178058, 1.14478260869565, 1.14906406320269, 1.27130434782609, 1.1293971160977, 1.43086956521739, 1.09514523374937, 2.73891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 990, '2022-03-27 00:00:00', 0.248943601377233, 0.392999999999999, 0.301482448355898, 0.505000000000001, 0.294685566890089, 0.639, 0.366347398880717, 0.886, 1.01777240415855, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1005, '2022-03-27 00:00:00', 0.17512900007328, 0.3342, 0.161845347992046, 0.442200000000001, 0.193309984222233, 0.566, 0.376736866614706, 0.8166, 1.01633606646621, 2.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1020, '2022-03-27 00:00:00', 0.103107144918931, 0.2546, 0.157048824679886, 0.3582, 0.220435553696162, 0.5072, 0.438357540522955, 0.7686, 1.01759594142272, 2.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1035, '2022-03-27 00:00:00', 0.127787910226281, 0.2512, 0.157566917001423, 0.3526, 0.193024178105576, 0.452, 0.457335307332961, 0.7158, 1.00534911017683, 2.3068 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1050, '2022-03-27 00:00:00', 0.0997901965792898, 0.241799999999999, 0.13261567277915, 0.3366, 0.146948120096856, 0.410000000000001, 0.411959949509659, 0.6912, 0.947714663458012, 2.2862 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1065, '2022-03-27 00:00:00', 0.111243726414871, 0.2278, 0.135156390895879, 0.2938, 0.157552107782367, 0.3932, 0.414285831280772, 0.6784, 0.935402898933574, 2.3134 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1080, '2022-03-27 00:00:00', 0.0900361038695039, 0.192600000000001, 0.109556682437297, 0.248800000000001, 0.127162297871658, 0.338400000000001, 0.418876274493237, 0.6614, 0.92102311769756, 2.3174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1095, '2022-03-27 00:00:00', 0.083379154069427, 0.172, 0.107393357957247, 0.252, 0.164944940308375, 0.336200000000001, 0.405900542005058, 0.6736, 0.912845824879535, 2.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1110, '2022-03-27 00:00:00', 0.0869947316412517, 0.1792, 0.126717204830285, 0.2498, 0.209481104955396, 0.3686, 0.417250124825226, 0.6818, 0.910303612355057, 2.3262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1125, '2022-03-27 00:00:00', 0.0831875391309709, 0.159200000000001, 0.115445513843833, 0.238800000000001, 0.186435198751023, 0.3532, 0.429779206880308, 0.6932, 0.946009293470912, 2.4076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1140, '2022-03-27 00:00:00', 0.0864580823289533, 0.164999999999999, 0.132001578273393, 0.2534, 0.173589554217221, 0.337, 0.441269664339921, 0.742200000000001, 0.884743230170953, 2.4318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1155, '2022-03-27 00:00:00', 0.0910357072801652, 0.174000000000001, 0.108784190027779, 0.2306, 0.137786670859945, 0.3282, 0.469036867776227, 0.9432, 0.863081832736618, 2.4554 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1170, '2022-03-27 00:00:00', 0.0942810514720043, 0.1592, 0.129777694539547, 0.2362, 0.173364500403053, 0.3336, 0.48436487623829, 1.0148, 0.859697136593269, 2.458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1185, '2022-03-27 00:00:00', 0.105256828757093, 0.1754, 0.114982969753496, 0.2476, 0.147189786783368, 0.3124, 0.496628214395169, 1.029, 0.858323802536082, 2.4552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1200, '2022-03-27 00:00:00', 0.0847791247890661, 0.178, 0.126529640796139, 0.235799999999999, 0.194779148439115, 0.3008, 0.500743364076516, 1.0372, 0.842433083395945, 2.4482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1215, '2022-03-27 00:00:00', 0.0874890469335059, 0.157799999999999, 0.0988635423197036, 0.1936, 0.199641971205121, 0.2894, 0.506315283856478, 1.0652, 0.827619578469882, 2.453 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1230, '2022-03-27 00:00:00', 0.0674339182706546, 0.1384, 0.156042729190865, 0.209199999999999, 0.241617466256063, 0.3204, 0.533633144897627, 1.0782, 0.817778902475071, 2.4504 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1245, '2022-03-27 00:00:00', 0.119477333973158, 0.154599999999999, 0.147811253518352, 0.2324, 0.221190340355691, 0.317799999999999, 0.557709004170932, 1.0832, 0.801039688987588, 2.446 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1260, '2022-03-27 00:00:00', 0.0968452373635374, 0.1704, 0.154392087448375, 0.2334, 0.185294360410672, 0.3256, 0.529449556929961, 1.0878, 0.803928012946432, 2.4326 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1275, '2022-03-27 00:00:00', 0.0667289292586054, 0.1356, 0.0924134730437068, 0.1944, 0.137467268831529, 0.314200000000001, 0.489528940240853, 1.0736, 0.80839924129933, 2.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1290, '2022-03-27 00:00:00', 0.0767175555745447, 0.147799999999999, 0.106611444038621, 0.229200000000001, 0.173144929659135, 0.321, 0.483169483721808, 1.0806, 0.803923970285747, 2.409 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1305, '2022-03-27 00:00:00', 0.080408851088256, 0.175200000000001, 0.105197433428768, 0.240400000000001, 0.184849488323158, 0.3512, 0.449061521397679, 1.078, 0.803653998932376, 2.4042 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1320, '2022-03-27 00:00:00', 0.074901450404697, 0.160681818181819, 0.0863588230602197, 0.209318181818181, 0.191293727140463, 0.423636363636364, 0.461909035103185, 1.13136363636364, 0.776017834623457, 2.50181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1335, '2022-03-27 00:00:00', 0.0716910760807115, 0.159090909090908, 0.116815844637794, 0.264318181818181, 0.322465894703228, 0.691590909090909, 0.454152557467801, 1.13045454545455, 0.761915626613552, 2.49522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1350, '2022-03-27 00:00:00', 0.10446627907226, 0.198181818181818, 0.177813956230391, 0.370227272727273, 0.378605395437711, 0.752045454545455, 0.464656753172057, 1.11977272727273, 0.75543646539385, 2.48840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1365, '2022-03-27 00:00:00', 0.12521150936684, 0.277727272727273, 0.340335729965147, 0.586136363636363, 0.394993903728506, 0.735227272727273, 0.44599055568204, 1.07363636363636, 0.736724829244932, 2.46795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 990, '2022-03-27 00:00:00', 0.124144740793425, 0.3066, 0.153611523005275, 0.4244, 0.224345715359131, 0.5582, 0.391944723993916, 0.9354, 0.756676560140901, 2.3714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1005, '2022-03-27 00:00:00', 0.0908510686049802, 0.2918, 0.167680251272077, 0.406999999999999, 0.24263192287908, 0.518399999999999, 0.382003163163169, 0.894199999999999, 0.734001192097125, 2.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1020, '2022-03-27 00:00:00', 0.124745407397093, 0.2802, 0.16349745156016, 0.3522, 0.229610176894086, 0.478999999999999, 0.359910289748247, 0.873, 0.734651107669484, 2.3432 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1035, '2022-03-27 00:00:00', 0.0929148355574425, 0.220400000000001, 0.130545968915168, 0.3388, 0.215583123952997, 0.4636, 0.323757239301302, 0.835, 0.735568261051731, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1050, '2022-03-27 00:00:00', 0.095670005748928, 0.2444, 0.122008196445976, 0.3162, 0.222726850648951, 0.4752, 0.310001612899031, 0.8302, 0.736834445448908, 2.347 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1065, '2022-03-27 00:00:00', 0.0987070581738374, 0.2042, 0.145497136283388, 0.304399999999999, 0.249466096560901, 0.463999999999999, 0.31219892162957, 0.8116, 0.746960507657533, 2.381 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1080, '2022-03-27 00:00:00', 0.0987387124350598, 0.2242, 0.163815953639035, 0.3276, 0.217806680338322, 0.4728, 0.297666200074289, 0.7852, 0.747152539088683, 2.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1095, '2022-03-27 00:00:00', 0.111111805553386, 0.206000000000001, 0.15707561873187, 0.3204, 0.199030357818432, 0.4562, 0.302007588204888, 0.7374, 0.789932750302201, 2.346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1110, '2022-03-27 00:00:00', 0.101913770741086, 0.204799999999999, 0.129048440517506, 0.2858, 0.176115965583286, 0.3878, 0.278575244174112, 0.692, 0.803445082130694, 2.3336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1125, '2022-03-27 00:00:00', 0.0804275035876006, 0.174600000000001, 0.114222735623575, 0.2598, 0.157916116973537, 0.333, 0.297065228527338, 0.6654, 1.22114761597442, 2.7016 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1140, '2022-03-27 00:00:00', 0.0794247319383459, 0.183125, 0.0943858869332378, 0.23, 0.134376579869378, 0.29625, 0.311883885398099, 0.705416666666667, 1.27212413656867, 2.70458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1155, '2022-03-27 00:00:00', 0.0523764937872822, 0.157916666666667, 0.0679073857800336, 0.20625, 0.169349645810766, 0.319791666666666, 0.454612233236959, 0.99875, 1.28090802258353, 2.72083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1170, '2022-03-27 00:00:00', 0.0591791678975253, 0.145, 0.0869032445484262, 0.2125, 0.165363017438096, 0.313333333333333, 0.477220211678825, 1.0625, 1.30931999166732, 2.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1185, '2022-03-27 00:00:00', 0.0757184788772089, 0.154375000000001, 0.170278969741515, 0.244166666666667, 0.165037874440991, 0.30875, 0.479246842693705, 1.08416666666667, 1.31063457843459, 2.73270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1200, '2022-03-27 00:00:00', 0.0704769185438097, 0.154782608695651, 0.0789481242596091, 0.193478260869564, 0.126346502663025, 0.289565217391304, 0.500991309795009, 1.08326086956522, 1.34586730195306, 2.75760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1215, '2022-03-27 00:00:00', 0.0709339168054307, 0.139565217391303, 0.0927436434436853, 0.208260869565217, 0.126855789400199, 0.284130434782608, 0.513384299268275, 1.0945652173913, 1.34912001036659, 2.7545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1230, '2022-03-27 00:00:00', 0.0736056150117968, 0.152173913043478, 0.0930175936437445, 0.205, 0.134712033671125, 0.317826086956522, 0.507391317048883, 1.09130434782609, 1.35112363573856, 2.74847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1245, '2022-03-27 00:00:00', 0.0758430874440346, 0.148913043478261, 0.0974131821841429, 0.214347826086956, 0.141234324395141, 0.338043478260869, 0.508249534119616, 1.10195652173913, 1.36190733928212, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1260, '2022-03-27 00:00:00', 0.0856652645440789, 0.146086956521739, 0.128124584256531, 0.235, 0.154741911867915, 0.327173913043477, 0.514338959459024, 1.09326086956522, 1.37458060438254, 2.75673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1275, '2022-03-27 00:00:00', 0.0872080108370222, 0.170652173913043, 0.100632878745393, 0.237608695652173, 0.160770440029726, 0.343043478260869, 0.534829495197121, 1.11195652173913, 1.37549814907283, 2.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1290, '2022-03-27 00:00:00', 0.0732287552323908, 0.164782608695651, 0.137346752545456, 0.243695652173912, 0.147778677587152, 0.348913043478261, 0.575763627663915, 1.13086956521739, 1.37342414188691, 2.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1305, '2022-03-27 00:00:00', 0.0976062307672261, 0.157608695652174, 0.136639871726574, 0.240000000000001, 0.163769214845847, 0.348913043478261, 0.582132256817021, 1.11565217391304, 1.37835526665179, 2.74217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1320, '2022-03-27 00:00:00', 0.0705667843438495, 0.160750000000001, 0.0931834636335058, 0.239, 0.201915009478323, 0.43725, 0.585412809814355, 1.1815, 1.33739660200429, 2.89325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1335, '2022-03-27 00:00:00', 0.0808812482333795, 0.171250000000001, 0.105092377909803, 0.23875, 0.432195359701337, 0.85175, 0.580170743923945, 1.16075, 1.32855441819493, 2.886 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1350, '2022-03-27 00:00:00', 0.0712570402800577, 0.16025, 0.187933883950825, 0.34425, 0.423744585433502, 0.909, 0.555708355448963, 1.13525, 1.32065514045113, 2.882 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1365, '2022-03-27 00:00:00', 0.178076528492668, 0.27925, 0.43471549982658, 0.77775, 0.430594066378068, 0.91575, 0.567658857895629, 1.1145, 1.31795794997213, 2.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 990, '2022-03-27 00:00:00', 0.105839855908888, 0.289565217391305, 0.16570605910381, 0.473043478260869, 0.22029871025299, 0.597608695652173, 0.408446759003806, 0.894130434782608, 1.19135410552156, 2.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1005, '2022-03-27 00:00:00', 0.153748292834123, 0.366086956521739, 0.17475222436624, 0.462608695652175, 0.204065158546985, 0.57195652173913, 0.407671373310172, 0.843695652173913, 1.2151972464691, 2.5645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1020, '2022-03-27 00:00:00', 0.105725892887586, 0.269347826086957, 0.130187232150544, 0.346521739130435, 0.158325601364501, 0.450217391304348, 0.394670899075515, 0.759130434782609, 1.24277524766369, 2.51804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1035, '2022-03-27 00:00:00', 0.0930372444441196, 0.216739130434783, 0.114418533422317, 0.340652173913044, 0.20416077133808, 0.439565217391305, 0.39825024905148, 0.751521739130435, 1.24898013731172, 2.51173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1050, '2022-03-27 00:00:00', 0.0953928842814891, 0.244565217391305, 0.149287835095529, 0.306304347826087, 0.230014177256817, 0.402391304347826, 0.39719458398801, 0.706086956521739, 1.25474904188159, 2.49760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1065, '2022-03-27 00:00:00', 0.114340781129259, 0.189782608695652, 0.155320337092811, 0.266956521739131, 0.228565945198204, 0.365869565217391, 0.360787456728761, 0.676956521739131, 1.2520098861194, 2.48913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1080, '2022-03-27 00:00:00', 0.085857681671335, 0.184782608695653, 0.106982969351319, 0.243913043478261, 0.205827885810148, 0.389130434782608, 0.293315010956097, 0.657173913043478, 1.25300133750075, 2.48652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1095, '2022-03-27 00:00:00', 0.0736304467441759, 0.161521739130435, 0.121029836585338, 0.266304347826087, 0.203357441496144, 0.397391304347825, 0.41272364879745, 0.741086956521739, 1.24699714413079, 2.49217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1110, '2022-03-27 00:00:00', 0.0985111498273983, 0.201086956521739, 0.147954765547519, 0.297391304347826, 0.210252765252786, 0.418043478260869, 0.425113563065185, 0.749782608695652, 1.24616835665272, 2.49086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 930, '2022-03-27 00:00:00', 0.0700594985232784, 0.381666666666668, 0.151327459504215, 0.479999999999999, 0.136137185711079, 0.603333333333334, 0.276601397923678, 0.848333333333334, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 945, '2022-03-27 00:00:00', 0.138654246238617, 0.274999999999999, 0.0284312035153835, 0.448333333333333, 0.082512625296576, 0.503333333333333, 0.252603114258974, 0.781666666666666, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 960, '2022-03-27 00:00:00', 0.0401040313850522, 0.343333333333334, 0.0292973263854104, 0.351666666666667, 0.0936749699759767, 0.495, 0.291733325716029, 0.803333333333332, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 975, '2022-03-27 00:00:00', 0.0850490054811512, 0.163333333333334, 0.116225355810737, 0.246666666666665, 0.126194294641238, 0.385, 0.294066319050653, 0.804999999999997, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 930, '2022-03-27 00:00:00', 0.126918609089975, 0.488333333333334, 0.171342736447544, 0.523333333333333, 0.151767365837761, 0.601666666666664, 0.189999999999998, 0.764999999999998, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 945, '2022-03-27 00:00:00', 0.142857738094, 0.363333333333332, 0.257601112834032, 0.503333333333333, 0.168002976164111, 0.589999999999999, 0.191768089107648, 0.779999999999999, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 960, '2022-03-27 00:00:00', 0.0448144321991609, 0.278333333333334, 0.0189296944860025, 0.321666666666665, 0.0548482755730138, 0.398333333333333, 0.324306953363629, 0.699999999999998, 0.721410655128777, 1.99666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 975, '2022-03-27 00:00:00', 0.0284312035153864, 0.186666666666667, 0.121655250605965, 0.289999999999999, 0.074665922615341, 0.344999999999999, 0.317227573412734, 0.661666666666667, 0.715914333795135, 1.99333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 930, '2022-03-27 00:00:00', 0.109658560997305, 0.350000000000004, 0.0579511288357133, 0.491666666666667, 0.135769412362777, 0.626666666666667, 0.249516198538959, 0.938333333333335, 0.38178309723367, 1.51833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 945, '2022-03-27 00:00:00', 0.0637050495120563, 0.471666666666666, 0.170024508037324, 0.601666666666667, 0.135677313259566, 0.691666666666668, 0.324281256524844, 0.981666666666667, 0.336538754578629, 1.56166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 960, '2022-03-27 00:00:00', 0.0577350269189634, 0.298333333333334, 0.106887791632159, 0.390000000000003, 0.113026545554571, 0.535000000000001, 0.417143060991468, 0.81166666666667, 0.367094447429178, 1.52833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 975, '2022-03-27 00:00:00', 0.0568624070307728, 0.296666666666667, 0.102591422643415, 0.414999999999999, 0.100041657989728, 0.456666666666666, 0.399822877451169, 0.921666666666667, 0.415541814983765, 1.485 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 930, '2022-03-27 00:00:00', 0.137689263682153, 0.316666666666668, 0.0433012701892236, 0.464999999999999, 0.0708872343937878, 0.539999999999999, 0.149331845230682, 0.765000000000001, 0.415040158699535, 1.06833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 945, '2022-03-27 00:00:00', 0.0579511288357093, 0.361666666666665, 0.0694622199472477, 0.454999999999998, 0.104043260233424, 0.474999999999999, 0.16615755575156, 0.786666666666664, 0.397502620536437, 1.05166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 960, '2022-03-27 00:00:00', 0.0407226390762334, 0.256666666666665, 0.0629152869605893, 0.276666666666666, 0.103319891598858, 0.32, 0.21594752448994, 0.676666666666669, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 975, '2022-03-27 00:00:00', 0.0629152869605898, 0.173333333333334, 0.0854887906882149, 0.221666666666666, 0.165856363559957, 0.358333333333334, 0.275741424768446, 0.713333333333336, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 930, '2022-03-27 00:00:00', 0.0800520663901471, 0.256666666666668, 0.172940259434675, 0.381666666666668, 0.164620776331543, 0.625000000000002, 0.0461880215351691, 0.748333333333333, 0.761993000842747, 1.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 945, '2022-03-27 00:00:00', 0.128970280814354, 0.301666666666667, 0.170758113521242, 0.451666666666666, 0.0936749699759755, 0.63, 0.0461880215351691, 0.748333333333333, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 960, '2022-03-27 00:00:00', 0.120034717200207, 0.251666666666665, 0.162095650774477, 0.405000000000001, 0.158928705189888, 0.521666666666666, 0.0808290376865479, 0.728333333333332, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 975, '2022-03-27 00:00:00', 0.0444409720865779, 0.229999999999999, 0.0964797042560402, 0.288333333333332, 0.160026039547735, 0.463333333333331, 0.138684293751433, 0.658333333333331, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:01 Duration: 1s290ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1125, '2022-03-27 00:00:00', 0.165246850920465, 0.2825, 0.197571762783235, 0.374583333333333, 0.242618191726263, 0.531249999999999, 0.579795066243737, 1.03333333333333, 1.19492010526688, 3.73916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1140, '2022-03-27 00:00:00', 0.127901116696353, 0.2375, 0.144833112356197, 0.351250000000001, 0.271905514279597, 0.517499999999999, 0.645328811817912, 1.04666666666667, 1.21246395434244, 3.79583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1155, '2022-03-27 00:00:00', 0.101152775829293, 0.233333333333334, 0.15944139353071, 0.342916666666666, 0.336998419555062, 0.51125, 0.784605504123856, 1.58333333333333, 1.23390390248986, 3.83833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1170, '2022-03-27 00:00:00', 0.124583363627548, 0.235833333333333, 0.205847488218334, 0.359166666666666, 0.356236110840362, 0.512083333333333, 0.815570285937606, 1.66375, 1.25685590875101, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1185, '2022-03-27 00:00:00', 0.106953023684991, 0.242916666666666, 0.217665063136337, 0.369583333333334, 0.255402140991788, 0.487083333333333, 0.834420739803664, 1.72833333333333, 1.27895337644905, 3.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1200, '2022-03-27 00:00:00', 0.166758851317566, 0.264583333333334, 0.179914935616727, 0.350416666666667, 0.26237902664502, 0.475833333333333, 0.828502993443553, 1.73541666666667, 1.29535177920288, 3.90833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1215, '2022-03-27 00:00:00', 0.107702455127912, 0.232083333333334, 0.134212005121899, 0.289583333333333, 0.266824794602174, 0.450416666666666, 0.813830515952586, 1.70625, 1.30532243781629, 3.93666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1230, '2022-03-27 00:00:00', 0.0990388593036802, 0.204999999999999, 0.192688360696297, 0.32625, 0.228834475967466, 0.435, 0.79890584143456, 1.73375, 1.32310460550232, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1245, '2022-03-27 00:00:00', 0.139468452616935, 0.239166666666667, 0.182582123670577, 0.326666666666667, 0.169500545080565, 0.405000000000001, 0.8006478355193, 1.7275, 1.33371335164188, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1260, '2022-03-27 00:00:00', 0.103237449670614, 0.208333333333332, 0.131402688962846, 0.278333333333333, 0.162728100777365, 0.3875, 0.788909424275148, 1.72958333333333, 1.3515974847822, 3.97625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1275, '2022-03-27 00:00:00', 0.0954470791985602, 0.191666666666667, 0.124621165066809, 0.28, 0.334217667509308, 0.498333333333333, 0.820478717631943, 1.75875, 1.36025546407145, 3.98583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1290, '2022-03-27 00:00:00', 0.104714068930034, 0.205416666666667, 0.129309761784457, 0.290833333333333, 0.387016645711745, 0.510833333333334, 0.872183250921736, 1.79083333333333, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1305, '2022-03-27 00:00:00', 0.101509441268616, 0.212083333333333, 0.336489765548434, 0.404166666666667, 0.410086593895426, 0.523333333333334, 0.873145135436392, 1.84541666666667, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1320, '2022-03-27 00:00:00', 0.115340076874143, 0.213333333333334, 0.133454111963626, 0.28, 0.277680014542261, 0.491904761904762, 0.942853571421809, 1.88857142857143, 1.37456867693799, 4.05095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1335, '2022-03-27 00:00:00', 0.0989251761494031, 0.228095238095238, 0.132008296997538, 0.315238095238095, 0.732225895407122, 1.33619047619048, 1.00596719628425, 1.92, 1.40670655551658, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1350, '2022-03-27 00:00:00', 0.140414352814056, 0.241904761904763, 0.245124846713243, 0.415238095238096, 0.768534784044102, 1.41428571428572, 1.00448802405812, 1.91809523809524, 1.39757459976373, 4.06380952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1365, '2022-03-27 00:00:00', 0.15762523365792, 0.275714285714285, 0.674209943281058, 1.26761904761905, 0.785617439918922, 1.49380952380952, 0.981670102670032, 1.89809523809524, 1.38939675159161, 4.05666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 990, '2022-03-27 00:00:00', 0.358080351962432, 0.861538461538462, 0.427765751856712, 0.996538461538462, 0.53104439912888, 1.16192307692308, 0.720478580261332, 1.54576923076923, 1.49756684710181, 4.05769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1005, '2022-03-27 00:00:00', 0.219889832556073, 0.513461538461539, 0.286118856421592, 0.670000000000001, 0.306571111088188, 0.824615384615385, 0.624174655044564, 1.285, 1.47165422360219, 3.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1020, '2022-03-27 00:00:00', 0.239695961263752, 0.456923076923077, 0.285726065691223, 0.639230769230769, 0.283087646117975, 0.798846153846153, 0.581876672103688, 1.21269230769231, 1.47440444300011, 4.01269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1035, '2022-03-27 00:00:00', 0.155480396983522, 0.403076923076923, 0.183069553827122, 0.512307692307692, 0.250368651269405, 0.672692307692307, 0.528946703727904, 1.09384615384615, 1.4812170152121, 4.02038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1050, '2022-03-27 00:00:00', 0.193495776141537, 0.353846153846154, 0.240693868765988, 0.498461538461538, 0.261591578316569, 0.623076923076923, 0.527582585587683, 1.04923076923077, 1.47788773384386, 4.01807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1065, '2022-03-27 00:00:00', 0.171532907809372, 0.34653846153846, 0.21179271433681, 0.441923076923077, 0.258239006765795, 0.609230769230769, 0.48301186480092, 1.00269230769231, 1.5627979346721, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1080, '2022-03-27 00:00:00', 0.10303397497913, 0.280000000000001, 0.147988045255221, 0.387307692307693, 0.269788806291144, 0.555, 0.454309958576233, 0.948461538461539, 1.57961772395923, 4.00807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1095, '2022-03-27 00:00:00', 0.134299894037417, 0.292692307692307, 0.215045254629024, 0.427307692307692, 0.31992426988514, 0.586538461538462, 0.478432215277551, 0.985769230769231, 1.55514357487067, 4.03653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1110, '2022-03-27 00:00:00', 0.158096854442507, 0.301153846153845, 0.197604110826128, 0.41076923076923, 0.315735039842929, 0.556153846153846, 0.43346351101865, 0.958846153846153, 1.55917497907856, 4.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1125, '2022-03-27 00:00:00', 0.105349236060171, 0.252307692307693, 0.204949900069413, 0.387307692307693, 0.27322124030508, 0.534615384615385, 0.390342847329804, 0.913461538461538, 1.63694405712408, 4.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1140, '2022-03-27 00:00:00', 0.164165020166156, 0.266923076923077, 0.191234049108577, 0.377692307692308, 0.283564129227614, 0.523846153846154, 0.482496233544487, 0.951153846153846, 1.73413250314431, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1155, '2022-03-27 00:00:00', 0.11201716901371, 0.260384615384616, 0.170060622675019, 0.376153846153846, 0.232270399451886, 0.478461538461539, 0.668767523134908, 1.515, 1.79788918970596, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1170, '2022-03-27 00:00:00', 0.13999780218055, 0.269230769230769, 0.182800858439324, 0.341923076923077, 0.192248236963008, 0.440769230769231, 0.627158672107784, 1.63, 1.82450031093869, 4.49576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1185, '2022-03-27 00:00:00', 0.094952619763753, 0.22, 0.139798206217171, 0.333461538461539, 0.223357595314364, 0.446153846153847, 0.641732390906412, 1.71730769230769, 1.8380293795258, 4.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1200, '2022-03-27 00:00:00', 0.113143204017674, 0.244230769230769, 0.167745228064651, 0.322307692307692, 0.255055951629321, 0.43846153846154, 0.642134421585243, 1.79384615384616, 1.84693696531478, 4.54192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1215, '2022-03-27 00:00:00', 0.143310314192127, 0.234615384615385, 0.210841537288443, 0.323076923076924, 0.277828115097198, 0.462692307692308, 0.68178871078498, 1.89038461538462, 1.84553715340965, 4.54923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1230, '2022-03-27 00:00:00', 0.112469483040444, 0.225769230769231, 0.144607692103099, 0.29923076923077, 0.195826060966986, 0.450384615384616, 0.682957933156601, 1.91653846153846, 1.84501261200609, 4.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1245, '2022-03-27 00:00:00', 0.0969734301437567, 0.199615384615385, 0.129384935515931, 0.292692307692308, 0.17806697097959, 0.430384615384616, 0.73744016706442, 1.965, 1.85077347656013, 4.54769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1260, '2022-03-27 00:00:00', 0.102095731847803, 0.216538461538462, 0.150145058065654, 0.326538461538463, 0.182654360431432, 0.441153846153847, 0.751301639720128, 1.99692307692308, 1.86206171921176, 4.54461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1275, '2022-03-27 00:00:00', 0.103511426348087, 0.238846153846155, 0.118967998282668, 0.305769230769231, 0.258694057497684, 0.508846153846154, 0.760911599030045, 2.02769230769231, 1.89919760384788, 4.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1290, '2022-03-27 00:00:00', 0.0709192390084561, 0.178461538461538, 0.121751322848603, 0.259230769230769, 0.250156873858108, 0.462307692307692, 0.790179336995966, 2.01923076923077, 1.94077050519791, 4.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1305, '2022-03-27 00:00:00', 0.115273587607916, 0.2, 0.258985298068026, 0.374230769230769, 0.261893989122433, 0.502692307692308, 0.794668387539007, 2.03538461538462, 1.95389760380472, 4.53961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1320, '2022-03-27 00:00:00', 0.126845273148659, 0.224782608695652, 0.144968307835471, 0.306086956521739, 0.207833735615947, 0.47304347826087, 0.758740635381193, 2.13652173913044, 1.88648741914933, 4.74434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1335, '2022-03-27 00:00:00', 0.106083716661472, 0.200869565217392, 0.126912250660009, 0.323913043478262, 0.572915020359355, 1.3104347826087, 0.760694762529052, 2.12260869565217, 1.89168724487191, 4.74478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1350, '2022-03-27 00:00:00', 0.101741748555888, 0.238260869565218, 0.0915026080105216, 0.340000000000001, 0.555193944676573, 1.47304347826087, 0.764648773644197, 2.12826086956522, 1.89675497801912, 4.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1365, '2022-03-27 00:00:00', 0.0851318438073527, 0.277391304347826, 0.587659994192819, 1.29478260869565, 0.58753117821567, 1.61260869565217, 0.768989892355846, 2.15, 1.89326275870989, 4.76565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 990, '2022-03-27 00:00:00', 0.422598554731957, 0.891538461538462, 0.430107142286842, 1.06807692307692, 0.557934239301206, 1.31884615384615, 0.827005348322395, 1.78461538461538, 2.06504628370556, 4.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1005, '2022-03-27 00:00:00', 0.193438521340662, 0.542307692307692, 0.282835369347339, 0.740384615384616, 0.500763263582549, 1.04038461538462, 0.644195980691017, 1.50269230769231, 1.95373267992716, 4.30076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1020, '2022-03-27 00:00:00', 0.190064361568552, 0.482692307692307, 0.271809039301774, 0.668076923076923, 0.456782897430076, 0.868846153846154, 0.646630199870541, 1.37115384615385, 1.92919943539761, 4.24769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1035, '2022-03-27 00:00:00', 0.154919333848296, 0.42, 0.350796017870566, 0.604615384615384, 0.444807996607698, 0.803076923076924, 0.622585304627776, 1.31730769230769, 1.91487975119548, 4.22730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1050, '2022-03-27 00:00:00', 0.23884594326759, 0.399230769230769, 0.246565641127501, 0.501153846153847, 0.357108042259137, 0.736923076923078, 0.635266751966326, 1.22961538461538, 1.8899263314906, 4.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1065, '2022-03-27 00:00:00', 0.126342635473784, 0.312307692307694, 0.272899248808054, 0.485000000000001, 0.334846922545902, 0.682307692307693, 0.651739565730408, 1.19730769230769, 1.90022670712248, 4.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1080, '2022-03-27 00:00:00', 0.196064745977917, 0.345769230769231, 0.240120482578739, 0.505384615384616, 0.378758295161764, 0.694615384615385, 0.656147731958166, 1.18538461538462, 1.89670357766797, 4.20269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1095, '2022-03-27 00:00:00', 0.149968201757778, 0.322307692307693, 0.207238621289194, 0.480384615384615, 0.431360637981724, 0.680000000000001, 0.77735567544969, 1.26538461538462, 1.8724026933739, 4.20961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1110, '2022-03-27 00:00:00', 0.142753687814414, 0.341153846153846, 0.255059570719047, 0.479230769230769, 0.420804540776904, 0.652692307692308, 0.835737629053151, 1.30576923076923, 1.86948746575509, 4.22076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1125, '2022-03-27 00:00:00', 0.168293242242864, 0.288846153846154, 0.375043792314771, 0.454615384615385, 0.408227123811468, 0.575769230769231, 0.874113616977, 1.30115384615385, 1.9624977804985, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1140, '2022-03-27 00:00:00', 0.365162977312869, 0.34, 0.369956546304894, 0.419615384615385, 0.482391478429643, 0.608461538461539, 0.892712805915851, 1.32807692307692, 1.98850233554339, 4.49846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1155, '2022-03-27 00:00:00', 0.170690903727718, 0.269230769230769, 0.257179972901348, 0.401538461538461, 0.439232897745078, 0.588461538461538, 1.07099558283941, 1.79653846153846, 2.0171146567465, 4.53346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1170, '2022-03-27 00:00:00', 0.250933334695769, 0.293461538461539, 0.391875176358689, 0.406923076923078, 0.47490258110318, 0.587307692307693, 1.08320755877376, 1.93115384615385, 2.01150923055684, 4.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1185, '2022-03-27 00:00:00', 0.171581333035252, 0.248076923076923, 0.221359783714554, 0.391923076923077, 0.259008761360574, 0.531538461538462, 0.923255444275644, 1.95615384615385, 1.98604066888408, 4.50846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1200, '2022-03-27 00:00:00', 0.156376272054102, 0.268461538461538, 0.20891514655845, 0.371538461538461, 0.277823408217965, 0.504615384615384, 0.876658428351659, 1.965, 1.96332563230391, 4.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1215, '2022-03-27 00:00:00', 0.149861474497154, 0.247692307692306, 0.183167010802037, 0.346923076923076, 0.265423898987725, 0.544615384615385, 0.842556549117944, 1.96846153846154, 1.94501924056135, 4.48038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1230, '2022-03-27 00:00:00', 0.147754994709277, 0.253461538461539, 0.238349775298017, 0.368846153846154, 0.337828586484557, 0.581923076923077, 0.838191184359787, 1.98730769230769, 1.9486342357188, 4.48076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1245, '2022-03-27 00:00:00', 0.132386380893783, 0.246923076923077, 0.202113448720876, 0.394615384615385, 0.340046150713965, 0.540769230769231, 0.824211417985981, 1.95730769230769, 1.98901630112823, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1260, '2022-03-27 00:00:00', 0.217715410570773, 0.300000000000001, 0.33840440077153, 0.421538461538462, 0.388215641899427, 0.54923076923077, 0.822330740124584, 1.95961538461538, 2.0109240508934, 4.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1275, '2022-03-27 00:00:00', 0.29880067964087, 0.295384615384615, 0.311606507288624, 0.361153846153846, 0.509181092162095, 0.634230769230769, 0.794443491721382, 1.92730769230769, 2.01146177232839, 4.44769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1290, '2022-03-27 00:00:00', 0.156408242946267, 0.236538461538461, 0.223759830037613, 0.332692307692308, 0.555861631924846, 0.653076923076923, 0.781925827684442, 1.92, 2.01640289014488, 4.44384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1305, '2022-03-27 00:00:00', 0.119522125405879, 0.238461538461539, 0.378513692466489, 0.483846153846154, 0.534070724213131, 0.646538461538462, 0.770428152692734, 1.90653846153846, 2.04789603101479, 4.46692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1320, '2022-03-27 00:00:00', 0.236430136586193, 0.299130434782609, 0.358258854900509, 0.406956521739131, 0.367340619091849, 0.561304347826087, 0.730953408484765, 1.95739130434783, 2.0072051046208, 4.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1335, '2022-03-27 00:00:00', 0.17776166483853, 0.260869565217391, 0.187444853550397, 0.340869565217391, 0.66946146724549, 1.35826086956522, 0.70164713043821, 1.92782608695652, 2.00334463418558, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1350, '2022-03-27 00:00:00', 0.10024870259281, 0.229565217391304, 0.149298756113624, 0.350869565217392, 0.728358379407937, 1.53173913043478, 0.697964006909176, 1.91913043478261, 2.0066250942253, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1365, '2022-03-27 00:00:00', 0.13699052216141, 0.271304347826087, 0.654290793674913, 1.27347826086956, 0.685700069257864, 1.63130434782609, 0.681104079270136, 1.92130434782609, 2.00670989058714, 4.68130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 990, '2022-03-27 00:00:00', 0.47210803848272, 0.8112, 0.599346032494308, 1.1136, 0.608238714102724, 1.3128, 0.686591824400302, 1.646, 2.11905891061732, 4.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1005, '2022-03-27 00:00:00', 0.310589224968715, 0.7064, 0.399510116684589, 0.872, 0.409824352619509, 1.0368, 0.577537300382697, 1.3908, 2.07706507681712, 4.1892 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1020, '2022-03-27 00:00:00', 0.239121308126231, 0.439599999999999, 0.314212242494358, 0.607199999999999, 0.325592792713025, 0.772399999999999, 0.507778495015297, 1.1584, 2.0170801504485, 4.0704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1035, '2022-03-27 00:00:00', 0.166665333328, 0.417599999999999, 0.222756967717436, 0.5404, 0.260821139225076, 0.691199999999999, 0.439923099340479, 1.0736, 2.02765324122905, 4.0512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1050, '2022-03-27 00:00:00', 0.185739961595058, 0.3808, 0.20579682537234, 0.4876, 0.211468673803001, 0.6276, 0.407906443521877, 1.0272, 2.02926505579401, 4.032 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1065, '2022-03-27 00:00:00', 0.125043992258724, 0.3212, 0.166670333293, 0.4596, 0.164131045204739, 0.5516, 0.397969010518825, 1.0072, 2.00720992092672, 3.998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1080, '2022-03-27 00:00:00', 0.137298943914365, 0.3248, 0.149021251280929, 0.4064, 0.1548203259696, 0.498800000000001, 0.385212928131961, 1.0084, 2.0012352019024, 3.9644 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1095, '2022-03-27 00:00:00', 0.108512672071054, 0.26, 0.128882375314342, 0.3576, 0.179031654556765, 0.4924, 0.403271207336535, 1.0388, 1.97156638234679, 3.9564 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1110, '2022-03-27 00:00:00', 0.105593560409715, 0.26, 0.124962661089889, 0.353600000000001, 0.189131347657301, 0.5196, 0.424741882402321, 1.0584, 2.00739989372654, 3.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1125, '2022-03-27 00:00:00', 0.0994786409235667, 0.237200000000001, 0.146466150810804, 0.3424, 0.221888109941325, 0.5048, 0.427811095383621, 1.0784, 2.01381271886605, 4.254 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1140, '2022-03-27 00:00:00', 0.125509627784749, 0.2512, 0.159267071298495, 0.360800000000001, 0.223233808670042, 0.528, 0.494318385928206, 1.1056, 1.98883240453622, 4.2528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1155, '2022-03-27 00:00:00', 0.113207773584679, 0.230799999999999, 0.156920361967465, 0.3664, 0.225161423575768, 0.516799999999999, 0.919368805213664, 1.6416, 1.95665530945029, 4.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1170, '2022-03-27 00:00:00', 0.121412519947492, 0.2692, 0.194507926145269, 0.398, 0.304052078872464, 0.5432, 0.912175604438825, 1.7068, 1.93942362571976, 4.2716 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1185, '2022-03-27 00:00:00', 0.123659478676997, 0.242, 0.130352087312274, 0.338, 0.250466231922255, 0.468, 0.906624141159573, 1.7056, 1.90531379742725, 4.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1200, '2022-03-27 00:00:00', 0.0963500562186309, 0.244, 0.163643922384345, 0.352800000000001, 0.19910466259399, 0.4452, 0.951226050946882, 1.7668, 1.90273951624143, 4.2752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1215, '2022-03-27 00:00:00', 0.127890578229986, 0.236800000000001, 0.151545372743611, 0.3108, 0.156201792563338, 0.4164, 0.988846634552936, 1.7648, 1.92646325339122, 4.2976 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1230, '2022-03-27 00:00:00', 0.0888856943870423, 0.195599999999999, 0.117163703139382, 0.2824, 0.150894002531577, 0.387599999999999, 1.013944936046, 1.7852, 1.92942590770761, 4.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1245, '2022-03-27 00:00:00', 0.105801701309572, 0.2124, 0.135215876779812, 0.308, 0.194486503387768, 0.431999999999999, 1.01400312294062, 1.8124, 1.92546686979202, 4.2932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1260, '2022-03-27 00:00:00', 0.0787252606643294, 0.203199999999999, 0.122430932910491, 0.286799999999999, 0.198135475537994, 0.4492, 0.991680896256452, 1.8168, 1.9185041916382, 4.288 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1275, '2022-03-27 00:00:00', 0.0951787791474556, 0.2044, 0.151918837980461, 0.3172, 0.2324485606179, 0.5064, 0.954345849260111, 1.8048, 1.89290182876274, 4.2724 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1290, '2022-03-27 00:00:00', 0.103266645147405, 0.208399999999999, 0.122474487139159, 0.298, 0.217855456667948, 0.4988, 0.925470691054018, 1.8328, 1.85630250767487, 4.2456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1305, '2022-03-27 00:00:00', 0.0916733330909261, 0.2104, 0.154973115948111, 0.364, 0.238776743702844, 0.5368, 0.921940525919831, 1.8292, 1.84162410207223, 4.2272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1320, '2022-03-27 00:00:00', 0.112914939444626, 0.254545454545455, 0.144000511062104, 0.361363636363638, 0.297681153693125, 0.510454545454546, 0.946222039051167, 1.90863636363636, 1.72511904351141, 4.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1335, '2022-03-27 00:00:00', 0.101742396037814, 0.21909090909091, 0.152306935486874, 0.335454545454547, 0.858344449976346, 1.23863636363636, 0.917527380248947, 1.87227272727273, 1.69931409641314, 4.49272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1350, '2022-03-27 00:00:00', 0.100961824682849, 0.248636363636364, 0.198536310700756, 0.365, 0.839550101122247, 1.34409090909091, 0.90336504153548, 1.86272727272727, 1.68429773925481, 4.47727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1365, '2022-03-27 00:00:00', 0.125760887663061, 0.26409090909091, 0.829327819402336, 1.16681818181818, 0.830094267843415, 1.40772727272727, 0.883096799173204, 1.83136363636364, 1.64855866471159, 4.44136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 990, '2022-03-27 00:00:00', 0.388660949071725, 0.7464, 0.411281736364097, 0.8988, 0.502427440864185, 1.138, 0.647059502673441, 1.5112, 1.6789310091047, 4.0148 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1005, '2022-03-27 00:00:00', 0.2002706502045, 0.512, 0.265372065849693, 0.658399999999999, 0.386183462445853, 0.872799999999999, 0.53090394611455, 1.3356, 1.66203158814747, 3.9136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1020, '2022-03-27 00:00:00', 0.185, 0.456, 0.219497152601121, 0.6704, 0.362846615895294, 0.8292, 0.447875726811207, 1.2652, 1.66545539317829, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1035, '2022-03-27 00:00:00', 0.175511633042751, 0.4472, 0.283383132878441, 0.5932, 0.367054945932259, 0.7772, 0.4679447973141, 1.2216, 1.69807116066043, 3.8396 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1050, '2022-03-27 00:00:00', 0.162242616678438, 0.3632, 0.24365754656895, 0.512400000000001, 0.289206961649727, 0.7064, 0.457921754597151, 1.1644, 1.68390053150416, 3.8272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1065, '2022-03-27 00:00:00', 0.181035908040367, 0.346400000000001, 0.195544538831098, 0.4728, 0.253937656390961, 0.6252, 0.469704517045912, 1.1316, 1.69006380550163, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1080, '2022-03-27 00:00:00', 0.11667190464432, 0.3304, 0.17075030502657, 0.448399999999999, 0.271708790190282, 0.644400000000001, 0.503694020876432, 1.1292, 1.67366085772078, 3.7936 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1095, '2022-03-27 00:00:00', 0.117615191762515, 0.277999999999998, 0.145924638084183, 0.392399999999999, 0.283612411576079, 0.6012, 0.502303692998569, 1.1044, 1.67128972154242, 3.7848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1110, '2022-03-27 00:00:00', 0.130989821487524, 0.302, 0.230056514795822, 0.4652, 0.270934801505208, 0.588399999999999, 0.532416503626, 1.1044, 1.71295582741256, 3.8048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1125, '2022-03-27 00:00:00', 0.144472604092726, 0.3184, 0.175577143539053, 0.407599999999999, 0.203246156175215, 0.514399999999999, 0.5526882786285, 1.0668, 1.75891083723233, 3.9756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1140, '2022-03-27 00:00:00', 0.108686092333226, 0.242799999999999, 0.156819429068382, 0.345599999999999, 0.176202534979873, 0.471599999999999, 0.567443095531761, 1.072, 1.76650200490498, 4.0128 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1155, '2022-03-27 00:00:00', 0.113081091847104, 0.2604, 0.137933558884946, 0.344399999999999, 0.274901800648887, 0.492799999999999, 0.724417467118697, 1.6484, 1.77030110433225, 4.0408 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1170, '2022-03-27 00:00:00', 0.103781822428915, 0.2396, 0.147337481087921, 0.324, 0.331397042835327, 0.503599999999999, 0.801787170430325, 1.7628, 1.83093946741374, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1185, '2022-03-27 00:00:00', 0.0956242647030555, 0.2176, 0.262249880838867, 0.355999999999999, 0.347902285131903, 0.5088, 0.867186638888461, 1.7928, 1.83540803819387, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1200, '2022-03-27 00:00:00', 0.0947880931799748, 0.2275, 0.146818926237216, 0.320833333333333, 0.205842207753301, 0.471666666666666, 0.892258878239438, 1.85958333333333, 1.86543847081746, 4.08458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1215, '2022-03-27 00:00:00', 0.106545730808996, 0.212916666666665, 0.153641781756946, 0.308333333333333, 0.220289664378255, 0.456666666666666, 0.873194099145549, 1.89375, 1.8558305594039, 4.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1230, '2022-03-27 00:00:00', 0.10503881270232, 0.213750000000001, 0.132989593141938, 0.304166666666667, 0.238508347619235, 0.450833333333334, 0.877344374902986, 1.92125, 1.84649766400838, 4.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1245, '2022-03-27 00:00:00', 0.0859716417687007, 0.205416666666665, 0.123093430992979, 0.290416666666665, 0.211207278503259, 0.424583333333333, 0.879968708271056, 1.90333333333333, 1.84308219913102, 4.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1260, '2022-03-27 00:00:00', 0.104076337646801, 0.196666666666666, 0.152141715020159, 0.300833333333333, 0.222260700171173, 0.432083333333334, 0.911863834228506, 1.925, 1.85099224271975, 4.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1275, '2022-03-27 00:00:00', 0.0972073832706069, 0.218333333333333, 0.132926235401334, 0.287916666666667, 0.281990851943304, 0.486666666666668, 0.903096023430637, 1.92541666666667, 1.85498134683383, 4.08416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1290, '2022-03-27 00:00:00', 0.0852574957391433, 0.195833333333333, 0.136697592824666, 0.300833333333334, 0.3614441143885, 0.51625, 0.898123244504249, 1.91583333333333, 1.84213481819486, 4.10541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1305, '2022-03-27 00:00:00', 0.0870271904869846, 0.202083333333335, 0.267711382010498, 0.362083333333334, 0.394347746193047, 0.531666666666668, 0.930382401512129, 1.92125, 1.84253129090689, 4.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1320, '2022-03-27 00:00:00', 0.0970861178836312, 0.234285714285715, 0.154951605348252, 0.34, 0.261685016038458, 0.490952380952381, 0.906652660956249, 2.02238095238095, 1.67141699222688, 4.39047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1335, '2022-03-27 00:00:00', 0.119524852964523, 0.238095238095238, 0.188165327507993, 0.338095238095238, 0.70685150323038, 1.38095238095238, 0.888158608743795, 2.04428571428571, 1.66212385648173, 4.37428571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1350, '2022-03-27 00:00:00', 0.131666968052699, 0.245238095238096, 0.169694403196424, 0.361904761904762, 0.777223385183558, 1.5447619047619, 0.893348436261814, 2.08285714285714, 1.65724312094055, 4.36619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1365, '2022-03-27 00:00:00', 0.125777581468241, 0.27, 0.719629203462582, 1.34190476190476, 0.788130095618133, 1.61761904761905, 0.89420701768449, 2.09190476190476, 1.65139378361777, 4.35714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 990, '2022-03-27 00:00:00', 0.34420154496648, 0.767391304347826, 0.456324030216862, 0.990434782608695, 0.517237646163439, 1.19434782608695, 0.620590691457832, 1.66347826086956, 1.1860320133786, 3.81086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1005, '2022-03-27 00:00:00', 0.206294237081322, 0.551304347826087, 0.27056886347365, 0.704347826086956, 0.394743124559949, 0.95695652173913, 0.57437575669715, 1.38434782608696, 1.14977244698327, 3.71695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1020, '2022-03-27 00:00:00', 0.180877308666715, 0.474347826086957, 0.258321581610386, 0.648695652173913, 0.313199099438885, 0.868695652173913, 0.514511549323581, 1.29304347826087, 1.07863898285569, 3.65434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1035, '2022-03-27 00:00:00', 0.176940399960946, 0.415217391304347, 0.214221635440749, 0.58, 0.240881122994352, 0.703478260869564, 0.50310694766671, 1.16434782608696, 1.03410020844535, 3.61217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1050, '2022-03-27 00:00:00', 0.129168823561404, 0.378695652173914, 0.172782391871138, 0.499130434782609, 0.23430074251838, 0.671739130434782, 0.480403321989614, 1.12347826086956, 1.02080317908732, 3.60869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1065, '2022-03-27 00:00:00', 0.160119767427225, 0.342608695652174, 0.193763435081812, 0.455217391304347, 0.246279028103885, 0.624782608695651, 0.462815750566392, 1.07565217391304, 1.0332970370607, 3.61869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1080, '2022-03-27 00:00:00', 0.135157644744226, 0.303043478260869, 0.172717182979699, 0.436956521739131, 0.218534464679977, 0.571304347826086, 0.453246959531017, 1.02652173913043, 1.02934512356119, 3.60826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1095, '2022-03-27 00:00:00', 0.121901923903536, 0.303478260869566, 0.133301050110171, 0.396521739130434, 0.261817152501269, 0.561304347826087, 0.476375893696209, 1.06608695652174, 1.02349108061324, 3.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1110, '2022-03-27 00:00:00', 0.147239419451165, 0.296086956521738, 0.222893299416786, 0.427826086956521, 0.296889007886706, 0.58391304347826, 0.529306728323211, 1.06739130434782, 1.0224028119491, 3.59434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 930, '2022-03-27 00:00:00', 0.157162336455018, 0.549999999999997, 0.208406653764539, 0.656666666666664, 0.414769012021549, 1.01333333333334, 0.316438514301491, 1.35666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 945, '2022-03-27 00:00:00', 0.040414518843274, 0.343333333333334, 0.0424352447854377, 0.503333333333337, 0.0445570070247096, 0.740000000000004, 0.046784857375945, 1.28333333333333, 0.0491241002447423, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 960, '2022-03-27 00:00:00', 0.0550757054728582, 0.406666666666669, 0.165227116418583, 0.640000000000003, 0.155026879389778, 0.68666666666667, 0.545374489074555, 1.33333333333333, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 975, '2022-03-27 00:00:00', 0.0899999999999999, 0.330000000000001, 0.100664459136941, 0.393333333333336, 0.145716619962629, 0.446666666666668, 0.590028247911346, 1.31666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 930, '2022-03-27 00:00:00', 0.121243556529819, 0.520000000000001, 0.117189305541644, 0.736666666666667, 0.0862167810425139, 0.996666666666667, 0.0971253485622246, 1.17333333333333, 1.40215310623817, 3.39333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 945, '2022-03-27 00:00:00', 0.0404145188432719, 0.533333333333334, 0.106926766215634, 0.743333333333335, 0.115470053837925, 0.866666666666667, 0.0602771377334192, 1.09333333333334, 1.32447473865429, 3.33333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 960, '2022-03-27 00:00:00', 0.181750745069543, 0.506666666666665, 0.175783958312472, 0.609999999999999, 0.313421973277777, 0.803333333333335, 0.156311654502583, 1.00666666666667, 1.22306990805923, 3.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 975, '2022-03-27 00:00:00', 0.255799400572661, 0.486666666666669, 0.29365512652316, 0.633333333333333, 0.338673884437525, 0.740000000000002, 0.181750745069544, 0.916666666666669, 1.31370975992924, 3.18333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 930, '2022-03-27 00:00:00', 0.259807621135329, 0.609999999999999, 0.327159492195063, 0.673333333333334, 0.63846169292553, 1.02333333333333, 0.647018804466555, 1.06666666666667, 2.28902453751229, 2.83666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 945, '2022-03-27 00:00:00', 0.111355287256599, 0.399999999999999, 0.0568624070307728, 0.50333333333333, 0.402781992315113, 0.816666666666663, 0.378197479279451, 0.843333333333331, 2.23065760109734, 2.75333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 960, '2022-03-27 00:00:00', 0.050332229568472, 0.386666666666666, 0.396106046406771, 0.699999999999998, 0.402160830182819, 0.733333333333332, 0.309246395829173, 0.823333333333333, 2.21156807115073, 2.76666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 975, '2022-03-27 00:00:00', 0.28792360097776, 0.429999999999997, 0.262741951985844, 0.506666666666665, 0.221133443874956, 0.56, 0.388887301584059, 0.893333333333333, 2.18781473926229, 2.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 930, '2022-03-27 00:00:00', 0.414286535302967, 0.723333333333331, 0.512867754234299, 1.01333333333333, 0.873632264361463, 1.27333333333333, 0.796806124474454, 1.37, 1.58004219352944, 2.47333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 945, '2022-03-27 00:00:00', 0.141891977691949, 0.506666666666665, 0.232594066992257, 0.699999999999998, 0.296704117486313, 0.863333333333332, 0.190787840283386, 1.02, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 960, '2022-03-27 00:00:00', 0.153079500042734, 0.466666666666666, 0.175594229214213, 0.606666666666667, 0.236290781312633, 0.816666666666668, 0.196299091524469, 1.01333333333333, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 975, '2022-03-27 00:00:00', 0.10969655114603, 0.403333333333334, 0.0404145188432699, 0.526666666666666, 0.320780298646907, 0.82, 0.238607068908974, 0.973333333333331, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 930, '2022-03-27 00:00:00', 0.0750555349946506, 0.476666666666664, 0.39272551907577, 0.696666666666665, 0.337095436535906, 0.876666666666667, 0.268514431641951, 1.13, 1.01391978643941, 1.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 945, '2022-03-27 00:00:00', 0.231156512634477, 0.453333333333333, 0.22338307903689, 0.650000000000001, 0.234552232988734, 0.650000000000001, 0.246279844638171, 1.11666666666667, 0.258593836870079, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 960, '2022-03-27 00:00:00', 0.182482875908949, 0.370000000000002, 0.150000000000002, 0.430000000000002, 0.204205778566621, 0.540000000000001, 0.214416067494952, 1.05, 0.2251368708697, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 975, '2022-03-27 00:00:00', 0.0655743852430178, 0.340000000000001, 0.164620776331541, 0.490000000000002, 0.0665832811847912, 0.546666666666669, 0.20984120980716, 1.04666666666667, 1.01336074524327, 1.89 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:42:24 Duration: 1s260ms Database: acaweb_fx User: pgperfstats
7 4m20s 48 3s18ms 12s10ms 5s420ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Mar 27 18 48 4m20s 5s420ms [ User: postgres - Total duration: 4m20s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:52:31 Duration: 12s10ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:14:50 Duration: 9s635ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:15:58 Duration: 7s617ms Database: acaweb_fx User: postgres Bind query: yes
8 3m3s 84 1s72ms 5s990ms 2s179ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Mar 27 18 84 3m3s 2s179ms [ User: postgres - Total duration: 3m3s - Times executed: 84 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:34:01 Duration: 5s990ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:04:12 Duration: 4s56ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:22:01 Duration: 4s20ms Database: acaweb_fx User: postgres Bind query: yes
9 2m51s 181 833ms 1s443ms 946ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Mar 27 18 181 2m51s 946ms [ User: pgperfstats - Total duration: 2m51s - Times executed: 181 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1095, '2022-03-27 00:00:00', 0.102846412749227, 0.22923076923077, 0.739649215194919, 1.17519230769231, 0.783006729512293, 1.40346153846154, 0.815487867192677, 1.90230769230769, 1.91352108991212, 4.39480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 600, '2022-03-27 00:00:00', 0.573620083330421, 0.900000000000001, 0.70584090602301, 1.05076923076923, 0.658636820667097, 1.27730769230769, 0.739801636615154, 1.79769230769231, 1.86432895743709, 4.34230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 615, '2022-03-27 00:00:00', 0.43800724440795, 0.592884615384618, 0.396083130357562, 0.795384615384616, 0.42396049344249, 1.0425, 0.629290198434835, 1.60807692307692, 1.86772651803037, 4.30288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 630, '2022-03-27 00:00:00', 0.226194266403563, 0.494615384615385, 0.383243897036058, 0.713269230769231, 0.438266866365511, 1.04038461538462, 0.630471374327299, 1.48192307692308, 1.87763378095533, 4.23884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 645, '2022-03-27 00:00:00', 0.232875420640439, 0.460192307692307, 0.286595466709542, 0.630192307692308, 0.371581909388245, 0.891346153846153, 0.542725883494958, 1.33923076923077, 1.83349116336945, 4.21461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 660, '2022-03-27 00:00:00', 0.198898215175501, 0.457500000000001, 0.312961843336555, 0.698653846153848, 0.348884871907845, 0.860576923076924, 0.489628312718315, 1.28326923076923, 1.83846009977414, 4.18846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 675, '2022-03-27 00:00:00', 0.22375432956705, 0.455000000000001, 0.230026085477278, 0.555, 0.282768728550654, 0.758076923076923, 0.512453262409213, 1.20711538461538, 1.84671401517565, 4.15057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 690, '2022-03-27 00:00:00', 0.160062127361174, 0.376730769230769, 0.225157807907117, 0.545961538461538, 0.267440359994235, 0.732884615384615, 0.474753741833189, 1.14365384615385, 1.84220829023631, 4.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 705, '2022-03-27 00:00:00', 0.141377291180509, 0.371538461538461, 0.19088619243292, 0.491538461538462, 0.296592961169655, 0.689230769230768, 0.474879620373578, 1.07557692307692, 1.91348228670622, 4.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 720, '2022-03-27 00:00:00', 0.174504683648847, 0.35173076923077, 0.246319679715984, 0.499230769230769, 0.292522714436912, 0.668461538461539, 0.446649578701073, 1.04961538461539, 2.1387731655896, 4.69942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 735, '2022-03-27 00:00:00', 0.129130375381449, 0.325576923076924, 0.193914830630516, 0.469807692307692, 0.231999751326126, 0.638269230769231, 0.366100921352822, 0.998269230769231, 2.15103135370347, 4.73673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 750, '2022-03-27 00:00:00', 0.137131744627622, 0.313653846153846, 0.163684617011355, 0.429423076923077, 0.195411990813885, 0.555384615384616, 0.358853516290208, 0.965384615384616, 2.13185942674104, 4.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 765, '2022-03-27 00:00:00', 0.125231631541163, 0.270192307692308, 0.200164931993594, 0.405, 0.232341260947042, 0.547692307692308, 0.349253269353123, 0.980384615384618, 2.12149342354716, 4.81788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 780, '2022-03-27 00:00:00', 0.165706413227176, 0.298846153846154, 0.159054538300062, 0.377884615384616, 0.234344585206026, 0.535769230769231, 0.3546807882286, 1.01769230769231, 2.12865888621126, 4.85057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 795, '2022-03-27 00:00:00', 0.117654644551821, 0.273846153846154, 0.206537852742262, 0.398269230769231, 0.214103587438058, 0.532884615384616, 0.364538538640081, 1.06788461538462, 2.15007663548571, 4.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 810, '2022-03-27 00:00:00', 0.130659275039493, 0.260384615384616, 0.180243851916913, 0.384615384615385, 0.198467590843906, 0.525769230769231, 0.366289292982808, 1.05538461538462, 2.1535491993094, 4.89192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 825, '2022-03-27 00:00:00', 0.141536078575257, 0.257692307692309, 0.167934167504367, 0.36673076923077, 0.175738113724326, 0.46826923076923, 0.360554274160471, 1.03423076923077, 2.16335249981632, 4.90596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 840, '2022-03-27 00:00:00', 0.116385301741837, 0.253461538461537, 0.143941360923867, 0.351346153846153, 0.23996153537919, 0.436538461538459, 0.380372135596789, 1.04519230769231, 2.18365196050456, 4.93326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 855, '2022-03-27 00:00:00', 0.108215596771515, 0.223846153846153, 0.118768196986333, 0.291730769230768, 0.337687668620667, 0.475192307692308, 0.359958117221777, 1.08461538461538, 2.20187000943778, 4.94153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 870, '2022-03-27 00:00:00', 0.0878074817208314, 0.218076923076923, 0.175734064820859, 0.322307692307692, 0.312939905757296, 0.500769230769231, 0.35788400570361, 1.10980769230769, 2.2040568626617, 4.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 885, '2022-03-27 00:00:00', 0.122987960636553, 0.229038461538462, 0.261982750459761, 0.389807692307692, 0.256521703985032, 0.500769230769231, 0.769336302376175, 1.56211538461539, 2.21343378382653, 4.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 900, '2022-03-27 00:00:00', 0.166288558281634, 0.271730769230768, 0.167731928981932, 0.34, 0.237230575925293, 0.497884615384616, 0.934163241376185, 1.65980769230769, 2.32389815082, 5.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 915, '2022-03-27 00:00:00', 0.0768107063851428, 0.208269230769233, 0.164387090078921, 0.346346153846155, 0.230045898430325, 0.501346153846156, 0.927704632205415, 1.70826923076923, 2.32637443245923, 5.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 930, '2022-03-27 00:00:00', 0.133381465671267, 0.271153846153846, 0.202059397207851, 0.375000000000001, 0.188968149534417, 0.504807692307694, 0.963257474166934, 1.79980769230769, 2.33107978446437, 5.03019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 945, '2022-03-27 00:00:00', 0.136361087388764, 0.227884615384616, 0.152246889572875, 0.318653846153846, 0.210380973108676, 0.573076923076925, 0.99086118332256, 1.83826923076923, 2.35204539464304, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 960, '2022-03-27 00:00:00', 0.131941857824399, 0.239423076923077, 0.154617269410633, 0.362500000000001, 0.213007132419406, 0.649038461538462, 0.978254745019848, 1.85711538461539, 2.35405840232108, 5.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 975, '2022-03-27 00:00:00', 0.11945646133151, 0.255384615384616, 0.190185435825144, 0.477500000000001, 0.253362085075582, 0.702884615384617, 1.02318597452347, 1.95153846153846, 2.35517725120964, 5.04826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 990, '2022-03-27 00:00:00', 0.120366747260836, 0.378076923076924, 0.15223514200584, 0.516538461538461, 0.225654262432257, 0.674615384615385, 1.00593754585155, 1.96211538461538, 2.33706956547001, 5.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1005, '2022-03-27 00:00:00', 0.149928701003561, 0.383846153846153, 0.191688850444192, 0.518846153846154, 0.220292201056129, 0.660576923076923, 1.04436968476758, 1.96096153846154, 2.29132246832395, 5.03942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1020, '2022-03-27 00:00:00', 0.147834757024914, 0.343653846153846, 0.157272424107391, 0.418846153846154, 0.314925449053484, 0.630961538461538, 1.10117552572764, 1.95653846153846, 2.29602590611223, 5.02480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1035, '2022-03-27 00:00:00', 0.110612455829419, 0.258653846153845, 0.217366404594072, 0.41307692307692, 0.364894347195712, 0.63326923076923, 1.18152281139475, 1.98692307692308, 2.29926426359524, 5.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1050, '2022-03-27 00:00:00', 0.146273321611922, 0.28326923076923, 0.312589248793906, 0.470961538461538, 0.38622990363453, 0.63653846153846, 1.2127266164119, 2.03538461538461, 2.29366398182874, 5.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1065, '2022-03-27 00:00:00', 0.249720151061451, 0.328076923076924, 0.310466646294797, 0.466538461538462, 0.739001613405129, 1.15576923076923, 1.16745563249579, 2.00942307692308, 2.26315181855883, 4.99807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1080, '2022-03-27 00:00:00', 0.123300290098853, 0.259807692307692, 0.147155203258849, 0.330576923076923, 0.826872443888134, 1.21403846153846, 1.0976174897687, 1.96192307692308, 2.1952815221603, 4.94980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1095, '2022-03-27 00:00:00', 0.114394223899367, 0.220961538461538, 0.676296504159574, 1.00519230769231, 0.813469799921678, 1.27634615384615, 1.13430954939388, 2.00307692307692, 2.19537937846392, 4.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 600, '2022-03-27 00:00:00', 0.300029806211624, 0.691730769230768, 0.481980848646021, 0.903461538461537, 0.511707886922276, 1.15019230769231, 0.760669770662671, 1.7875, 2.165300876233, 4.90173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 615, '2022-03-27 00:00:00', 0.393313537094183, 0.578461538461539, 0.364840376055062, 0.7375, 0.373943228928587, 1.01153846153846, 0.689849175266148, 1.60326923076923, 2.18036613897758, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 630, '2022-03-27 00:00:00', 0.154338414381663, 0.432115384615385, 0.207229063153277, 0.653269230769231, 0.242119566775147, 0.858269230769231, 0.658578422408098, 1.45153846153846, 2.17254703410182, 4.72615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 645, '2022-03-27 00:00:00', 0.188987179052321, 0.458076923076923, 0.257200983967493, 0.647115384615384, 0.403448452526657, 0.894423076923077, 0.68285250124865, 1.38153846153846, 2.18299149016982, 4.69961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 660, '2022-03-27 00:00:00', 0.19303975278125, 0.437884615384614, 0.24560161613099, 0.536923076923077, 0.505402847698288, 0.81903846153846, 0.690761452757307, 1.32576923076923, 2.18309416971558, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 675, '2022-03-27 00:00:00', 0.196811116008765, 0.366153846153847, 0.330411165764021, 0.593461538461538, 0.425345153963226, 0.7875, 0.627940957538084, 1.28038461538461, 2.17223479393918, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 690, '2022-03-27 00:00:00', 0.253192538473119, 0.407307692307692, 0.360519123572576, 0.555961538461537, 0.358867663631038, 0.734999999999999, 0.595133469193125, 1.22538461538462, 2.1574499191977, 4.64807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 705, '2022-03-27 00:00:00', 0.202977926045021, 0.374038461538461, 0.222473853260591, 0.511153846153846, 0.290864031147517, 0.72826923076923, 0.612979106181755, 1.24076923076923, 2.60349390243188, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 720, '2022-03-27 00:00:00', 0.164796494548231, 0.333269230769232, 0.203698211917684, 0.470192307692308, 0.385132944079554, 0.699230769230769, 0.609969356102924, 1.17615384615385, 2.70987598353759, 4.85038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 735, '2022-03-27 00:00:00', 0.120654624700168, 0.306538461538462, 0.201032431367523, 0.425961538461538, 0.308768521711653, 0.635, 0.615816905856328, 1.15230769230769, 2.71318275349195, 4.86442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 750, '2022-03-27 00:00:00', 0.15060761549853, 0.294423076923077, 0.286297921752847, 0.477499999999999, 0.311978611199795, 0.640576923076924, 0.612645995159207, 1.14865384615385, 2.70077231831649, 4.85865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 765, '2022-03-27 00:00:00', 0.187905117900853, 0.342999999999999, 0.208511190746843, 0.4704, 0.367393635401232, 0.6648, 0.608981526813416, 1.1872, 2.68686834437417, 4.9714 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 780, '2022-03-27 00:00:00', 0.145080879300002, 0.307307692307691, 0.242514710101027, 0.455769230769232, 0.56080464170141, 0.684615384615383, 0.593400662414398, 1.18288461538461, 2.64483442116602, 4.86865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 795, '2022-03-27 00:00:00', 0.214937200130644, 0.315000000000001, 0.330680417414667, 0.441538461538462, 0.498853647414211, 0.599807692307691, 0.511579755418299, 1.16461538461538, 2.65237443696137, 4.83692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 810, '2022-03-27 00:00:00', 0.14563138398024, 0.252500000000002, 0.43269335384489, 0.416538461538461, 0.449756002226165, 0.537307692307692, 0.527643709917387, 1.18673076923077, 2.65201584430816, 4.82903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 825, '2022-03-27 00:00:00', 0.415723327004132, 0.336730769230768, 0.40938852150306, 0.405192307692307, 0.50425989178353, 0.56903846153846, 0.563836855836864, 1.23, 2.63235303483404, 4.8625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 840, '2022-03-27 00:00:00', 0.130028399264871, 0.240769230769231, 0.207394458794014, 0.357307692307692, 0.310191814106147, 0.515192307692308, 0.554429297705169, 1.21538461538462, 2.6225203746367, 4.87365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 855, '2022-03-27 00:00:00', 0.167906681958027, 0.245576923076924, 0.296727341821774, 0.351346153846155, 0.311030606952979, 0.514038461538462, 0.581110243744348, 1.21865384615385, 2.6000358577409, 4.87730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 870, '2022-03-27 00:00:00', 0.169418462348752, 0.243846153846155, 0.202573158674551, 0.35673076923077, 0.252971266230893, 0.512307692307694, 0.596414672470809, 1.24230769230769, 2.5986532976791, 4.87980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 885, '2022-03-27 00:00:00', 0.142336005499446, 0.258461538461539, 0.170684256405256, 0.353653846153847, 0.26405426307135, 0.540576923076924, 1.0115538124018, 1.86865384615385, 2.59977925098385, 4.87192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 900, '2022-03-27 00:00:00', 0.112075695574292, 0.235192307692307, 0.144837309260583, 0.325384615384615, 0.200803482194753, 0.500961538461539, 1.13800380221076, 1.95942307692308, 2.59100241961707, 4.85153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 915, '2022-03-27 00:00:00', 0.119634861140053, 0.242500000000001, 0.166583774258343, 0.376923076923077, 0.277571889510004, 0.541923076923077, 1.13165297752379, 2.02230769230769, 2.58625521526038, 4.84403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 930, '2022-03-27 00:00:00', 0.132069474723897, 0.287884615384616, 0.175784942909927, 0.387115384615385, 0.304435732765744, 0.558653846153847, 1.1478076259347, 2.09211538461539, 2.57366470979837, 4.85596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 945, '2022-03-27 00:00:00', 0.15418021423496, 0.248461538461538, 0.26790411602776, 0.371153846153846, 0.327443947052833, 0.636538461538461, 1.25501837252871, 2.16865384615385, 2.58759464338245, 4.84596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 960, '2022-03-27 00:00:00', 0.250536654772541, 0.266153846153844, 0.294654687075202, 0.374230769230767, 0.301484851003522, 0.698653846153844, 1.27332020566464, 2.19711538461538, 2.57846814989055, 4.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 975, '2022-03-27 00:00:00', 0.164476325160984, 0.272307692307691, 0.246606896777973, 0.525192307692308, 0.297538879166043, 0.715769230769231, 1.28575965274051, 2.23326923076923, 2.56687562252994, 4.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 990, '2022-03-27 00:00:00', 0.186959477304164, 0.404615384615386, 0.212398482538401, 0.553653846153846, 0.322184192421281, 0.749423076923078, 1.28213547826093, 2.21923076923077, 2.55278888970173, 4.83365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1005, '2022-03-27 00:00:00', 0.141031911282518, 0.329999999999999, 0.183565121540431, 0.448076923076923, 0.35098701488144, 0.67173076923077, 1.33512563511396, 2.21730769230769, 2.51681661720027, 4.85173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1020, '2022-03-27 00:00:00', 0.119277472242729, 0.308653846153846, 0.23423591001053, 0.482307692307692, 0.317173393490787, 0.649807692307693, 1.35474255289165, 2.24423076923077, 2.51802553906521, 4.84115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1035, '2022-03-27 00:00:00', 0.192373035052694, 0.365769230769231, 0.249471749595329, 0.491923076923079, 0.319533795010553, 0.670384615384616, 1.34245488392892, 2.25865384615385, 2.51632778835778, 4.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1050, '2022-03-27 00:00:00', 0.180886385931569, 0.331730769230771, 0.221644986408445, 0.442500000000002, 0.294295834937464, 0.620961538461539, 1.31814340587871, 2.23903846153846, 2.50775918976407, 4.78192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1065, '2022-03-27 00:00:00', 0.117031389609138, 0.267884615384616, 0.218142508113741, 0.416923076923077, 0.844213152085327, 1.38461538461538, 1.29365773918523, 2.24211538461538, 2.51438975621399, 4.74961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1080, '2022-03-27 00:00:00', 0.159011368727571, 0.271153846153845, 0.173416018246918, 0.373653846153846, 0.899994188015421, 1.47153846153846, 1.22361293528003, 2.20384615384615, 2.51567290279284, 4.71807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1095, '2022-03-27 00:00:00', 0.116613101256316, 0.236153846153845, 0.773626823176691, 1.26730769230769, 0.876732570399889, 1.54, 1.19669173782751, 2.20634615384615, 2.51962686492694, 4.70153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 600, '2022-03-27 00:00:00', 0.396192066864232, 0.741923076923077, 0.554774417079728, 0.975576923076923, 0.631362537569464, 1.23442307692308, 0.963689085673461, 1.94942307692308, 2.52283540119812, 4.6226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 615, '2022-03-27 00:00:00', 0.280428861128533, 0.577884615384615, 0.402620120632913, 0.779807692307693, 0.577702744963586, 1.06730769230769, 0.718896831156011, 1.72057692307692, 2.54384019968599, 4.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 630, '2022-03-27 00:00:00', 0.288816750526376, 0.501346153846155, 0.307057248483332, 0.651923076923078, 0.546149211789653, 0.974807692307693, 0.621771291120407, 1.59346153846154, 2.45354998694984, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 645, '2022-03-27 00:00:00', 0.163189955384703, 0.444807692307693, 0.353177935106587, 0.665576923076924, 0.378693960058269, 0.946346153846152, 0.576727938793168, 1.51134615384615, 2.4424688093434, 4.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 660, '2022-03-27 00:00:00', 0.242381136610535, 0.468846153846155, 0.311428779362768, 0.656730769230768, 0.330562923138464, 0.879615384615385, 0.507604782665231, 1.42384615384615, 2.44769056773617, 4.39365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 675, '2022-03-27 00:00:00', 0.234946884340989, 0.400961538461537, 0.233396740468966, 0.575961538461537, 0.33044916983729, 0.775576923076922, 0.455516781756214, 1.26153846153846, 2.472953022976, 4.30942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 690, '2022-03-27 00:00:00', 0.147152981621168, 0.38, 0.212566731603549, 0.501153846153847, 0.329496585718273, 0.73, 0.369502992597437, 1.2076923076923, 2.47307065437655, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 705, '2022-03-27 00:00:00', 0.214148402892804, 0.32346153846154, 0.252253535463522, 0.484615384615386, 0.363442091461836, 0.691923076923077, 0.32217291105148, 1.15576923076923, 2.51055492639805, 4.42596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 720, '2022-03-27 00:00:00', 0.190666039088084, 0.361538461538461, 0.245796663931795, 0.539999999999998, 0.251217343840256, 0.703076923076922, 0.312903278248186, 1.17230769230769, 2.51180135330434, 4.42403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 735, '2022-03-27 00:00:00', 0.164819715026869, 0.348461538461537, 0.200564587717159, 0.478076923076923, 0.222177770126675, 0.714807692307692, 0.316151679760497, 1.14673076923077, 2.53459461179768, 4.38038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 750, '2022-03-27 00:00:00', 0.153575338565099, 0.314230769230769, 0.211407462935004, 0.471346153846153, 0.254768748838266, 0.661346153846155, 0.371178994763774, 1.09538461538461, 2.54709533662291, 4.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 765, '2022-03-27 00:00:00', 0.162662581390481, 0.328653846153845, 0.171738620718094, 0.501923076923076, 0.259291045263514, 0.659615384615384, 0.328371037793436, 1.11846153846154, 2.53752445232629, 4.33211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 780, '2022-03-27 00:00:00', 0.129407674246338, 0.307115384615385, 0.1472679400068, 0.410384615384616, 0.205000938084157, 0.569230769230769, 0.375014666379864, 1.135, 2.54214788803, 4.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 795, '2022-03-27 00:00:00', 0.111572846158912, 0.2875, 0.224124621926834, 0.425384615384615, 0.234711607002164, 0.533461538461538, 0.457346527431712, 1.15961538461538, 2.54819924350813, 4.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 810, '2022-03-27 00:00:00', 0.21109686074261, 0.311730769230769, 0.242739493157709, 0.427307692307691, 0.245275669087161, 0.541923076923077, 0.494018373996508, 1.20807692307692, 2.54778885280188, 4.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 825, '2022-03-27 00:00:00', 0.171362526196993, 0.301346153846153, 0.184757637502173, 0.389230769230769, 0.223499784890621, 0.531923076923075, 0.500398302893267, 1.21230769230769, 2.54621918809951, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 840, '2022-03-27 00:00:00', 0.133476013402583, 0.244615384615384, 0.197485345123283, 0.377692307692307, 0.227318143713911, 0.50653846153846, 0.503352300542611, 1.21653846153846, 2.54525821570531, 4.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 855, '2022-03-27 00:00:00', 0.142931398283878, 0.280769230769231, 0.172075564796398, 0.394999999999999, 0.180999043771377, 0.505576923076922, 0.477989056842873, 1.21346153846154, 2.53934223009394, 4.3301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 870, '2022-03-27 00:00:00', 0.112862066939455, 0.259615384615384, 0.135107934060712, 0.333076923076923, 0.202300233849059, 0.484230769230768, 0.459062757566562, 1.17615384615384, 2.5464038367863, 4.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 885, '2022-03-27 00:00:00', 0.132598874574641, 0.232307692307691, 0.145387016667185, 0.33576923076923, 0.252318556285807, 0.520576923076922, 1.24631518423773, 1.90153846153846, 2.52373371903919, 4.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 900, '2022-03-27 00:00:00', 0.119140027504804, 0.247884615384616, 0.212970294064326, 0.362115384615383, 0.244966638230908, 0.580576923076921, 1.78989717152002, 2.13673076923077, 2.52301923069594, 4.35096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 915, '2022-03-27 00:00:00', 0.194755073005913, 0.268461538461537, 0.248043420516526, 0.411538461538461, 0.285687564684542, 0.635769230769229, 1.82163535994869, 2.21423076923077, 2.52045533889903, 4.35365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 930, '2022-03-27 00:00:00', 0.161523634850707, 0.283269230769231, 0.195175660525428, 0.421538461538461, 0.270053627152943, 0.639807692307691, 1.81325297356818, 2.28211538461538, 2.49780934790098, 4.37153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 945, '2022-03-27 00:00:00', 0.156186279314649, 0.301923076923076, 0.248208349205631, 0.470769230769229, 0.27376238995495, 0.695384615384614, 1.78737310469432, 2.34115384615385, 2.49535358986688, 4.35346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 960, '2022-03-27 00:00:00', 0.163016752324605, 0.302692307692307, 0.194899678335764, 0.418269230769229, 0.369445582544357, 0.79403846153846, 1.78611160173326, 2.38442307692308, 2.4922315378916, 4.34903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 975, '2022-03-27 00:00:00', 0.111291716465539, 0.275384615384614, 0.214193747664263, 0.524807692307691, 0.35104223940454, 0.779423076923075, 1.79167421703835, 2.3925, 2.4426862577593, 4.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 990, '2022-03-27 00:00:00', 0.133770756836522, 0.391153846153845, 0.230525570081801, 0.59403846153846, 0.314989438162372, 0.772115384615384, 1.78604940064335, 2.34730769230769, 2.39031011827722, 4.27730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1005, '2022-03-27 00:00:00', 0.184264442080898, 0.409230769230769, 0.208656508313396, 0.528461538461537, 0.302880529886978, 0.711153846153845, 1.78696968464665, 2.31442307692308, 2.37855111036433, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1020, '2022-03-27 00:00:00', 0.186248902939465, 0.369423076923077, 0.265900574246496, 0.498653846153846, 0.27717704700176, 0.656346153846154, 1.76962838341405, 2.30384615384615, 2.36790582583007, 4.27 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1035, '2022-03-27 00:00:00', 0.153742041695223, 0.318846153846153, 0.206841448011235, 0.449230769230768, 0.232743503586112, 0.548461538461537, 1.7690723449137, 2.26980769230769, 2.32721864365698, 4.23615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1050, '2022-03-27 00:00:00', 0.134021812231614, 0.299615384615386, 0.166382437127886, 0.401346153846154, 0.241367657638396, 0.487115384615385, 1.75978849253583, 2.26846153846154, 2.31474282505721, 4.24211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1065, '2022-03-27 00:00:00', 0.107841764422908, 0.284615384615383, 0.156314279085929, 0.363076923076922, 1.27528116055305, 1.37096153846154, 1.75159342841355, 2.28153846153846, 2.31070732594023, 4.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1080, '2022-03-27 00:00:00', 0.149838374462412, 0.236538461538462, 0.193784575078774, 0.332692307692309, 1.79722726613911, 1.64461538461538, 1.7649645888799, 2.34, 2.30468957529242, 4.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1095, '2022-03-27 00:00:00', 0.135648300905178, 0.212307692307693, 1.22042957443428, 1.28788461538461, 1.75277094909746, 1.695, 1.72692982352631, 2.30115384615385, 2.28669159738222, 4.23230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 600, '2022-03-27 00:00:00', 0.323696438990893, 0.734230769230767, 0.706976552761013, 1.06461538461538, 0.728795951183552, 1.26653846153846, 0.975152788817456, 1.89019230769231, 1.95167939517188, 3.96730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 615, '2022-03-27 00:00:00', 0.606491581525694, 0.64903846153846, 0.630682200844084, 0.834038461538461, 0.686008662201422, 1.11326923076923, 0.980968928387408, 1.82903846153846, 1.89045180802409, 3.94596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 630, '2022-03-27 00:00:00', 0.342549098109138, 0.531730769230771, 0.466131254212637, 0.722115384615384, 0.536138938651597, 1.00980769230769, 0.807033051463102, 1.66711538461538, 1.74060680179687, 3.82596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 645, '2022-03-27 00:00:00', 0.187347168482637, 0.454807692307689, 0.342932152966824, 0.682692307692307, 0.45211264763756, 0.930384615384614, 0.625038091146943, 1.54115384615384, 1.67859002187504, 3.73730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 660, '2022-03-27 00:00:00', 0.326288451904374, 0.526923076923078, 0.375343996068427, 0.686346153846155, 0.400746850844193, 0.879038461538463, 0.645661020850843, 1.54307692307692, 1.69483392651361, 3.75596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 675, '2022-03-27 00:00:00', 0.191039665635579, 0.416923076923078, 0.258910141822333, 0.582307692307693, 0.400337549882788, 0.813076923076924, 0.613544713435472, 1.49134615384615, 1.60940047365949, 3.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 690, '2022-03-27 00:00:00', 0.208521904401874, 0.38576923076923, 0.259433109802003, 0.511538461538461, 0.435527796516436, 0.792692307692307, 0.675896555580921, 1.47692307692308, 1.59091183336427, 3.75269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 705, '2022-03-27 00:00:00', 0.142226390497144, 0.342115384615384, 0.312509199864581, 0.55, 0.395228463627734, 0.76653846153846, 0.639450124355654, 1.42730769230769, 1.61552268274436, 3.84653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 720, '2022-03-27 00:00:00', 0.202188031297601, 0.375000000000001, 0.242684030091679, 0.516538461538461, 0.316681167009441, 0.699807692307691, 0.652953320277596, 1.36096153846154, 1.61868376015348, 3.86865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 735, '2022-03-27 00:00:00', 0.17445486522307, 0.337499999999999, 0.23972067078164, 0.464999999999999, 0.33311957889946, 0.655576923076923, 0.632213936526601, 1.32769230769231, 1.61434975001844, 3.87865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 750, '2022-03-27 00:00:00', 0.190620948885074, 0.337115384615385, 0.301329617630824, 0.481538461538461, 0.544199765357709, 0.72423076923077, 0.612871206196388, 1.32134615384615, 1.6382692203852, 3.93403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 765, '2022-03-27 00:00:00', 0.208256221626518, 0.310576923076924, 0.271440601237177, 0.460000000000002, 0.528626849633885, 0.707884615384617, 0.56154060062817, 1.33961538461539, 1.65526308622387, 3.95326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 780, '2022-03-27 00:00:00', 0.19629216842405, 0.313846153846155, 0.476438913672612, 0.550961538461539, 0.482169615863068, 0.713461538461538, 0.536298998120093, 1.41615384615385, 1.66277580708145, 3.94076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 795, '2022-03-27 00:00:00', 0.395208221652256, 0.371538461538461, 0.396777790941751, 0.483846153846153, 0.461582437007569, 0.712884615384614, 0.496986805272922, 1.40326923076923, 1.69741790330535, 3.95346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 810, '2022-03-27 00:00:00', 0.170636928999738, 0.269807692307693, 0.274833376094288, 0.43076923076923, 0.305579210428579, 0.569423076923076, 0.493152496308581, 1.35923076923077, 1.70425076025981, 3.94442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 825, '2022-03-27 00:00:00', 0.206712453571473, 0.30903846153846, 0.256046945815682, 0.43403846153846, 0.299693433104821, 0.561923076923076, 0.483090531410482, 1.38269230769231, 1.7181129630633, 3.95807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 840, '2022-03-27 00:00:00', 0.141008455829374, 0.304230769230769, 0.184744313954344, 0.382307692307691, 0.341007838845159, 0.587115384615384, 0.462158689030245, 1.36557692307692, 1.74207926164287, 3.95692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 855, '2022-03-27 00:00:00', 0.131607955102092, 0.234423076923077, 0.181141784671142, 0.367115384615385, 0.310799032272526, 0.590961538461538, 0.456158541939768, 1.35115384615385, 1.75351721274261, 3.95384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 870, '2022-03-27 00:00:00', 0.138313050721905, 0.2875, 0.303384244811756, 0.434999999999999, 0.361932260980508, 0.639807692307691, 0.466151221749403, 1.37019230769231, 1.76045821176892, 3.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 885, '2022-03-27 00:00:00', 0.228917855606294, 0.30076923076923, 0.22384472640306, 0.432307692307692, 0.327887410319692, 0.668076923076922, 1.23486799356792, 1.84980769230769, 1.82778596626124, 3.93153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 900, '2022-03-27 00:00:00', 0.113634776009988, 0.292916666666666, 0.237498188398888, 0.419791666666666, 0.251475987126901, 0.631458333333332, 1.41118498810474, 2.046875, 1.81751696959963, 3.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 915, '2022-03-27 00:00:00', 0.202914899703643, 0.30375, 0.220458904613056, 0.473958333333333, 0.256581484076725, 0.653333333333333, 1.4257919074696, 2.13104166666666, 1.84139940434017, 4.031875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 930, '2022-03-27 00:00:00', 0.137743197312233, 0.364166666666668, 0.162356820980334, 0.474791666666667, 0.301248308672864, 0.676250000000001, 1.42631499204129, 2.13375, 1.8474102393327, 4.034375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 945, '2022-03-27 00:00:00', 0.121976476705818, 0.297500000000001, 0.233586463369702, 0.438125, 0.294525840996155, 0.757916666666667, 1.38934061554915, 2.20604166666667, 1.81034045510942, 4.02270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 960, '2022-03-27 00:00:00', 0.226202002675689, 0.331041666666667, 0.270402193065243, 0.486041666666667, 0.349056115977717, 0.893541666666666, 1.33701260928658, 2.27125, 1.78504064623068, 4.02125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 975, '2022-03-27 00:00:00', 0.174606700902343, 0.30125, 0.24932072572364, 0.577708333333333, 0.283583116665945, 0.890416666666667, 1.29785769691799, 2.25208333333333, 1.76661117290475, 3.97541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 990, '2022-03-27 00:00:00', 0.209460573579034, 0.475416666666666, 0.260161599724123, 0.709166666666667, 0.238249579892266, 0.844583333333333, 1.29761820201029, 2.25729166666667, 1.77951628696669, 3.94895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1005, '2022-03-27 00:00:00', 0.253372541778971, 0.417916666666666, 0.269523784947031, 0.576874999999999, 0.262421831011265, 0.747499999999999, 1.28131951914615, 2.30416666666667, 1.75761325320051, 3.9325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1020, '2022-03-27 00:00:00', 0.212346705150811, 0.407916666666666, 0.21909522448311, 0.543749999999999, 0.219973647960616, 0.729166666666666, 1.27357927380539, 2.30291666666667, 1.76330335530393, 3.926875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1035, '2022-03-27 00:00:00', 0.117851386395588, 0.344583333333332, 0.189110714447492, 0.517916666666666, 0.231480349433624, 0.691249999999999, 1.25777120566385, 2.33083333333333, 1.76522629363876, 3.91729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1050, '2022-03-27 00:00:00', 0.153750220925963, 0.380000000000001, 0.19953648734657, 0.518125, 0.241836178680609, 0.666041666666667, 1.26427214553316, 2.33083333333333, 1.75414245740463, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1065, '2022-03-27 00:00:00', 0.115626052678325, 0.317916666666666, 0.164975706380218, 0.436875, 1.14792706602512, 1.476875, 1.266994832585, 2.29958333333333, 1.75835262112507, 3.886875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1080, '2022-03-27 00:00:00', 0.123701223735351, 0.282916666666665, 0.174617464928257, 0.396041666666666, 1.3042613928186, 1.61104166666667, 1.27380106673244, 2.288125, 1.73836253484025, 3.88395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1095, '2022-03-27 00:00:00', 0.114261966994486, 0.229166666666668, 1.18323149694484, 1.37708333333333, 1.31769534206233, 1.69666666666667, 1.27647866445041, 2.27895833333333, 1.72132779680628, 3.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 600, '2022-03-27 00:00:00', 0.590973913693884, 0.8178, 0.744307564115802, 1.103, 0.773326149391919, 1.276, 0.888483398831964, 1.9306, 1.46572882894484, 3.9212 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 615, '2022-03-27 00:00:00', 0.304005482406705, 0.6438, 0.336641129394494, 0.812799999999999, 0.432517148022287, 1.0474, 0.697662286974625, 1.6842, 1.42701138748084, 3.8636 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 630, '2022-03-27 00:00:00', 0.234038280344618, 0.490199999999999, 0.265110040046266, 0.639, 0.534447378139326, 0.969400000000001, 0.678103175532062, 1.5948, 1.39259942792846, 3.8246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 645, '2022-03-27 00:00:00', 0.208760628471942, 0.4532, 0.415459885749114, 0.6894, 0.519892456828012, 0.9244, 0.691151997272188, 1.5234, 1.3501740011322, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 660, '2022-03-27 00:00:00', 0.247555885946318, 0.4412, 0.358362828243481, 0.604800000000001, 0.476819148105443, 0.857599999999998, 0.696054236392539, 1.4804, 1.34478700296119, 3.802 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 675, '2022-03-27 00:00:00', 0.226989720765795, 0.405800000000002, 0.398130736484053, 0.616799999999999, 0.438447260226361, 0.878799999999999, 0.658776454244282, 1.4302, 1.31765441852812, 3.7906 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 690, '2022-03-27 00:00:00', 0.227801997357355, 0.410999999999998, 0.259569033849059, 0.546399999999999, 0.337217536119739, 0.8186, 0.688571770648009, 1.4246, 1.30260245918187, 3.7926 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 705, '2022-03-27 00:00:00', 0.191833912538946, 0.3576, 0.279803949221594, 0.609399999999999, 0.299129570587731, 0.834199999999999, 0.667801866823787, 1.3602, 1.54135486937088, 3.9946 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 720, '2022-03-27 00:00:00', 0.191279028298103, 0.447199999999999, 0.227747118532815, 0.557, 0.279277639634825, 0.7822, 0.615894133218798, 1.3088, 1.68779195005388, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 735, '2022-03-27 00:00:00', 0.131271982286144, 0.3136, 0.207537546803785, 0.489799999999999, 0.299214248769451, 0.641, 0.61710682489609, 1.251, 1.67723669071084, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 750, '2022-03-27 00:00:00', 0.202302784624105, 0.374199999999999, 0.247497138030591, 0.5056, 0.31431035617682, 0.649199999999999, 0.619054857558413, 1.2318, 1.68438336887222, 4.0734 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 765, '2022-03-27 00:00:00', 0.138759384067049, 0.293999999999998, 0.176337035247845, 0.410199999999999, 0.24659345760448, 0.540999999999998, 0.611852855404522, 1.1908, 1.77220731010793, 4.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 780, '2022-03-27 00:00:00', 0.123710683990241, 0.302200000000001, 0.185126533304476, 0.4302, 0.32662822903111, 0.5762, 0.63012022662346, 1.2566, 1.79388080243179, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 795, '2022-03-27 00:00:00', 0.167715781408111, 0.298400000000001, 0.171227918284373, 0.3776, 0.39152607405723, 0.625200000000001, 0.622471083665741, 1.3016, 1.81136037735915, 4.2308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 810, '2022-03-27 00:00:00', 0.109746678005911, 0.246199999999999, 0.28877427747868, 0.410199999999999, 0.491457695703981, 0.6016, 0.623239386859764, 1.3326, 1.81046913809653, 4.2488 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 825, '2022-03-27 00:00:00', 0.222682135191248, 0.305399999999998, 0.304065919388105, 0.4254, 0.511013127685255, 0.643600000000001, 0.606809072114121, 1.3262, 1.90479657706538, 4.278 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 840, '2022-03-27 00:00:00', 0.131906848444904, 0.251600000000001, 0.255321366125125, 0.368400000000001, 0.454182140409183, 0.5972, 0.615843459546879, 1.2994, 1.91711104268897, 4.3128 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 855, '2022-03-27 00:00:00', 0.149079676683309, 0.271800000000001, 0.341542213105985, 0.436400000000002, 0.415136222622568, 0.6138, 0.628495027824406, 1.3068, 1.93246157788454, 4.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 870, '2022-03-27 00:00:00', 0.252437781113156, 0.290400000000001, 0.329693670953307, 0.434999999999999, 0.39335384833506, 0.622799999999999, 0.651908927688524, 1.2946, 1.92825065365821, 4.3238 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 885, '2022-03-27 00:00:00', 0.170539096201819, 0.297399999999999, 0.238017506358952, 0.402600000000001, 0.394321674947413, 0.620000000000001, 0.991949553488819, 1.7658, 1.91588963234664, 4.3532 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 900, '2022-03-27 00:00:00', 0.166345523935372, 0.254000000000002, 0.326387678484754, 0.4332, 0.351280158847608, 0.5954, 1.00219376037438, 1.7494, 1.91509773466874, 4.3392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 915, '2022-03-27 00:00:00', 0.221237052351846, 0.315999999999999, 0.257459543747492, 0.424999999999999, 0.275045450789502, 0.583, 0.967374539669098, 1.8052, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 930, '2022-03-27 00:00:00', 0.186911966800774, 0.2894, 0.222502247179665, 0.4152, 0.270723875317022, 0.5818, 0.951210719732139, 1.8482, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 945, '2022-03-27 00:00:00', 0.172013323127406, 0.293600000000001, 0.21601928926217, 0.4368, 0.256412265697255, 0.6058, 0.942987274569492, 1.853, 1.90599739856416, 4.3736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 960, '2022-03-27 00:00:00', 0.177392690567191, 0.3216, 0.205785689492734, 0.4346, 0.290398433191366, 0.643, 0.887484366059483, 1.8858, 1.9110335990418, 4.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 975, '2022-03-27 00:00:00', 0.133674978960164, 0.2924, 0.187758044656769, 0.4398, 0.400494486021135, 0.706, 0.86653644855059, 1.891, 1.91078190801567, 4.352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 990, '2022-03-27 00:00:00', 0.177335604622046, 0.367999999999999, 0.256946330323409, 0.551199999999999, 0.451916474583523, 0.794199999999999, 0.845619447505792, 1.9192, 1.91620843072981, 4.3462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1005, '2022-03-27 00:00:00', 0.175883010360107, 0.3466, 0.300445225179787, 0.5194, 0.427711740934632, 0.7446, 0.841830941064377, 1.9222, 1.93555853265494, 4.3258 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1020, '2022-03-27 00:00:00', 0.22377909494261, 0.364, 0.279344470740578, 0.545, 0.402528466902239, 0.729, 0.840105499327318, 1.9178, 1.9396662728418, 4.3136 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1035, '2022-03-27 00:00:00', 0.204903432539982, 0.387, 0.310966638081965, 0.5124, 0.357789742726087, 0.6298, 0.848302226017749, 1.92, 1.94435128427624, 4.2904 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1050, '2022-03-27 00:00:00', 0.146059348668045, 0.288, 0.187950126363352, 0.427600000000001, 0.249403454934636, 0.529000000000001, 0.819799264047811, 1.89, 1.94614741219672, 4.2928 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1065, '2022-03-27 00:00:00', 0.139674621889591, 0.3206, 0.15574765915844, 0.373600000000001, 0.790470745821754, 1.2724, 0.842329507971791, 1.9024, 1.94512827340512, 4.3014 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1080, '2022-03-27 00:00:00', 0.096524176591499, 0.2226, 0.131648205456815, 0.331, 0.851442256801168, 1.3232, 0.824909186921, 1.8728, 1.93458141467347, 4.2964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-03-27 18:14:44 Duration: 1s443ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 600, '2022-03-27 00:00:00', 0.159080652017, 0.369423076923077, 0.249049886877803, 0.500384615384615, 0.368000052257521, 0.714038461538461, 0.442795188372857, 1.01617307692308, 1.08559060494206, 2.21480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 615, '2022-03-27 00:00:00', 0.131108880178037, 0.296538461538461, 0.248975825208919, 0.459807692307692, 0.28780896441911, 0.584999999999999, 0.351635861149221, 0.907326923076923, 1.04280074060934, 2.18076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 630, '2022-03-27 00:00:00', 0.217684404586089, 0.3375, 0.258308700231689, 0.45076923076923, 0.267605981880939, 0.519807692307692, 0.321359674484238, 0.843096153846154, 1.0089807499879, 2.16807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 645, '2022-03-27 00:00:00', 0.149182387081668, 0.265769230769231, 0.170974132096507, 0.331923076923076, 0.155923181283408, 0.399038461538462, 0.297118873516981, 0.75175, 0.874471642676967, 2.09557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 660, '2022-03-27 00:00:00', 0.111303465976859, 0.222307692307692, 0.126125090531338, 0.293461538461538, 0.147250310173371, 0.369423076923077, 0.299233704009733, 0.760019230769231, 0.875918441057508, 2.08865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 675, '2022-03-27 00:00:00', 0.0806588256413768, 0.185384615384615, 0.0969141174125125, 0.262884615384615, 0.185509796548281, 0.43326923076923, 0.323850550171146, 0.754826923076922, 0.877162843402611, 2.08557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 690, '2022-03-27 00:00:00', 0.0800259573273191, 0.186923076923076, 0.119283921155174, 0.274423076923076, 0.169958365942504, 0.434615384615384, 0.30315468569946, 0.738288461538461, 0.878194936306197, 2.08288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 705, '2022-03-27 00:00:00', 0.0699167086885976, 0.172884615384615, 0.118157163915758, 0.308653846153846, 0.139260685268809, 0.378461538461538, 0.261409688037762, 0.69425, 1.02615295381117, 2.29326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 720, '2022-03-27 00:00:00', 0.0913210734799937, 0.208461538461538, 0.101446461817968, 0.274230769230769, 0.159064216591915, 0.374249999999999, 0.259377260879858, 0.658288461538462, 1.01875710474162, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 735, '2022-03-27 00:00:00', 0.0780899382861725, 0.170961538461538, 0.0862244387987167, 0.220576923076923, 0.149053817074958, 0.358096153846153, 0.239549083616569, 0.635788461538462, 1.02056969384751, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 750, '2022-03-27 00:00:00', 0.0791172450325366, 0.156538461538462, 0.124882383126623, 0.25251923076923, 0.153969059079564, 0.346365384615384, 0.235187539734046, 0.643673076923078, 1.0140762564256, 2.35557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 765, '2022-03-27 00:00:00', 0.0940827479484864, 0.170211538461537, 0.105611379413103, 0.238288461538462, 0.150095898831893, 0.336173076923077, 0.246211217172447, 0.643288461538462, 1.00876931875506, 2.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 780, '2022-03-27 00:00:00', 0.0747498392074424, 0.163461538461538, 0.0914851816500265, 0.22153846153846, 0.123395081562621, 0.292884615384615, 0.268232390632852, 0.653846153846154, 1.0067117263646, 2.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 795, '2022-03-27 00:00:00', 0.0711012279456856, 0.150769230769231, 0.0977258724895613, 0.222884615384616, 0.12312532702026, 0.285384615384615, 0.311580400785809, 0.672115384615385, 1.00567856923342, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 810, '2022-03-27 00:00:00', 0.0672206470112818, 0.133846153846154, 0.07744377613171, 0.173461538461538, 0.107555352475615, 0.251923076923078, 0.305394637502665, 0.668269230769231, 1.00053618317688, 2.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 825, '2022-03-27 00:00:00', 0.0485386443980457, 0.109999999999999, 0.0637024332345317, 0.174999999999999, 0.118577627932733, 0.270576923076922, 0.303900287290724, 0.675769230769231, 0.998234133164852, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 840, '2022-03-27 00:00:00', 0.0681164161846921, 0.134615384615384, 0.0958333890746771, 0.189038461538462, 0.155758195240621, 0.283846153846154, 0.320668112636007, 0.699038461538461, 0.990036285271326, 2.35538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 855, '2022-03-27 00:00:00', 0.0681212154912105, 0.1125, 0.0929534623015518, 0.182115384615384, 0.186515002490004, 0.270384615384615, 0.344650770848049, 0.721923076923076, 0.984288907712646, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 870, '2022-03-27 00:00:00', 0.0864987772256837, 0.135961538461538, 0.131274960996434, 0.198653846153846, 0.169706987300057, 0.277307692307692, 0.326046952730148, 0.733846153846153, 0.958146387562986, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 885, '2022-03-27 00:00:00', 0.0804432432502288, 0.138653846153845, 0.124967842017304, 0.190192307692307, 0.130227168381316, 0.281346153846154, 0.424344018637999, 0.935384615384615, 0.943725779108448, 2.34711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 900, '2022-03-27 00:00:00', 0.0701043178742614, 0.118846153846153, 0.0699903839548972, 0.175576923076924, 0.113855002254892, 0.280192307692308, 0.425288544583375, 1.02288461538462, 0.923542927243525, 2.35153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 915, '2022-03-27 00:00:00', 0.046026748076108, 0.122307692307693, 0.0811487238631348, 0.193653846153847, 0.17595158862159, 0.314807692307692, 0.404353044523452, 1.08576923076923, 0.905241935362289, 2.34980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 930, '2022-03-27 00:00:00', 0.07017039700176, 0.15673076923077, 0.100742818029948, 0.226346153846154, 0.191397391670998, 0.350192307692308, 0.402108146570623, 1.10480769230769, 0.882406434351323, 2.34134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 945, '2022-03-27 00:00:00', 0.0735958297313519, 0.137884615384615, 0.171908293978102, 0.237692307692307, 0.210734703797488, 0.378653846153846, 0.411914853038642, 1.10038461538462, 0.861032028350952, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 960, '2022-03-27 00:00:00', 0.147626347450374, 0.178461538461539, 0.157621747816142, 0.251153846153847, 0.198801118244804, 0.408269230769231, 0.392266638123376, 1.11365384615385, 0.850735790134273, 2.32576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 975, '2022-03-27 00:00:00', 0.0682461607824082, 0.163461538461538, 0.0919673855233465, 0.269999999999999, 0.179258300955739, 0.403461538461538, 0.385136139765988, 1.10461538461538, 0.817852347027544, 2.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 990, '2022-03-27 00:00:00', 0.0688769806360476, 0.190961538461538, 0.110241169191076, 0.286346153846153, 0.149067486007564, 0.373653846153845, 0.369555866495904, 1.08653846153846, 0.783814072341139, 2.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1005, '2022-03-27 00:00:00', 0.0974071550049272, 0.201923076923077, 0.116590671219376, 0.280769230769231, 0.15216147799169, 0.373653846153847, 0.374171957589227, 1.08442307692308, 0.769347800712746, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1020, '2022-03-27 00:00:00', 0.0820405622003766, 0.190576923076923, 0.106405610031398, 0.261923076923077, 0.220046585976698, 0.3825, 0.376108873353694, 1.06173076923077, 0.740590616696203, 2.30269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1035, '2022-03-27 00:00:00', 0.0811446950728247, 0.187307692307692, 0.111830228471555, 0.27, 0.234176544184411, 0.384423076923077, 0.356650227275105, 1.05423076923077, 0.723818427082798, 2.29865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1050, '2022-03-27 00:00:00', 0.0833878795841365, 0.186538461538462, 0.173886014831114, 0.277115384615384, 0.205426479455639, 0.375961538461539, 0.334314741155466, 1.04711538461538, 0.730099677072616, 2.29653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1065, '2022-03-27 00:00:00', 0.151662580953703, 0.186538461538462, 0.186583452147784, 0.264230769230769, 0.319333741501799, 0.650961538461539, 0.314115363423156, 1.02730769230769, 0.72026589641497, 2.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1080, '2022-03-27 00:00:00', 0.0699582292954421, 0.153076923076922, 0.0804372665258691, 0.208076923076923, 0.318066998263912, 0.698846153846154, 0.305592803479502, 1.01480769230769, 0.709180160466999, 2.2725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1095, '2022-03-27 00:00:00', 0.0597665329556477, 0.139038461538461, 0.261697417758636, 0.551538461538461, 0.33304053807307, 0.745, 0.298998906609784, 1.01211538461538, 0.724542295840304, 2.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 600, '2022-03-27 00:00:00', 0.145461731684369, 0.333653846153846, 0.240112153282266, 0.485384615384616, 0.292493523925679, 0.622692307692308, 0.339799997736225, 0.915961538461539, 0.745574533239558, 2.24076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 615, '2022-03-27 00:00:00', 0.160925807080828, 0.326346153846154, 0.204395544133278, 0.438461538461539, 0.212527373802494, 0.523269230769231, 0.344250858889494, 0.839423076923077, 0.779958677406399, 2.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 630, '2022-03-27 00:00:00', 0.108039344685165, 0.262500000000001, 0.135816618446175, 0.343076923076924, 0.185366165695402, 0.483846153846154, 0.281843996674647, 0.809038461538462, 0.811178748204403, 2.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 645, '2022-03-27 00:00:00', 0.0910046490781991, 0.239615384615385, 0.136833981384518, 0.333461538461539, 0.154875259979915, 0.457884615384616, 0.226240936920048, 0.760192307692308, 0.832802428319818, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 660, '2022-03-27 00:00:00', 0.0848410278108424, 0.225, 0.10614793740523, 0.32076923076923, 0.162774501877715, 0.446538461538461, 0.221117528790598, 0.739807692307692, 0.866274783195264, 2.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 675, '2022-03-27 00:00:00', 0.114123414977619, 0.218076923076923, 0.127320461827627, 0.297500000000001, 0.210490270193549, 0.426923076923077, 0.228470920553276, 0.705192307692308, 0.886217892984651, 2.20692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 690, '2022-03-27 00:00:00', 0.0949177781839871, 0.18923076923077, 0.152723606557728, 0.2875, 0.204330896793938, 0.373653846153846, 0.233597615899319, 0.674615384615384, 0.894846291055277, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 705, '2022-03-27 00:00:00', 0.10219607850372, 0.18596153846154, 0.164895887899467, 0.250576923076924, 0.167624236360332, 0.33673076923077, 0.214374313185713, 0.642884615384616, 1.00913925622856, 2.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 720, '2022-03-27 00:00:00', 0.121202944874098, 0.173076923076922, 0.113749556212151, 0.235192307692307, 0.138225707282856, 0.342884615384615, 0.187049561511216, 0.636538461538461, 1.00725338649984, 2.23423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 735, '2022-03-27 00:00:00', 0.0524789335022968, 0.135961538461539, 0.0913025401955165, 0.203076923076924, 0.145804531954468, 0.325192307692308, 0.217406390112016, 0.623461538461539, 0.994645433539781, 2.28153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 750, '2022-03-27 00:00:00', 0.082440654646004, 0.147307692307694, 0.10484585755362, 0.230576923076924, 0.156070127235754, 0.33173076923077, 0.235876108288945, 0.60846153846154, 0.996574614135069, 2.31519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 765, '2022-03-27 00:00:00', 0.0761617711494122, 0.156153846153846, 0.109053444907319, 0.234423076923077, 0.127363199611915, 0.309230769230769, 0.243554211308598, 0.619423076923077, 0.987056541128529, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 780, '2022-03-27 00:00:00', 0.0668871035057175, 0.15173076923077, 0.0706823881882884, 0.210000000000001, 0.0988536213880829, 0.289038461538462, 0.192033751039918, 0.614807692307693, 0.976316310660402, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 795, '2022-03-27 00:00:00', 0.0474799552847944, 0.127115384615385, 0.0618375663766335, 0.17173076923077, 0.109615411605934, 0.278461538461539, 0.184541427494041, 0.643461538461539, 0.961023432836858, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 810, '2022-03-27 00:00:00', 0.0441139259365846, 0.114038461538462, 0.065983680966176, 0.185384615384616, 0.123164680251842, 0.291538461538462, 0.191702594180111, 0.673269230769231, 0.96312903520844, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 825, '2022-03-27 00:00:00', 0.0525503421638572, 0.146538461538462, 0.0893618400747124, 0.218461538461539, 0.123830063455466, 0.29173076923077, 0.195403428833785, 0.6825, 0.964786963332002, 2.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 840, '2022-03-27 00:00:00', 0.0904799170236996, 0.141153846153846, 0.122599410213164, 0.203846153846154, 0.0904214491231956, 0.284038461538461, 0.231704470259988, 0.704807692307692, 0.965131657021267, 2.33634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 855, '2022-03-27 00:00:00', 0.0763838988269129, 0.1375, 0.0760161926069802, 0.197692307692308, 0.0909092954543148, 0.272500000000001, 0.229823761909993, 0.720192307692306, 0.966688956418526, 2.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 870, '2022-03-27 00:00:00', 0.0541436834869808, 0.131538461538462, 0.0588050887384615, 0.185961538461538, 0.106590517690545, 0.283461538461539, 0.227312475545143, 0.735192307692306, 0.972744649867659, 2.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 885, '2022-03-27 00:00:00', 0.056929443510906, 0.125192307692308, 0.0894652919379263, 0.179038461538462, 0.107831064455184, 0.278461538461539, 0.522279508132748, 1.00326923076923, 0.991794895825047, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 900, '2022-03-27 00:00:00', 0.058326666285671, 0.115, 0.0961241184815035, 0.205384615384616, 0.103837150606871, 0.281923076923077, 0.598670321501036, 1.07807692307692, 0.997101491632314, 2.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 915, '2022-03-27 00:00:00', 0.0762586691162678, 0.150769230769231, 0.0747830194629764, 0.2025, 0.153376986539701, 0.3275, 0.640929373284187, 1.13269230769231, 1.00302734068112, 2.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 930, '2022-03-27 00:00:00', 0.0538877037494144, 0.138269230769231, 0.0790939071853599, 0.209615384615385, 0.144097189424361, 0.32, 0.676289793369221, 1.14326923076923, 1.00238632580151, 2.35711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 945, '2022-03-27 00:00:00', 0.0653914249847683, 0.139038461538462, 0.125995879053489, 0.229807692307693, 0.195301049664357, 0.3775, 0.664385314523015, 1.16961538461538, 0.99618690322341, 2.36288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 960, '2022-03-27 00:00:00', 0.0884344607387511, 0.155576923076923, 0.120583357698507, 0.207115384615385, 0.181840272259433, 0.40173076923077, 0.650057423498997, 1.18942307692308, 1.00457047844034, 2.36038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 975, '2022-03-27 00:00:00', 0.0650881059676925, 0.132307692307692, 0.167039032748452, 0.284038461538461, 0.176878598087893, 0.429038461538461, 0.641321382291761, 1.20134615384615, 1.00667726475997, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 990, '2022-03-27 00:00:00', 0.124728165963488, 0.228653846153846, 0.145528876330967, 0.299423076923077, 0.16441457917762, 0.433076923076923, 0.63337520779247, 1.21307692307692, 1.02899928982558, 2.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1005, '2022-03-27 00:00:00', 0.0939248881574233, 0.193269230769231, 0.136126779143561, 0.297499999999999, 0.157886522053511, 0.396923076923077, 0.642093930344008, 1.20115384615385, 1.03228776921048, 2.38096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1020, '2022-03-27 00:00:00', 0.0907413907762059, 0.2, 0.131042565016693, 0.291923076923077, 0.178460079569634, 0.389999999999999, 0.607954483367098, 1.19057692307692, 1.01789052229826, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1035, '2022-03-27 00:00:00', 0.0968108782825885, 0.197884615384616, 0.116588856836584, 0.260192307692308, 0.169200950170091, 0.384807692307691, 0.577703943342822, 1.16538461538461, 1.0228458038539, 2.39153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1050, '2022-03-27 00:00:00', 0.0662756481557254, 0.157307692307692, 0.0986627901178862, 0.247115384615383, 0.123816862278994, 0.361153846153844, 0.549074185824157, 1.13269230769231, 1.02442764507797, 2.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1065, '2022-03-27 00:00:00', 0.0482334068718102, 0.162692307692308, 0.0642653752929096, 0.234038461538461, 0.461898631902983, 0.687115384615384, 0.538260481694362, 1.10711538461538, 1.0350736131384, 2.38576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1080, '2022-03-27 00:00:00', 0.0505173237612602, 0.155, 0.0626737584639702, 0.225, 0.497885413137787, 0.76173076923077, 0.51751283893401, 1.08153846153846, 1.04230986091174, 2.39461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1095, '2022-03-27 00:00:00', 0.0655849419865919, 0.16576923076923, 0.438709646401985, 0.611923076923077, 0.529445319323768, 0.842115384615384, 0.504969762994243, 1.07769230769231, 1.04840180568036, 2.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 600, '2022-03-27 00:00:00', 0.134694526186535, 0.326153846153846, 0.239185155186391, 0.511538461538462, 0.329820930436268, 0.709615384615384, 0.30056107788345, 0.930192307692307, 0.977699025577598, 2.33076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 615, '2022-03-27 00:00:00', 0.175034172487721, 0.354807692307693, 0.241253218392242, 0.503653846153847, 0.276024246426621, 0.644230769230769, 0.246766784948554, 0.834615384615385, 0.98517505277762, 2.30173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 630, '2022-03-27 00:00:00', 0.147224710509532, 0.318653846153846, 0.166138959447065, 0.423076923076923, 0.176482402696525, 0.549038461538461, 0.226561249996552, 0.775, 0.979762157166415, 2.28326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 645, '2022-03-27 00:00:00', 0.104347791248601, 0.247307692307693, 0.141271152262373, 0.366538461538462, 0.170160105601935, 0.492692307692307, 0.207591777664354, 0.717884615384616, 0.989541230143468, 2.28038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 660, '2022-03-27 00:00:00', 0.132868500637053, 0.250961538461539, 0.13998804894045, 0.349423076923078, 0.149137649376468, 0.449038461538462, 0.209770203941215, 0.688461538461539, 0.974321243027876, 2.25673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 675, '2022-03-27 00:00:00', 0.0917052133406066, 0.234615384615385, 0.120266371026982, 0.31, 0.128524915273863, 0.394423076923077, 0.289019030515293, 0.665, 0.986604452733641, 2.24711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 690, '2022-03-27 00:00:00', 0.0932275957824966, 0.19076923076923, 0.0869776717589936, 0.268653846153846, 0.117394797421089, 0.351538461538461, 0.262312790385828, 0.645, 0.993051183900485, 2.22942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 705, '2022-03-27 00:00:00', 0.0850294066779256, 0.194999999999999, 0.0980941463006912, 0.252692307692307, 0.131863711693317, 0.344038461538461, 0.298765150887139, 0.671153846153846, 1.01697736530292, 2.27480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 720, '2022-03-27 00:00:00', 0.0507349826208545, 0.160961538461539, 0.111153566675188, 0.246346153846154, 0.121192155115496, 0.341538461538462, 0.337074346969055, 0.698653846153847, 0.997258935590644, 2.30423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 735, '2022-03-27 00:00:00', 0.085961529857167, 0.174230769230769, 0.0988969938097989, 0.241153846153847, 0.0997766737037503, 0.315769230769232, 0.349900700199356, 0.697500000000001, 0.993148005857365, 2.31980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 750, '2022-03-27 00:00:00', 0.0585320425066464, 0.155, 0.0708522297569979, 0.229038461538461, 0.0832884237962375, 0.305192307692309, 0.364559850525787, 0.698269230769232, 0.99127441283353, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 765, '2022-03-27 00:00:00', 0.0663313361379517, 0.165384615384616, 0.0679889696936198, 0.227500000000001, 0.08989908872645, 0.300384615384616, 0.386546295366464, 0.690961538461539, 0.990846122494072, 2.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 780, '2022-03-27 00:00:00', 0.0672598291358561, 0.163269230769231, 0.088588070042451, 0.234615384615385, 0.117335154414772, 0.316538461538462, 0.401854929813464, 0.69423076923077, 0.990418578954606, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 795, '2022-03-27 00:00:00', 0.0718355493738722, 0.162884615384616, 0.0847387387571574, 0.209423076923077, 0.133203285937755, 0.318653846153847, 0.396796983549328, 0.694615384615386, 0.986601938278748, 2.32423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 810, '2022-03-27 00:00:00', 0.0489835137100706, 0.12576923076923, 0.0970566844684068, 0.205, 0.131865315903999, 0.297692307692308, 0.366625201618135, 0.690961538461539, 0.96676804950229, 2.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 825, '2022-03-27 00:00:00', 0.0677202957874406, 0.144038461538463, 0.093747820487486, 0.209423076923078, 0.109363367513286, 0.277115384615385, 0.3643402889523, 0.675384615384617, 0.961092407307755, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 840, '2022-03-27 00:00:00', 0.0721931170808275, 0.140384615384616, 0.120780952395394, 0.185961538461539, 0.140172558490762, 0.292884615384616, 0.387824752254853, 0.689038461538462, 0.960633464879375, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 855, '2022-03-27 00:00:00', 0.092592573219372, 0.124230769230769, 0.0803501950598381, 0.178076923076922, 0.196947572094317, 0.302884615384615, 0.358027287314163, 0.673461538461539, 0.944629272010168, 2.30769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 870, '2022-03-27 00:00:00', 0.0523703527403996, 0.129423076923075, 0.118236562092209, 0.21826923076923, 0.197519716639981, 0.314038461538461, 0.341836949436423, 0.682500000000001, 0.938459503859711, 2.31309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 885, '2022-03-27 00:00:00', 0.1292600241612, 0.163076923076924, 0.207154438857732, 0.235192307692308, 0.25169250164559, 0.348653846153846, 0.720489070007312, 1.0875, 0.916516126216765, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 900, '2022-03-27 00:00:00', 0.103164730108994, 0.165192307692307, 0.102398918263516, 0.226538461538461, 0.252171873622246, 0.365576923076923, 0.690293499451224, 1.14865384615385, 0.911329625623167, 2.32405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 915, '2022-03-27 00:00:00', 0.0541340927697132, 0.1525, 0.191676510338081, 0.26326923076923, 0.257432291322173, 0.370769230769231, 0.667762423206154, 1.20942307692308, 0.911856387351564, 2.32213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 930, '2022-03-27 00:00:00', 0.173355237767823, 0.205961538461539, 0.231787701273253, 0.278461538461539, 0.249343137062162, 0.375000000000001, 0.668170550544833, 1.22173076923077, 0.913979806417221, 2.32655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 945, '2022-03-27 00:00:00', 0.0972113083007247, 0.160961538461539, 0.127095966164881, 0.24423076923077, 0.168813164816565, 0.348269230769232, 0.66793945487942, 1.21865384615385, 0.905500861189753, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 960, '2022-03-27 00:00:00', 0.0855911569839204, 0.175384615384615, 0.107414545641569, 0.243269230769231, 0.182975513283986, 0.380961538461539, 0.666068401430826, 1.22634615384615, 0.915236267310251, 2.31425 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 975, '2022-03-27 00:00:00', 0.0610132394207637, 0.156153846153846, 0.128804712049497, 0.260576923076924, 0.213349839105057, 0.383076923076924, 0.672830673635363, 1.21865384615385, 0.907383276028044, 2.31751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 990, '2022-03-27 00:00:00', 0.109058911391258, 0.205384615384615, 0.145718379602046, 0.300384615384616, 0.202237864521344, 0.403076923076925, 0.678629983014422, 1.20942307692308, 0.905219953084077, 2.32078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1005, '2022-03-27 00:00:00', 0.103298856945049, 0.200576923076924, 0.161481720804078, 0.272115384615386, 0.217423815127541, 0.381346153846155, 0.677281812723592, 1.22942307692308, 0.907050203215812, 2.32213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1020, '2022-03-27 00:00:00', 0.103363622525231, 0.175961538461539, 0.117739608393333, 0.258846153846155, 0.160472379602798, 0.34423076923077, 0.688460489900362, 1.20461538461539, 0.922044597828443, 2.30540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1035, '2022-03-27 00:00:00', 0.0866753447331801, 0.186153846153846, 0.11926505710456, 0.241923076923077, 0.148220729371383, 0.320769230769231, 0.689504615926983, 1.20884615384615, 0.924184485620452, 2.30271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1050, '2022-03-27 00:00:00', 0.0890643673893301, 0.167692307692308, 0.131242728736315, 0.235576923076923, 0.138513676081241, 0.340961538461539, 0.692013339133331, 1.18769230769231, 0.938828940140936, 2.29482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1065, '2022-03-27 00:00:00', 0.0901451820462633, 0.163076923076923, 0.125049528649191, 0.214230769230769, 0.784156970157223, 0.803076923076923, 0.695212640409117, 1.16884615384615, 0.936490491347678, 2.30040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1080, '2022-03-27 00:00:00', 0.0646865221962517, 0.122884615384615, 0.0811446950728242, 0.202692307692307, 0.743378798770545, 0.869038461538461, 0.685175244287632, 1.16134615384615, 0.92789587964466, 2.29328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1095, '2022-03-27 00:00:00', 0.0835576723908981, 0.15326923076923, 0.78323078434039, 0.712692307692307, 0.727392180749411, 0.929230769230769, 0.684230196307107, 1.14980769230769, 0.927379331773142, 2.28925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 600, '2022-03-27 00:00:00', 0.354623053228951, 0.430652173913043, 0.332519576528516, 0.575217391304348, 0.359954020998797, 0.731521739130435, 0.358882212832773, 0.941521739130434, 0.754889811476056, 2.09067391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 615, '2022-03-27 00:00:00', 0.149000291800123, 0.350217391304348, 0.235762156561233, 0.492608695652174, 0.24085835471408, 0.593260869565218, 0.278015802718596, 0.827173913043478, 0.722064399507117, 2.05176086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 630, '2022-03-27 00:00:00', 0.171626432728373, 0.319782608695653, 0.187323566528814, 0.405869565217391, 0.237881169059019, 0.494782608695652, 0.244209825222446, 0.739565217391304, 0.729606221288095, 2.01002173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 645, '2022-03-27 00:00:00', 0.082612960156206, 0.23108695652174, 0.103344276695383, 0.321304347826087, 0.168002387993568, 0.419565217391305, 0.221388226957924, 0.708260869565217, 0.75598368698024, 2.00719565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 660, '2022-03-27 00:00:00', 0.118057189531175, 0.23875, 0.144595888650034, 0.308333333333333, 0.156864516221086, 0.386041666666667, 0.282457833200341, 0.724583333333332, 0.744724715395571, 2.00585416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 675, '2022-03-27 00:00:00', 0.0695244587344548, 0.194791666666667, 0.0912831238272018, 0.2625, 0.120661672168236, 0.376250000000001, 0.276005982790648, 0.711458333333332, 0.749334929456531, 2.00002083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 690, '2022-03-27 00:00:00', 0.0695140351796406, 0.181875000000001, 0.0937503623181403, 0.2625, 0.128745339017923, 0.386666666666667, 0.272847222606457, 0.696041666666665, 0.730383691290833, 2.00147916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 705, '2022-03-27 00:00:00', 0.0933087441729367, 0.190000000000001, 0.111475406724299, 0.274375000000001, 0.149364444627362, 0.391458333333333, 0.27413070774274, 0.694583333333332, 0.710049721416788, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 720, '2022-03-27 00:00:00', 0.0761957813887971, 0.171666666666667, 0.113453487564638, 0.252708333333334, 0.152248842836088, 0.358333333333333, 0.265621962898238, 0.695625, 0.706205414137078, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 735, '2022-03-27 00:00:00', 0.0997278906520788, 0.185, 0.120456371018061, 0.258541666666667, 0.171768165083732, 0.382291666666667, 0.242927402377926, 0.695625, 0.705965233727473, 2.08770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 750, '2022-03-27 00:00:00', 0.0938778114266673, 0.18, 0.120415945787923, 0.2475, 0.204758495957229, 0.392708333333333, 0.2409784365541, 0.674791666666666, 0.705210421881608, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 765, '2022-03-27 00:00:00', 0.103969886596268, 0.160208333333333, 0.157697282700162, 0.273541666666667, 0.233315734325952, 0.385833333333333, 0.25151632542744, 0.706874999999999, 0.707607695239615, 2.08395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 780, '2022-03-27 00:00:00', 0.114436038397256, 0.182708333333334, 0.177359737396274, 0.273958333333332, 0.218622167617817, 0.342499999999999, 0.252114877053862, 0.715208333333333, 0.693266494914485, 2.08479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 795, '2022-03-27 00:00:00', 0.153488274347974, 0.202291666666666, 0.186919996642755, 0.271041666666666, 0.225392974055589, 0.339583333333332, 0.266852290467097, 0.723333333333333, 0.684780160163554, 2.08270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 810, '2022-03-27 00:00:00', 0.108301904582661, 0.173541666666667, 0.143802999051591, 0.230208333333332, 0.142052118420762, 0.31125, 0.261993472647974, 0.714166666666667, 0.67899778953131, 2.08145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 825, '2022-03-27 00:00:00', 0.0787259855263904, 0.148958333333332, 0.112908677988971, 0.221249999999999, 0.160274758425666, 0.313541666666666, 0.268584504150119, 0.715625, 0.679195495964991, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 840, '2022-03-27 00:00:00', 0.0838344534168978, 0.157291666666667, 0.100225967519488, 0.226875000000001, 0.181034542103939, 0.321875, 0.283069276997187, 0.717708333333334, 0.677917206692996, 2.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 855, '2022-03-27 00:00:00', 0.0732130106438486, 0.138333333333334, 0.109983323834748, 0.199375, 0.195073378984437, 0.310833333333333, 0.289025019603013, 0.714375, 0.6648335304333, 2.05333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 870, '2022-03-27 00:00:00', 0.0868312957005901, 0.141249999999999, 0.165614249719476, 0.224583333333332, 0.180120229573052, 0.295416666666665, 0.285454125860907, 0.703333333333333, 0.648896917965348, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 885, '2022-03-27 00:00:00', 0.118346090351348, 0.160833333333332, 0.147291980556417, 0.220833333333333, 0.13460085922589, 0.334999999999999, 0.324901253114485, 0.886041666666666, 0.647353272223112, 2.06479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 900, '2022-03-27 00:00:00', 0.0800271692994753, 0.155000000000001, 0.0861453103352326, 0.211666666666667, 0.140096854437166, 0.340208333333333, 0.315170473769724, 0.927916666666666, 0.647467754219176, 2.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 915, '2022-03-27 00:00:00', 0.0761708130035587, 0.147916666666666, 0.09443961340301, 0.235833333333333, 0.145450325202281, 0.345833333333332, 0.32169043709573, 0.961041666666666, 0.651381892260768, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 930, '2022-03-27 00:00:00', 0.0819726779331756, 0.182291666666666, 0.11968538921399, 0.269375, 0.160232507693475, 0.361249999999999, 0.347927026227786, 0.989791666666666, 0.654765557113849, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 945, '2022-03-27 00:00:00', 0.0989693262391535, 0.184166666666667, 0.124253568461282, 0.244583333333332, 0.169074634064541, 0.383333333333333, 0.365170200539856, 0.994166666666666, 0.657548559952535, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 960, '2022-03-27 00:00:00', 0.104759688770559, 0.164375, 0.128874728524153, 0.235, 0.161507279864641, 0.377083333333333, 0.379349892025436, 1.00041666666667, 0.655277039265383, 2.06854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 975, '2022-03-27 00:00:00', 0.0840376037294008, 0.173333333333333, 0.134098573953014, 0.289583333333334, 0.177787835615245, 0.397916666666667, 0.363622076465048, 1.02166666666667, 0.648125921519057, 2.07208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 990, '2022-03-27 00:00:00', 0.109797037723035, 0.231458333333333, 0.143212210788188, 0.310208333333333, 0.171899026647386, 0.411666666666666, 0.335762974972403, 1.00791666666667, 0.651780970089657, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1005, '2022-03-27 00:00:00', 0.10644940793295, 0.219791666666667, 0.12124635808067, 0.295625, 0.13763909302061, 0.406458333333334, 0.340231099529358, 1.005625, 0.653165334896261, 2.05020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1020, '2022-03-27 00:00:00', 0.0704025691230825, 0.19, 0.130895570445753, 0.288541666666666, 0.16103548533237, 0.412083333333334, 0.341783936219904, 0.993541666666666, 0.654172747594741, 2.050625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1035, '2022-03-27 00:00:00', 0.0826584994796768, 0.182083333333333, 0.105359761521305, 0.274375, 0.146183172518373, 0.386041666666667, 0.363333000930576, 0.9675, 0.635746700938057, 2.03270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1050, '2022-03-27 00:00:00', 0.0787673951342302, 0.172291666666667, 0.100550792918415, 0.248125, 0.122212210009322, 0.338541666666667, 0.352417055201791, 0.942291666666666, 0.629894422657997, 2.018125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1065, '2022-03-27 00:00:00', 0.0799852794427587, 0.170416666666667, 0.0979453781525675, 0.237083333333333, 0.201973505939391, 0.612083333333332, 0.341274186911601, 0.940624999999999, 0.636996142174289, 2.02479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1080, '2022-03-27 00:00:00', 0.0693643499463394, 0.16625, 0.110530465011472, 0.233124999999999, 0.211896094136123, 0.667291666666666, 0.355918323862188, 0.931875, 0.640193549481015, 2.02104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1095, '2022-03-27 00:00:00', 0.084390128810066, 0.157708333333334, 0.19319350890767, 0.542916666666666, 0.239477749261396, 0.683124999999999, 0.384392990329549, 0.913333333333334, 0.677189651630444, 2.02520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 600, '2022-03-27 00:00:00', 0.10823893322953, 0.3164, 0.147824501803096, 0.460999999999999, 0.254281995692446, 0.599799999999998, 0.337076029999168, 0.831599999999999, 0.631272656359093, 2.1302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 615, '2022-03-27 00:00:00', 0.124119566010628, 0.2984, 0.186937378106502, 0.4082, 0.239468682712375, 0.543399999999999, 0.315312279071611, 0.765199999999999, 0.645527884757893, 2.103 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 630, '2022-03-27 00:00:00', 0.105990565617889, 0.259399999999999, 0.155903816502355, 0.358199999999999, 0.210662051637213, 0.4808, 0.301564393344661, 0.713399999999999, 0.664840394380486, 2.0624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 645, '2022-03-27 00:00:00', 0.0960329804459557, 0.231599999999999, 0.165041156483264, 0.3586, 0.185910372670991, 0.4278, 0.264198946503072, 0.666399999999999, 0.693114829351289, 2.0346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 660, '2022-03-27 00:00:00', 0.134343465292014, 0.2474, 0.156085446684394, 0.3028, 0.157648871441145, 0.3764, 0.250666112588041, 0.6528, 0.69558919868938, 2.0288 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 675, '2022-03-27 00:00:00', 0.0826322172843822, 0.1998, 0.0910576740313525, 0.2696, 0.132397759296245, 0.347, 0.224915169193484, 0.6292, 0.703936668552884, 2.0232 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 690, '2022-03-27 00:00:00', 0.0721791752054104, 0.1784, 0.0845537304519031, 0.2408, 0.136923031907223, 0.333999999999999, 0.228440729001347, 0.631800000000001, 0.717269533253248, 2.0262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 705, '2022-03-27 00:00:00', 0.0791659649091689, 0.1712, 0.137951380324132, 0.2742, 0.164185616503599, 0.350599999999999, 0.26531035285743, 0.655999999999999, 0.985954993901852, 2.1852 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 720, '2022-03-27 00:00:00', 0.103212160136294, 0.1794, 0.106793024116745, 0.2212, 0.138230483854563, 0.3158, 0.281544401471598, 0.646199999999999, 1.06499323159039, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 735, '2022-03-27 00:00:00', 0.0549416356994694, 0.1404, 0.0875442745129573, 0.223399999999999, 0.112424789674401, 0.3068, 0.326123315122773, 0.637199999999999, 1.12637035058042, 2.2618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 750, '2022-03-27 00:00:00', 0.0750766275214869, 0.161399999999999, 0.0884133285577848, 0.2124, 0.13958330845771, 0.3228, 0.351002967698757, 0.629799999999999, 1.16758233114415, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 765, '2022-03-27 00:00:00', 0.0454771004645931, 0.1334, 0.0750488729651101, 0.2114, 0.135446791521001, 0.309000000000001, 0.366506593847006, 0.625999999999999, 1.1631390000053, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 780, '2022-03-27 00:00:00', 0.0524777730726705, 0.146799999999999, 0.110416635220123, 0.212799999999999, 0.109729971596947, 0.2886, 0.36974506983416, 0.640199999999999, 1.16334331418832, 2.2702 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 795, '2022-03-27 00:00:00', 0.0823270915312815, 0.1506, 0.0987703565516157, 0.210800000000001, 0.124115873279771, 0.3038, 0.373300258951604, 0.679799999999999, 1.16997300538659, 2.2858 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 810, '2022-03-27 00:00:00', 0.0602093569693832, 0.1428, 0.0731864058415207, 0.19, 0.102938897733882, 0.281199999999999, 0.335252019631003, 0.687799999999999, 1.16830764355969, 2.2914 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 825, '2022-03-27 00:00:00', 0.0491740107509363, 0.1308, 0.0827898947134648, 0.198999999999999, 0.0990063129300348, 0.282199999999999, 0.333794472692403, 0.705999999999998, 1.16550300299913, 2.2958 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 840, '2022-03-27 00:00:00', 0.0629536866805007, 0.134399999999999, 0.0939605413635603, 0.186599999999999, 0.0894809104409046, 0.291199999999998, 0.324467769328994, 0.717799999999998, 1.1642494721207, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 855, '2022-03-27 00:00:00', 0.0659153497550709, 0.1264, 0.0717878819857503, 0.1908, 0.103572840712869, 0.282599999999999, 0.301072112070624, 0.710599999999999, 1.16662593976533, 2.2916 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 870, '2022-03-27 00:00:00', 0.0614227156677394, 0.1396, 0.088187773151006, 0.211999999999999, 0.127755626099206, 0.289399999999999, 0.307022257607924, 0.707799999999999, 1.16796682315895, 2.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 885, '2022-03-27 00:00:00', 0.0632126042283767, 0.131, 0.101415810733173, 0.198199999999999, 0.180835560662167, 0.313399999999999, 0.345495055439775, 0.9578, 1.16849450861639, 2.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 900, '2022-03-27 00:00:00', 0.0753563755320891, 0.1384, 0.096359569668335, 0.1982, 0.185590948055125, 0.307599999999999, 0.353052168005428, 1.003, 1.16344273602099, 2.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 915, '2022-03-27 00:00:00', 0.0671360558865355, 0.1248, 0.111752330326187, 0.2164, 0.170739811799513, 0.301, 0.41535205950294, 1.0694, 1.16386897888035, 2.2742 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 930, '2022-03-27 00:00:00', 0.0878445596873623, 0.159, 0.1008910303248, 0.2154, 0.16189966028377, 0.3014, 0.425760887510036, 1.1066, 1.16465581467946, 2.2826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 945, '2022-03-27 00:00:00', 0.0420049600245804, 0.1296, 0.0797924390737196, 0.197200000000001, 0.121668264829686, 0.3164, 0.423181206261967, 1.1114, 1.16852321329103, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 960, '2022-03-27 00:00:00', 0.0750555349946515, 0.142, 0.0940708952510472, 0.2092, 0.111526528981524, 0.354399999999999, 0.422914688008508, 1.1162, 1.16814639493516, 2.2758 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 975, '2022-03-27 00:00:00', 0.0681682966390287, 0.1514, 0.0929372548192237, 0.255399999999999, 0.135046288360695, 0.402, 0.420376616856838, 1.1146, 1.16834277219202, 2.2754 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 990, '2022-03-27 00:00:00', 0.0805543294925852, 0.2084, 0.10424410454953, 0.2872, 0.167817609326316, 0.4226, 0.420696050215197, 1.1018, 1.16876209441158, 2.2656 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1005, '2022-03-27 00:00:00', 0.0827017734594205, 0.189999999999999, 0.128243583335256, 0.2812, 0.158745078663876, 0.395999999999999, 0.406978193519014, 1.119, 1.13122087439486, 2.2624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1020, '2022-03-27 00:00:00', 0.0819806887829891, 0.179, 0.112611056295552, 0.265, 0.10866615541802, 0.372, 0.410827721395073, 1.1224, 1.12284341443201, 2.2576 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1035, '2022-03-27 00:00:00', 0.104573737939631, 0.1924, 0.11994721061089, 0.2746, 0.135828629775414, 0.361599999999999, 0.426674446543654, 1.1264, 1.12676942332197, 2.2602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1050, '2022-03-27 00:00:00', 0.0870330397033212, 0.1782, 0.110503770674729, 0.264400000000001, 0.114805269913885, 0.3286, 0.445246852880512, 1.11602, 1.12430078270897, 2.2572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1065, '2022-03-27 00:00:00', 0.0755711585196362, 0.168800000000001, 0.0704893608993586, 0.214, 0.29655213144853, 0.681600000000001, 0.444586045290073, 1.08222, 1.10814416932094, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1080, '2022-03-27 00:00:00', 0.0624519815538309, 0.127599999999999, 0.0909432057202006, 0.1996, 0.30584677536309, 0.733799999999999, 0.430191558107161, 1.07162, 1.09673637063182, 2.2284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1095, '2022-03-27 00:00:00', 0.0715209759441246, 0.1556, 0.273596113520155, 0.6206, 0.343025995127677, 0.8178, 0.425698946831365, 1.07002, 1.09764141078344, 2.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:47 Duration: 1s405ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 600, '2022-03-27 00:00:00', 0.321238049762765, 0.481730769230769, 0.539482658165708, 0.713461538461539, 0.593299258060705, 0.895480769230769, 0.735125322910736, 1.29759615384615, 1.98177096644934, 3.14721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 615, '2022-03-27 00:00:00', 0.312509953687633, 0.483365384615384, 0.365097260487373, 0.62701923076923, 0.354720095503266, 0.772115384615384, 0.62615296730235, 1.16153846153846, 1.89085802918634, 3.07144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 630, '2022-03-27 00:00:00', 0.214895233866324, 0.387692307692308, 0.247332091451026, 0.517788461538462, 0.318688070907058, 0.686442307692308, 0.58487819244694, 1.0875, 1.86836827462237, 3.04201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 645, '2022-03-27 00:00:00', 0.147458990387679, 0.335576923076923, 0.186532838931916, 0.44, 0.327363139342229, 0.606249999999999, 0.574273454026911, 1.025, 1.85345828790399, 2.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 660, '2022-03-27 00:00:00', 0.130028732031987, 0.301634615384616, 0.222958516320862, 0.450000000000001, 0.238259231801124, 0.575192307692308, 0.507675178178392, 0.978942307692308, 1.81197076092898, 2.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 675, '2022-03-27 00:00:00', 0.182879978506292, 0.318942307692307, 0.207008755853465, 0.41875, 0.203576129211201, 0.519903846153847, 0.487407594792632, 0.950288461538462, 1.8078183090293, 2.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 690, '2022-03-27 00:00:00', 0.156651990583733, 0.272115384615385, 0.157069558329569, 0.377884615384615, 0.183379414371909, 0.482980769230769, 0.429321300247441, 0.883173076923077, 1.774197716846, 2.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 705, '2022-03-27 00:00:00', 0.111570605447851, 0.250000000000001, 0.127848016741033, 0.323846153846156, 0.192118377970058, 0.470865384615386, 0.439048983161771, 0.85548076923077, 1.73377309756674, 3.14942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 720, '2022-03-27 00:00:00', 0.11905077294357, 0.243557692307693, 0.19076205980629, 0.362211538461538, 0.2165230712525, 0.499903846153847, 0.459617326194805, 0.846057692307693, 1.73621423926179, 3.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 735, '2022-03-27 00:00:00', 0.135094411431413, 0.242499999999999, 0.136352801725749, 0.333557692307693, 0.204764498876147, 0.4575, 0.446483525408876, 0.796538461538462, 1.73023798107481, 3.13086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 750, '2022-03-27 00:00:00', 0.108819937723534, 0.234326923076924, 0.138941638273606, 0.315673076923078, 0.227446781602947, 0.440961538461539, 0.449077002134549, 0.776923076923077, 1.73672191487739, 3.10701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 765, '2022-03-27 00:00:00', 0.106626640126261, 0.207403846153846, 0.157032364376069, 0.302211538461539, 0.258507253283152, 0.424999999999999, 0.441433024800609, 0.776346153846153, 1.75314103002407, 3.11086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 780, '2022-03-27 00:00:00', 0.121039885352531, 0.230576923076923, 0.162881740960924, 0.312307692307693, 0.267329312905378, 0.425192307692307, 0.40269850575643, 0.783557692307692, 1.73460946890514, 3.11451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 795, '2022-03-27 00:00:00', 0.12447339073071, 0.208750000000001, 0.191959230447108, 0.297884615384615, 0.290660405204848, 0.416634615384615, 0.406559024478139, 0.807403846153846, 1.70780392328412, 3.13490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 810, '2022-03-27 00:00:00', 0.0943919814065039, 0.189615384615385, 0.137137809688479, 0.271826923076923, 0.206967319047829, 0.380865384615384, 0.412641502536262, 0.827019230769231, 1.71381800768388, 3.13528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 825, '2022-03-27 00:00:00', 0.103260732353367, 0.196826923076923, 0.147005527106976, 0.27625, 0.165467432305714, 0.365865384615384, 0.431503944183774, 0.826923076923077, 1.71982901654608, 3.16288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 840, '2022-03-27 00:00:00', 0.0941904780423484, 0.189615384615385, 0.121762102541738, 0.257019230769231, 0.251519554982235, 0.383557692307692, 0.429077364370791, 0.841730769230769, 1.72037328518686, 3.16009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 855, '2022-03-27 00:00:00', 0.0912663051818056, 0.173461538461539, 0.143930538802576, 0.264999999999999, 0.263934887803791, 0.37375, 0.420722741244159, 0.841249999999999, 1.71417825401516, 3.16355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 870, '2022-03-27 00:00:00', 0.119167020799187, 0.195673076923076, 0.210442414012444, 0.26951923076923, 0.251673475880036, 0.361538461538461, 0.480717812635039, 0.866346153846153, 1.71338129765498, 3.16336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 885, '2022-03-27 00:00:00', 0.139942055316313, 0.173173076923077, 0.167896946414712, 0.255769230769231, 0.201463109812652, 0.355769230769231, 1.12253515021203, 1.24278846153846, 1.71402924140302, 3.16240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 900, '2022-03-27 00:00:00', 0.115809525315692, 0.185384615384616, 0.135417303746036, 0.244615384615384, 0.23316187839881, 0.372692307692308, 1.15976334207259, 1.29451923076923, 1.71601080606693, 3.15894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 915, '2022-03-27 00:00:00', 0.1015078625223, 0.180384615384614, 0.173040485480666, 0.289519230769231, 0.256198916108919, 0.413269230769231, 1.17544237580842, 1.31932692307692, 1.71955432788222, 3.15144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 930, '2022-03-27 00:00:00', 0.111671909559277, 0.203846153846154, 0.172296730849829, 0.280288461538461, 0.218340969234255, 0.405673076923077, 1.1769267059396, 1.33163461538462, 1.72097939747647, 3.15394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 945, '2022-03-27 00:00:00', 0.125150371092599, 0.183846153846154, 0.162476507177547, 0.273846153846155, 0.249787679070415, 0.461730769230769, 1.18554755687631, 1.33201923076923, 1.72272436576041, 3.15509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 960, '2022-03-27 00:00:00', 0.117729154614115, 0.201923076923077, 0.137324573407451, 0.285961538461539, 0.252079524234836, 0.513557692307692, 1.18094939398513, 1.36663461538462, 1.72865428151496, 3.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 975, '2022-03-27 00:00:00', 0.0844787183032137, 0.189423076923076, 0.229245585478845, 0.378461538461538, 0.301599852708595, 0.565865384615385, 1.20604439658682, 1.40894230769231, 1.72600828948896, 3.17865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 990, '2022-03-27 00:00:00', 0.198281293000237, 0.335865384615385, 0.22206279430689, 0.43826923076923, 0.32519219169356, 0.612692307692308, 1.19668687264207, 1.42586538461538, 1.72888732559857, 3.19173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1005, '2022-03-27 00:00:00', 0.148667705095831, 0.293557692307693, 0.203811588143408, 0.422788461538463, 0.306724569505706, 0.552307692307693, 1.18650304304449, 1.41586538461538, 1.70929579516964, 3.21115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1020, '2022-03-27 00:00:00', 0.156224474838169, 0.286442307692309, 0.248630421586864, 0.423942307692308, 0.299680085835135, 0.539423076923076, 1.19617432241935, 1.44701923076923, 1.70710027419418, 3.21038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1035, '2022-03-27 00:00:00', 0.175880012639736, 0.291826923076923, 0.217070176529298, 0.379807692307693, 0.266718232193854, 0.471346153846153, 1.14946492986955, 1.43375, 1.69711413423358, 3.18826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1050, '2022-03-27 00:00:00', 0.140271748622231, 0.227211538461539, 0.234383499845872, 0.338749999999999, 0.321503259942798, 0.450384615384615, 1.12746574653751, 1.39298076923077, 1.68767314781215, 3.15692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1065, '2022-03-27 00:00:00', 0.195326575646649, 0.251634615384614, 0.208266378984666, 0.319230769230769, 0.97318502173968, 0.923557692307693, 1.05484461579018, 1.37721153846154, 1.67914938401744, 3.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1080, '2022-03-27 00:00:00', 0.105074378418338, 0.208749999999999, 0.175704981103598, 0.315096153846153, 0.959515783331123, 0.990961538461539, 1.02415625685807, 1.37346153846154, 1.6809347817166, 3.15490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1095, '2022-03-27 00:00:00', 0.186230445540341, 0.248173076923077, 0.933061379793172, 0.880961538461539, 0.962377604605465, 1.01192307692308, 1.02047564324757, 1.37403846153846, 1.67634617833411, 3.15951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 600, '2022-03-27 00:00:00', 0.398408564937283, 0.411730769230769, 0.631204099625957, 0.598846153846155, 0.628863351917263, 0.691346153846154, 0.713779546067702, 1.11259615384615, 1.6376047940631, 3.05019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 615, '2022-03-27 00:00:00', 0.303853978721054, 0.392596153846155, 0.308477043778724, 0.493557692307693, 0.31257097655511, 0.601153846153846, 0.427922631846171, 1.00182692307692, 1.50104248389629, 2.97403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 630, '2022-03-27 00:00:00', 0.139750326819488, 0.298076923076923, 0.193866156248225, 0.403557692307692, 0.296565743781401, 0.602596153846154, 0.4072738164165, 0.962307692307692, 1.50780519298748, 2.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 645, '2022-03-27 00:00:00', 0.175467836193592, 0.279807692307691, 0.263457557521861, 0.41576923076923, 0.294347648982523, 0.589038461538461, 0.413416673773381, 0.909615384615385, 1.51487172597347, 2.96961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 660, '2022-03-27 00:00:00', 0.171913020270315, 0.276442307692308, 0.196737036519466, 0.405192307692309, 0.392500318471209, 0.61, 0.431324659089255, 0.877307692307692, 1.51834264400872, 2.96173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 675, '2022-03-27 00:00:00', 0.178001296451631, 0.287692307692308, 0.259125229600255, 0.418269230769231, 0.378360430521765, 0.588846153846153, 0.437361010889349, 0.874423076923077, 1.50812803284785, 2.94971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 690, '2022-03-27 00:00:00', 0.206691729766448, 0.299134615384615, 0.334128847210865, 0.443557692307692, 0.401338733299134, 0.605673076923076, 0.398496513352183, 0.868365384615384, 1.4799889032848, 2.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 705, '2022-03-27 00:00:00', 0.198184670097206, 0.285288461538462, 0.226526467293813, 0.377403846153847, 0.340579271807042, 0.549903846153846, 0.330878318326332, 0.807307692307693, 2.11438687239442, 3.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 720, '2022-03-27 00:00:00', 0.15008154834571, 0.243365384615385, 0.306564587246872, 0.385384615384615, 0.296776269007738, 0.476923076923077, 0.330403497490336, 0.794134615384615, 2.17071399322541, 3.16990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 735, '2022-03-27 00:00:00', 0.187115862913452, 0.247884615384616, 0.193639062532489, 0.326057692307693, 0.196514239061311, 0.419615384615385, 0.315769450950922, 0.782884615384616, 2.21024217477494, 3.18586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 750, '2022-03-27 00:00:00', 0.133798679135713, 0.226442307692308, 0.140306943739569, 0.300961538461538, 0.18999514163829, 0.413076923076923, 0.416604267122429, 0.838653846153847, 2.2393511616091, 3.20875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 765, '2022-03-27 00:00:00', 0.119606767560009, 0.206826923076923, 0.161759199001288, 0.300961538461539, 0.19468910127135, 0.405384615384615, 0.451617477688638, 0.872884615384615, 2.2459506146533, 3.21971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 780, '2022-03-27 00:00:00', 0.104828981606307, 0.211346153846154, 0.131955120575724, 0.278076923076925, 0.26365159483974, 0.432211538461539, 0.442203964425747, 0.897884615384616, 2.25054581627521, 3.22586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 795, '2022-03-27 00:00:00', 0.0777312925799769, 0.188076923076924, 0.124203926607073, 0.271153846153846, 0.234551372099686, 0.417115384615384, 0.447148228735773, 0.941538461538461, 2.25066484408155, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 810, '2022-03-27 00:00:00', 0.0941463672243291, 0.188461538461539, 0.217991906165908, 0.309134615384616, 0.223573512260766, 0.391346153846154, 0.441612430148359, 0.938461538461538, 2.24991246197235, 3.23105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 825, '2022-03-27 00:00:00', 0.187744942572466, 0.219711538461538, 0.186420224224733, 0.2825, 0.190230224889575, 0.386538461538461, 0.450385518622231, 0.938653846153846, 2.25133121516684, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 840, '2022-03-27 00:00:00', 0.0899526050420225, 0.183365384615385, 0.103992649518349, 0.249134615384615, 0.144882578450487, 0.354807692307692, 0.4717527057523, 0.921153846153846, 2.25024670656011, 3.22490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 855, '2022-03-27 00:00:00', 0.065547399173892, 0.172307692307692, 0.118665010071986, 0.25576923076923, 0.164645540012943, 0.358076923076923, 0.515926202236179, 0.944615384615385, 2.26671185310352, 3.23375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 870, '2022-03-27 00:00:00', 0.0980925779361204, 0.176923076923077, 0.118442618369208, 0.234423076923077, 0.186966163125433, 0.382884615384615, 0.510736572171846, 0.950384615384616, 2.26710873352281, 3.23451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 885, '2022-03-27 00:00:00', 0.0872358099547515, 0.161442307692308, 0.130276665659605, 0.254519230769232, 0.170782841193587, 0.408173076923078, 0.934442496275802, 1.30682692307692, 2.26599165123386, 3.23528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 900, '2022-03-27 00:00:00', 0.0668287852535232, 0.176057692307692, 0.144475477024783, 0.277788461538461, 0.191409573950731, 0.428749999999999, 0.926890251573258, 1.35846153846154, 2.21788223875841, 3.34625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 915, '2022-03-27 00:00:00', 0.11643225993618, 0.190865384615385, 0.148053297316048, 0.301826923076923, 0.282457076385068, 0.465, 0.894201061541272, 1.37846153846154, 2.2027327280344, 3.34163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 930, '2022-03-27 00:00:00', 0.124408755566232, 0.241538461538462, 0.196744685198473, 0.355865384615385, 0.42119157892086, 0.537115384615386, 0.898981694217664, 1.41644230769231, 2.19697309470238, 3.34817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 945, '2022-03-27 00:00:00', 0.174074061382373, 0.215673076923076, 0.262278184670107, 0.334615384615385, 0.461095017739963, 0.573846153846154, 0.89753894815854, 1.40528846153846, 2.19457472882211, 3.35259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 960, '2022-03-27 00:00:00', 0.231290110866451, 0.236346153846155, 0.357789796474884, 0.361538461538462, 0.440260587170127, 0.580769230769231, 0.865657931198088, 1.38692307692308, 2.1826759181018, 3.35971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 975, '2022-03-27 00:00:00', 0.243431952267191, 0.253653846153847, 0.45815952881737, 0.458076923076923, 0.460439589288992, 0.631153846153847, 0.892856177581896, 1.39557692307692, 2.17069251844092, 3.37201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 990, '2022-03-27 00:00:00', 0.338690294199015, 0.353653846153845, 0.33621627654738, 0.45576923076923, 0.381674964919306, 0.606826923076923, 0.911156751058784, 1.38375, 2.16645682243186, 3.35471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1005, '2022-03-27 00:00:00', 0.181235927835683, 0.297307692307692, 0.242201124306606, 0.420769230769231, 0.311551344700379, 0.544903846153846, 0.977097275883246, 1.42894230769231, 2.13171554468732, 3.36721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1020, '2022-03-27 00:00:00', 0.152411891318836, 0.275769230769231, 0.19018980903702, 0.367788461538462, 0.2465673764995, 0.473365384615384, 1.05108563381648, 1.43701923076923, 2.08111658500542, 3.35009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1035, '2022-03-27 00:00:00', 0.108287056190763, 0.246057692307693, 0.164408526121788, 0.344711538461538, 0.262196656230513, 0.466442307692308, 0.955854837908898, 1.42913461538462, 2.02080498288334, 3.34432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1050, '2022-03-27 00:00:00', 0.14317985596391, 0.243365384615385, 0.174748638159104, 0.318557692307692, 0.252701423849144, 0.419519230769232, 0.949910405694217, 1.42317307692308, 2.0254516139332, 3.34009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1065, '2022-03-27 00:00:00', 0.104624787473362, 0.212884615384615, 0.217839743495429, 0.318076923076923, 0.67971317480243, 0.899999999999999, 0.98647289818127, 1.41682692307692, 2.02861311330217, 3.35028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1080, '2022-03-27 00:00:00', 0.15481552297443, 0.220384615384615, 0.146874095741897, 0.280000000000001, 0.654876030546709, 0.956153846153845, 0.997183152878455, 1.39490384615385, 2.03659742868797, 3.35144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1095, '2022-03-27 00:00:00', 0.106848742838434, 0.194423076923077, 0.661042998717818, 0.794615384615384, 0.666430163979345, 0.962211538461538, 0.988636765372477, 1.40557692307692, 2.02805479225405, 3.36009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 600, '2022-03-27 00:00:00', 0.297757257871886, 0.43576923076923, 0.318595294281729, 0.590192307692307, 0.399735116622919, 0.730288461538461, 0.733405046027407, 1.20980769230769, 1.91705445380306, 3.26932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 615, '2022-03-27 00:00:00', 0.175937488898758, 0.365, 0.236701877572092, 0.479326923076922, 0.310603398490497, 0.628365384615385, 0.692366954728489, 1.185, 1.95053030511034, 3.29836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 630, '2022-03-27 00:00:00', 0.148770376755588, 0.321249999999998, 0.214023385674053, 0.430480769230769, 0.327305682222879, 0.604519230769231, 0.617173083814107, 1.11384615384615, 1.91982477415558, 3.28721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 645, '2022-03-27 00:00:00', 0.164543687207988, 0.283749999999999, 0.248356772684905, 0.416442307692307, 0.32974082188195, 0.59298076923077, 0.599092679358994, 1.08096153846154, 1.94705464197751, 3.33182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 660, '2022-03-27 00:00:00', 0.224361058598376, 0.32173076923077, 0.294288712243343, 0.435384615384615, 0.337127515249736, 0.569807692307693, 0.57078549958672, 1.06105769230769, 1.94751792970911, 3.29644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 675, '2022-03-27 00:00:00', 0.201737667624223, 0.276442307692307, 0.250708553595911, 0.378173076923077, 0.376427999040373, 0.565961538461539, 0.519079964567489, 0.99701923076923, 1.96331944430462, 3.25509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 690, '2022-03-27 00:00:00', 0.143462438128752, 0.254134615384615, 0.193298593253666, 0.332115384615385, 0.396888668753109, 0.568846153846154, 0.39439633765268, 0.933365384615385, 1.9819898533661, 3.23567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 705, '2022-03-27 00:00:00', 0.188773775884095, 0.221538461538461, 0.269609974707055, 0.388461538461537, 0.35316350538874, 0.527307692307691, 0.364295856624594, 0.919134615384615, 1.96030127443168, 3.28144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 720, '2022-03-27 00:00:00', 0.210855605897643, 0.288942307692308, 0.320368192625539, 0.405673076923078, 0.313622522371181, 0.491442307692308, 0.378146301052913, 0.92625, 1.97574928581149, 3.25740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 735, '2022-03-27 00:00:00', 0.223309396440145, 0.278942307692308, 0.21315164789417, 0.33875, 0.273747655416725, 0.443173076923078, 0.393937824555328, 0.91201923076923, 1.97893223199941, 3.25067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 750, '2022-03-27 00:00:00', 0.0912789469365535, 0.199615384615385, 0.163530078390679, 0.291442307692308, 0.221291684469582, 0.410480769230769, 0.419367392169903, 0.932019230769231, 1.97427533199867, 3.25605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 765, '2022-03-27 00:00:00', 0.154053967816476, 0.216250000000001, 0.210143929614552, 0.309134615384617, 0.226598000534325, 0.415576923076923, 0.436506685559869, 0.938942307692307, 1.97542807678196, 3.23644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 780, '2022-03-27 00:00:00', 0.167684255717061, 0.219519230769232, 0.190478370466006, 0.289519230769231, 0.218476631385461, 0.39903846153846, 0.45959272312978, 0.960865384615384, 1.97777369252555, 3.24067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 795, '2022-03-27 00:00:00', 0.143307932305014, 0.202788461538461, 0.171370493825064, 0.289615384615384, 0.216580505550743, 0.423653846153845, 0.457440296650831, 0.938749999999999, 1.97454376668092, 3.23605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 810, '2022-03-27 00:00:00', 0.118194103718614, 0.204615384615385, 0.132143278882606, 0.269615384615384, 0.197504649409734, 0.421057692307692, 0.437773046663012, 0.935096153846154, 1.96375691988205, 3.22990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 825, '2022-03-27 00:00:00', 0.0838538678526289, 0.164134615384614, 0.144080239396717, 0.273653846153846, 0.20256015250936, 0.413846153846153, 0.423914099153989, 0.914711538461538, 1.96716878015471, 3.22798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 840, '2022-03-27 00:00:00', 0.140306258427221, 0.225384615384616, 0.185399464773935, 0.325192307692308, 0.201918205069433, 0.435192307692308, 0.417476680601628, 0.914326923076923, 1.96649235021689, 3.22971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 855, '2022-03-27 00:00:00', 0.129289775906086, 0.210384615384616, 0.149073678221413, 0.300192307692308, 0.203246747537606, 0.419903846153846, 0.431809531105841, 0.901634615384615, 1.96295544690613, 3.22105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 870, '2022-03-27 00:00:00', 0.0903652843484966, 0.191730769230768, 0.164542839874138, 0.307884615384615, 0.229397559674499, 0.417403846153846, 0.454336890000563, 0.92201923076923, 1.95734074163038, 3.22682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 885, '2022-03-27 00:00:00', 0.156313294872337, 0.230384615384616, 0.188728972338641, 0.31375, 0.258474835108981, 0.445096153846155, 0.934210814620472, 1.40038461538461, 1.9355067141151, 3.25009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 900, '2022-03-27 00:00:00', 0.115232373923303, 0.1875, 0.161862714859038, 0.263461538461539, 0.256647918063158, 0.451923076923076, 0.995955764386845, 1.46326923076923, 1.96550514401612, 3.26663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 915, '2022-03-27 00:00:00', 0.0896034533160059, 0.181826923076924, 0.165718047157955, 0.293365384615385, 0.272035083286074, 0.468942307692308, 1.03199135357141, 1.49807692307692, 1.97929880989358, 3.28317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 930, '2022-03-27 00:00:00', 0.137119017645256, 0.241249999999999, 0.209456531198094, 0.355961538461537, 0.318477870261269, 0.521923076923077, 1.03116761675595, 1.50442307692308, 2.00434397717711, 3.29817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 945, '2022-03-27 00:00:00', 0.168961534083945, 0.245, 0.245708101522612, 0.365865384615384, 0.335759815710804, 0.540576923076922, 1.03671205482303, 1.54326923076923, 1.99181251289836, 3.31144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 960, '2022-03-27 00:00:00', 0.15806063223187, 0.259711538461538, 0.282035526949246, 0.370961538461539, 0.318650037115713, 0.564615384615385, 1.0349045292274, 1.58576923076923, 1.98253476300883, 3.31855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 975, '2022-03-27 00:00:00', 0.185694564147275, 0.223365384615385, 0.197193213528099, 0.352211538461538, 0.249533796077036, 0.558653846153847, 0.981089523869334, 1.60942307692308, 1.95641996681144, 3.29894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 990, '2022-03-27 00:00:00', 0.138210298235917, 0.303557692307692, 0.245825454024097, 0.463076923076924, 0.252277396164191, 0.586730769230769, 0.947542266156949, 1.61211538461538, 1.93686453847052, 3.29240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1005, '2022-03-27 00:00:00', 0.260095840323997, 0.365384615384616, 0.248122875887053, 0.445192307692308, 0.303908450283709, 0.562115384615385, 0.974285897268037, 1.64701923076923, 1.93028614857606, 3.31134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1020, '2022-03-27 00:00:00', 0.150830298170342, 0.298173076923076, 0.185095219777863, 0.392403846153845, 0.271621360466253, 0.502211538461538, 0.929346358386448, 1.60442307692308, 1.88317244859674, 3.27086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1035, '2022-03-27 00:00:00', 0.143398349148313, 0.263942307692307, 0.210502169731189, 0.357211538461538, 0.285829040485069, 0.492403846153845, 0.891199968926943, 1.56576923076923, 1.85733336813417, 3.24240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1050, '2022-03-27 00:00:00', 0.123954745153842, 0.238173076923077, 0.172891501103572, 0.306634615384615, 0.306513207144237, 0.502115384615384, 0.883736260909415, 1.54182692307692, 1.84438933243916, 3.23298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1065, '2022-03-27 00:00:00', 0.0956621157230773, 0.202596153846154, 0.175608201359206, 0.322596153846153, 0.757798050020838, 1.04673076923077, 0.86556146739914, 1.51057692307692, 1.79921949157021, 3.19932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1080, '2022-03-27 00:00:00', 0.140667946433601, 0.239134615384616, 0.253799436260512, 0.353076923076923, 0.813985736267015, 1.08682692307692, 0.973086386393631, 1.55865384615385, 1.77156743124882, 3.18528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1095, '2022-03-27 00:00:00', 0.239952318981533, 0.243653846153846, 0.759261894868957, 0.92625, 0.824550932559424, 1.10490384615384, 0.962945820825945, 1.52557692307692, 1.75794419104992, 3.17432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 600, '2022-03-27 00:00:00', 0.236802572480397, 0.4109, 0.385376574491324, 0.560999999999999, 0.419858681582268, 0.693799999999999, 0.828586798913267, 1.2021, 1.627554351371, 2.9496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 615, '2022-03-27 00:00:00', 0.260004086506347, 0.373899999999999, 0.340988697271137, 0.4783, 0.317415080507108, 0.5949, 0.853721046361164, 1.1739, 1.6636916155546, 2.9575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 630, '2022-03-27 00:00:00', 0.25322120599718, 0.329400000000001, 0.243263403193602, 0.4225, 0.287325744292663, 0.5629, 0.851667176288171, 1.137, 1.66609694220755, 2.9458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 645, '2022-03-27 00:00:00', 0.132522953986596, 0.2704, 0.145363266221789, 0.381800000000001, 0.290437062889708, 0.5764, 0.828408451489964, 1.1319, 1.63307942116522, 2.9273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 660, '2022-03-27 00:00:00', 0.143993088776458, 0.280480769230768, 0.171214665080015, 0.407307692307691, 0.282217319427096, 0.573846153846153, 0.812474283616694, 1.15480769230769, 1.58755152551149, 2.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 675, '2022-03-27 00:00:00', 0.100800068681296, 0.259423076923076, 0.228350965536691, 0.422211538461539, 0.397723727556628, 0.615288461538462, 0.778020639433567, 1.17384615384616, 1.6313379360324, 2.89730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 690, '2022-03-27 00:00:00', 0.160672893937198, 0.309326923076923, 0.187956035162072, 0.396634615384614, 0.327531809964256, 0.556442307692308, 0.743592863167638, 1.14961538461539, 1.71749380247454, 2.92019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 705, '2022-03-27 00:00:00', 0.116715342409839, 0.236634615384613, 0.245893836535513, 0.375673076923076, 0.236724767155056, 0.501346153846153, 0.712188697175556, 1.10740384615385, 2.24998867518518, 3.11903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 720, '2022-03-27 00:00:00', 0.198446757052403, 0.276153846153847, 0.194207462424951, 0.36596153846154, 0.233861583815332, 0.515096153846155, 0.742257814685396, 1.09278846153846, 2.27989134356476, 3.14153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 735, '2022-03-27 00:00:00', 0.141044217016672, 0.233365384615385, 0.180956752164285, 0.334615384615385, 0.265277213495618, 0.487500000000001, 0.739185342897063, 1.07836538461539, 2.28557289569562, 3.14730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 750, '2022-03-27 00:00:00', 0.149818126920097, 0.250865384615385, 0.193696853753091, 0.370865384615386, 0.68843429522806, 0.581826923076924, 0.729248065053736, 1.07759615384615, 2.27872573196918, 3.16019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 765, '2022-03-27 00:00:00', 0.123394302324516, 0.246923076923078, 0.174225787413917, 0.333750000000001, 0.696795970855171, 0.581250000000001, 0.718839857259332, 1.07759615384615, 2.27916615150231, 3.17211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 780, '2022-03-27 00:00:00', 0.124852874955346, 0.244903846153847, 0.691866156742874, 0.456826923076923, 0.706376697280947, 0.586538461538463, 0.71200397713885, 1.08278846153846, 2.28576735137577, 3.18576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 795, '2022-03-27 00:00:00', 0.705794648986844, 0.348557692307692, 0.704453750460925, 0.461442307692309, 0.712063793598472, 0.577115384615386, 0.664567333221109, 1.08009615384615, 2.32827148661504, 3.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 810, '2022-03-27 00:00:00', 0.198564293985988, 0.245673076923078, 0.216204408266451, 0.317884615384616, 0.29673155441344, 0.491346153846154, 0.384817988944624, 1.01923076923077, 2.29086427258025, 3.18865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 825, '2022-03-27 00:00:00', 0.126375546867872, 0.208173076923078, 0.219391838604252, 0.325673076923078, 0.252609458377034, 0.475961538461538, 0.355832785383593, 0.996634615384615, 2.29543471666295, 3.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 840, '2022-03-27 00:00:00', 0.179255753045754, 0.24375, 0.212024785379882, 0.34451923076923, 0.354244225293577, 0.508365384615385, 0.336698064352116, 0.986442307692307, 2.31254823650315, 3.21788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 855, '2022-03-27 00:00:00', 0.182718783506661, 0.239423076923077, 0.199901153458019, 0.325865384615384, 0.352107569337291, 0.542596153846153, 0.337504942983746, 0.971057692307692, 2.32242936466239, 3.21807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 870, '2022-03-27 00:00:00', 0.103021702343953, 0.198365384615385, 0.285425795287294, 0.340769230769231, 0.318426857318189, 0.537788461538461, 0.345105948057427, 0.981153846153845, 2.32347552171311, 3.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 885, '2022-03-27 00:00:00', 0.268265242595114, 0.249903846153847, 0.274009281847279, 0.398942307692307, 0.320245999194369, 0.549999999999999, 1.22730406943274, 1.46432692307692, 2.34945100788706, 3.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 900, '2022-03-27 00:00:00', 0.13340132154735, 0.245104166666665, 0.234201324540803, 0.351770833333333, 0.326430779637778, 0.543854166666666, 1.35024507974009, 1.59916666666667, 2.40792275285061, 3.234375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 915, '2022-03-27 00:00:00', 0.131225239210288, 0.225208333333333, 0.17, 0.37125, 0.260638130468947, 0.5346875, 1.38677719373169, 1.6165625, 2.4022569753534, 3.21447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 930, '2022-03-27 00:00:00', 0.149314519166952, 0.303229166666666, 0.231639067535457, 0.408124999999999, 0.249347495395774, 0.561770833333333, 1.42143373667351, 1.64895833333333, 2.39517593375167, 3.21958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 945, '2022-03-27 00:00:00', 0.175774650641016, 0.274479166666667, 0.210014125646383, 0.386458333333333, 0.215123800512871, 0.533854166666666, 1.41786121844933, 1.65, 2.40690434825871, 3.20145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 960, '2022-03-27 00:00:00', 0.177607100521903, 0.264270833333333, 0.199899317954917, 0.366458333333333, 0.18259998253885, 0.544166666666666, 1.43066872412463, 1.63229166666667, 2.42024779955109, 3.18854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 975, '2022-03-27 00:00:00', 0.0861200712184258, 0.207083333333334, 0.137088646872924, 0.363333333333334, 0.132479105202357, 0.567187500000001, 1.4342843996678, 1.64, 2.425949042964, 3.18104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 990, '2022-03-27 00:00:00', 0.127172960791679, 0.318124999999999, 0.155376434840111, 0.446979166666666, 0.17323537722969, 0.607187500000001, 1.43470264997336, 1.65770833333333, 2.41754152393036, 3.18895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1005, '2022-03-27 00:00:00', 0.121330187887243, 0.294583333333334, 0.134064627233892, 0.436458333333334, 0.184652992956982, 0.533854166666667, 1.43289115846629, 1.6465625, 2.41768352232678, 3.203125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1020, '2022-03-27 00:00:00', 0.14290080773547, 0.321145833333332, 0.198763130775799, 0.434895833333333, 0.170068187518411, 0.494166666666667, 1.43658136605144, 1.63072916666667, 2.41471608249458, 3.20854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1035, '2022-03-27 00:00:00', 0.0817648819721099, 0.252187500000001, 0.10060769835053, 0.3303125, 0.153128567689878, 0.426354166666667, 1.42265357525972, 1.61927083333333, 2.42782821032308, 3.19833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1050, '2022-03-27 00:00:00', 0.093934721397671, 0.250416666666666, 0.108294533882559, 0.313645833333333, 0.212674880085931, 0.424687499999999, 1.39598274805974, 1.6090625, 2.39946267951021, 3.19604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1065, '2022-03-27 00:00:00', 0.0713666252479071, 0.212604166666665, 0.114529944742646, 0.282395833333332, 1.23307490927521, 1.22291666666666, 1.38181581056583, 1.59427083333333, 2.42602849659775, 3.211875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1080, '2022-03-27 00:00:00', 0.111645253327582, 0.213020833333333, 0.153741346816706, 0.298020833333333, 1.29917249565258, 1.29989583333333, 1.40732622665918, 1.71927083333333, 2.47994850051718, 3.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1095, '2022-03-27 00:00:00', 0.110093782074417, 0.204479166666665, 1.19177787340893, 1.15427083333333, 1.32979914305491, 1.30375, 1.39335169293951, 1.700625, 2.47812241739179, 3.25270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 600, '2022-03-27 00:00:00', 0.305660418874716, 0.4903, 0.374439358686201, 0.6306, 0.439231146436589, 0.766400000000001, 0.738872902918132, 1.2079, 1.96315749601673, 3.0658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 615, '2022-03-27 00:00:00', 0.204952331856297, 0.3751, 0.261366919610472, 0.492800000000001, 0.395506005011302, 0.685000000000001, 0.69518600628417, 1.1251, 1.94076857091033, 3.0196 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 630, '2022-03-27 00:00:00', 0.173475982967864, 0.347799999999999, 0.235325572346059, 0.4635, 0.393956215841304, 0.6866, 0.699296521512872, 1.0965, 1.92692708195372, 3.0012 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 645, '2022-03-27 00:00:00', 0.187330923768608, 0.314700000000001, 0.328480339340627, 0.480800000000001, 0.393473103697487, 0.642600000000001, 0.710418421307707, 1.0613, 1.94753189426173, 2.9968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 660, '2022-03-27 00:00:00', 0.172723285440422, 0.323, 0.228236354101036, 0.4522, 0.256565943440148, 0.5586, 0.612524659367551, 0.9805, 1.87107195768451, 2.9558 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 675, '2022-03-27 00:00:00', 0.136946765813096, 0.2826, 0.212806152010072, 0.3975, 0.212085478050716, 0.5261, 0.612472788511186, 0.942, 1.86627772361636, 2.9529 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 690, '2022-03-27 00:00:00', 0.189645942042884, 0.2727, 0.185162203666587, 0.3581, 0.231091071513663, 0.4748, 0.635994955430729, 0.941, 1.8606843611066, 2.9541 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 705, '2022-03-27 00:00:00', 0.122287230186421, 0.239, 0.181289823211344, 0.3642, 0.217978401070687, 0.472499999999999, 0.619773513739765, 0.9259, 1.97135551398016, 3.1492 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 720, '2022-03-27 00:00:00', 0.105128889147244, 0.248999999999999, 0.143116502658964, 0.3261, 0.21212712383537, 0.46, 0.606939933875943, 0.8886, 1.9385419133978, 3.1523 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 735, '2022-03-27 00:00:00', 0.133752881588897, 0.222599999999998, 0.215065493900501, 0.338599999999999, 0.22905603390146, 0.434999999999999, 0.590785282484255, 0.887199999999999, 1.94640293233441, 3.1565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 750, '2022-03-27 00:00:00', 0.1497457567568, 0.2321, 0.188858853821225, 0.324799999999999, 0.582404999406198, 0.5468, 0.594941313632418, 0.8852, 1.96390818904551, 3.1673 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 765, '2022-03-27 00:00:00', 0.0997705701430366, 0.201, 0.11839446777616, 0.271200000000001, 0.572013985843004, 0.5265, 0.570643131329321, 0.865099999999999, 1.92715816251114, 3.1711 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 780, '2022-03-27 00:00:00', 0.0892431136465625, 0.201800000000001, 0.584523630831124, 0.409700000000001, 0.568103533697864, 0.522700000000001, 0.583413125495133, 0.8961, 1.91773340604649, 3.1867 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 795, '2022-03-27 00:00:00', 0.592320647960208, 0.333499999999999, 0.579016551289052, 0.4157, 0.566188793601569, 0.504800000000001, 0.619422647847709, 0.9439, 1.9408852147066, 3.2035 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 810, '2022-03-27 00:00:00', 0.169582821457049, 0.222, 0.201731669964501, 0.292900000000001, 0.256898245095861, 0.4171, 0.410993156877338, 0.895699999999999, 1.96876075658437, 3.1903 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 825, '2022-03-27 00:00:00', 0.127868910738042, 0.1841, 0.128622509694065, 0.266000000000001, 0.2880961934262, 0.4241, 0.404488050915393, 0.904699999999999, 1.98535422951842, 3.1947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 840, '2022-03-27 00:00:00', 0.0852664940055595, 0.201300000000001, 0.188637217960826, 0.285599999999999, 0.29257150123232, 0.4228, 0.411077547428706, 0.8958, 2.07856216329141, 3.2379 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 855, '2022-03-27 00:00:00', 0.169791538854758, 0.207, 0.277026322455707, 0.319599999999999, 0.299619133234178, 0.425700000000001, 0.397828794835165, 0.8914, 2.07954185659566, 3.2387 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 870, '2022-03-27 00:00:00', 0.192430290408414, 0.2049, 0.225557088117399, 0.2902, 0.274463947237763, 0.4199, 0.379125968511785, 0.881400000000001, 2.08230800435478, 3.2317 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 885, '2022-03-27 00:00:00', 0.165812896563164, 0.2078, 0.199437855818131, 0.2941, 0.21975839005599, 0.3945, 0.683605636801415, 1.314, 2.11021784025568, 3.2363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 900, '2022-03-27 00:00:00', 0.162608169126482, 0.216800000000001, 0.237350918121953, 0.3111, 0.222853745013781, 0.3899, 0.782313183237166, 1.4192, 2.12219902656026, 3.2337 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 915, '2022-03-27 00:00:00', 0.122965272875449, 0.1869, 0.123322071557908, 0.2705, 0.215793110795195, 0.405999999999999, 0.813860565965285, 1.4818, 2.11202188869655, 3.2685 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 930, '2022-03-27 00:00:00', 0.110339249589617, 0.2068, 0.1498660513036, 0.2809, 0.23567535933992, 0.4253, 0.82987652193966, 1.5151, 2.11345864836134, 3.2753 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 945, '2022-03-27 00:00:00', 0.123168076221073, 0.193699999999999, 0.195331875705598, 0.296699999999999, 0.22075306717386, 0.449399999999999, 0.822818859166463, 1.5219, 2.1044182192869, 3.2905 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 960, '2022-03-27 00:00:00', 0.175528487716382, 0.2354, 0.223077527629597, 0.3139, 0.217396910434961, 0.495200000000001, 0.817476426775313, 1.5515, 2.10549742737118, 3.2931 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 975, '2022-03-27 00:00:00', 0.147043785995873, 0.2035, 0.172982296782069, 0.322699999999999, 0.272526298425186, 0.498199999999999, 0.823010960842361, 1.5547, 2.10431348662693, 3.2971 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 990, '2022-03-27 00:00:00', 0.173213981344847, 0.287699999999999, 0.20977229718594, 0.4074, 0.290551487118319, 0.549199999999999, 0.822352722376475, 1.5641, 2.10025197893015, 3.3061 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1005, '2022-03-27 00:00:00', 0.113275107592092, 0.272000000000001, 0.194664882982695, 0.3744, 0.25444965120825, 0.527899999999999, 0.822583430419067, 1.5493, 2.10656711262661, 3.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1020, '2022-03-27 00:00:00', 0.172312700247739, 0.279499999999999, 0.18198145509914, 0.391199999999999, 0.24507005801063, 0.5002, 0.825328873843633, 1.5389, 2.11096640585933, 3.3055 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1035, '2022-03-27 00:00:00', 0.14122027710873, 0.2666, 0.199265212719129, 0.3517, 0.217574795568481, 0.4499, 0.82939588958872, 1.5231, 2.1182715634844, 3.2991 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1050, '2022-03-27 00:00:00', 0.11797845848572, 0.2278, 0.150623841627634, 0.291100000000001, 0.175656625266454, 0.4136, 0.798028168884615, 1.5255, 2.089382195371, 3.3001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1065, '2022-03-27 00:00:00', 0.125284010685056, 0.205100000000001, 0.165612373732561, 0.2983, 0.710216046941587, 1.0612, 0.801592919338321, 1.5347, 2.08339375579046, 3.3117 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1080, '2022-03-27 00:00:00', 0.138761786286187, 0.2131, 0.153853285091132, 0.32, 0.803087894732991, 1.1822, 0.810483394853548, 1.5435, 2.07916814295205, 3.3087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1095, '2022-03-27 00:00:00', 0.121257130374532, 0.2447, 0.6723357916002, 1.0075, 0.801783454764024, 1.2209, 0.796710842568786, 1.5326, 2.05816871980085, 3.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:31 Duration: 1s398ms Database: acaweb_fx User: pgperfstats
10 2m36s 4 35s209ms 45s8ms 39s119ms select updateageforrelevantresults ();Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Mar 27 18 4 2m36s 39s119ms [ User: postgres - Total duration: 2m36s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:02:47 Duration: 45s8ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:32:40 Duration: 38s468ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:47:39 Duration: 37s790ms Database: acaweb_fx User: postgres
11 2m4s 365 50ms 7s369ms 340ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Mar 27 18 365 2m4s 340ms [ User: postgres - Total duration: 2m4s - Times executed: 365 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580349138 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 7s369ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%ustech100%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580330577 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s972ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%gbpcad%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580141074 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s500ms Database: acaweb_fx User: postgres Bind query: yes
12 1m34s 88 447ms 18s221ms 1s68ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars as length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternstartprice, resy1, supporty1, dtt.timezone, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Mar 27 18 88 1m34s 1s68ms [ User: postgres - Total duration: 1m34s - Times executed: 88 ]
-
SELECT CASE WHEN a.old_resultuid = '580442373' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442373' OR a.resultuid = '580442373') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:18:18 Duration: 18s221ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442455' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442455' OR a.resultuid = '580442455') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:29 Duration: 16s75ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442749' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442749' OR a.resultuid = '580442749') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:47:53 Duration: 6s953ms Database: acaweb_fx User: postgres Bind query: yes
13 52s72ms 75 658ms 1s114ms 694ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Mar 27 18 75 52s72ms 694ms [ User: pgperfstats - Total duration: 52s72ms - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1110, '2022-03-27 00:00:00', 0.129704234340276, 0.288333333333333, 0.170947911381793, 0.398333333333334, 0.273754094668602, 0.5625, 0.418845895357673, 0.956666666666667, 1.02574813630366, 3.73875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1125, '2022-03-27 00:00:00', 0.160106395784224, 0.280833333333334, 0.225311378743516, 0.38, 0.267413808408496, 0.546666666666666, 0.445801468453574, 0.954583333333333, 1.12112254498318, 3.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1140, '2022-03-27 00:00:00', 0.158388624975846, 0.255, 0.192036662411491, 0.385416666666667, 0.230279839212698, 0.52125, 0.518050274545359, 0.9775, 1.17213635008407, 3.93583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1155, '2022-03-27 00:00:00', 0.127971209397983, 0.238749999999999, 0.159577680870114, 0.340416666666666, 0.279174507785187, 0.505833333333333, 0.579001514353104, 1.41583333333333, 1.17602306679044, 4.01291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1170, '2022-03-27 00:00:00', 0.111744240846313, 0.222083333333334, 0.197549755244347, 0.344583333333333, 0.287512759641241, 0.51875, 0.68967843273493, 1.54958333333333, 1.16689355971749, 4.03166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1185, '2022-03-27 00:00:00', 0.129362287585197, 0.239583333333334, 0.189849291869072, 0.344166666666667, 0.248951060320664, 0.47875, 0.684837333907143, 1.6625, 1.15859915102404, 4.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1200, '2022-03-27 00:00:00', 0.119706767331373, 0.204166666666667, 0.129234087126278, 0.313333333333334, 0.21556128285633, 0.448333333333333, 0.723229472273647, 1.69, 1.2139941861714, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1215, '2022-03-27 00:00:00', 0.119273161090507, 0.22, 0.144793080745885, 0.294583333333333, 0.26443815199756, 0.458333333333333, 0.717065148739102, 1.74458333333333, 1.25910761762195, 4.11708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1230, '2022-03-27 00:00:00', 0.120647408183721, 0.200833333333334, 0.169076241270969, 0.310416666666667, 0.235251561315647, 0.432916666666667, 0.718208318251604, 1.82333333333333, 1.24210288028705, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1245, '2022-03-27 00:00:00', 0.109722145783622, 0.219583333333333, 0.176573156822165, 0.332916666666666, 0.161586338926087, 0.396666666666667, 0.684973288382184, 1.83833333333333, 1.23118771452845, 4.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1260, '2022-03-27 00:00:00', 0.111654228162963, 0.231666666666666, 0.141860694069003, 0.31125, 0.166602342659731, 0.395416666666667, 0.687104695311305, 1.85541666666667, 1.22740439870933, 4.12458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1275, '2022-03-27 00:00:00', 0.128231420102288, 0.242083333333333, 0.139106230910987, 0.29875, 0.142792415460498, 0.44625, 0.677421448465119, 1.87708333333333, 1.22983849240106, 4.12375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1290, '2022-03-27 00:00:00', 0.0948186675193501, 0.194166666666666, 0.117602098719319, 0.292916666666667, 0.178015937244516, 0.42875, 0.700562920655312, 1.89333333333333, 1.26346400991394, 4.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1305, '2022-03-27 00:00:00', 0.107298851243903, 0.205000000000001, 0.132062786999764, 0.316666666666667, 0.203166509136675, 0.423750000000001, 0.717116685470161, 1.91041666666667, 1.27872190492887, 4.14583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1320, '2022-03-27 00:00:00', 0.109457655104016, 0.23625, 0.133739417839536, 0.289166666666667, 0.251196773149218, 0.477083333333333, 0.684775299017808, 1.93041666666667, 1.27940649453599, 4.15125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1335, '2022-03-27 00:00:00', 0.100389639456195, 0.215416666666667, 0.140479896957804, 0.319583333333334, 0.425378774093485, 1.17083333333333, 0.681459298390094, 1.91958333333333, 1.35051459596446, 4.17125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1350, '2022-03-27 00:00:00', 0.0958221480555052, 0.219166666666667, 0.161226616100229, 0.351249999999999, 0.559473743410016, 1.3175, 0.68569651460754, 1.91333333333333, 1.37384866158086, 4.17583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1365, '2022-03-27 00:00:00', 0.141164925643319, 0.253333333333333, 0.381911430281565, 1.11041666666667, 0.561852525908325, 1.44, 0.677563837304788, 1.88666666666667, 1.37289384148957, 4.16125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 990, '2022-03-27 00:00:00', 0.239744736045526, 0.798461538461537, 0.313329759935979, 1.00653846153846, 0.515231538690654, 1.22653846153846, 0.590719509125556, 1.69846153846154, 1.34411835559453, 4.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1005, '2022-03-27 00:00:00', 0.24367317329697, 0.613846153846154, 0.361444112075223, 0.885384615384616, 0.497414855489398, 1.07153846153846, 0.611223866831634, 1.54115384615385, 1.34296709393217, 4.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1020, '2022-03-27 00:00:00', 0.261471575157577, 0.600769230769231, 0.427612513309025, 0.727307692307692, 0.496292717595635, 1.00230769230769, 0.570632577462536, 1.41153846153846, 1.38077999138725, 4.06423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1035, '2022-03-27 00:00:00', 0.290162023703998, 0.434999999999999, 0.303791679634884, 0.625769230769231, 0.35961004520923, 0.889230769230768, 0.48549102819881, 1.25846153846154, 1.38617081864449, 4.00846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1050, '2022-03-27 00:00:00', 0.212749039589262, 0.483076923076923, 0.277231644325435, 0.66576923076923, 0.310606602535203, 0.842692307692308, 0.409614452870013, 1.19, 1.39951112343396, 3.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1065, '2022-03-27 00:00:00', 0.205123977520538, 0.410384615384615, 0.218604314124508, 0.560384615384615, 0.252213889692551, 0.729615384615384, 0.332748923595324, 1.04538461538461, 1.40382926860235, 3.92384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1080, '2022-03-27 00:00:00', 0.140868187160359, 0.360384615384615, 0.155163933160532, 0.469615384615384, 0.2225174150488, 0.655, 0.285912305006003, 0.955384615384616, 1.41673758495191, 3.92576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1095, '2022-03-27 00:00:00', 0.126647299464057, 0.306538461538461, 0.171503756406495, 0.438461538461537, 0.256211751366837, 0.602692307692308, 0.276863754329704, 0.941538461538462, 1.5130179723372, 3.88076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1110, '2022-03-27 00:00:00', 0.11730105908106, 0.303461538461539, 0.156299515231297, 0.451538461538462, 0.227194596360443, 0.605769230769231, 0.262651860834832, 0.945, 1.49994071677722, 3.87307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1125, '2022-03-27 00:00:00', 0.098437016177077, 0.315384615384615, 0.132058844692578, 0.426538461538461, 0.170552495866093, 0.538076923076923, 0.298680431230438, 0.925, 1.57532223809802, 4.04807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1140, '2022-03-27 00:00:00', 0.12605310236319, 0.28423076923077, 0.169451604164275, 0.424615384615385, 0.166687178225007, 0.526153846153846, 0.321201829671962, 0.921153846153846, 1.58522044087056, 4.06961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1155, '2022-03-27 00:00:00', 0.135401397561245, 0.308461538461539, 0.127177646802234, 0.366923076923078, 0.11944229375921, 0.507692307692308, 0.612783435204918, 1.40653846153846, 1.58929747421257, 4.11230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1170, '2022-03-27 00:00:00', 0.0711444900293658, 0.238461538461539, 0.125198304240175, 0.368846153846154, 0.120401891117272, 0.483846153846154, 0.611619288320892, 1.49692307692308, 1.58528371641749, 4.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1185, '2022-03-27 00:00:00', 0.123918707844483, 0.280384615384616, 0.116482418613944, 0.378076923076923, 0.176569010261187, 0.496153846153846, 0.600365017173848, 1.57307692307692, 1.58037463912833, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1200, '2022-03-27 00:00:00', 0.0750558766212517, 0.244230769230769, 0.107033423967254, 0.321923076923077, 0.189810026483972, 0.459615384615384, 0.630337638461753, 1.59846153846154, 1.56708587953761, 4.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1215, '2022-03-27 00:00:00', 0.082619610262939, 0.224999999999999, 0.156211395230949, 0.334999999999999, 0.201512740578318, 0.469230769230768, 0.635467120737542, 1.66230769230769, 1.55067270761881, 4.23461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1230, '2022-03-27 00:00:00', 0.105800974257547, 0.245384615384616, 0.116638165016694, 0.332692307692308, 0.161565418996097, 0.460769230769231, 0.64189299371828, 1.67115384615385, 1.54873193787195, 4.27115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1245, '2022-03-27 00:00:00', 0.0832013313502951, 0.232307692307691, 0.11879393923934, 0.339999999999999, 0.163760143549597, 0.474230769230768, 0.701348700718836, 1.695, 1.55174680726147, 4.30692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1260, '2022-03-27 00:00:00', 0.0911229093882795, 0.250769230769231, 0.138792595679253, 0.360769230769231, 0.177049753980669, 0.468846153846154, 0.692919797778824, 1.71461538461538, 1.5527145955985, 4.31884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1275, '2022-03-27 00:00:00', 0.110180970016814, 0.250384615384615, 0.125365312341419, 0.322692307692308, 0.173390178055604, 0.461923076923077, 0.686078376325575, 1.72346153846154, 1.55283799739504, 4.31538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1290, '2022-03-27 00:00:00', 0.0630115984439484, 0.242307692307692, 0.103700752908772, 0.314615384615385, 0.157182892003111, 0.457692307692308, 0.685764256420977, 1.73384615384615, 1.55022048059672, 4.32346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1305, '2022-03-27 00:00:00', 0.0937008332612166, 0.230384615384616, 0.138788161765167, 0.336923076923077, 0.184097382256908, 0.500384615384616, 0.680441485643413, 1.74384615384615, 1.5520053528853, 4.32384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1320, '2022-03-27 00:00:00', 0.0940965134643893, 0.243076923076923, 0.12021839101594, 0.342692307692308, 0.187370878617372, 0.540384615384616, 0.666723446300003, 1.73807692307692, 1.55176628890584, 4.32884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1335, '2022-03-27 00:00:00', 0.0831976331024275, 0.254615384615384, 0.106092122523486, 0.366538461538462, 0.564515312867187, 1.17153846153846, 0.637384076941415, 1.72769230769231, 1.54989036833131, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1350, '2022-03-27 00:00:00', 0.0859740569098516, 0.263461538461539, 0.112873652986255, 0.382692307692308, 0.557071463444876, 1.25384615384615, 0.63290745465182, 1.71961538461538, 1.53867795400917, 4.32461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1365, '2022-03-27 00:00:00', 0.071816004215902, 0.258461538461539, 0.524241870191173, 1.09846153846154, 0.5013128917, 1.32884615384615, 0.608809178137629, 1.72615384615385, 1.53107669505934, 4.32961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 990, '2022-03-27 00:00:00', 0.311873988359697, 0.74423076923077, 0.362446600841474, 0.893461538461538, 0.332611115036997, 1.07307692307692, 0.426354132328802, 1.52538461538462, 1.52999994972348, 4.17038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1005, '2022-03-27 00:00:00', 0.191003825978595, 0.592307692307692, 0.235763897542892, 0.763846153846153, 0.29108418026406, 1.005, 0.391747956648738, 1.37769230769231, 1.58307101740694, 4.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1020, '2022-03-27 00:00:00', 0.0908193473118687, 0.478076923076923, 0.155706331080215, 0.652692307692308, 0.260887243548154, 0.876923076923077, 0.397713658108638, 1.28807692307692, 1.59207305591942, 4.03615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1035, '2022-03-27 00:00:00', 0.125156517393838, 0.448076923076923, 0.223265623107407, 0.633461538461539, 0.276998194939968, 0.81, 0.366595144539586, 1.23, 1.6317160857868, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1050, '2022-03-27 00:00:00', 0.157269000319638, 0.361538461538462, 0.159767138240436, 0.458461538461539, 0.218294437717643, 0.687307692307692, 0.389821260816564, 1.15384615384615, 1.64801927733311, 3.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1065, '2022-03-27 00:00:00', 0.102848656548572, 0.354615384615384, 0.191661560690071, 0.523076923076923, 0.187598999505287, 0.695769230769231, 0.396062932062376, 1.14538461538462, 1.65660431188436, 3.92461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1080, '2022-03-27 00:00:00', 0.174408891798731, 0.347692307692308, 0.169464314373716, 0.486923076923077, 0.210575767471364, 0.626923076923076, 0.432282848998734, 1.07269230769231, 1.67424053965235, 3.89423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1095, '2022-03-27 00:00:00', 0.131612484794742, 0.315384615384615, 0.158950887431889, 0.444230769230769, 0.222346922277225, 0.563076923076922, 0.558197649031788, 1.09384615384615, 1.67760727044388, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1110, '2022-03-27 00:00:00', 0.087814489780358, 0.299230769230769, 0.119262477173412, 0.386538461538461, 0.170129814689119, 0.518076923076922, 0.570957225933917, 1.08807692307692, 1.67659054218788, 3.90038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1125, '2022-03-27 00:00:00', 0.0607491690351533, 0.257692307692307, 0.109556448393582, 0.361153846153846, 0.172518003519812, 0.532307692307693, 0.5645463801891, 1.07384615384615, 1.6777206607134, 4.09884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1140, '2022-03-27 00:00:00', 0.128951392154027, 0.282692307692308, 0.13988346798455, 0.399230769230769, 0.212640903511422, 0.558076923076923, 0.587434579008918, 1.07923076923077, 1.66193066596099, 4.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1155, '2022-03-27 00:00:00', 0.112587060330423, 0.279615384615385, 0.160970135787309, 0.39923076923077, 0.232688963739482, 0.548076923076923, 0.78643538538434, 1.66615384615385, 1.59163138368734, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1170, '2022-03-27 00:00:00', 0.116925354228834, 0.276538461538462, 0.162685633614696, 0.358846153846153, 0.209950910013233, 0.500769230769231, 0.799774583626777, 1.67923076923077, 1.59946034168259, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1185, '2022-03-27 00:00:00', 0.106100822877981, 0.24576923076923, 0.161187897999629, 0.358461538461537, 0.151202360583933, 0.443076923076923, 0.828618962259123, 1.81576923076923, 1.61235980905199, 4.29192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1200, '2022-03-27 00:00:00', 0.0823659750513157, 0.261923076923076, 0.110667902371846, 0.339230769230769, 0.176026658820148, 0.465769230769231, 0.800439879066505, 1.83, 1.64150981158763, 4.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1215, '2022-03-27 00:00:00', 0.0971723290780937, 0.227692307692307, 0.10059897537328, 0.301923076923077, 0.224469631319285, 0.518846153846153, 0.77400218644096, 1.89076923076923, 1.64576178293028, 4.31961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1230, '2022-03-27 00:00:00', 0.0597546264703871, 0.208846153846154, 0.129553077925614, 0.33, 0.226040159808283, 0.503076923076923, 0.772050616116687, 1.87692307692308, 1.64755823989507, 4.32192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1245, '2022-03-27 00:00:00', 0.111104247651267, 0.258076923076924, 0.215466577811609, 0.424615384615384, 0.252337076150137, 0.525, 0.767309485249496, 1.87961538461538, 1.64720780063158, 4.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1260, '2022-03-27 00:00:00', 0.233157919412178, 0.338846153846153, 0.237725439562923, 0.415769230769231, 0.330672042967047, 0.54, 0.940611585005285, 1.95692307692308, 1.64133866565819, 4.32615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1275, '2022-03-27 00:00:00', 0.129215383699524, 0.263846153846154, 0.189699357283692, 0.365384615384615, 0.403785358061204, 0.548846153846153, 0.89758033709438, 1.93230769230769, 1.66580177045816, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1290, '2022-03-27 00:00:00', 0.150578372131743, 0.295384615384616, 0.271321835578227, 0.386538461538462, 0.479535191617883, 0.585, 0.898115719801098, 1.93961538461538, 1.68114782217389, 4.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1305, '2022-03-27 00:00:00', 0.149075613235494, 0.243461538461539, 0.293601771111824, 0.394999999999999, 0.385818809606471, 0.518076923076924, 0.912070257077903, 1.89807692307692, 1.69363409907172, 4.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1320, '2022-03-27 00:00:00', 0.19437038394222, 0.279615384615384, 0.302723280596958, 0.375769230769231, 0.296838987694313, 0.48423076923077, 0.910219669175439, 1.89961538461538, 1.69040172740092, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1335, '2022-03-27 00:00:00', 0.147466815041424, 0.252307692307693, 0.169261290953911, 0.335769230769232, 0.75002943531981, 1.28192307692308, 0.917388936895612, 1.90230769230769, 1.6866410862558, 4.31692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1350, '2022-03-27 00:00:00', 0.103180200843736, 0.246923076923077, 0.133736825375581, 0.341538461538462, 0.754906922433793, 1.36269230769231, 0.913797907299319, 1.91115384615385, 1.68054936072885, 4.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1365, '2022-03-27 00:00:00', 0.0787918387027093, 0.258076923076923, 0.72033891595981, 1.22192307692308, 0.741560931673598, 1.50384615384615, 0.90628608150984, 1.89769230769231, 1.67285702179972, 4.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 990, '2022-03-27 00:00:00', 0.419083126201314, 0.851599999999999, 0.517302941547149, 1.0224, 0.666833312505207, 1.296, 0.911170858474597, 1.6964, 1.71672896327094, 4.186 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1005, '2022-03-27 00:00:00', 0.291325705468409, 0.5896, 0.474595617341754, 0.849199999999999, 0.469965601578101, 1.0752, 0.841956649715411, 1.4992, 1.64776333252078, 4.1164 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1020, '2022-03-27 00:00:00', 0.258380855843979, 0.6024, 0.335789120331993, 0.7872, 0.382514923456153, 0.9752, 0.835361797865651, 1.4272, 1.63911592024481, 4.1052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1035, '2022-03-27 00:00:00', 0.174501193883214, 0.4544, 0.243154957451691, 0.640799999999999, 0.294181349964045, 0.8048, 0.687178530902512, 1.2668, 1.55956959874618, 4.0064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1050, '2022-03-27 00:00:00', 0.1624551220081, 0.402, 0.181377139316581, 0.5168, 0.71905563067123, 0.8908, 0.696299743884294, 1.172, 1.55240587476343, 3.9784 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1065, '2022-03-27 00:00:00', 0.13738631664034, 0.384, 0.204917056391116, 0.549200000000001, 0.721185366832503, 0.87, 0.683052706604695, 1.1388, 1.55292466011716, 3.952 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1080, '2022-03-27 00:00:00', 0.179992592440171, 0.3616, 0.727350671959544, 0.6384, 0.716028863477816, 0.7584, 0.672549130795165, 1.1016, 1.55361642627773, 3.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1095, '2022-03-27 00:00:00', 0.119029134175666, 0.318749999999999, 0.215122142588538, 0.424166666666667, 0.20161979932105, 0.52375, 0.26236797922334, 0.9325, 1.57038050406143, 3.85416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1110, '2022-03-27 00:00:00', 0.12259793482432, 0.289583333333333, 0.126979971032749, 0.367499999999999, 0.1604522593678, 0.518333333333334, 0.259045069102053, 0.92, 1.56866872155054, 3.86208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1125, '2022-03-27 00:00:00', 0.427697322881498, 0.368000000000001, 0.416065699940127, 0.4576, 0.398278796824537, 0.5852, 0.480440076041401, 1.0168, 1.54816644238704, 4.0188 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1140, '2022-03-27 00:00:00', 0.272662662526851, 0.306666666666666, 0.299724511191019, 0.405, 0.278223856800155, 0.525416666666667, 0.480958998222316, 1.04208333333333, 1.44035315466205, 3.94458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1155, '2022-03-27 00:00:00', 0.172256444316884, 0.28875, 0.246746951290212, 0.393333333333334, 0.238979942763986, 0.48625, 0.657329770766722, 1.58041666666667, 1.39879036769404, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1170, '2022-03-27 00:00:00', 0.144568322948009, 0.28, 0.1930915154359, 0.3848, 0.266572691774682, 0.4988, 0.747624460095664, 1.7244, 1.45492978066526, 4.0896 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1185, '2022-03-27 00:00:00', 0.152847418471275, 0.260400000000001, 0.156979828852838, 0.3348, 0.238357574524774, 0.466800000000001, 0.773640097202827, 1.8424, 1.45801234562674, 4.084 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1200, '2022-03-27 00:00:00', 0.162663251330266, 0.2452, 0.22523543238132, 0.3432, 0.248856049420811, 0.4372, 0.769542721361199, 1.8928, 1.47169596044835, 4.0816 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1215, '2022-03-27 00:00:00', 0.0846108740056505, 0.2256, 0.119891617722008, 0.303600000000001, 0.160600954750171, 0.4348, 0.749622127030235, 1.884, 1.46959143982265, 4.0736 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1230, '2022-03-27 00:00:00', 0.100983497001573, 0.2132, 0.133135269556943, 0.292, 0.165401531633375, 0.4192, 0.781019632702448, 1.886, 1.45776335528096, 4.0836 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1245, '2022-03-27 00:00:00', 0.099079092984679, 0.236, 0.137143477181138, 0.346, 0.176330182706573, 0.4644, 0.766742460021617, 1.9276, 1.41674297833681, 4.1024 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1260, '2022-03-27 00:00:00', 0.103682206766638, 0.249999999999999, 0.139812970309147, 0.3168, 0.169059161242447, 0.446799999999999, 0.780233512054778, 1.9332, 1.40669233783842, 4.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1275, '2022-03-27 00:00:00', 0.0772700890815238, 0.2196, 0.133032577463817, 0.3168, 0.152317650542104, 0.4744, 0.793916872222779, 1.9304, 1.39307214457831, 4.102 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1290, '2022-03-27 00:00:00', 0.0956521475625777, 0.210799999999999, 0.112898184219233, 0.297199999999999, 0.173111717300322, 0.4552, 0.786139724646114, 1.9064, 1.37803700966266, 4.0912 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1305, '2022-03-27 00:00:00', 0.103743272874277, 0.2272, 0.121603179782987, 0.3396, 0.249666444147653, 0.506, 0.792206833261786, 1.886, 1.39216833273375, 4.0992 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1320, '2022-03-27 00:00:00', 0.0796617850666174, 0.2428, 0.0990908673894831, 0.3224, 0.21011346141232, 0.5532, 0.760009210470505, 1.8584, 1.38272171217976, 4.0812 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1335, '2022-03-27 00:00:00', 0.0734325086956273, 0.2256, 0.169610337735253, 0.3552, 0.577482178657201, 1.1476, 0.742913633383226, 1.8496, 1.37782098498559, 4.0764 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1350, '2022-03-27 00:00:00', 0.121321885906872, 0.2676, 0.171525508307072, 0.4028, 0.64485140407177, 1.332, 0.761752365711237, 1.84, 1.36746029802209, 4.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1365, '2022-03-27 00:00:00', 0.110086329759874, 0.2624, 0.560733745491863, 1.0784, 0.696759882121045, 1.4808, 0.779853191312313, 1.8272, 1.35657251925579, 4.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 990, '2022-03-27 00:00:00', 0.293849734841919, 0.783199999999999, 0.406922597062389, 1.0388, 0.49851445983709, 1.304, 0.685240347128898, 1.6728, 1.36842646861276, 4.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1005, '2022-03-27 00:00:00', 0.234449710314743, 0.64, 0.340416411668611, 0.872000000000001, 0.423220982466607, 1.0408, 0.582186396268412, 1.4708, 1.31287686652887, 4.0296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1020, '2022-03-27 00:00:00', 0.217545397561061, 0.525200000000001, 0.246981780704569, 0.658000000000001, 0.320750681994598, 0.856800000000001, 0.543036831163412, 1.3084, 1.26188443739248, 3.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1035, '2022-03-27 00:00:00', 0.21095023109729, 0.456, 0.300711378789252, 0.6476, 0.320729377097473, 0.8344, 0.564490921096167, 1.256, 1.25927320308184, 3.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1050, '2022-03-27 00:00:00', 0.160563590725503, 0.4084, 0.174523159876657, 0.534000000000001, 0.28927898875192, 0.736400000000001, 0.573657853893184, 1.136, 1.19116791427573, 3.8632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1065, '2022-03-27 00:00:00', 0.151049660707993, 0.359200000000001, 0.238257563713445, 0.536000000000001, 0.308811161283612, 0.723200000000001, 0.556405727265035, 1.1204, 1.19004579743806, 3.8556 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1080, '2022-03-27 00:00:00', 0.168520028483263, 0.3864, 0.230005072407835, 0.552400000000001, 0.269797454892863, 0.676400000000002, 0.497159263549754, 1.0744, 1.15161726859809, 3.8116 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1095, '2022-03-27 00:00:00', 0.182654500811413, 0.3428, 0.173205080756888, 0.452000000000001, 0.208712721222258, 0.601200000000001, 0.471297146182745, 1.0072, 1.19545904711677, 3.7716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1110, '2022-03-27 00:00:00', 0.114029236017202, 0.298800000000001, 0.169625076762449, 0.413200000000001, 0.181078251961227, 0.5232, 0.478966595912492, 0.9756, 1.19263741346647, 3.7656 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1125, '2022-03-27 00:00:00', 0.1245899942478, 0.2532, 0.165264434568764, 0.3696, 0.175321609240467, 0.4728, 0.478200446117177, 0.935599999999999, 1.281216609321, 4.0492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1140, '2022-03-27 00:00:00', 0.115907728168899, 0.277916666666667, 0.119900320919178, 0.3575, 0.184520039365746, 0.512916666666666, 0.467132596078288, 0.982916666666667, 1.08453255809368, 4.2225 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1155, '2022-03-27 00:00:00', 0.070682388188289, 0.2472, 0.117831801027284, 0.3548, 0.317764587915857, 0.5408, 0.691532597448112, 1.4944, 1.34469798343965, 4.1328 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1170, '2022-03-27 00:00:00', 0.102936873859663, 0.257200000000001, 0.17007057358638, 0.3736, 0.422095170942922, 0.546800000000001, 0.701006894878122, 1.5424, 1.35239294092607, 4.148 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1185, '2022-03-27 00:00:00', 0.127667536985719, 0.266399999999999, 0.3249358911129, 0.381999999999999, 0.443924918576705, 0.5388, 0.741583441023328, 1.6728, 1.33974661783488, 4.1572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1200, '2022-03-27 00:00:00', 0.0735241259822192, 0.206666666666666, 0.0863249254481179, 0.292083333333333, 0.204086866984041, 0.435833333333333, 0.752879977731886, 1.6875, 1.33629815296706, 4.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1215, '2022-03-27 00:00:00', 0.0883176086632775, 0.240000000000001, 0.181075690795592, 0.348333333333334, 0.236504971299283, 0.467083333333335, 0.745792060229558, 1.77333333333333, 1.34504020466821, 4.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1230, '2022-03-27 00:00:00', 0.13753984929804, 0.230416666666668, 0.168561153053841, 0.327083333333334, 0.215042547188804, 0.462083333333335, 0.742700590188715, 1.79708333333333, 1.33077263163226, 4.09083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1245, '2022-03-27 00:00:00', 0.0961646760902155, 0.249583333333333, 0.140185565425343, 0.345416666666667, 0.211665240209731, 0.462500000000001, 0.755583563703665, 1.8275, 1.33331884050094, 4.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1260, '2022-03-27 00:00:00', 0.119120417700088, 0.243750000000001, 0.16393209534456, 0.350416666666667, 0.216326377146375, 0.438333333333334, 0.744459608505157, 1.88125, 1.3361492908864, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1275, '2022-03-27 00:00:00', 0.108614462431461, 0.241666666666667, 0.149489469359133, 0.319166666666667, 0.209448897298865, 0.435833333333333, 0.745606940783767, 1.92416666666667, 1.32357381544345, 4.09041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1290, '2022-03-27 00:00:00', 0.0848015586403111, 0.225, 0.117120494128601, 0.300416666666666, 0.173338384820483, 0.41875, 0.728535855503091, 1.94583333333333, 1.32240715681888, 4.07291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1305, '2022-03-27 00:00:00', 0.08937788203522, 0.218333333333333, 0.140214638777613, 0.309166666666667, 0.149781846193975, 0.414583333333333, 0.697685615009585, 1.935, 1.33174506852334, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1320, '2022-03-27 00:00:00', 0.083074961783695, 0.233333333333334, 0.115888971102467, 0.310416666666668, 0.135148200993887, 0.450416666666667, 0.693975629192439, 1.9225, 1.35295322444504, 4.06708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1335, '2022-03-27 00:00:00', 0.080067905962486, 0.2175, 0.0930131672149829, 0.309166666666666, 0.611320144311129, 1.17083333333333, 0.669870066353992, 1.91708333333333, 1.33228119719742, 4.05916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1350, '2022-03-27 00:00:00', 0.0831403562692609, 0.240833333333332, 0.129623199748516, 0.3425, 0.632862716069848, 1.2425, 0.664082673393494, 1.91833333333333, 1.32900249997039, 4.05291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1365, '2022-03-27 00:00:00', 0.0981951754930899, 0.281739130434783, 0.585187379199777, 1.16521739130435, 0.62324155792573, 1.42869565217391, 0.568369486793394, 1.99434782608696, 1.08696171540261, 4.20304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 990, '2022-03-27 00:00:00', 0.47043164099979, 0.738260869565218, 0.582162725305544, 0.959565217391305, 0.598784671650797, 1.28391304347826, 0.552254094579875, 1.73869565217391, 1.13679756142075, 3.99217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1005, '2022-03-27 00:00:00', 0.290311948889439, 0.60913043478261, 0.344351943321894, 0.843478260869565, 0.375024109896886, 1.12608695652174, 0.452706398236155, 1.54608695652174, 1.07396829801365, 3.90478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1020, '2022-03-27 00:00:00', 0.217231047650286, 0.485652173913043, 0.263188115593625, 0.660434782608695, 0.282878345058026, 0.897391304347826, 0.415613742083555, 1.34434782608696, 1.01982987033469, 3.82434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1035, '2022-03-27 00:00:00', 0.188039605617095, 0.379565217391303, 0.188063776920819, 0.590434782608695, 0.243338116075509, 0.749565217391304, 0.479901999218335, 1.25173913043478, 1.00537468680565, 3.79347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1050, '2022-03-27 00:00:00', 0.178242407219005, 0.393913043478261, 0.202235529732455, 0.519130434782609, 0.310274645646765, 0.71608695652174, 0.479940707800404, 1.17608695652174, 0.992251800887071, 3.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1065, '2022-03-27 00:00:00', 0.15199594336172, 0.311304347826087, 0.211894335663242, 0.460869565217392, 0.299915666670858, 0.703043478260871, 0.48474393223835, 1.11695652173913, 1.0000964380376, 3.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1080, '2022-03-27 00:00:00', 0.17008600475012, 0.317391304347826, 0.237212068026464, 0.478260869565218, 0.290207095197149, 0.682608695652176, 0.467960844279365, 1.07347826086957, 0.993216119920315, 3.76347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1095, '2022-03-27 00:00:00', 0.144463023702923, 0.318260869565218, 0.168435019313756, 0.496086956521739, 0.234645473051826, 0.626956521739131, 0.414371756481025, 1.03304347826087, 1.01251008876055, 3.75304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:12 Duration: 1s114ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1110, '2022-03-27 00:00:00', 0.457984715902183, 0.902500000000001, 0.592491515257536, 1.18875, 0.949709242309206, 1.70541666666667, 1.1385802721951, 2.84208333333334, 4.70154875423044, 11.1795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1125, '2022-03-27 00:00:00', 0.521619377863131, 0.822083333333336, 0.68954182961051, 1.18375, 0.843917710117091, 1.60166666666667, 1.2191353998586, 2.80041666666667, 5.46775548099949, 11.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1140, '2022-03-27 00:00:00', 0.497462401171897, 0.835833333333331, 0.620531416715088, 1.17375, 0.760236304796365, 1.48875, 1.3355734126508, 2.90458333333333, 5.49527722131745, 12.0325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1155, '2022-03-27 00:00:00', 0.425310628170496, 0.8075, 0.559717837817428, 1.08166666666667, 0.846703646630503, 1.46125, 1.54124432131022, 4.43916666666667, 5.49631482271847, 12.08625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1170, '2022-03-27 00:00:00', 0.388933649942985, 0.685416666666664, 0.541627813545241, 0.967083333333329, 0.78898933241627, 1.52541666666666, 1.81248968013054, 4.80333333333333, 5.4181055669655, 12.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1185, '2022-03-27 00:00:00', 0.382654487131326, 0.703749999999996, 0.650121504808519, 1.06833333333333, 0.794945878205155, 1.55458333333333, 1.83623413460851, 4.97416666666666, 5.43867144635979, 12.1308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1200, '2022-03-27 00:00:00', 0.558405467977051, 0.775833333333335, 0.667602242074724, 1.14833333333334, 0.835728875666742, 1.54583333333334, 1.8405716956062, 5.09208333333333, 5.53299844018868, 12.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1215, '2022-03-27 00:00:00', 0.484208602788608, 0.843333333333334, 0.576842354070226, 1.07083333333333, 0.864506959259845, 1.49375, 1.82131024663366, 5.11666666666666, 5.64952531031449, 12.3983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1230, '2022-03-27 00:00:00', 0.348218811352449, 0.699583333333329, 0.637735463761527, 0.972499999999998, 0.826518694388645, 1.41875, 1.84072405216857, 5.09958333333333, 5.64315654229701, 12.39375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1245, '2022-03-27 00:00:00', 0.512406760694855, 0.697083333333334, 0.677796942787569, 1.025, 0.883289307078939, 1.405, 1.83956989301966, 5.165, 5.70247999380183, 12.4254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1260, '2022-03-27 00:00:00', 0.554294008470316, 0.78375, 0.731829155639129, 1.06, 0.844333949832991, 1.37291666666667, 1.79965032835488, 5.2425, 5.79645542301625, 12.4720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1275, '2022-03-27 00:00:00', 0.407324026198853, 0.744583333333339, 0.455610555475692, 0.966250000000003, 0.556292072175417, 1.265, 1.8367267178957, 5.36791666666667, 5.81226532953112, 12.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1290, '2022-03-27 00:00:00', 0.392712602809989, 0.656666666666668, 0.434310214384651, 0.915833333333334, 0.60984302446839, 1.30041666666667, 1.84517054708395, 5.3625, 5.82286682654774, 12.5070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1305, '2022-03-27 00:00:00', 0.450217137628605, 0.717916666666665, 0.523540760147893, 0.949166666666668, 0.813024301292869, 1.46541666666667, 1.87279101761306, 5.39375, 5.84478324005163, 12.5304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1320, '2022-03-27 00:00:00', 0.403500758758694, 0.709583333333333, 0.495670933092757, 0.998749999999999, 0.942877187816282, 1.97, 1.91489413942844, 5.4175, 5.85235732264222, 12.5558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1335, '2022-03-27 00:00:00', 0.482014943541278, 0.81583333333333, 0.66308184730988, 1.24083333333333, 1.57810471539553, 3.83166666666667, 1.93854677192905, 5.50375, 5.85598577389477, 12.5729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1350, '2022-03-27 00:00:00', 0.563171660189482, 0.911666666666668, 0.86486825670114, 1.63166666666666, 1.83237056406666, 4.21916666666667, 1.92606337089299, 5.49375, 5.87716656011741, 12.5445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1365, '2022-03-27 00:00:00', 0.698540403736374, 1.2825, 1.42160732669199, 3.5575, 1.75973482850873, 4.35166666666666, 1.90341264841466, 5.48333333333333, 5.89017259103448, 12.49875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 990, '2022-03-27 00:00:00', 1.04664063335255, 2.53615384615385, 1.34180979965923, 3.15846153846154, 1.28158723704391, 3.59461538461538, 1.80767628143469, 4.75153846153846, 5.82295024351587, 12.3715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1005, '2022-03-27 00:00:00', 0.681230222013534, 1.89115384615385, 0.900658904102134, 2.35230769230769, 0.929674881136077, 2.86076923076923, 1.75536334174394, 4.27269230769231, 5.85217499344015, 12.2180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1020, '2022-03-27 00:00:00', 0.663997335490485, 1.57269230769231, 0.791429475938707, 2.07615384615384, 0.912721458901053, 2.44730769230769, 1.82337911159895, 3.93923076923077, 5.70581960673621, 12.1257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1035, '2022-03-27 00:00:00', 0.599260056556929, 1.38384615384615, 0.686983148376908, 1.74461538461538, 0.776918667161897, 2.23115384615385, 1.68532767870684, 3.62423076923077, 5.51751071240813, 11.9626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1050, '2022-03-27 00:00:00', 0.350756544979784, 1.15307692307692, 0.701847232994147, 1.58153846153846, 0.77395895339382, 2.12730769230769, 1.67814022518519, 3.49115384615385, 5.43835099441564, 11.9615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1065, '2022-03-27 00:00:00', 0.546666682301441, 1.10730769230769, 0.630846683800065, 1.55346153846154, 0.64756348070167, 1.98230769230769, 1.5129185752659, 3.26884615384615, 5.38783223141238, 11.9319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1080, '2022-03-27 00:00:00', 0.374743399387655, 1.12384615384615, 0.445027397600851, 1.37576923076923, 0.626764708642724, 1.845, 1.46083627261395, 3.12115384615385, 5.53544240466691, 11.8888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1095, '2022-03-27 00:00:00', 0.408498940776333, 1.03923076923077, 0.485709631522629, 1.41461538461539, 0.828209189479603, 1.84230769230769, 1.44024228730927, 2.97461538461539, 5.69868639384417, 11.8611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1110, '2022-03-27 00:00:00', 0.39469033626181, 1.04269230769231, 0.57817165404269, 1.33230769230769, 0.919051434067509, 1.80653846153846, 1.45945384937707, 2.84846153846154, 6.02298685166958, 11.8088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1125, '2022-03-27 00:00:00', 0.455264758135307, 0.944999999999999, 0.662141630213308, 1.29653846153846, 0.929550428970909, 1.74, 1.34139428036078, 2.70115384615385, 6.15860823438343, 12.4807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1140, '2022-03-27 00:00:00', 0.558391784158202, 0.954230769230772, 0.713769193464149, 1.29769230769231, 0.886377676058788, 1.72576923076923, 1.31787941551803, 2.86692307692308, 6.21845576922809, 12.6619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1155, '2022-03-27 00:00:00', 0.390068435810161, 0.875769230769229, 0.499387470962022, 1.19961538461539, 0.656300587793781, 1.5523076923077, 3.22664503065431, 4.95307692307692, 6.01629930975972, 12.9357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1170, '2022-03-27 00:00:00', 0.396759954554972, 0.847692307692307, 0.427193344805551, 1.09692307692308, 0.71157895934648, 1.58615384615384, 3.17420470960232, 5.14346153846154, 5.99114244916225, 12.9496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1185, '2022-03-27 00:00:00', 0.408831731419399, 0.820769230769234, 0.501168480806449, 1.11538461538462, 0.816391780006105, 1.59653846153846, 3.21793658205905, 5.31038461538462, 5.99367421665414, 13.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1200, '2022-03-27 00:00:00', 0.318809564570358, 0.756538461538461, 0.634700292688185, 1.16730769230769, 1.0469549251924, 1.55884615384615, 3.27011916978807, 5.41076923076923, 6.06100580635057, 13.1692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1215, '2022-03-27 00:00:00', 0.480073071361178, 0.883076923076919, 0.708022272574484, 1.18346153846153, 0.965621123342979, 1.51192307692307, 3.25879845719483, 5.45923076923077, 6.0012203374365, 13.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1230, '2022-03-27 00:00:00', 0.347292162528675, 0.720384615384613, 0.490593518098233, 0.945, 0.544135871041276, 1.27961538461539, 3.2618365992183, 5.465, 5.99998765383345, 13.2103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1245, '2022-03-27 00:00:00', 0.374819135871404, 0.704230769230769, 0.421170530052399, 0.933846153846154, 0.524922411849157, 1.30346153846154, 3.23867012118341, 5.51192307692308, 6.0317540885397, 13.2657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1260, '2022-03-27 00:00:00', 0.34813724084266, 0.723461538461536, 0.436893403651109, 0.979615384615387, 0.691034119162113, 1.35192307692308, 3.22255123489736, 5.57730769230769, 6.0642935412005, 13.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1275, '2022-03-27 00:00:00', 0.349292912126117, 0.751538461538466, 0.476462122152593, 1.01807692307692, 0.801762673498453, 1.42923076923077, 3.21847907224229, 5.58653846153846, 6.20411431725258, 13.3976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1290, '2022-03-27 00:00:00', 0.393436340271399, 0.821923076923076, 0.570108356772237, 1.04346153846154, 0.818681585515114, 1.52346153846154, 3.21148882319999, 5.58269230769231, 6.26625443270416, 13.4361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1305, '2022-03-27 00:00:00', 0.42895938484448, 0.746923076923075, 0.588264723245736, 1.08076923076923, 0.868903553114723, 1.66423076923077, 3.14028024227138, 5.57, 6.23842224876179, 13.4180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1320, '2022-03-27 00:00:00', 0.463414916263366, 0.835769230769233, 0.682989469453675, 1.17884615384616, 0.958632680115075, 2.01384615384615, 3.10674759441198, 5.62384615384616, 6.22412528299853, 13.4065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1335, '2022-03-27 00:00:00', 0.516624100810697, 0.91730769230769, 0.61548792402076, 1.30576923076923, 3.09680351330206, 4.45, 3.11352236838947, 5.61846153846154, 6.21941753394467, 13.4376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1350, '2022-03-27 00:00:00', 0.346571116023157, 0.983461538461539, 0.572829414801244, 1.58153846153846, 3.05508071151093, 4.69692307692308, 3.10515997358244, 5.62769230769231, 6.20609721285322, 13.4488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1365, '2022-03-27 00:00:00', 0.573445188850148, 1.39076923076923, 3.07600490146654, 4.34307692307692, 3.09222660628476, 4.89423076923077, 3.10481036210191, 5.65076923076923, 6.22133719239991, 13.4673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 990, '2022-03-27 00:00:00', 0.8729662959394, 2.70692307692308, 0.964174018765047, 3.10653846153846, 1.04676622913693, 3.46653846153846, 1.36301701552673, 4.23076923076923, 5.48627228074414, 12.4365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1005, '2022-03-27 00:00:00', 0.652844191566054, 1.80153846153846, 0.774541154490835, 2.195, 0.874000264037981, 2.66269230769231, 1.15339818996537, 3.66076923076923, 5.48707753236218, 12.3196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1020, '2022-03-27 00:00:00', 0.387092515278471, 1.44615384615385, 0.674123020044446, 1.92538461538461, 0.853063619234543, 2.37153846153846, 1.1457842460348, 3.41153846153846, 5.4725589570567, 12.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1035, '2022-03-27 00:00:00', 0.56340557873866, 1.36538461538461, 0.707797559062892, 1.79576923076923, 0.731364162686101, 2.16153846153846, 1.15667913242378, 3.42115384615385, 5.45290257216635, 12.1723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1050, '2022-03-27 00:00:00', 0.38807156358272, 1.16653846153846, 0.388206130811967, 1.41, 0.717233681477768, 1.98192307692307, 1.39834825639175, 3.38461538461539, 5.46730535512274, 12.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1065, '2022-03-27 00:00:00', 0.350617257901635, 1.02730769230769, 0.622498687054531, 1.42615384615384, 0.760935861039143, 1.80923076923076, 1.47554469733931, 3.39807692307693, 5.46136991830945, 12.0457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1080, '2022-03-27 00:00:00', 0.57469242609885, 1.09076923076923, 0.621397927752724, 1.41076923076923, 0.639256900326766, 1.70576923076923, 1.39772744124168, 3.335, 5.41902352827518, 11.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1095, '2022-03-27 00:00:00', 0.265813121167135, 0.926153846153846, 0.410059095178318, 1.2326923076923, 0.575298183553537, 1.67, 1.53651538829312, 3.35653846153846, 5.41942581403659, 11.9419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1110, '2022-03-27 00:00:00', 0.345951752972311, 0.931153846153844, 0.465602174195292, 1.18576923076923, 0.664879977601508, 1.73423076923077, 1.66533581736999, 3.39923076923077, 5.43812480406761, 11.8842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1125, '2022-03-27 00:00:00', 0.342976114889381, 0.883846153846158, 0.390894044270508, 1.23307692307693, 0.633930959599275, 1.63269230769231, 1.64665236161128, 3.31, 6.19729202648531, 12.4973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1140, '2022-03-27 00:00:00', 0.289814794971919, 0.906153846153848, 0.457105441463329, 1.18423076923077, 0.605369817041297, 1.47615384615385, 1.64955551122579, 3.41423076923077, 6.41666086180224, 12.6361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1155, '2022-03-27 00:00:00', 0.355317626053952, 0.821153846153846, 0.405284325647296, 1.09923076923077, 0.540215341678312, 1.43615384615385, 3.12718059304839, 5.71769230769231, 6.41173809388807, 12.6442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1170, '2022-03-27 00:00:00', 0.290501952859844, 0.810769230769231, 0.410126622098401, 1.01038461538461, 0.516703158347377, 1.47692307692308, 3.02287842957669, 5.935, 6.40721229433014, 12.6742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1185, '2022-03-27 00:00:00', 0.266403106934989, 0.671153846153844, 0.51100444074542, 1.09846153846154, 0.642440539002521, 1.50538461538461, 2.98051882422146, 5.94730769230769, 6.40908749055109, 12.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1200, '2022-03-27 00:00:00', 0.383538986083751, 0.903076923076923, 0.417459164285746, 1.14192307692308, 0.624549560760518, 1.50692307692308, 2.86888817917593, 5.96076923076923, 6.40319559643104, 12.7053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1215, '2022-03-27 00:00:00', 0.25228585740416, 0.711923076923073, 0.498432157253739, 1.09115384615384, 0.934658144004455, 1.76538461538462, 2.70694858011463, 5.90884615384615, 6.40166301710855, 12.6642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1230, '2022-03-27 00:00:00', 0.361718972939792, 0.766153846153845, 0.429918060171403, 1.02846153846154, 1.0514117249606, 1.87884615384615, 2.71277130511331, 5.88192307692308, 6.39841961256539, 12.6484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1245, '2022-03-27 00:00:00', 0.321657486251351, 0.766538461538461, 0.905609272173248, 1.43807692307692, 1.13324727425897, 1.99576923076923, 2.73747339994101, 5.89615384615385, 6.38929234073575, 12.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1260, '2022-03-27 00:00:00', 0.943670737883965, 1.24230769230769, 1.05655412326327, 1.61884615384615, 1.23812438793524, 2.01, 2.65483781918102, 5.88961538461539, 6.35150269318517, 12.6623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1275, '2022-03-27 00:00:00', 0.824213191240826, 1.07923076923077, 0.874373973854349, 1.41538461538462, 1.27011356245749, 1.92730769230769, 2.49580164399214, 5.71538461538462, 6.31593940878034, 12.6011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1290, '2022-03-27 00:00:00', 0.64695892153509, 1.02961538461538, 0.945168849384149, 1.34807692307693, 1.46779148592498, 1.94038461538461, 2.49410973788552, 5.73076923076923, 6.31539467065629, 12.6346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1305, '2022-03-27 00:00:00', 0.402097003221859, 0.885000000000002, 0.745211689077984, 1.31269230769231, 1.01074656338007, 1.76384615384616, 2.49598807319636, 5.68269230769231, 6.30940928601573, 12.5615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1320, '2022-03-27 00:00:00', 0.602516262148873, 1.02461538461539, 0.881924120231529, 1.37307692307692, 0.909141691588618, 1.88884615384615, 2.47383741148474, 5.63653846153846, 6.31482608323764, 12.5573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1335, '2022-03-27 00:00:00', 0.573879644310413, 0.924615384615383, 0.57624353825845, 1.20384615384615, 2.53558092266538, 4.72115384615385, 2.47911811243123, 5.57115384615384, 6.31984592071187, 12.5526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1350, '2022-03-27 00:00:00', 0.433543716188063, 0.941923076923075, 0.627017972997214, 1.52653846153846, 2.46597476436024, 4.88653846153846, 2.41924082179641, 5.57307692307692, 6.24211311607264, 12.5280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1365, '2022-03-27 00:00:00', 0.591653744893202, 1.31307692307692, 2.40068083291771, 4.56269230769231, 2.30976722103865, 4.93615384615385, 2.31771731202525, 5.49846153846154, 6.22678220394648, 12.5138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 990, '2022-03-27 00:00:00', 1.13746399210407, 2.9392, 1.20843604161191, 3.2252, 1.2357773531938, 3.5604, 1.64360761740751, 4.4428, 6.20809680981216, 12.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1005, '2022-03-27 00:00:00', 0.591149445289994, 1.7192, 0.786256955454132, 2.246, 0.924982342173803, 2.6756, 1.56451451468712, 3.7384, 6.22009383637685, 11.7844 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1020, '2022-03-27 00:00:00', 0.707155805557255, 1.5688, 0.778893445857646, 1.982, 1.02634432169066, 2.4492, 1.65465021479869, 3.5556, 6.22475014224132, 11.6432 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1035, '2022-03-27 00:00:00', 0.493906873813271, 1.3524, 0.643167163340914, 1.7616, 0.974396052263489, 2.3068, 1.36836118526263, 3.3004, 6.24960932112293, 11.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1050, '2022-03-27 00:00:00', 0.380949252963345, 1.1484, 0.678097338145486, 1.5492, 0.973462377290461, 2.0496, 1.37828734304571, 3.0952, 6.24981727732899, 11.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1065, '2022-03-27 00:00:00', 0.503065602083863, 1.07, 0.794903138753397, 1.5328, 0.816875551517286, 1.8676, 1.42248116566325, 3.0488, 6.21899174571999, 11.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1080, '2022-03-27 00:00:00', 0.478195566687939, 1.0872, 0.475026315060544, 1.342, 0.542410668528313, 1.7148, 1.25691328260942, 2.9332, 6.21992127495732, 11.3404 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1095, '2022-03-27 00:00:00', 0.379561150101886, 0.948, 0.511501058975769, 1.242, 0.649229543382003, 1.7436, 1.27878158155853, 2.8736, 6.20340865976118, 11.3104 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1110, '2022-03-27 00:00:00', 0.402600712037784, 0.900400000000002, 0.485661061509634, 1.238, 0.70434437599799, 1.6852, 1.31068150212018, 2.8388, 6.14335136550075, 11.3492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1125, '2022-03-27 00:00:00', 0.383199251912979, 0.933999999999999, 0.550098476032554, 1.324, 0.76789257061128, 1.6856, 1.48750495797493, 2.8628, 6.41523714812373, 12.7748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1140, '2022-03-27 00:00:00', 0.428727963476457, 0.980800000000002, 0.671098105098401, 1.2668, 0.855472578948814, 1.708, 1.67296861895255, 3.0736, 6.37720858474406, 12.8032 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1155, '2022-03-27 00:00:00', 0.406335247466094, 0.801999999999998, 0.514608912994452, 1.0984, 0.746663020824431, 1.4784, 2.67926917896155, 4.842, 6.28752237901915, 12.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1170, '2022-03-27 00:00:00', 0.474468825811205, 0.890400000000004, 0.632799863042546, 1.1824, 0.723130463102383, 1.4848, 2.7895399859714, 5.15, 6.28557960732342, 12.8612 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1185, '2022-03-27 00:00:00', 0.353205794591956, 0.787200000000005, 0.4444348471186, 1.02160000000001, 0.567367311947618, 1.37840000000001, 2.82971859613873, 5.2436, 6.24930630817, 12.9028 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1200, '2022-03-27 00:00:00', 0.351614372099127, 0.789200000000003, 0.423723573413923, 1.012, 0.733720428137767, 1.4304, 2.88658084937872, 5.3636, 6.23630945886, 12.9216 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1215, '2022-03-27 00:00:00', 0.354886366789892, 0.801200000000001, 0.437457426499996, 1.0776, 0.665494302505042, 1.4492, 2.95484303023584, 5.3984, 6.23474738862771, 12.978 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1230, '2022-03-27 00:00:00', 0.383141836226049, 0.823200000000002, 0.585576069638555, 1.0908, 0.625565877159769, 1.3792, 3.2021034753216, 5.49, 6.25391629301192, 12.9824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1245, '2022-03-27 00:00:00', 0.441568416744979, 0.8208, 0.473913845897476, 1.0388, 0.754959822330523, 1.3532, 3.40497430239936, 5.576, 6.24429878635971, 12.9544 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1260, '2022-03-27 00:00:00', 0.354714908999701, 0.836800000000003, 0.481946400892604, 1.0584, 0.745335942154051, 1.4744, 3.40724962396359, 5.592, 6.24160684439512, 12.9568 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1275, '2022-03-27 00:00:00', 0.309131579320739, 0.730399999999997, 0.590478054912568, 1.0532, 0.680734162503981, 1.4936, 3.41169542407681, 5.6436, 6.21082589784429, 12.972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1290, '2022-03-27 00:00:00', 0.449156617079908, 0.781999999999999, 0.510645996100366, 1.1452, 0.565678059205648, 1.502, 3.52162807992743, 5.7168, 6.19870166513386, 13.0276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1305, '2022-03-27 00:00:00', 0.350505349459893, 0.850400000000001, 0.427626004821972, 1.0916, 0.580566390116871, 1.4836, 3.42776773814485, 5.704, 6.13519649237088, 12.9988 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1320, '2022-03-27 00:00:00', 0.33207579456102, 0.840799999999998, 0.4418151951514, 1.0944, 0.784404657473851, 1.8136, 3.39657513779199, 5.6968, 6.09756858646679, 12.9752 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1335, '2022-03-27 00:00:00', 0.372407482918015, 0.8196, 0.492651668693678, 1.2116, 2.5715878363377, 4.1684, 3.40308056521343, 5.7764, 6.07864329709626, 12.9572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1350, '2022-03-27 00:00:00', 0.392231649241448, 0.9796, 0.700912976053376, 1.5796, 2.65693884009399, 4.5336, 3.38065945243429, 5.782, 6.01982106600077, 12.9204 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1365, '2022-03-27 00:00:00', 0.570767027779287, 1.258, 2.61804812789987, 3.9148, 2.6929594624997, 4.5784, 3.3333180666317, 5.7252, 5.97408453237816, 12.9388 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 990, '2022-03-27 00:00:00', 0.996054215391911, 2.6964, 1.19025949551628, 3.2748, 1.30331308594673, 3.678, 2.03794888715754, 5.0476, 4.93538657722641, 12.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1005, '2022-03-27 00:00:00', 0.746410744831558, 1.8204, 0.812208922219729, 2.312, 1.02900842238212, 2.786, 1.78029613641476, 4.3472, 4.88248304315199, 12.1464 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1020, '2022-03-27 00:00:00', 0.713080640601052, 1.6956, 0.993749297693676, 2.0928, 1.39873967079892, 2.5932, 1.79084868149155, 4.1984, 5.03722251510361, 12.1476 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1035, '2022-03-27 00:00:00', 0.645716656127127, 1.344, 0.721751342222514, 1.772, 1.21859892226004, 2.376, 1.54441607088245, 3.8228, 4.88843355960441, 12.0392 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1050, '2022-03-27 00:00:00', 0.47113444648706, 1.2652, 0.811994868620895, 1.6876, 1.0805720707107, 2.2212, 1.5856535981523, 3.6884, 4.85542178051162, 12.0496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1065, '2022-03-27 00:00:00', 0.730342385460405, 1.206, 1.05686249499797, 1.662, 1.09613685276976, 2.1192, 1.64286264388313, 3.5732, 4.86408614232931, 12.0456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1080, '2022-03-27 00:00:00', 0.595114274740575, 1.1388, 0.618671156592907, 1.4296, 0.922507091210327, 2.0412, 1.49702671986842, 3.4584, 4.81313196716372, 11.9068 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1095, '2022-03-27 00:00:00', 0.459356433865182, 0.994, 0.726877339491794, 1.5456, 0.852543840514962, 1.9268, 1.56692639691, 3.45, 4.89290551036226, 11.9092 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1110, '2022-03-27 00:00:00', 0.48343493185054, 1.1652, 0.59048652256706, 1.4408, 0.598581100046884, 1.7792, 1.55530039970847, 3.3852, 4.83436655623051, 11.824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1125, '2022-03-27 00:00:00', 0.344113353417156, 0.878399999999999, 0.415742308006613, 1.148, 0.57407171445154, 1.692, 1.44242134389828, 3.3028, 4.67005174846418, 12.122 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1140, '2022-03-27 00:00:00', 0.417739153060857, 0.9168, 0.421225197093749, 1.2116, 0.681816690907463, 1.7264, 1.60193632832269, 3.392, 4.75391196805326, 12.1504 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1155, '2022-03-27 00:00:00', 0.317826996965329, 0.921599999999996, 0.463545035568281, 1.2836, 0.805888122921953, 1.7916, 2.4879715968368, 4.8812, 4.79266366439374, 12.126 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1170, '2022-03-27 00:00:00', 0.369124188677289, 0.901200000000002, 0.517256222775523, 1.2404, 0.764253012206473, 1.7508, 2.57200200881207, 5.2512, 4.74613175824973, 12.194 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1185, '2022-03-27 00:00:00', 0.481022175511, 0.893599999999999, 0.828336686780602, 1.322, 0.974498503504922, 1.7616, 2.66473125599312, 5.7152, 4.76691175360596, 12.1768 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1200, '2022-03-27 00:00:00', 0.545419496842783, 0.919583333333332, 0.502635806149134, 1.18416666666667, 0.792568746161056, 1.61, 2.82083282490951, 5.8575, 4.89015379785408, 12.2670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1215, '2022-03-27 00:00:00', 0.314241380036968, 0.852083333333334, 0.55413269482883, 1.1125, 0.807228102920682, 1.56791666666667, 2.91627057351869, 5.92416666666667, 4.9636347131127, 12.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1230, '2022-03-27 00:00:00', 0.489728555396778, 0.85083333333333, 0.648880306507998, 1.0925, 0.867625027535397, 1.60916666666667, 2.96446294962682, 5.97333333333334, 5.00011644791935, 12.2758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1245, '2022-03-27 00:00:00', 0.370246441625349, 0.819583333333333, 0.552976137546324, 1.16, 0.758441264814827, 1.62375, 2.99039522253439, 5.99875, 4.99799784188991, 12.2854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1260, '2022-03-27 00:00:00', 0.538524386163481, 0.904583333333335, 0.802270216323653, 1.25875, 0.85386419176062, 1.59666666666666, 2.94367560830954, 5.975, 5.0319677879375, 12.2795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1275, '2022-03-27 00:00:00', 0.488232541411112, 0.838333333333335, 0.569889386673832, 1.105, 0.881689336986972, 1.5275, 2.89919775885115, 5.92458333333334, 5.02458708376309, 12.2666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1290, '2022-03-27 00:00:00', 0.531429573230873, 0.865, 0.755650693782845, 1.18583333333333, 1.06871240081332, 1.60625, 2.85513112341343, 5.93541666666667, 5.00834244253916, 12.27375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1305, '2022-03-27 00:00:00', 0.427698381803232, 0.812916666666666, 0.574041734583368, 1.0925, 0.905559219488157, 1.64875, 3.03968200091172, 6.00333333333334, 4.91784592219935, 12.2479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1320, '2022-03-27 00:00:00', 0.385332295896504, 0.821249999999999, 0.603210612869387, 1.1925, 0.874795214131094, 1.94333333333334, 3.142023689013, 6.05208333333334, 4.93818159852389, 12.26125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1335, '2022-03-27 00:00:00', 0.418716984422032, 0.912500000000001, 0.598736441255212, 1.27625, 2.12995254080624, 4.1725, 3.150253239188, 6.08458333333334, 4.91200717556007, 12.2716666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1350, '2022-03-27 00:00:00', 0.528703637430161, 0.988333333333331, 0.798919106750138, 1.6775, 2.34213252883108, 4.5775, 3.16866150935526, 6.03375, 4.93602983983182, 12.2391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1365, '2022-03-27 00:00:00', 0.6684156241743, 1.41608695652174, 1.95242192760663, 4.13173913043478, 2.30358605128008, 5.18217391304348, 2.94929421449206, 6.23, 4.5369870380462, 12.7717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 990, '2022-03-27 00:00:00', 1.08606407631668, 2.41521739130435, 1.21061069748683, 3.02347826086956, 1.72215039305067, 3.77260869565218, 2.01516297558828, 4.98, 4.4969988235458, 11.865652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1005, '2022-03-27 00:00:00', 0.809465983142969, 1.58478260869565, 1.15358711899306, 2.39782608695652, 1.49458006316737, 2.97826086956522, 1.60633528364357, 4.31695652173913, 4.50754010371081, 11.6378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1020, '2022-03-27 00:00:00', 0.822407773221138, 1.71, 0.857331552728787, 2.02086956521739, 1.31020108283818, 2.59217391304348, 1.30718748863152, 3.93130434782609, 4.5360282377773, 11.5839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1035, '2022-03-27 00:00:00', 0.534336794799578, 1.14391304347827, 0.864306480190681, 1.69434782608696, 1.06438462244901, 2.25347826086957, 1.23572737057465, 3.54304347826087, 4.51955032916612, 11.5347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1050, '2022-03-27 00:00:00', 0.623598190790602, 1.26739130434783, 0.827637955255941, 1.60130434782609, 0.965886105283355, 2.15217391304348, 1.20478705907206, 3.50869565217391, 4.58225715476675, 11.5352173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1065, '2022-03-27 00:00:00', 0.520465738526791, 1.01130434782608, 0.664553700278131, 1.4595652173913, 0.835630693623976, 1.93173913043478, 1.24541705318485, 3.36, 4.5889243704239, 11.4478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1080, '2022-03-27 00:00:00', 0.485165714731563, 1.06304347826087, 0.593761041087277, 1.40391304347827, 0.733836364782148, 1.82391304347827, 1.14670140432108, 3.16826086956522, 4.60854079089508, 11.3613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1095, '2022-03-27 00:00:00', 0.422893757857435, 0.888695652173914, 0.541540767774742, 1.29130434782609, 0.97723150937989, 1.77217391304348, 1.20930565123246, 2.99739130434783, 4.66597765005685, 11.3373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:13 Duration: 974ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1110, '2022-03-27 00:00:00', 0.186220513666311, 0.277916666666667, 0.220588393009321, 0.406250000000001, 0.297948298209264, 0.564166666666668, 0.514552711346101, 0.980833333333333, 2.03206893747891, 3.75458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1125, '2022-03-27 00:00:00', 0.160094514656775, 0.249583333333333, 0.190466627606737, 0.345833333333334, 0.286497780551385, 0.50125, 0.568162560938482, 0.955000000000001, 2.01761517998174, 3.86333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1140, '2022-03-27 00:00:00', 0.189597208442728, 0.270833333333334, 0.260428854787248, 0.378333333333334, 0.293300805179326, 0.499166666666668, 0.649413894059175, 0.980833333333334, 2.01373958133848, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1155, '2022-03-27 00:00:00', 0.14720339866902, 0.235833333333334, 0.179586885031626, 0.340833333333334, 0.290530499284486, 0.500833333333334, 1.15300238193753, 1.74833333333333, 2.03057498817667, 3.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1170, '2022-03-27 00:00:00', 0.134883202293204, 0.237499999999999, 0.161702334329274, 0.325416666666667, 0.306664795993032, 0.487916666666666, 1.3900140104601, 2.01791666666667, 2.02905949334568, 3.91708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1185, '2022-03-27 00:00:00', 0.127585577986482, 0.205416666666668, 0.219936996907513, 0.31625, 0.307900499173523, 0.43875, 1.47583702607579, 2.06916666666667, 2.02958869075071, 3.91958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1200, '2022-03-27 00:00:00', 0.145420429958363, 0.215833333333333, 0.207028230939156, 0.302083333333334, 0.295215163488639, 0.462916666666668, 1.48466014995674, 2.08375, 2.02028176396192, 3.91083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1215, '2022-03-27 00:00:00', 0.176725448246627, 0.216666666666667, 0.22466722573362, 0.311666666666668, 0.348835537014305, 0.499166666666667, 1.4719492523349, 2.06541666666667, 2.01137269263945, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1230, '2022-03-27 00:00:00', 0.150303437047881, 0.217916666666668, 0.255766820887048, 0.344166666666668, 0.344944597525922, 0.467083333333335, 1.48578719437089, 2.10375, 2.00991126597705, 3.92291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1245, '2022-03-27 00:00:00', 0.178512371186613, 0.231666666666667, 0.272289008863425, 0.3475, 0.271565176205523, 0.407916666666666, 1.44847120806032, 2.11583333333334, 1.98181881036119, 3.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1260, '2022-03-27 00:00:00', 0.137173855623681, 0.224166666666667, 0.156072725522987, 0.282500000000001, 0.227441663168664, 0.380833333333334, 1.4398286431861, 2.1325, 1.96899992087501, 3.87958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1275, '2022-03-27 00:00:00', 0.117349965883053, 0.201666666666667, 0.142103758785154, 0.2625, 0.207005916039524, 0.380833333333333, 1.44838984813272, 2.17625, 1.97494519278201, 3.88541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1290, '2022-03-27 00:00:00', 0.127494671670416, 0.191249999999998, 0.187565930437458, 0.29375, 0.231566811969672, 0.388333333333333, 1.48430630847925, 2.215, 1.97597742278659, 3.88458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1305, '2022-03-27 00:00:00', 0.135164955581657, 0.2, 0.171793607210109, 0.275, 0.303757865049962, 0.430833333333333, 1.44571875459624, 2.20375, 1.96558635275709, 3.87583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1320, '2022-03-27 00:00:00', 0.11208175070269, 0.186666666666666, 0.157336872043231, 0.27375, 0.356220091549015, 0.528333333333334, 1.41879305463625, 2.21458333333333, 1.95959327338646, 3.85166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1335, '2022-03-27 00:00:00', 0.133410530188652, 0.196249999999999, 0.208178783253964, 0.325833333333332, 0.886546793683956, 1.445, 1.49237913112402, 2.26291666666667, 1.9585593918246, 3.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1350, '2022-03-27 00:00:00', 0.174353879688176, 0.250833333333333, 0.287318625838325, 0.429583333333334, 1.15204889942513, 1.73083333333333, 1.48423008636645, 2.26208333333333, 1.95402367296119, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1365, '2022-03-27 00:00:00', 0.174749821173014, 0.276250000000001, 0.863544158970896, 1.34708333333333, 1.22353898382011, 1.77291666666667, 1.47288825741825, 2.21208333333333, 1.93314562119713, 3.83541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 990, '2022-03-27 00:00:00', 0.403291267143047, 0.800384615384616, 0.618553647943825, 1.14615384615385, 0.836336424762556, 1.30884615384615, 1.30500674917205, 1.86884615384615, 1.8247098821035, 3.63692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1005, '2022-03-27 00:00:00', 0.373561034041086, 0.650384615384616, 0.475396514663123, 0.804615384615385, 0.578164868687659, 0.958846153846155, 1.20122373500463, 1.64230769230769, 1.72044627484132, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1020, '2022-03-27 00:00:00', 0.260534362121685, 0.493076923076923, 0.389540952720193, 0.656923076923078, 0.470187687565788, 0.832692307692309, 1.17364029347221, 1.54346153846154, 1.70204478834679, 3.40269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1035, '2022-03-27 00:00:00', 0.199058166991849, 0.411923076923078, 0.325130033158333, 0.57846153846154, 0.380741988147435, 0.742692307692308, 1.15927829007799, 1.43692307692308, 1.70891819131736, 3.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1050, '2022-03-27 00:00:00', 0.263877594000294, 0.410769230769232, 0.317164601769152, 0.525769230769232, 0.403398066430665, 0.685000000000001, 1.13968612413175, 1.36730769230769, 1.72288291490209, 3.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1065, '2022-03-27 00:00:00', 0.246472029931312, 0.377307692307692, 0.306330138651347, 0.523076923076923, 0.335343910726792, 0.673461538461539, 1.11615390446906, 1.30346153846154, 1.72737564397111, 3.29115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1080, '2022-03-27 00:00:00', 0.201798452384095, 0.341153846153847, 0.227752902539978, 0.42076923076923, 0.370868419544432, 0.63923076923077, 1.11814103967942, 1.23076923076923, 1.76114949350177, 3.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1095, '2022-03-27 00:00:00', 0.157265576457345, 0.277307692307691, 0.225901612348249, 0.423461538461541, 0.339267083351972, 0.616923076923078, 1.11676875920598, 1.18269230769231, 1.76792155238422, 3.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1110, '2022-03-27 00:00:00', 0.212627518300106, 0.337692307692309, 0.326345734553921, 0.471538461538463, 0.847727459832372, 0.794615384615384, 1.11838069753344, 1.15923076923077, 1.78134607703103, 3.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1125, '2022-03-27 00:00:00', 0.178705171893649, 0.293461538461539, 0.22742572752101, 0.407692307692308, 1.12696030917754, 0.783461538461539, 1.11683233367344, 1.09769230769231, 1.87105322047401, 3.45192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1140, '2022-03-27 00:00:00', 0.200204895045052, 0.285000000000002, 0.823811778353435, 0.564615384615386, 1.11738107265984, 0.737307692307694, 1.1028388542582, 1.08846153846154, 1.95386500596599, 3.57269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1155, '2022-03-27 00:00:00', 0.665497847190646, 0.419230769230769, 0.968800050816234, 0.561538461538462, 0.957283335598914, 0.63923076923077, 1.45431432429381, 1.77692307692308, 1.85337434468551, 3.70269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1170, '2022-03-27 00:00:00', 0.466351633591916, 0.349615384615385, 0.466597668891933, 0.434230769230769, 0.526431820408362, 0.547692307692307, 1.18196030129872, 1.83692307692308, 1.70873272879685, 3.67346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1185, '2022-03-27 00:00:00', 0.178808449292704, 0.257307692307692, 0.203797788166455, 0.331538461538462, 0.437782524161872, 0.528461538461539, 1.19661779773082, 1.89307692307692, 1.72319118096451, 3.69038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1200, '2022-03-27 00:00:00', 0.191456361768261, 0.243461538461539, 0.297271955260862, 0.358846153846154, 0.437031419395063, 0.527307692307693, 1.1884496041223, 1.91730769230769, 1.71241098589544, 3.70923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1215, '2022-03-27 00:00:00', 0.179129519106663, 0.249230769230769, 0.302559339380152, 0.366923076923077, 0.334492957267473, 0.491538461538462, 1.18162319908479, 1.91576923076923, 1.71033743859104, 3.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1230, '2022-03-27 00:00:00', 0.162725346708922, 0.226538461538463, 0.221788534072785, 0.316923076923078, 0.277464342823474, 0.447692307692308, 1.1751219249344, 1.91653846153846, 1.71376077677137, 3.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1245, '2022-03-27 00:00:00', 0.20664834492814, 0.236538461538463, 0.222264222526669, 0.315769230769232, 0.26792880799542, 0.454615384615386, 1.1763942301012, 1.91923076923077, 1.71420028450138, 3.72884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1260, '2022-03-27 00:00:00', 0.211101506754086, 0.239615384615385, 0.24701448104545, 0.341923076923075, 0.247147417857937, 0.474615384615384, 1.17074867565095, 1.89730769230769, 1.70795838536946, 3.74461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1275, '2022-03-27 00:00:00', 0.123565616327769, 0.227307692307693, 0.165434625712441, 0.313846153846155, 0.208590876708819, 0.426923076923078, 1.12357615879627, 1.87923076923077, 1.66807028075512, 3.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1290, '2022-03-27 00:00:00', 0.0870411043481989, 0.218076923076922, 0.130596265702296, 0.309230769230769, 0.184199306772269, 0.41423076923077, 1.12564982941479, 1.86346153846154, 1.66383158356293, 3.75653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1305, '2022-03-27 00:00:00', 0.111760733437381, 0.212307692307692, 0.132179365316166, 0.29076923076923, 0.207394458794013, 0.447307692307694, 1.1278783349553, 1.86153846153846, 1.6674515331441, 3.75884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1320, '2022-03-27 00:00:00', 0.103795657238336, 0.211538461538461, 0.186724395835147, 0.315, 0.242436351678919, 0.48923076923077, 1.12574658987509, 1.86423076923077, 1.65944703486989, 3.77269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1335, '2022-03-27 00:00:00', 0.189948981004416, 0.263846153846154, 0.206880121363519, 0.37923076923077, 1.1322943352055, 1.52230769230769, 1.11869456888891, 1.86846153846154, 1.64962037590937, 3.77923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1350, '2022-03-27 00:00:00', 0.0925344010874637, 0.258846153846155, 0.184244402900061, 0.385000000000001, 1.01899950932275, 1.59, 1.00126942504925, 1.82730769230769, 1.57486062875418, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1365, '2022-03-27 00:00:00', 0.191430244375174, 0.318461538461539, 1.00871769322015, 1.44076923076923, 1.04365902182952, 1.63807692307692, 0.996115223486488, 1.80846153846154, 1.58506398803135, 3.77038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 990, '2022-03-27 00:00:00', 0.664191353335885, 0.836923076923077, 0.654241075304344, 0.990769230769231, 0.64288101542976, 1.18, 0.696547088253082, 1.35538461538461, 1.46116749948062, 3.57230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1005, '2022-03-27 00:00:00', 0.245442144208865, 0.515384615384615, 0.265093597404038, 0.678846153846153, 0.388417103323018, 0.910384615384615, 0.604553999624134, 1.15846153846154, 1.47675303908999, 3.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1020, '2022-03-27 00:00:00', 0.167945045957116, 0.448461538461538, 0.331981695510227, 0.650384615384613, 0.42512134014438, 0.828076923076923, 0.869132547207495, 1.15076923076923, 1.49489469657436, 3.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1035, '2022-03-27 00:00:00', 0.257257727700332, 0.441538461538459, 0.320008653729142, 0.588461538461538, 0.302854115680496, 0.703846153846152, 0.839991666625333, 1.065, 1.54177964104422, 3.51269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1050, '2022-03-27 00:00:00', 0.198539281135614, 0.415384615384616, 0.237415572038049, 0.503076923076923, 0.245098724222271, 0.60423076923077, 0.8567495819397, 1.02038461538462, 1.55257191088256, 3.50346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1065, '2022-03-27 00:00:00', 0.169962891877564, 0.300769230769231, 0.191210315138553, 0.414230769230768, 0.250869564637759, 0.533461538461538, 0.87473187100611, 0.970384615384615, 1.56916773629061, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1080, '2022-03-27 00:00:00', 0.158850195515728, 0.295769230769231, 0.203554944387543, 0.378846153846155, 0.266522909969223, 0.517692307692308, 0.882426113708026, 0.949615384615385, 1.56904091234594, 3.47423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1095, '2022-03-27 00:00:00', 0.145944668124075, 0.260384615384615, 0.184468050183389, 0.357307692307693, 0.268667366544868, 0.493076923076925, 0.892867549829462, 0.972692307692307, 1.56313196450637, 3.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1110, '2022-03-27 00:00:00', 0.186902278045136, 0.282692307692307, 0.250929349541936, 0.391538461538463, 0.274454984399153, 0.501538461538461, 0.910934347039011, 1.01576923076923, 1.57708904192308, 3.46538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1125, '2022-03-27 00:00:00', 0.146251627209882, 0.248461538461539, 0.197523513692773, 0.346538461538462, 0.431392913889237, 0.519615384615384, 0.903066229788613, 0.993846153846154, 2.09462803747697, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1140, '2022-03-27 00:00:00', 0.1534866568994, 0.246923076923076, 0.175634673289582, 0.333461538461538, 0.403990289296854, 0.478076923076923, 0.868093667402671, 0.981153846153847, 2.33093959265687, 4.09923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1155, '2022-03-27 00:00:00', 0.122810673552675, 0.227692307692308, 0.379244796120679, 0.368846153846154, 0.487126109086597, 0.460384615384615, 1.04993897258548, 1.51961538461539, 2.36566260030071, 4.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1170, '2022-03-27 00:00:00', 0.350576887210429, 0.281923076923075, 0.36498851404478, 0.346153846153844, 0.53721632943851, 0.454230769230768, 1.02552200591474, 1.57923076923077, 2.3730422214144, 4.23576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1185, '2022-03-27 00:00:00', 0.130845769456317, 0.213846153846153, 0.259479953279334, 0.304615384615384, 0.352615065780496, 0.39576923076923, 0.891625740733443, 1.58269230769231, 2.37685224938039, 4.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1200, '2022-03-27 00:00:00', 0.264730922898065, 0.232307692307691, 0.345488951175888, 0.298846153846155, 0.636768766145499, 0.452307692307693, 0.887907566221758, 1.58961538461538, 2.39015635149992, 4.25923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1215, '2022-03-27 00:00:00', 0.140852350407741, 0.209230769230771, 0.164589933330827, 0.285384615384616, 0.424244668159236, 0.483461538461539, 0.881462159404213, 1.58346153846154, 2.403408733125, 4.26846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1230, '2022-03-27 00:00:00', 0.101359983000423, 0.214615384615386, 0.366594305214068, 0.33923076923077, 0.365596035999383, 0.527307692307693, 0.872730463280881, 1.59769230769231, 2.41139056594706, 4.27269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1245, '2022-03-27 00:00:00', 0.283592340137418, 0.233846153846154, 0.297495184188562, 0.379230769230769, 0.305446961277808, 0.505384615384615, 0.854541172433849, 1.62615384615385, 2.42931813795242, 4.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1260, '2022-03-27 00:00:00', 0.187824795610575, 0.286923076923076, 0.218477599626282, 0.382692307692308, 0.259276211492984, 0.488076923076924, 0.837118592829916, 1.62346153846154, 2.46626672086811, 4.30653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1275, '2022-03-27 00:00:00', 0.138092499657072, 0.258461538461538, 0.195360022680022, 0.338461538461538, 0.287140008733345, 0.465769230769231, 0.844025154564994, 1.61769230769231, 2.4637145501489, 4.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1290, '2022-03-27 00:00:00', 0.15489798131475, 0.235769230769231, 0.229451855181331, 0.338076923076924, 0.380035018629358, 0.511153846153846, 0.861992771699124, 1.62653846153846, 2.46393656261994, 4.32076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1305, '2022-03-27 00:00:00', 0.150888649723512, 0.239230769230769, 0.212867600598624, 0.336153846153846, 0.303159770012192, 0.464615384615384, 0.851356925962675, 1.61384615384615, 2.46071384264498, 4.31615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1320, '2022-03-27 00:00:00', 0.176693128158572, 0.267307692307693, 0.256383426801464, 0.372692307692309, 0.267119103368919, 0.483846153846154, 0.872716801364918, 1.61115384615385, 2.45625230475523, 4.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1335, '2022-03-27 00:00:00', 0.162503964448683, 0.25346153846154, 0.178303112704181, 0.340000000000001, 0.852831663432971, 1.25461538461538, 0.853675492300116, 1.61461538461538, 2.45185518458041, 4.33538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1350, '2022-03-27 00:00:00', 0.121721624398271, 0.248076923076924, 0.188863809295318, 0.371538461538462, 0.829791910893699, 1.31115384615385, 0.836809324848765, 1.60461538461538, 2.43040120144802, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1365, '2022-03-27 00:00:00', 0.142595716841491, 0.288461538461538, 0.821919704107403, 1.17, 0.793892552311322, 1.35423076923077, 0.821013726110311, 1.60346153846154, 2.42812599470329, 4.30961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 990, '2022-03-27 00:00:00', 0.45954760362774, 0.724399999999999, 0.57198484828417, 0.885999999999998, 0.579202900545223, 1.0648, 0.668686523467211, 1.396, 2.47764491671695, 4.2792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1005, '2022-03-27 00:00:00', 0.260865865915799, 0.534799999999999, 0.285585947366696, 0.695199999999999, 0.384301530918973, 0.827199999999999, 0.525777202498041, 1.208, 2.38286088557431, 4.2052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1020, '2022-03-27 00:00:00', 0.231129833643346, 0.4528, 0.324089493813052, 0.5844, 0.365063008260218, 0.7072, 0.519891655379592, 1.0896, 2.41367458452874, 4.182 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1035, '2022-03-27 00:00:00', 0.278919343180068, 0.407200000000001, 0.332286522948694, 0.493200000000001, 0.351111568213487, 0.6772, 0.543978247114104, 1.0696, 2.40928806911917, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1050, '2022-03-27 00:00:00', 0.136957414305809, 0.316399999999999, 0.172750301495155, 0.4348, 0.247095123383688, 0.6068, 0.461194825064924, 1.0144, 2.41979289747422, 4.1632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1065, '2022-03-27 00:00:00', 0.13723702124427, 0.315600000000001, 0.215230883781426, 0.459200000000001, 0.240903161733784, 0.584800000000001, 0.487489487066129, 1.0028, 2.42417250486291, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1080, '2022-03-27 00:00:00', 0.174869475133123, 0.3328, 0.20037464909514, 0.432, 0.271369981145053, 0.546, 0.503895822566529, 0.978799999999999, 2.40633365655444, 4.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1095, '2022-03-27 00:00:00', 0.137485756838057, 0.287600000000002, 0.182366846402154, 0.379200000000001, 0.277366784841541, 0.496400000000001, 0.500743780124459, 0.9388, 2.40926005238123, 4.1744 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1110, '2022-03-27 00:00:00', 0.132853302555864, 0.28, 0.183323939153255, 0.3592, 0.271589764166472, 0.488800000000001, 0.424767387323147, 0.922399999999999, 2.43590660740514, 4.1792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1125, '2022-03-27 00:00:00', 0.103348923555111, 0.216800000000001, 0.151217282962851, 0.308000000000002, 0.227596133534819, 0.444000000000002, 0.364107584833567, 0.8792, 2.49590618146329, 4.3632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1140, '2022-03-27 00:00:00', 0.131898951221507, 0.241599999999999, 0.21383404780343, 0.344, 0.23124518012995, 0.470800000000001, 0.371203897249655, 0.904399999999998, 2.53991942129404, 4.4064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1155, '2022-03-27 00:00:00', 0.130630522211822, 0.216800000000002, 0.139401099947838, 0.309200000000001, 0.232086909008959, 0.4532, 0.752589972472836, 1.502, 2.55146670237597, 4.4436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1170, '2022-03-27 00:00:00', 0.127962234011967, 0.2408, 0.161020702602698, 0.3412, 0.232021550723202, 0.454399999999999, 0.840977209362218, 1.5952, 2.56175018298038, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1185, '2022-03-27 00:00:00', 0.0891945439288016, 0.2184, 0.153929637605411, 0.298799999999999, 0.223019431141474, 0.437200000000001, 0.924304783787973, 1.6868, 2.56156527667492, 4.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1200, '2022-03-27 00:00:00', 0.111806380259208, 0.215600000000001, 0.149764259198693, 0.312800000000001, 0.202333882481408, 0.418400000000001, 0.936996442540382, 1.7104, 2.55499021524545, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1215, '2022-03-27 00:00:00', 0.133525278505606, 0.230400000000001, 0.176542723818722, 0.314400000000002, 0.287938072045594, 0.442, 0.92707550933028, 1.7224, 2.5495478684138, 4.4512 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1230, '2022-03-27 00:00:00', 0.0964831591522596, 0.205600000000001, 0.138452157801894, 0.2724, 0.230259274152713, 0.421199999999999, 0.918709783700307, 1.7288, 2.52908580321032, 4.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1245, '2022-03-27 00:00:00', 0.108355895086516, 0.190799999999999, 0.206830848762947, 0.319599999999999, 0.215593753774701, 0.438399999999999, 0.912720840856246, 1.7352, 2.51709323095775, 4.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1260, '2022-03-27 00:00:00', 0.144485293369258, 0.245199999999999, 0.149499163877261, 0.317999999999999, 0.222671656630713, 0.459199999999998, 0.920162485651311, 1.7364, 2.502966573222, 4.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1275, '2022-03-27 00:00:00', 0.0895358401237561, 0.206, 0.15467385040788, 0.313599999999998, 0.242306967845882, 0.457199999999999, 0.923643509874526, 1.7244, 2.50108889619435, 4.4996 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1290, '2022-03-27 00:00:00', 0.128953479984061, 0.220399999999998, 0.226816372130996, 0.329599999999999, 0.232379000772446, 0.451999999999999, 0.907103999917687, 1.7372, 2.50232738332404, 4.4944 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1305, '2022-03-27 00:00:00', 0.128027340829997, 0.2308, 0.130253598798652, 0.3108, 0.180898682508563, 0.440799999999999, 0.850460659485984, 1.726, 2.47483043190168, 4.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1320, '2022-03-27 00:00:00', 0.0983581889490317, 0.229199999999999, 0.148842198317548, 0.3296, 0.27293344732126, 0.515199999999999, 0.807975865976206, 1.71, 2.46155607966451, 4.448 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1335, '2022-03-27 00:00:00', 0.120784932835185, 0.241600000000002, 0.15414495342588, 0.3324, 0.666216181130419, 1.2476, 0.797370261129253, 1.7008, 2.45913006298298, 4.4304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1350, '2022-03-27 00:00:00', 0.105543040193721, 0.226800000000002, 0.217782766382773, 0.382800000000002, 0.727558703244395, 1.34, 0.773389078450599, 1.6816, 2.46388872854816, 4.4268 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1365, '2022-03-27 00:00:00', 0.173975094002945, 0.315600000000001, 0.612807745817016, 1.186, 0.771806754742835, 1.4476, 0.748668150785112, 1.6696, 2.45308221087947, 4.4296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 990, '2022-03-27 00:00:00', 0.326566991595905, 0.752799999999999, 0.388508687161562, 0.918399999999999, 0.453425113258334, 1.1388, 0.66786974778021, 1.45, 2.35749810887163, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1005, '2022-03-27 00:00:00', 0.23668333274652, 0.5276, 0.319013061383594, 0.738799999999999, 0.383067444018238, 0.873599999999999, 0.654560921534429, 1.214, 2.32037410776797, 4.3788 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1020, '2022-03-27 00:00:00', 0.22233008493379, 0.4884, 0.284413431469049, 0.600799999999999, 0.390366494463855, 0.7712, 0.670382477893528, 1.1428, 2.32120299270299, 4.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1035, '2022-03-27 00:00:00', 0.178384416359725, 0.3628, 0.341224754865957, 0.555200000000001, 0.368487901203463, 0.698, 0.65742249226303, 1.1028, 2.34523829635, 4.3748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1050, '2022-03-27 00:00:00', 0.249290326059128, 0.3996, 0.274288777264643, 0.5148, 0.338298684596909, 0.622799999999999, 0.637691147813736, 1.062, 2.34608837571534, 4.3716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1065, '2022-03-27 00:00:00', 0.127544763383946, 0.3048, 0.160475335591903, 0.412400000000001, 0.25637342555993, 0.5624, 0.634845913063425, 0.9872, 2.36022407128363, 4.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1080, '2022-03-27 00:00:00', 0.124668894810748, 0.305600000000001, 0.183245736648905, 0.400399999999998, 0.210544532106631, 0.540399999999999, 0.64800411521327, 0.9752, 2.37864996724332, 4.3456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1095, '2022-03-27 00:00:00', 0.173658669041694, 0.296399999999998, 0.19432532859443, 0.4196, 0.242624538467705, 0.558, 0.63823245504022, 0.9736, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1110, '2022-03-27 00:00:00', 0.101803732740996, 0.281600000000002, 0.13494196283341, 0.364800000000001, 0.204521392524108, 0.500400000000001, 0.685445840311253, 0.978800000000001, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1125, '2022-03-27 00:00:00', 0.0994685880064633, 0.232399999999999, 0.156233799160104, 0.354399999999999, 0.221547587062765, 0.482000000000001, 0.652180445377913, 0.953200000000001, 2.42866307530158, 4.4128 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1140, '2022-03-27 00:00:00', 0.123048770818728, 0.2492, 0.140386371608263, 0.345999999999999, 0.244912909691044, 0.4864, 0.657196571303696, 0.9436, 2.45245434887855, 4.4136 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1155, '2022-03-27 00:00:00', 0.107196082017953, 0.240799999999999, 0.192642155303559, 0.3388, 0.484521413355488, 0.5112, 1.08043586883566, 1.738, 2.44177360402911, 4.424 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1170, '2022-03-27 00:00:00', 0.11814115850682, 0.223600000000002, 0.168176494592239, 0.322000000000002, 0.423061067301952, 0.5084, 1.13670972547964, 1.8844, 2.41112304400529, 4.4132 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1185, '2022-03-27 00:00:00', 0.0889887633356041, 0.2176, 0.389359302786856, 0.3544, 0.382154855174357, 0.4844, 1.19268296989043, 1.9748, 2.41076426332674, 4.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1200, '2022-03-27 00:00:00', 0.109412131378349, 0.221666666666667, 0.150182859555768, 0.323749999999999, 0.19250023527183, 0.427083333333333, 1.2317393734301, 2.02916666666667, 2.45686080929138, 4.42208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1215, '2022-03-27 00:00:00', 0.104214626640396, 0.222083333333332, 0.122047745468375, 0.3, 0.207412894236718, 0.42125, 1.24386028387319, 2.06333333333333, 2.45355786474503, 4.42375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1230, '2022-03-27 00:00:00', 0.110157167035447, 0.222916666666666, 0.161455674358656, 0.296249999999999, 0.240162610974615, 0.444583333333332, 1.25688012353109, 2.08541666666667, 2.46544275354641, 4.41416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1245, '2022-03-27 00:00:00', 0.15383974345619, 0.216666666666667, 0.209518080572911, 0.302500000000001, 0.254890925805472, 0.429583333333334, 1.25430129519603, 2.0975, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1260, '2022-03-27 00:00:00', 0.150438971207502, 0.226666666666667, 0.209844231393849, 0.314583333333332, 0.242710763034426, 0.410416666666666, 1.25090199340374, 2.10083333333333, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1275, '2022-03-27 00:00:00', 0.116785912144241, 0.217083333333333, 0.136626010212794, 0.293333333333334, 0.204375595553801, 0.402916666666666, 1.20701744941339, 2.10291666666667, 2.46491070479413, 4.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1290, '2022-03-27 00:00:00', 0.0906248438279501, 0.209583333333334, 0.139511959904954, 0.29125, 0.247101677716754, 0.44375, 1.1799495659819, 2.10875, 2.4651483404817, 4.41208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1305, '2022-03-27 00:00:00', 0.102306728354819, 0.208333333333332, 0.157369108251539, 0.292083333333332, 0.248275209616557, 0.446666666666665, 1.16643983302096, 2.10583333333333, 2.44252627446447, 4.40041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1320, '2022-03-27 00:00:00', 0.0965003566862826, 0.214166666666666, 0.189066643414892, 0.326249999999999, 0.23271203515149, 0.453749999999999, 1.15011333720021, 2.09291666666667, 2.41543403097063, 4.38458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1335, '2022-03-27 00:00:00', 0.146835582900729, 0.237083333333334, 0.166328098143049, 0.309583333333334, 0.887227810883877, 1.40416666666667, 1.10146937433988, 2.07, 2.39112656124348, 4.36916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1350, '2022-03-27 00:00:00', 0.10392217684681, 0.222083333333334, 0.159725761355455, 0.324166666666668, 0.928766421237006, 1.55625, 1.05667203857273, 2.04083333333334, 2.37972196494355, 4.35625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1365, '2022-03-27 00:00:00', 0.106813346118784, 0.250000000000001, 0.821753162981177, 1.37652173913044, 0.965762104603277, 1.72652173913044, 1.00047478847372, 2.1204347826087, 2.25857242680296, 4.53695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 990, '2022-03-27 00:00:00', 0.494662019801392, 0.807826086956521, 0.602758481119317, 1.05217391304348, 0.777726493070486, 1.31304347826087, 0.790060036744093, 1.64304347826087, 2.23929945637826, 4.15565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1005, '2022-03-27 00:00:00', 0.361536029180022, 0.530869565217393, 0.495217842431441, 0.740434782608695, 0.634989029191589, 0.972608695652174, 0.63035563084966, 1.31130434782609, 2.15224196003736, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1020, '2022-03-27 00:00:00', 0.300761221325096, 0.431304347826086, 0.466704449816219, 0.623043478260869, 0.488335480486496, 0.825217391304348, 0.54036585469198, 1.17956521739131, 2.11454898058767, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1035, '2022-03-27 00:00:00', 0.346709546856475, 0.405652173913044, 0.375438610424698, 0.552173913043478, 0.461978474251707, 0.751739130434782, 0.528961246217527, 1.13, 2.06585166045482, 3.87608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1050, '2022-03-27 00:00:00', 0.232573673991689, 0.347826086956523, 0.284876368719038, 0.480000000000001, 0.361190390270444, 0.63304347826087, 0.490106465807263, 1.0695652173913, 2.04751830890384, 3.86304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1065, '2022-03-27 00:00:00', 0.200240961563182, 0.326521739130435, 0.271777198914483, 0.450869565217391, 0.283849177788533, 0.563913043478261, 0.498220548969047, 1.03652173913043, 2.04003477843717, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1080, '2022-03-27 00:00:00', 0.188691144005454, 0.269565217391305, 0.203221096909867, 0.384782608695653, 0.277562085779832, 0.550434782608695, 0.537920531327551, 1.03304347826087, 2.03926641464067, 3.85565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1095, '2022-03-27 00:00:00', 0.171077727752056, 0.256956521739131, 0.252594442870722, 0.396956521739131, 0.29463248360501, 0.560869565217392, 0.534792265088435, 1.01869565217391, 2.03821581669239, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:14 Duration: 950ms Database: acaweb_fx User: pgperfstats
14 45s638ms 29 349ms 14s955ms 1s573ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, a.patternprice, atbaridentified as patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = ? then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = ? then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity as interval, patternlengthbars as length, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Mar 27 18 29 45s638ms 1s573ms [ User: postgres - Total duration: 45s638ms - Times executed: 29 ]
-
SELECT CASE WHEN a.old_resultuid = '82038991' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82038991' OR a.resultuid = '82038991') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:18:00 Duration: 14s955ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82038997' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82038997' OR a.resultuid = '82038997') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:13 Duration: 10s12ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82010715' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82010715' OR a.resultuid = '82010715') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:48:26 Duration: 5s748ms Database: acaweb_fx User: postgres Bind query: yes
15 38s559ms 132 116ms 956ms 292ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Mar 27 18 132 38s559ms 292ms [ User: postgres - Total duration: 38s559ms - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:04 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:16:30 Duration: 935ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:46:26 Duration: 915ms Database: acaweb_fx User: postgres Bind query: yes
16 30s929ms 4 6s987ms 8s817ms 7s732ms select updateresultsmaterializedview ();Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 18 4 30s929ms 7s732ms [ User: postgres - Total duration: 30s929ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:47:48 Duration: 8s817ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:02:55 Duration: 7s645ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:32:48 Duration: 7s478ms Database: acaweb_fx User: postgres
17 28s822ms 30 51ms 6s340ms 960ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 18 30 28s822ms 960ms [ User: postgres - Total duration: 28s822ms - Times executed: 30 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580369992 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s340ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580369992 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s253ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580358347 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 4s956ms Database: acaweb_fx User: postgres Bind query: yes
18 23s910ms 11 1s929ms 2s617ms 2s173ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?[...];Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 18 11 23s910ms 2s173ms [ User: pgperfstats - Total duration: 23s910ms - Times executed: 11 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1095, '2022-03-27 00:00:00', 0.000468877546749856, 0.000743076923076923, 0.000519863887511418, 0.00108230769230769, 0.000841052088389671, 0.00166384615384614, 0.00123341159141877, 0.00260192307692308, 0.00367975358706784, 0.00883230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1110, '2022-03-27 00:00:00', 0.000436625521647385, 0.000694615384615392, 0.000752126421451944, 0.00114692307692307, 0.000918502795104829, 0.00169923076923074, 0.00124741067199836, 0.00255576923076922, 0.00368092866626807, 0.0088396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1125, '2022-03-27 00:00:00', 0.000636441549675874, 0.000774615384615378, 0.000753011594557786, 0.00116769230769229, 0.000845497759629477, 0.00148230769230767, 0.00114493641073005, 0.00240076923076923, 0.00371839138089828, 0.00878769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1140, '2022-03-27 00:00:00', 0.000470995182075618, 0.000702692307692325, 0.000677111966652944, 0.00104615384615386, 0.00068392723409622, 0.00127269230769233, 0.0009460155308532, 0.00222423076923077, 0.00371957907047809, 0.00876269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1155, '2022-03-27 00:00:00', 0.000525139834857216, 0.00060961538461539, 0.000522442930265748, 0.000771153846153851, 0.000601473063531427, 0.00117538461538461, 0.000771584982108537, 0.00212076923076924, 0.00372914978967678, 0.00875307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1170, '2022-03-27 00:00:00', 0.00026995184755804, 0.000485, 0.000356007778653145, 0.000738461538461551, 0.000575964876065861, 0.00119653846153845, 0.000716923019148265, 0.00209115384615385, 0.00372666196275107, 0.00878423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1185, '2022-03-27 00:00:00', 0.000339906095629612, 0.000578076923076927, 0.00042320262468286, 0.000907307692307684, 0.000556374527979704, 0.00117615384615384, 0.000660917427636678, 0.00204961538461539, 0.0037296740422641, 0.00877730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1200, '2022-03-27 00:00:00', 0.000409506269323666, 0.000550769230769226, 0.000522621792945479, 0.000828461538461509, 0.000565368906113537, 0.00114499999999999, 0.000611143694547077, 0.00199384615384615, 0.00373018613682814, 0.00877615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1215, '2022-03-27 00:00:00', 0.000485659741604516, 0.000554230769230762, 0.000512035004812981, 0.000739615384615396, 0.000519807064799402, 0.00119076923076923, 0.000603987264256986, 0.00194384615384615, 0.00374880748218175, 0.00878846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1230, '2022-03-27 00:00:00', 0.000352655857524235, 0.000473076923076948, 0.000466678113412735, 0.000832692307692323, 0.000496445984357447, 0.00115115384615385, 0.000636870352704421, 0.0019196153846154, 0.00374006155852264, 0.00880269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1245, '2022-03-27 00:00:00', 0.000420780958914038, 0.000606153846153846, 0.000469901626366105, 0.000873461538461547, 0.00056275763330775, 0.00119192307692307, 0.000663630573784501, 0.00185846153846154, 0.00372415278956172, 0.00884500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1260, '2022-03-27 00:00:00', 0.000375767726947626, 0.000565769230769248, 0.000419843377390246, 0.000752692307692311, 0.000604448636234818, 0.00111692307692308, 0.000636798362000213, 0.00172807692307691, 0.00372880993595301, 0.00884653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1275, '2022-03-27 00:00:00', 0.000308701498837662, 0.000476153846153823, 0.000440716898490819, 0.00070076923076921, 0.00061473096053976, 0.0010530769230769, 0.000554856599630778, 0.0017053846153846, 0.00372877641304247, 0.00885153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1290, '2022-03-27 00:00:00', 0.000263749589864799, 0.000459615384615381, 0.000462923319784147, 0.000764999999999999, 0.000526140665601896, 0.000909999999999984, 0.000544216727190404, 0.00163961538461537, 0.00372436677116449, 0.00888038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1305, '2022-03-27 00:00:00', 0.000461930564212668, 0.000570384615384611, 0.000502016395686892, 0.000732692307692291, 0.000475021618941206, 0.000861538461538452, 0.000534651719849913, 0.00160730769230769, 0.00371807510165392, 0.00889230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1320, '2022-03-27 00:00:00', 0.000263155116584514, 0.000428846153846136, 0.000251802425600811, 0.000562692307692305, 0.000298342343367735, 0.00081192307692305, 0.000483150717048664, 0.00162884615384614, 0.00371417815736076, 0.00890076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1335, '2022-03-27 00:00:00', 0.00018247022939478, 0.000330769230769229, 0.000207422645451608, 0.000471923076923077, 0.000512934843665499, 0.00111692307692307, 0.000502544908058377, 0.00169923076923077, 0.00371362955362256, 0.00890269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1350, '2022-03-27 00:00:00', 0.000186055409447303, 0.000316153846153842, 0.000236439291281148, 0.000596538461538433, 0.000499520385354412, 0.00114615384615382, 0.000484766081575595, 0.00179307692307692, 0.00371275232760741, 0.00890461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1365, '2022-03-27 00:00:00', 0.000194602553544783, 0.000446923076923058, 0.000561679487033185, 0.00102038461538461, 0.000525469460431488, 0.00113307692307691, 0.000493856410149913, 0.00187307692307692, 0.00371029478405905, 0.00891076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1380, '2022-03-27 00:00:00', 0.000533574714809995, 0.000712608695652189, 0.00047996170795878, 0.000862173913043469, 0.000484532291495625, 0.000985217391304353, 0.000637294181299193, 0.00199434782608696, 0.00379721933835244, 0.00884739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1395, '2022-03-27 00:00:00', 0.000224698304540213, 0.000505652173913045, 0.000276140824473151, 0.000650869565217388, 0.000271994536099524, 0.000819130434782598, 0.000630539012782178, 0.00193608695652174, 0.00397353567629024, 0.00889304347826086 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1410, '2022-03-27 00:00:00', 0.000307259980557464, 0.000437826086956513, 0.00030922828846558, 0.00055695652173913, 0.000324035205231228, 0.000765217391304331, 0.000656867942642332, 0.00205869565217394, 0.00397276941665949, 0.00889173913043477 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1425, '2022-03-27 00:00:00', 0.0002459289077518, 0.000400869565217401, 0.000220900063251855, 0.000618260869565213, 0.000305379307974746, 0.000747391304347828, 0.000719051307354833, 0.002104347826087, 0.00397276941665949, 0.00889173913043477 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 0, '2022-03-27 00:00:00', 0.000196777500277306, 0.000475769230769239, 0.000392444214555981, 0.000612692307692316, 0.000406743351323838, 0.000761923076923089, 0.000645471801207341, 0.00204461538461542, 0.00385764210566311, 0.00892884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 15, '2022-03-27 00:00:00', 0.000253571413093937, 0.000352307692307712, 0.000261829069315188, 0.000467692307692314, 0.000291338555371831, 0.000753076923076963, 0.000663596726472177, 0.00204615384615389, 0.00385663889137443, 0.00892653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 30, '2022-03-27 00:00:00', 0.000152461344407203, 0.000302692307692292, 0.000244688813362221, 0.000463846153846144, 0.000291546539364418, 0.000750769230769239, 0.000662553684327074, 0.00207423076923079, 0.00385663889137443, 0.00892653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 45, '2022-03-27 00:00:00', 0.000195965852598423, 0.000328846153846156, 0.000238651661181351, 0.000611153846153879, 0.000264235617467572, 0.000797307692307698, 0.00072532433063795, 0.00218923076923079, 0.00385647379789445, 0.00892692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 60, '2022-03-27 00:00:00', 0.000188757883177227, 0.000491538461538462, 0.00019838734450951, 0.000568461538461539, 0.000289080505156509, 0.000916538461538437, 0.000749479511702329, 0.00221346153846157, 0.00386789857475809, 0.00890923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 75, '2022-03-27 00:00:00', 0.000137158527035181, 0.000332692307692318, 0.000232633088459396, 0.000523076923076917, 0.000324689911240799, 0.000966538461538491, 0.000781695691331473, 0.00219807692307696, 0.00386898159925643, 0.00891115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 90, '2022-03-27 00:00:00', 0.000203273593578094, 0.000398076923076926, 0.000267552151638066, 0.000661923076923049, 0.000398491964980285, 0.00109961538461541, 0.000815563703119612, 0.00220807692307696, 0.00386676420080351, 0.00890576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 105, '2022-03-27 00:00:00', 0.000254946148159858, 0.000538461538461488, 0.000326956360296722, 0.000852692307692317, 0.000458711405838285, 0.00120807692307694, 0.000845611021687875, 0.00224500000000004, 0.00386363760444245, 0.00890346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 120, '2022-03-27 00:00:00', 0.000229574857910498, 0.000593846153846193, 0.000354045846661787, 0.000862692307692348, 0.000637226321345408, 0.00127423076923082, 0.000892187286306068, 0.00218307692307696, 0.0038637431830565, 0.00887923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 135, '2022-03-27 00:00:00', 0.000247282149655939, 0.000562692307692305, 0.000347094312166664, 0.000802307692307688, 0.000505937211063238, 0.00115730769230771, 0.000866507135218539, 0.00209115384615385, 0.00387729217565362, 0.00884884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 150, '2022-03-27 00:00:00', 0.000212194395633965, 0.000547692307692266, 0.000347281530661305, 0.000852692307692283, 0.00043708826779742, 0.00122307692307693, 0.000895332254614935, 0.00214038461538461, 0.00388174591963662, 0.00883923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 165, '2022-03-27 00:00:00', 0.000253321625910305, 0.000580384615384592, 0.000353178969667477, 0.000819230769230764, 0.000432003027054911, 0.00116115384615386, 0.000893110381669696, 0.00217692307692307, 0.00388649947302792, 0.00882692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 180, '2022-03-27 00:00:00', 0.000247324452117826, 0.000605769230769237, 0.000353722403109466, 0.000883461538461553, 0.000314338377206169, 0.00107615384615388, 0.000824567765559633, 0.00219000000000001, 0.00388174863451237, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 195, '2022-03-27 00:00:00', 0.000274967970162691, 0.000569230769230792, 0.000338848729580693, 0.000757692307692344, 0.000352982239692693, 0.0010273076923077, 0.00083315941774946, 0.00218115384615385, 0.00390912598927179, 0.00882499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 210, '2022-03-27 00:00:00', 0.000202191455347107, 0.000505769230769265, 0.000187298199096023, 0.000693846153846182, 0.000376375630699751, 0.000971153846153846, 0.000873447986210642, 0.00213923076923077, 0.00391233436120256, 0.00881192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 225, '2022-03-27 00:00:00', 0.000159350605221977, 0.000473846153846167, 0.000319987499755842, 0.000720000000000011, 0.000646679685303783, 0.00108884615384615, 0.000855410652619784, 0.00213923076923075, 0.00391236682250607, 0.00880692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 240, '2022-03-27 00:00:00', 0.000215221174251395, 0.000528076923076958, 0.000268239846750275, 0.000666153846153872, 0.000677063796562321, 0.00108076923076923, 0.000771419071980587, 0.00217076923076923, 0.00392846918708118, 0.00879692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 255, '2022-03-27 00:00:00', 0.000178575991150516, 0.000424230769230739, 0.000587788685210558, 0.000786538461538439, 0.000626921170360496, 0.00100692307692307, 0.000893600581915669, 0.00235499999999999, 0.00406690366060171, 0.00885576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 270, '2022-03-27 00:00:00', 0.00049982643141242, 0.00058230769230769, 0.000550768414266711, 0.000774615384615386, 0.000548651073087469, 0.000964999999999985, 0.000877771303665401, 0.00247230769230769, 0.00407795176717244, 0.00881115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 285, '2022-03-27 00:00:00', 0.000159825385487298, 0.000458076923076952, 0.000267567964047708, 0.00066615384615388, 0.000390596388182942, 0.000948461538461552, 0.000855791131958292, 0.0025023076923077, 0.00404471623041909, 0.00886423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 300, '2022-03-27 00:00:00', 0.000191719747387857, 0.00044269230769233, 0.000200689963721329, 0.00058730769230768, 0.000380346400818232, 0.000899230769230759, 0.00091619984383656, 0.00259692307692308, 0.00404768705084011, 0.0088376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 315, '2022-03-27 00:00:00', 0.000180356911108527, 0.000383846153846115, 0.000290755249969141, 0.000621153846153842, 0.000444386526140642, 0.000919230769230762, 0.000962409156552158, 0.00302923076923077, 0.00405393013487675, 0.00881846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 330, '2022-03-27 00:00:00', 0.000295448550772961, 0.000494615384615414, 0.000336712614280131, 0.000650769230769258, 0.000540569500263713, 0.00108923076923079, 0.000979179955174443, 0.00313576923076922, 0.004056698335422, 0.00881423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 345, '2022-03-27 00:00:00', 0.000138223898634898, 0.000364615384615374, 0.00033638348079808, 0.000624615384615369, 0.000501846436824933, 0.00108461538461537, 0.0010700806583546, 0.00320615384615386, 0.00407734921430393, 0.00877615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 360, '2022-03-27 00:00:00', 0.000305414724344028, 0.000466923076923061, 0.000448408467634346, 0.000753076923076929, 0.000476915731953403, 0.00108384615384616, 0.00110764504172661, 0.00334153846153848, 0.00408022834956766, 0.00877076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 375, '2022-03-27 00:00:00', 0.000349076143335756, 0.000536923076923084, 0.000401478038483597, 0.000783846153846139, 0.000434077802313776, 0.00104346153846153, 0.00116789811199438, 0.003565, 0.00408381887641762, 0.00876384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 390, '2022-03-27 00:00:00', 0.000240901192640027, 0.000535769230769231, 0.000285937325031493, 0.000728076923076945, 0.000308635707590683, 0.000980000000000024, 0.00120912886632675, 0.00382384615384616, 0.00408906346245693, 0.00876000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 405, '2022-03-27 00:00:00', 0.000190996173944779, 0.000506538461538458, 0.000214377094069142, 0.000691538461538483, 0.000302153297821828, 0.00102384615384617, 0.00139342809149016, 0.00401538461538462, 0.00408939574246144, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 420, '2022-03-27 00:00:00', 0.000210757242780881, 0.000528846153846177, 0.000238544625723419, 0.00075653846153849, 0.000396552838656037, 0.00117692307692311, 0.00134680368051403, 0.00416807692307694, 0.00408939574246144, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 435, '2022-03-27 00:00:00', 0.000216226732852331, 0.000595000000000038, 0.000308069173051473, 0.000831153846153868, 0.000643366147695087, 0.00145000000000002, 0.00127985864604112, 0.00428692307692308, 0.00409049722386678, 0.00875653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 450, '2022-03-27 00:00:00', 0.000240394547487122, 0.00061153846153848, 0.000315546900085925, 0.000865384615384648, 0.000757781884591736, 0.00169576923076924, 0.00120704655445239, 0.00443576923076924, 0.00408898243877564, 0.00875423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 465, '2022-03-27 00:00:00', 0.000197120814184122, 0.000633846153846173, 0.000605377441067842, 0.00122461538461539, 0.000814006236982354, 0.00179692307692306, 0.00116516205541746, 0.00458884615384617, 0.00414675131416615, 0.00879230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 480, '2022-03-27 00:00:00', 0.00055418422374348, 0.00103807692307691, 0.000772110394657701, 0.00145769230769229, 0.000861458959243871, 0.00203346153846151, 0.00121440210043399, 0.00477730769230769, 0.0041820316189071, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 495, '2022-03-27 00:00:00', 0.000570493982979123, 0.000980769230769208, 0.000620711254560818, 0.00134769230769227, 0.000846594263005507, 0.0023653846153846, 0.00126983681568207, 0.00478846153846153, 0.00411282878508029, 0.00879615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 510, '2022-03-27 00:00:00', 0.000370132616566224, 0.000966923076923075, 0.000540294506585204, 0.00144692307692307, 0.000897191258230982, 0.00241807692307691, 0.00128337230044071, 0.0048373076923077, 0.00414454607331688, 0.00871307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 525, '2022-03-27 00:00:00', 0.000472104453891938, 0.000988846153846141, 0.000845276559203217, 0.00195269230769231, 0.000926499117854165, 0.00240384615384614, 0.00135614595311632, 0.00485038461538462, 0.00411694135904876, 0.00863692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 540, '2022-03-27 00:00:00', 0.000774079801093843, 0.00157653846153847, 0.000847949563086398, 0.00197769230769228, 0.000773344385420558, 0.00235153846153847, 0.00170734310012325, 0.00491269230769231, 0.00410297363084199, 0.00854384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 555, '2022-03-27 00:00:00', 0.000389969821317565, 0.00115269230769229, 0.000469961209528546, 0.00148653846153845, 0.000753641518536181, 0.00220346153846153, 0.00173366219759923, 0.00474615384615384, 0.00406618197405798, 0.00848961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 570, '2022-03-27 00:00:00', 0.000345025528598394, 0.00109884615384615, 0.000501894411206183, 0.00145500000000003, 0.000746741021938734, 0.00228692307692306, 0.00157922843868087, 0.00480769230769231, 0.0038907853270951, 0.00851769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 585, '2022-03-27 00:00:00', 0.000317956213724709, 0.00109807692307693, 0.000692648095799989, 0.00173576923076922, 0.00109441976196731, 0.00234884615384613, 0.00157856765650185, 0.00477038461538462, 0.00387546183848305, 0.00854730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 600, '2022-03-27 00:00:00', 0.000593489290940897, 0.00127846153846153, 0.000686871278949806, 0.00174192307692306, 0.00109726688430145, 0.00231884615384616, 0.0016685785751766, 0.00471230769230768, 0.003870038063816, 0.00854115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 615, '2022-03-27 00:00:00', 0.000368051835814115, 0.00111692307692306, 0.000662878687126184, 0.00149192307692306, 0.00081251253244771, 0.00206615384615384, 0.00158988054703685, 0.00466807692307693, 0.0036887937573976, 0.00846076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 630, '2022-03-27 00:00:00', 0.000631995618290552, 0.00103230769230768, 0.000643623994389433, 0.00150038461538462, 0.000777443641291498, 0.00201884615384616, 0.00196177584385638, 0.0047273076923077, 0.00360081401053452, 0.00846153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 645, '2022-03-27 00:00:00', 0.000468617771093477, 0.00106115384615385, 0.000540452943941837, 0.00142576923076925, 0.000722453086046765, 0.00203769230769233, 0.00229133269920835, 0.00476846153846155, 0.0035276525426321, 0.00843269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 660, '2022-03-27 00:00:00', 0.000338898895746898, 0.000992692307692338, 0.000501671053733253, 0.00140538461538464, 0.00086242020812632, 0.00211384615384618, 0.00230809415219234, 0.00466115384615387, 0.00357652482811933, 0.0084753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 675, '2022-03-27 00:00:00', 0.000334607232438289, 0.000985000000000014, 0.000551506607813149, 0.00146653846153848, 0.00102766359356478, 0.0022473076923077, 0.0022746688009128, 0.00464307692307694, 0.00349609208204732, 0.00853961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 690, '2022-03-27 00:00:00', 0.000485122664900339, 0.00102000000000001, 0.000784148337615173, 0.00155615384615387, 0.00100271907255302, 0.00221846153846156, 0.00219986576513553, 0.00460576923076924, 0.00338435525049287, 0.00859730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 705, '2022-03-27 00:00:00', 0.000621440633961533, 0.0011126923076923, 0.00078069446402153, 0.00160038461538461, 0.000834415871226004, 0.00224538461538463, 0.00205812195945719, 0.00449499999999999, 0.00326317391507106, 0.00861999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 720, '2022-03-27 00:00:00', 0.000554595486680255, 0.0011080769230769, 0.000651932983813971, 0.00152384615384612, 0.000870463095139586, 0.00235499999999999, 0.00192925669225621, 0.00466076923076922, 0.00314265642166233, 0.00866423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 735, '2022-03-27 00:00:00', 0.000284322676927799, 0.000960769230769214, 0.000497684020855996, 0.00147423076923077, 0.000794241679939996, 0.00216961538461534, 0.00187900874030803, 0.00490461538461537, 0.00300947968924864, 0.00867000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 750, '2022-03-27 00:00:00', 0.000340096140253582, 0.00101423076923077, 0.000582036213517839, 0.00159307692307692, 0.000700857606518901, 0.00210423076923075, 0.00175991927262415, 0.00492961538461538, 0.00283226802295375, 0.00878692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 765, '2022-03-27 00:00:00', 0.000518798760451645, 0.00117192307692306, 0.00056316263534271, 0.00156807692307689, 0.000621458334515229, 0.00195230769230769, 0.00153075913796444, 0.00505653846153846, 0.00276517967144719, 0.00878884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 780, '2022-03-27 00:00:00', 0.000345059192246564, 0.00099461538461535, 0.000443749236185661, 0.00141576923076922, 0.000474177019850025, 0.00199038461538461, 0.00231724149666065, 0.00549192307692306, 0.00277720947383136, 0.00879269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 795, '2022-03-27 00:00:00', 0.000340501892008746, 0.000978461538461552, 0.00038638303036475, 0.00127961538461538, 0.000757203051722879, 0.0021273076923077, 0.00282991687836614, 0.00565153846153845, 0.00280359409439989, 0.00883038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 810, '2022-03-27 00:00:00', 0.000329454794377726, 0.000922692307692297, 0.000479361915627288, 0.00147961538461538, 0.00100325439675854, 0.00235923076923078, 0.00287495040759905, 0.00565961538461537, 0.00288727438679033, 0.00887576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 825, '2022-03-27 00:00:00', 0.000396055357436137, 0.00101961538461539, 0.000671309168714381, 0.00155000000000001, 0.00134573468639022, 0.00257461538461539, 0.00292731402220797, 0.00566923076923075, 0.00283066102636009, 0.00888538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 840, '2022-03-27 00:00:00', 0.000473263627947957, 0.00106230769230773, 0.000695043994180345, 0.0016769230769231, 0.00108028258411328, 0.00255769230769233, 0.0028491845257088, 0.00565730769230769, 0.00273050471524957, 0.00881000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 855, '2022-03-27 00:00:00', 0.000558101727699836, 0.00116846153846155, 0.00104298152502258, 0.00186769230769231, 0.00104504633684532, 0.00249461538461538, 0.0028577868790646, 0.00556461538461537, 0.00268261367957562, 0.00876192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 870, '2022-03-27 00:00:00', 0.000865947680068102, 0.00140423076923076, 0.000832893381301214, 0.00187076923076922, 0.000914886541935889, 0.00241576923076921, 0.00285562174288919, 0.00538346153846152, 0.00273708595744848, 0.00873653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 885, '2022-03-27 00:00:00', 0.00044870908855721, 0.00110961538461537, 0.000774844897630858, 0.00167384615384615, 0.00086374426414662, 0.00232692307692306, 0.00295661316113815, 0.00521423076923077, 0.00280189982251055, 0.00884884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 900, '2022-03-27 00:00:00', 0.000636228309287174, 0.00119769230769232, 0.000783627855161239, 0.00165615384615386, 0.00111552760887119, 0.00245461538461537, 0.00299068865236498, 0.00509884615384613, 0.00290784173201733, 0.00881653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 915, '2022-03-27 00:00:00', 0.00047812196705925, 0.00108615384615386, 0.000607328576637072, 0.00169, 0.0010717919574246, 0.00288499999999999, 0.00303923019099346, 0.0049480769230769, 0.00287093297620236, 0.00883192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 930, '2022-03-27 00:00:00', 0.000408604378906475, 0.00132846153846154, 0.00076486217964166, 0.00196692307692307, 0.000893916189497755, 0.00284692307692307, 0.00306577654863395, 0.00483461538461536, 0.00291057065512274, 0.00881846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 945, '2022-03-27 00:00:00', 0.000833710612032382, 0.00153576923076923, 0.000938207128188994, 0.00228384615384616, 0.00103268939406553, 0.00298076923076922, 0.00311701820038615, 0.00469769230769228, 0.00286902215987368, 0.00901192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 960, '2022-03-27 00:00:00', 0.000562060084387359, 0.00165653846153845, 0.000713867042134704, 0.00218692307692306, 0.00245425699237371, 0.0033057692307692, 0.00306919052219612, 0.00448769230769226, 0.002779053519013, 0.00898769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 975, '2022-03-27 00:00:00', 0.000547873651913937, 0.00131153846153846, 0.000847364148403734, 0.00187499999999999, 0.00299668927574827, 0.00316884615384614, 0.0029642886810524, 0.00418923076923073, 0.00276221095946988, 0.00883576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 990, '2022-03-27 00:00:00', 0.000820347112273469, 0.00136423076923076, 0.00247386900343446, 0.00234961538461538, 0.0030049552153325, 0.00307961538461539, 0.00292371039289778, 0.00402230769230769, 0.0027406830142531, 0.0087192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1005, '2022-03-27 00:00:00', 0.00178857541076691, 0.001825, 0.00230210515699138, 0.00240807692307694, 0.00232097061924203, 0.00288384615384616, 0.00226729974944784, 0.00378807692307692, 0.00265427982409833, 0.00869576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1020, '2022-03-27 00:00:00', 0.000800821981562596, 0.00131038461538464, 0.000970488298982304, 0.00180346153846155, 0.00105565531962194, 0.00230192307692309, 0.00167143715222746, 0.00343692307692308, 0.00263946256184562, 0.00869115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1035, '2022-03-27 00:00:00', 0.000454798687502366, 0.00116538461538461, 0.000627768698217349, 0.00149846153846153, 0.000914448131178224, 0.00201923076923075, 0.00141173019867332, 0.00314307692307689, 0.00238557501534665, 0.00859192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1050, '2022-03-27 00:00:00', 0.000476486499929829, 0.00102076923076923, 0.000639681651592881, 0.00145615384615382, 0.000949080283545798, 0.00195576923076922, 0.00149425319654488, 0.00303384615384615, 0.0024503816971114, 0.00856769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1065, '2022-03-27 00:00:00', 0.000565764968869591, 0.000984999999999979, 0.000756033068059888, 0.00136499999999998, 0.00104147654059771, 0.00185576923076924, 0.00154801376459793, 0.00288884615384617, 0.00247559111822117, 0.00863076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1080, '2022-03-27 00:00:00', 0.00034546490415094, 0.000884999999999991, 0.000578950775109587, 0.00124000000000001, 0.000764382204035465, 0.00169807692307695, 0.00113848590410515, 0.00267307692307692, 0.00234727970212331, 0.00855500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1095, '2022-03-27 00:00:00', 0.00031416311295006, 0.000777692307692321, 0.000597505197917507, 0.00121269230769232, 0.000635639472076354, 0.00162153846153847, 0.00111143040198722, 0.00259153846153848, 0.00232262706036474, 0.00863730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1110, '2022-03-27 00:00:00', 0.000605106475055271, 0.000915384615384626, 0.000608879424718991, 0.00122307692307696, 0.00065218591025753, 0.00156230769230772, 0.00104579068357207, 0.00253307692307694, 0.00227222899712697, 0.00870615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1125, '2022-03-27 00:00:00', 0.000477782860239319, 0.000822692307692317, 0.000570024021086286, 0.00117076923076921, 0.000652533641926726, 0.00151192307692307, 0.00102832589865575, 0.00247692307692309, 0.00236791271278836, 0.00870884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1140, '2022-03-27 00:00:00', 0.000290609968593917, 0.000723076923076929, 0.000445222848262956, 0.00104923076923079, 0.000580365004511417, 0.00142653846153847, 0.00103295572918762, 0.00240846153846157, 0.00238133734243211, 0.00872346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1155, '2022-03-27 00:00:00', 0.000409480721815388, 0.000722307692307693, 0.000596133825966576, 0.00102346153846152, 0.000725637756629403, 0.0014230769230769, 0.00102659564356401, 0.00249884615384615, 0.00265181287772377, 0.00884346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1170, '2022-03-27 00:00:00', 0.000317038459205445, 0.000685769230769231, 0.000358005801414084, 0.000928076923076923, 0.000531084376897494, 0.00134115384615383, 0.000819104295040526, 0.00238038461538461, 0.00262431931101266, 0.00886961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1185, '2022-03-27 00:00:00', 0.000233070474650571, 0.00060538461538461, 0.000288917608697354, 0.000855769230769209, 0.000539097821863976, 0.00133230769230768, 0.000773642036086438, 0.002265, 0.00266787777946329, 0.00887038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1200, '2022-03-27 00:00:00', 0.000207119437857641, 0.000672307692307673, 0.000378050057735533, 0.000965384615384603, 0.000493471844727205, 0.00141769230769232, 0.000731502563221742, 0.00223, 0.00266996228725889, 0.00885884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1215, '2022-03-27 00:00:00', 0.000297643307436161, 0.000673461538461535, 0.000490132164279745, 0.000978461538461543, 0.00046144922214194, 0.00127923076923077, 0.000718141618774018, 0.00212923076923077, 0.00257254845211156, 0.00895153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1230, '2022-03-27 00:00:00', 0.000344929870241212, 0.000636153846153829, 0.000484167961955998, 0.000941153846153846, 0.000522332785168151, 0.00124653846153846, 0.000759316392958418, 0.00207576923076923, 0.00256523335270814, 0.00895307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1245, '2022-03-27 00:00:00', 0.000387159478172071, 0.000682692307692322, 0.000411155220548905, 0.000903846153846165, 0.000548875774091543, 0.00123615384615387, 0.000780730328701168, 0.00201038461538463, 0.00236064280685124, 0.00907769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1260, '2022-03-27 00:00:00', 0.000330714145681529, 0.000620384615384615, 0.00043610108214283, 0.000871923076923084, 0.000501472447283634, 0.00122884615384617, 0.000789430174239631, 0.00193, 0.00234503219594105, 0.00918000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1275, '2022-03-27 00:00:00', 0.000241688929124875, 0.000548461538461528, 0.000318052729058454, 0.000768461538461551, 0.000469630296493542, 0.00106384615384615, 0.000710704958799032, 0.00180153846153845, 0.00230082102402933, 0.0092342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1290, '2022-03-27 00:00:00', 0.000195891649800448, 0.000521538461538488, 0.000329905347731053, 0.000828461538461534, 0.000433192087433951, 0.000959230769230768, 0.000697846798263168, 0.00177307692307692, 0.00234115579608415, 0.00936230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1305, '2022-03-27 00:00:00', 0.000328243811822852, 0.000729999999999991, 0.000438703158796975, 0.000857307692307689, 0.000424185735806287, 0.000941538461538438, 0.00068433920963667, 0.00179807692307692, 0.00235852669135758, 0.00943192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1320, '2022-03-27 00:00:00', 0.000224602212469406, 0.000503076923076931, 0.000248869443684823, 0.000639999999999991, 0.000365416727333865, 0.000885769230769226, 0.000699692789729893, 0.001735, 0.00249088689796658, 0.00952846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1335, '2022-03-27 00:00:00', 0.000125477549325031, 0.000356153846153831, 0.000162530470516008, 0.000478076923076912, 0.000699496522232527, 0.00123923076923076, 0.000723152925629278, 0.00178307692307692, 0.00251922714033796, 0.00954576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1350, '2022-03-27 00:00:00', 0.000166956465997765, 0.000352307692307703, 0.00031982399005609, 0.000619230769230752, 0.000622421079334585, 0.00128999999999999, 0.000754798903427513, 0.00185576923076923, 0.00255139479199425, 0.0095592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1365, '2022-03-27 00:00:00', 0.000343205701942952, 0.000506923076923042, 0.000690527223325656, 0.0011603846153846, 0.000626637424304103, 0.00127769230769229, 0.000752327363279067, 0.0019273076923077, 0.00255139479199425, 0.0095592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1380, '2022-03-27 00:00:00', 0.000630742193202358, 0.000734999999999981, 0.000578351328986332, 0.000950454545454535, 0.000656674852169537, 0.00110136363636363, 0.000700335262941587, 0.00185136363636362, 0.00250758938932487, 0.00967045454545458 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1395, '2022-03-27 00:00:00', 0.000315780144352186, 0.000711363636363634, 0.00039164101417328, 0.000872727272727257, 0.000378942479272751, 0.00099454545454548, 0.000477999076236677, 0.00183454545454544, 0.00250843999571872, 0.00966954545454548 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1410, '2022-03-27 00:00:00', 0.000276474402500696, 0.00052999999999999, 0.000271301576579571, 0.000559545454545457, 0.000410044079564795, 0.000851363636363663, 0.00051268350109436, 0.00174409090909089, 0.00249480915648328, 0.00962818181818184 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1425, '2022-03-27 00:00:00', 0.00019283092654903, 0.000361363636363652, 0.000211154320784911, 0.000546363636363673, 0.000411551020438793, 0.000768636363636383, 0.000633831371732402, 0.00180772727272724, 0.00249195224152191, 0.00962545454545457 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 0, '2022-03-27 00:00:00', 0.00024232717870361, 0.000437692307692289, 0.000410339446724843, 0.000592307692307687, 0.000462196927726678, 0.000734999999999973, 0.000647668124891139, 0.00186499999999995, 0.00260014961108012, 0.00947500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 15, '2022-03-27 00:00:00', 0.000265860576531849, 0.000345384615384615, 0.000261801157663314, 0.000470384615384605, 0.00041010992897778, 0.000723076923076903, 0.000780901648490654, 0.0019507692307692, 0.00260260369630108, 0.00947500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 30, '2022-03-27 00:00:00', 0.000193983345835529, 0.000338461538461535, 0.000330904587689319, 0.000494615384615371, 0.000339564653411057, 0.000721923076923067, 0.000772938847217873, 0.00196769230769228, 0.00259698336833039, 0.00948884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 45, '2022-03-27 00:00:00', 0.000216382851588402, 0.000331538461538456, 0.000280282275297874, 0.00055692307692307, 0.000246033456136482, 0.000737307692307706, 0.000857861383817999, 0.00207692307692304, 0.0025944491041156, 0.00948307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 60, '2022-03-27 00:00:00', 0.000229121398792481, 0.000456153846153854, 0.000201433707361863, 0.000553461538461552, 0.000318307301929356, 0.000836538461538476, 0.000840795227974445, 0.00207384615384614, 0.00259455572008301, 0.00946076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 75, '2022-03-27 00:00:00', 0.000125490422558253, 0.000330384615384602, 0.000251761792176656, 0.000539999999999985, 0.000336576657173143, 0.000909615384615408, 0.000839613830647973, 0.00209076923076922, 0.00259496174567922, 0.00945769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 90, '2022-03-27 00:00:00', 0.000235037476553434, 0.000391153846153847, 0.000297067979788115, 0.000644230769230779, 0.000366502177556757, 0.00100038461538461, 0.000841024741244038, 0.00211115384615383, 0.00259549918127517, 0.00946000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 105, '2022-03-27 00:00:00', 0.000299319227581511, 0.000520000000000016, 0.000336425554686558, 0.000756923076923108, 0.000418901126575434, 0.00114692307692307, 0.000862587163934524, 0.00216384615384615, 0.00259549918127517, 0.00946000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 120, '2022-03-27 00:00:00', 0.00027126399290388, 0.000551923076923089, 0.000330239074238431, 0.000854615384615364, 0.000389392426144184, 0.00115230769230766, 0.000857588748491033, 0.00213769230769229, 0.00258929595420485, 0.00947846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 135, '2022-03-27 00:00:00', 0.000269596850015833, 0.000617692307692289, 0.000353426306103745, 0.000853076923076909, 0.000330849721870111, 0.00118153846153843, 0.000852939532530777, 0.0021253846153846, 0.00262684346990539, 0.00947115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 150, '2022-03-27 00:00:00', 0.000236709494138663, 0.000609230769230764, 0.000243795942415891, 0.000817307692307666, 0.000418915816768065, 0.00117769230769229, 0.000821406392438287, 0.00214269230769231, 0.00262686429036598, 0.00947000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 165, '2022-03-27 00:00:00', 0.000189249936490181, 0.000506538461538449, 0.000275998885170548, 0.000779230769230759, 0.000418596923800669, 0.00117076923076921, 0.000766310340829047, 0.00204653846153848, 0.00263485293707258, 0.00945500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 180, '2022-03-27 00:00:00', 0.000266832128154324, 0.000600769230769229, 0.000396243126608656, 0.000846153846153838, 0.000494634752581656, 0.00122346153846155, 0.000749068755188728, 0.00200000000000002, 0.00264558488516536, 0.00948076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 195, '2022-03-27 00:00:00', 0.000255783863086369, 0.00052423076923077, 0.000305054093563747, 0.000795000000000007, 0.000460123227641665, 0.00117576923076925, 0.000740431059482327, 0.0018369230769231, 0.00265433975565706, 0.0094665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 210, '2022-03-27 00:00:00', 0.000209971792977416, 0.000538076923076913, 0.000284590934500752, 0.00079, 0.000460859397881193, 0.00116076923076923, 0.000737855103557688, 0.00179307692307695, 0.00266123756636183, 0.0095242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 225, '2022-03-27 00:00:00', 0.000260878987566742, 0.000534615384615411, 0.000458180515316182, 0.000764230769230788, 0.00071013108215748, 0.00108692307692309, 0.000861176744121264, 0.00180576923076925, 0.00266123756636183, 0.0095242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 240, '2022-03-27 00:00:00', 0.000350490864579714, 0.000489615384615373, 0.000396345032282969, 0.000694230769230765, 0.000644119434696552, 0.000924615384615378, 0.00098262701273362, 0.00189038461538465, 0.0026623237969864, 0.00955000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 255, '2022-03-27 00:00:00', 0.000191968346749804, 0.000390384615384636, 0.000509937703585858, 0.000582692307692325, 0.000475855181590056, 0.000766923076923088, 0.00140132316593445, 0.00216115384615387, 0.00269813294420705, 0.00955576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 270, '2022-03-27 00:00:00', 0.000448149700263339, 0.000423076923076945, 0.000441877288917976, 0.000583461538461543, 0.000431983617922979, 0.000804615384615369, 0.00139295723055439, 0.00230538461538465, 0.00270029995484832, 0.0095696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 285, '2022-03-27 00:00:00', 0.000217372066707296, 0.000401153846153861, 0.000225425409802456, 0.000533846153846175, 0.000331689382033612, 0.000795384615384617, 0.00123439035092691, 0.00238346153846159, 0.00270398523550817, 0.0095419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 300, '2022-03-27 00:00:00', 0.000139400916010675, 0.000393846153846172, 0.000235830773747091, 0.000581923076923055, 0.000308508321792736, 0.000824230769230772, 0.00110916517463151, 0.00248076923076924, 0.00271900852970626, 0.00953076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 315, '2022-03-27 00:00:00', 0.000229916372756578, 0.000371538461538445, 0.000292303582967078, 0.000514230769230756, 0.000357763136080944, 0.000752307692307693, 0.00118424893432991, 0.00280846153846155, 0.0027593216836473, 0.00954192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 330, '2022-03-27 00:00:00', 0.000134667682149012, 0.000330769230769229, 0.00017308246144983, 0.000491538461538479, 0.000267503558567282, 0.000753076923076937, 0.00111289152142585, 0.00305346153846153, 0.00283200000000001, 0.00959000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 345, '2022-03-27 00:00:00', 0.000145794903361389, 0.000351923076923077, 0.000191163240753534, 0.000510769230769246, 0.000263058051504889, 0.00076653846153847, 0.00104147853480594, 0.00321153846153847, 0.00283503089116259, 0.0095719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 360, '2022-03-27 00:00:00', 0.000150994650949588, 0.0003592307692308, 0.000259784822201318, 0.0006019230769231, 0.000289583520568134, 0.00078115384615384, 0.00106543519457832, 0.00338807692307692, 0.00283204131325799, 0.00958500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 375, '2022-03-27 00:00:00', 0.000194319720682586, 0.000391923076923065, 0.00019669617336231, 0.000525769230769216, 0.000303371820607079, 0.000772307692307687, 0.00108200668276053, 0.0035676923076923, 0.00285004107932608, 0.00959692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 390, '2022-03-27 00:00:00', 0.00016778420206185, 0.000386538461538457, 0.000253391761143459, 0.000539230769230766, 0.000381400052438373, 0.000894999999999996, 0.0012039778301051, 0.00373115384615383, 0.00286392973699802, 0.00960846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 405, '2022-03-27 00:00:00', 0.000176211848025639, 0.000381153846153832, 0.000259523824310233, 0.000613846153846153, 0.000455227415694589, 0.00102, 0.00123729083702443, 0.00383384615384612, 0.00286449061118002, 0.00960769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 420, '2022-03-27 00:00:00', 0.000220037758997421, 0.000496153846153843, 0.000359363539951049, 0.000733076923076926, 0.000572967578623636, 0.00116961538461539, 0.00140959552299998, 0.00397346153846151, 0.002876631042356, 0.00959307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 435, '2022-03-27 00:00:00', 0.000271822623159924, 0.000533461538461549, 0.000422386079316041, 0.00082499999999999, 0.000925896571728435, 0.00154730769230766, 0.0015463840203719, 0.00407346153846153, 0.00286945701108443, 0.00957346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 450, '2022-03-27 00:00:00', 0.0003515792940433, 0.000560000000000005, 0.000475158435115645, 0.000893461538461533, 0.000847716570921787, 0.00164923076923076, 0.00161938872607964, 0.0043403846153846, 0.00286644107937674, 0.00959269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 465, '2022-03-27 00:00:00', 0.000247596756533989, 0.000608076923076893, 0.000657564854947055, 0.00123653846153841, 0.000626598755185489, 0.001765, 0.00168245955489162, 0.00443692307692306, 0.00286322746886474, 0.00959653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 480, '2022-03-27 00:00:00', 0.000687602747566876, 0.00108846153846152, 0.000695262650978848, 0.00132692307692308, 0.000703781106704237, 0.00188961538461538, 0.00173897281794124, 0.00449769230769228, 0.00286094145343803, 0.00963500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 495, '2022-03-27 00:00:00', 0.000341930492261915, 0.000742692307692331, 0.000518351380673563, 0.00125192307692311, 0.000943467255149049, 0.00215769230769231, 0.00168425632984278, 0.00447923076923079, 0.00288370050722759, 0.00961384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 510, '2022-03-27 00:00:00', 0.000402791031906914, 0.000966153846153856, 0.000540150548814521, 0.00136115384615385, 0.000954071518041759, 0.00242730769230768, 0.00173943319680691, 0.00458961538461538, 0.00286859764720297, 0.00971730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 525, '2022-03-27 00:00:00', 0.000475434699875975, 0.000953076923076924, 0.000942669531783993, 0.00176538461538462, 0.000909633992328798, 0.002445, 0.00189004273455963, 0.00459153846153845, 0.00294205924742936, 0.00978615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 540, '2022-03-27 00:00:00', 0.000801005521924688, 0.00143461538461537, 0.000792921084442753, 0.00194961538461536, 0.000921891450309559, 0.00250961538461539, 0.00191492458176458, 0.00463192307692309, 0.00305316272337138, 0.00989115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 555, '2022-03-27 00:00:00', 0.00064000300480067, 0.00131038461538461, 0.00082822813653838, 0.00169538461538463, 0.000772129223939584, 0.00219653846153846, 0.00162458420716008, 0.00447538461538461, 0.00322506214609172, 0.00982461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 570, '2022-03-27 00:00:00', 0.000428851776437782, 0.00100538461538462, 0.000588897797062118, 0.00152384615384616, 0.000805220753295926, 0.00231269230769231, 0.00177096883523812, 0.00446115384615384, 0.00336369787356346, 0.00999923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 585, '2022-03-27 00:00:00', 0.000537996425495706, 0.00116807692307691, 0.00062929655477061, 0.00155692307692305, 0.00101560023934316, 0.00235038461538459, 0.00176958126294157, 0.00448538461538462, 0.00324579920228263, 0.0099373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 600, '2022-03-27 00:00:00', 0.000552115511882747, 0.00113653846153843, 0.000849794997903363, 0.00177653846153846, 0.00100740680042299, 0.00240730769230768, 0.00165950057362033, 0.00451692307692309, 0.00327961247710764, 0.00991500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 615, '2022-03-27 00:00:00', 0.000614869216863359, 0.00118807692307693, 0.000790888205656245, 0.00171807692307692, 0.00093274747180242, 0.00229538461538465, 0.00155908414930543, 0.00445076923076924, 0.00333716104588225, 0.00980961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 630, '2022-03-27 00:00:00', 0.000533822211832892, 0.00110692307692306, 0.000588039245158132, 0.00158307692307691, 0.000822503214863944, 0.00218653846153846, 0.00145993782797026, 0.00428769230769232, 0.0034560760319272, 0.00971153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 645, '2022-03-27 00:00:00', 0.000525083436593262, 0.00112384615384616, 0.000486382565477011, 0.00147000000000001, 0.000835565676652652, 0.00206499999999999, 0.00159866275849054, 0.00458884615384618, 0.00350551100192472, 0.00973076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 660, '2022-03-27 00:00:00', 0.000405137013860766, 0.00108, 0.000684878540607451, 0.00158884615384615, 0.000770263990710076, 0.00210884615384614, 0.00158795277007848, 0.00470500000000001, 0.00360936621327599, 0.0098173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 675, '2022-03-27 00:00:00', 0.000573080743404922, 0.00105153846153845, 0.000638298820784911, 0.00145423076923077, 0.000594862621503118, 0.0020415384615385, 0.00152942261604224, 0.00464153846153849, 0.00365365822998517, 0.00978769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 690, '2022-03-27 00:00:00', 0.000511552689218021, 0.000986923076923069, 0.000495864900955908, 0.00144500000000001, 0.000572391608818767, 0.00202807692307693, 0.00145342994856464, 0.00448884615384619, 0.00381367976954218, 0.00982423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 705, '2022-03-27 00:00:00', 0.000399981730352011, 0.000994230769230775, 0.000482764475144503, 0.00143153846153849, 0.000896151515348589, 0.00205653846153849, 0.00151795631841477, 0.00466076923076925, 0.0037975560764584, 0.00974807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 720, '2022-03-27 00:00:00', 0.000442181480320553, 0.00102730769230772, 0.000613223136700328, 0.00147115384615386, 0.000982162214394658, 0.00220884615384617, 0.00146039704822403, 0.00475346153846158, 0.00382154686763598, 0.00974269230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 735, '2022-03-27 00:00:00', 0.000447733608985699, 0.000955769230769241, 0.000808826024841889, 0.00143653846153848, 0.00112526270437002, 0.00222192307692308, 0.00157341475778, 0.00494500000000003, 0.00402028081682782, 0.00980461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 750, '2022-03-27 00:00:00', 0.000725545418182885, 0.000988076923076957, 0.00110805498336222, 0.0016046153846154, 0.0012310200898192, 0.00213769230769231, 0.00157712162352326, 0.00499384615384618, 0.00421764150280151, 0.00982961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 765, '2022-03-27 00:00:00', 0.000782058427878249, 0.00109076923076925, 0.000805974231311695, 0.00151230769230772, 0.00103147571655671, 0.00200307692307695, 0.00153862336072016, 0.0049146153846154, 0.00432114642907857, 0.00972230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 780, '2022-03-27 00:00:00', 0.000[...];
Date: 2022-03-27 18:04:50 Duration: 2s617ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1125, '2022-03-27 00:00:00', 0.000291906465525133, 0.000494230769230796, 0.000405400466775163, 0.000821538461538506, 0.000677182511473947, 0.00120807692307697, 0.00102349627033255, 0.00214384615384618, 0.00302593052439438, 0.00847653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1140, '2022-03-27 00:00:00', 0.00039540612033706, 0.000565000000000021, 0.000579198916276096, 0.000920769230769242, 0.000742048412270979, 0.00118961538461542, 0.000960711995585348, 0.00235346153846153, 0.00306244891951123, 0.00847423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1155, '2022-03-27 00:00:00', 0.00031119422577204, 0.000474615384615402, 0.000361772771863159, 0.000683461538461575, 0.0005192261994101, 0.00112961538461541, 0.00076699012128831, 0.00225461538461537, 0.00309938028545164, 0.00836307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1170, '2022-03-27 00:00:00', 0.000217623881608074, 0.00040807692307694, 0.000361604969332815, 0.000673076923076926, 0.000439572519614246, 0.00105999999999999, 0.000700896678438523, 0.00224807692307692, 0.00314413997046032, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1185, '2022-03-27 00:00:00', 0.000285929792350953, 0.000460384615384608, 0.00038218642249362, 0.000777692307692304, 0.000441364318379361, 0.0010723076923077, 0.000594267098715188, 0.00219576923076923, 0.00314553908795396, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1200, '2022-03-27 00:00:00', 0.000190875311696901, 0.000424230769230722, 0.000262966801063462, 0.000616538461538436, 0.000385161704302932, 0.00100153846153846, 0.000492712429781843, 0.00210846153846155, 0.00309837935304649, 0.00832115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1215, '2022-03-27 00:00:00', 0.000154792168356832, 0.000363846153846155, 0.000312015778693696, 0.00062538461538463, 0.000477557890167811, 0.00105846153846154, 0.000504590770975692, 0.00213038461538461, 0.00309943776539208, 0.00832230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1230, '2022-03-27 00:00:00', 0.000186253755770077, 0.000362307692307709, 0.000294337587447807, 0.000708846153846152, 0.000363163027599708, 0.00100076923076925, 0.000417592366567416, 0.00209076923076923, 0.00310014848279639, 0.00832384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1245, '2022-03-27 00:00:00', 0.000259061026371406, 0.000463846153846152, 0.000375611296627041, 0.000729615384615391, 0.000375675187035086, 0.000959615384615386, 0.000410786300423196, 0.00208576923076924, 0.00309969070417334, 0.00832230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1260, '2022-03-27 00:00:00', 0.000189967203647173, 0.000443461538461557, 0.0002018956318345, 0.000624615384615403, 0.000354359226687369, 0.000972307692307691, 0.000386672789518235, 0.00204038461538463, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1275, '2022-03-27 00:00:00', 0.000215008049938738, 0.00036730769230769, 0.000220314460574994, 0.000552307692307647, 0.000372357974989716, 0.000907692307692302, 0.000385570506372815, 0.00201615384615384, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1290, '2022-03-27 00:00:00', 0.000194009119531895, 0.000366538461538429, 0.00036153859247137, 0.000713076923076897, 0.000354412406450678, 0.000891923076923053, 0.000407639546658533, 0.001995, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1305, '2022-03-27 00:00:00', 0.00036135322586933, 0.000548076923076927, 0.000369347866047514, 0.000684615384615412, 0.000380785423121122, 0.000871538461538475, 0.000432828443541352, 0.00202730769230771, 0.00309852093747971, 0.00828999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1320, '2022-03-27 00:00:00', 0.000223644062444484, 0.000400833333333332, 0.000259413706296519, 0.000562083333333324, 0.000450802826528164, 0.00139666666666668, 0.0004979346837441, 0.00201208333333336, 0.0030967878402526, 0.00807583333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1335, '2022-03-27 00:00:00', 0.000281471955154445, 0.000392307692307666, 0.000349880858842853, 0.000586153846153835, 0.000435416864801825, 0.00148038461538464, 0.000502243122248706, 0.00204807692307695, 0.00309929711634505, 0.00828884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1350, '2022-03-27 00:00:00', 0.000241837835049745, 0.00033153846153843, 0.000375521790825278, 0.00118384615384615, 0.000515694155036161, 0.0015873076923077, 0.000570615861625336, 0.00204769230769231, 0.00306213781531794, 0.00824999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1365, '2022-03-27 00:00:00', 0.000380250120113269, 0.00113692307692306, 0.000420909089398738, 0.0013226923076923, 0.000526801816479541, 0.00162192307692309, 0.000601859298660884, 0.00208884615384617, 0.00306213781531794, 0.00824999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1380, '2022-03-27 00:00:00', 0.000276276259256138, 0.000235714285714244, 0.000420028343714831, 0.000957142857142847, 0.000529051262256583, 0.0011642857142857, 0.000249389731334759, 0.00181571428571425, 0.0040385841460544, 0.00994428571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1395, '2022-03-27 00:00:00', 0.000410144627399444, 0.00095884615384615, 0.000571014885970587, 0.00131500000000002, 0.000500944953217268, 0.00145538461538464, 0.000539471536284868, 0.00201153846153848, 0.00304934790002465, 0.00823115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1410, '2022-03-27 00:00:00', 0.000395874300174251, 0.000722692307692302, 0.000392794524480108, 0.000886538461538454, 0.000408707531315282, 0.00108538461538461, 0.000543169048625424, 0.00176615384615384, 0.0030450763284611, 0.00817461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1425, '2022-03-27 00:00:00', 0.000371494486966029, 0.000638076923076919, 0.000321861174086889, 0.00083115384615386, 0.00039878122014262, 0.000972307692307708, 0.00057101529010921, 0.00168230769230771, 0.00305654357328419, 0.00819884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 0, '2022-03-27 00:00:00', 0.000240736370330701, 0.000615000000000024, 0.000393804324701782, 0.000735384615384616, 0.000387937346249856, 0.000840769230769247, 0.00059983702914917, 0.00161730769230769, 0.00305133567222874, 0.00819423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 15, '2022-03-27 00:00:00', 0.000306650640606883, 0.000361153846153829, 0.000306572365657149, 0.000458846153846145, 0.00040351150970146, 0.000728461538461571, 0.000545021100509017, 0.00154999999999999, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 30, '2022-03-27 00:00:00', 0.000125109797931499, 0.000297307692307693, 0.000230651585397021, 0.000451923076923083, 0.000358250449567606, 0.000709230769230787, 0.000561007472869521, 0.00156576923076922, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 45, '2022-03-27 00:00:00', 0.000182105632912483, 0.000327692307692302, 0.00032670876233215, 0.000598846153846183, 0.000357818174711437, 0.000764615384615398, 0.000556375219267922, 0.00164423076923076, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 60, '2022-03-27 00:00:00', 0.000265147854253798, 0.00050076923076924, 0.000255690919185357, 0.000575384615384627, 0.000355445549221726, 0.000858461538461569, 0.000530861129168048, 0.00167153846153845, 0.00302550125535491, 0.00817461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 75, '2022-03-27 00:00:00', 0.00015452358545395, 0.00035153846153845, 0.000265954594158171, 0.000539615384615376, 0.000337049642543119, 0.000917692307692316, 0.000532342428835514, 0.0016526923076923, 0.00302773975103546, 0.00817999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 90, '2022-03-27 00:00:00', 0.000188165230173237, 0.000373076923076916, 0.000230152123605225, 0.000625000000000021, 0.000274171479187757, 0.000935000000000011, 0.000526556885669713, 0.00166692307692307, 0.00304536510379049, 0.00820384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 105, '2022-03-27 00:00:00', 0.000200580695443553, 0.000496153846153868, 0.000250707307125556, 0.000753076923076955, 0.000352876749021553, 0.000984999999999988, 0.000624685151465601, 0.00174346153846153, 0.00305261202150657, 0.00821192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 120, '2022-03-27 00:00:00', 0.000208686736152909, 0.000523076923076951, 0.00031131878294668, 0.000739230769230804, 0.000413702234054348, 0.00103846153846155, 0.000676893015066786, 0.00175807692307694, 0.00305261202150657, 0.00821192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 135, '2022-03-27 00:00:00', 0.000296528893390501, 0.000484230769230773, 0.000353523146886628, 0.000691153846153831, 0.000383513313378398, 0.000957692307692313, 0.000721631484900717, 0.00171, 0.00304038550187312, 0.00819999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 150, '2022-03-27 00:00:00', 0.000162464197239307, 0.000478846153846131, 0.000237082264203783, 0.000700000000000008, 0.000268197688282353, 0.000914999999999991, 0.000805979289674763, 0.00173884615384614, 0.0030254652534776, 0.00819 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 165, '2022-03-27 00:00:00', 0.000215386950536812, 0.000536538461538475, 0.000239794784058275, 0.000698461538461537, 0.000329292248034177, 0.00085423076923078, 0.000812681884967218, 0.00177961538461539, 0.00306917939421051, 0.00824692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 180, '2022-03-27 00:00:00', 0.000189906859761848, 0.000476153846153831, 0.00027412742685445, 0.000634615384615366, 0.000331673611575276, 0.000830769230769208, 0.000818178464639581, 0.00180999999999999, 0.00309045759618965, 0.00830192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 195, '2022-03-27 00:00:00', 0.000236321814481849, 0.000439999999999979, 0.000271134369185924, 0.000565384615384579, 0.00030929299029587, 0.000863076923076898, 0.000747265785277326, 0.00183692307692306, 0.00306775691043775, 0.00827730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 210, '2022-03-27 00:00:00', 0.000176174738431892, 0.000408461538461507, 0.000211659014600203, 0.000603461538461529, 0.000325580192177703, 0.000872307692307676, 0.00067305091817896, 0.00187153846153844, 0.0030621838612337, 0.00826499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 225, '2022-03-27 00:00:00', 0.000155227376649649, 0.000406538461538477, 0.000226873058372705, 0.000610769230769218, 0.000401763037699488, 0.000931538461538458, 0.000638215782173563, 0.00183923076923079, 0.00305527961706645, 0.00825153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 240, '2022-03-27 00:00:00', 0.000240316458029831, 0.000449999999999993, 0.000335275776270609, 0.000605384615384627, 0.000437967508454136, 0.000913461538461553, 0.000680788230938687, 0.00190615384615384, 0.00305608580729315, 0.00825730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 255, '2022-03-27 00:00:00', 0.000162573533658339, 0.000343076923076925, 0.000277592119152158, 0.000615769230769225, 0.000329381938695026, 0.000812692307692328, 0.0007662906658804, 0.00206576923076924, 0.00305669756436586, 0.00825999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 270, '2022-03-27 00:00:00', 0.000272780836231915, 0.000494230769230762, 0.000311023125531514, 0.000619230769230752, 0.00033910674516353, 0.000804230769230769, 0.000847889415866542, 0.0022026923076923, 0.00305806235786904, 0.00824423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 285, '2022-03-27 00:00:00', 0.000195794240506173, 0.00039923076923072, 0.000198297755912714, 0.000544999999999975, 0.000332739907666432, 0.000799615384615379, 0.000961270313379464, 0.00243384615384615, 0.00305829960297198, 0.00823269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 300, '2022-03-27 00:00:00', 0.000129605318029563, 0.000381538461538476, 0.000184439692040545, 0.000525000000000006, 0.000335374188264181, 0.000749615384615402, 0.00104614082005466, 0.00270884615384615, 0.00305930278633248, 0.00823153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 315, '2022-03-27 00:00:00', 0.000173033122662899, 0.000372692307692281, 0.000305919044092509, 0.000592307692307687, 0.000367586724461039, 0.00081000000000002, 0.00103998853543978, 0.0029619230769231, 0.00307537795050652, 0.00824153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 330, '2022-03-27 00:00:00', 0.000237990626835488, 0.000443461538461549, 0.000273415153482515, 0.000550384615384626, 0.000444373543490009, 0.000890384615384633, 0.00106844819175362, 0.00315153846153847, 0.00308073467761285, 0.00824307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 345, '2022-03-27 00:00:00', 0.000169627646513036, 0.000351538461538476, 0.000284665795951373, 0.000598846153846174, 0.000380812289717672, 0.000935000000000045, 0.00112063011121149, 0.00336038461538463, 0.0030772012508872, 0.00823653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 360, '2022-03-27 00:00:00', 0.000245720291263188, 0.000452307692307692, 0.000353129525158231, 0.0006673076923077, 0.00046349707492234, 0.000951538461538495, 0.00120726875473271, 0.00353461538461541, 0.00308403284927136, 0.00824884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 375, '2022-03-27 00:00:00', 0.000218669050956364, 0.0004219230769231, 0.000257531775485313, 0.000661153846153899, 0.000396242350083897, 0.000940000000000043, 0.00118667765048216, 0.00373038461538463, 0.00307458807747542, 0.00822961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 390, '2022-03-27 00:00:00', 0.000148051965928801, 0.000429230769230814, 0.000222387395879701, 0.0006319230769231, 0.000286792607993995, 0.000925000000000022, 0.00133508150140155, 0.00394115384615386, 0.00307880206473985, 0.00822307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 405, '2022-03-27 00:00:00', 0.000182620244896755, 0.000483076923076911, 0.00028232223814967, 0.000714615384615395, 0.000358659255475805, 0.00102730769230769, 0.00157137769048498, 0.00424961538461538, 0.00308872570189369, 0.00823230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 420, '2022-03-27 00:00:00', 0.00025690734636322, 0.000555769230769251, 0.000300523901519693, 0.000728846153846155, 0.000367499659863785, 0.00113999999999998, 0.00168854006125456, 0.00445653846153845, 0.00308161396274499, 0.00823615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 435, '2022-03-27 00:00:00', 0.00019660072775514, 0.000509615384615393, 0.000282456259377541, 0.00076153846153848, 0.000641096296618921, 0.00132730769230769, 0.00161469425541231, 0.00452153846153847, 0.00306031695191103, 0.00821038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 450, '2022-03-27 00:00:00', 0.000222032568643581, 0.000522307692307707, 0.000278398717945752, 0.000845384615384594, 0.000756088720882776, 0.00154692307692307, 0.00157478438084516, 0.00456461538461539, 0.00311089025101277, 0.00823692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 465, '2022-03-27 00:00:00', 0.0002320159145735, 0.000629230769230767, 0.000663688063892844, 0.00113538461538464, 0.000888702165217079, 0.00192346153846155, 0.0015149087304318, 0.00470730769230771, 0.0031141924499595, 0.00824115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 480, '2022-03-27 00:00:00', 0.000619889816512093, 0.000949230769230822, 0.000720685677777657, 0.00139961538461541, 0.00104214689648157, 0.00217692307692312, 0.00150368941146565, 0.00474538461538464, 0.00318405788505561, 0.00828615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 495, '2022-03-27 00:00:00', 0.000338947692810459, 0.000918461538461543, 0.000520693620235425, 0.00144538461538462, 0.000785936090570702, 0.00229653846153848, 0.00145846774179142, 0.0046219230769231, 0.00318494419707186, 0.00829153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 510, '2022-03-27 00:00:00', 0.000383342385623342, 0.000949230769230762, 0.000556960017899374, 0.00152269230769233, 0.000692735602798543, 0.00239884615384617, 0.00148264612718666, 0.00465653846153847, 0.00323211997587679, 0.00824653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 525, '2022-03-27 00:00:00', 0.00038720298790967, 0.00112307692307692, 0.000550906386016622, 0.00177461538461539, 0.000706605863373571, 0.00245038461538464, 0.00150450794409542, 0.00468807692307694, 0.00326514754054679, 0.00825269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 540, '2022-03-27 00:00:00', 0.000566397522810794, 0.00146692307692307, 0.000591589384624201, 0.00192500000000001, 0.000674756708291705, 0.00242615384615386, 0.00163310765578532, 0.00468615384615385, 0.00324173536147638, 0.00824192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 555, '2022-03-27 00:00:00', 0.000406136013594551, 0.00120230769230768, 0.000643305406594617, 0.00169461538461538, 0.000711429438633144, 0.00228038461538461, 0.00166164779198701, 0.00459423076923077, 0.00325297953362052, 0.00822961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 570, '2022-03-27 00:00:00', 0.000594003366993819, 0.00123999999999999, 0.000602426886722484, 0.00162692307692308, 0.000780687271181372, 0.00229615384615386, 0.00154258943139321, 0.00449692307692308, 0.00310420607959835, 0.00816923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 585, '2022-03-27 00:00:00', 0.00037609593702423, 0.00114807692307694, 0.000492265719364587, 0.00158846153846153, 0.000899003978771009, 0.00245807692307693, 0.00146568067673479, 0.00440038461538462, 0.00301878786168326, 0.00814192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 600, '2022-03-27 00:00:00', 0.000504814360395521, 0.00126846153846152, 0.000571335816647815, 0.00177615384615385, 0.000970497097051086, 0.00260384615384615, 0.00163434884704771, 0.00453807692307692, 0.00305265664878721, 0.00815615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 615, '2022-03-27 00:00:00', 0.000421361894520415, 0.00117538461538464, 0.00073537096865354, 0.0018223076923077, 0.00092724637834495, 0.00236538461538464, 0.00170996824082069, 0.00448923076923077, 0.0029660065096666, 0.00805884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 630, '2022-03-27 00:00:00', 0.000515715634225484, 0.00118115384615385, 0.000724851602849732, 0.00163538461538462, 0.000781886180975215, 0.00211500000000001, 0.00162102360823695, 0.00445846153846155, 0.00293763442245626, 0.00799 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 645, '2022-03-27 00:00:00', 0.000425413464037786, 0.00113615384615383, 0.000518818331922128, 0.00155269230769233, 0.00068051846750503, 0.00208576923076926, 0.00185208406521286, 0.00439076923076924, 0.00299494075965555, 0.00795307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 660, '2022-03-27 00:00:00', 0.000482061757933117, 0.00105346153846155, 0.000549255720183109, 0.0013953846153846, 0.000888856828481631, 0.00211230769230772, 0.00185993134695469, 0.00437615384615385, 0.00301008939299917, 0.00807692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 675, '2022-03-27 00:00:00', 0.000442789062473482, 0.00109692307692306, 0.00052425199460387, 0.00155807692307694, 0.000894803545263053, 0.00215423076923079, 0.00182079885257502, 0.00434269230769232, 0.00299536732048265, 0.00812423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 690, '2022-03-27 00:00:00', 0.00051222831447886, 0.00108538461538465, 0.000740618556447132, 0.00154961538461542, 0.000938258042249656, 0.00224807692307694, 0.00172534576244881, 0.00434500000000001, 0.00288979384412429, 0.00816730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 705, '2022-03-27 00:00:00', 0.000551996794862501, 0.00110269230769232, 0.000700123175975809, 0.00152269230769233, 0.000978775058624085, 0.00242615384615383, 0.00155348882791657, 0.00433653846153847, 0.00277857597728379, 0.0082373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 720, '2022-03-27 00:00:00', 0.000383600753989802, 0.00104846153846157, 0.000555915876314448, 0.00157769230769231, 0.000734345967511233, 0.00247999999999999, 0.00145435351749368, 0.00423807692307693, 0.00268212685411009, 0.0081573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 735, '2022-03-27 00:00:00', 0.000358588686594885, 0.00106461538461538, 0.000587278992800379, 0.00171384615384613, 0.000708892201851702, 0.00234192307692308, 0.0014017997772095, 0.00416115384615386, 0.00269205271979466, 0.00804961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 750, '2022-03-27 00:00:00', 0.000460763914185322, 0.00114923076923073, 0.000591269299571164, 0.00166076923076923, 0.000644111791539322, 0.00207, 0.00176530446273548, 0.00418961538461539, 0.00278284425612469, 0.00804307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 765, '2022-03-27 00:00:00', 0.000519216717758562, 0.00112499999999999, 0.000574981605056901, 0.00153961538461539, 0.000614057501692304, 0.00192115384615385, 0.00172544237360026, 0.00437923076923078, 0.00272200302379306, 0.00800730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 780, '2022-03-27 00:00:00', 0.000352949767617901, 0.00105153846153848, 0.00035323733577386, 0.00129384615384617, 0.000492468819786132, 0.00184846153846156, 0.001859393987298, 0.00451500000000001, 0.00272183492971479, 0.00799423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 795, '2022-03-27 00:00:00', 0.000268922636859323, 0.000870769230769222, 0.000388962525384996, 0.0012303846153846, 0.000580628969308308, 0.00185500000000001, 0.00206065859524418, 0.00474538461538463, 0.0027552219511321, 0.00800000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 810, '2022-03-27 00:00:00', 0.000414226248100462, 0.000959230769230768, 0.000488317047072449, 0.00144846153846154, 0.00067456789588142, 0.0020053846153846, 0.00199159731023967, 0.00482961538461539, 0.00273850899915659, 0.00798653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 825, '2022-03-27 00:00:00', 0.000416170083573481, 0.00100153846153848, 0.000448562147310741, 0.00137, 0.000917826864853183, 0.00206692307692307, 0.00210819605715043, 0.00495884615384617, 0.00265436143269614, 0.00792884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 840, '2022-03-27 00:00:00', 0.00035229467560772, 0.00105346153846154, 0.000548396263242634, 0.00148230769230768, 0.000855255247549874, 0.00237153846153845, 0.00202772767857559, 0.00508653846153847, 0.00261654878388721, 0.00791346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 855, '2022-03-27 00:00:00', 0.000453203978528254, 0.00102461538461541, 0.000713158090144434, 0.00150230769230772, 0.000810741351148156, 0.00230846153846155, 0.00198862430222116, 0.00496884615384617, 0.00256920224074443, 0.0077619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 870, '2022-03-27 00:00:00', 0.000521356367121862, 0.00113730769230771, 0.000770636500163796, 0.00175384615384617, 0.000748684281821221, 0.00232192307692309, 0.00198168013408979, 0.00482192307692308, 0.00261384632589307, 0.00762384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 885, '2022-03-27 00:00:00', 0.000453581983090866, 0.00121615384615382, 0.000462303430160845, 0.0015426923076923, 0.000606176415042568, 0.0021953846153846, 0.00196438320717098, 0.00468423076923076, 0.00259221948263528, 0.00754538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 900, '2022-03-27 00:00:00', 0.000326882947763345, 0.00102269230769232, 0.000432380174597091, 0.00156384615384617, 0.000490580817461835, 0.00210153846153849, 0.00189312232934011, 0.00450807692307694, 0.00258691241563258, 0.00741961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 915, '2022-03-27 00:00:00', 0.000443665847925431, 0.00112923076923079, 0.000510491768938368, 0.00161461538461541, 0.000684819571970457, 0.00226538461538465, 0.00190370573841166, 0.00442346153846155, 0.00254510199281803, 0.0074119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 930, '2022-03-27 00:00:00', 0.000480585700353846, 0.00123884615384615, 0.000524699474424672, 0.00159153846153847, 0.00101082730778002, 0.00241038461538462, 0.00186945059802647, 0.00437846153846154, 0.00258991475951211, 0.00746230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 945, '2022-03-27 00:00:00', 0.00035792822658268, 0.00109615384615386, 0.000601320214195379, 0.001735, 0.00115911803341359, 0.00261115384615386, 0.00180281847714584, 0.00423769230769231, 0.00259405192403998, 0.00747576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 960, '2022-03-27 00:00:00', 0.00051168755490647, 0.00125192307692305, 0.000894717918590057, 0.0017180769230769, 0.00140741246482821, 0.0026653846153846, 0.00186024282947562, 0.00413076923076924, 0.00266357795802221, 0.00751653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 975, '2022-03-27 00:00:00', 0.000697410595317809, 0.00128153846153843, 0.000863712915267559, 0.00196, 0.00171940799293067, 0.00285038461538461, 0.00180395497129548, 0.00396846153846152, 0.00256265070100956, 0.00756884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 990, '2022-03-27 00:00:00', 0.000505365823324672, 0.00126115384615382, 0.000875450477446639, 0.00185846153846151, 0.00152218410894952, 0.0025826923076923, 0.00166390402829751, 0.00358384615384612, 0.00259448850746821, 0.00754884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1005, '2022-03-27 00:00:00', 0.000911689893296213, 0.00149230769230769, 0.00158233265004062, 0.00204384615384615, 0.00160732247494444, 0.00266846153846156, 0.00166402163447476, 0.00340999999999999, 0.00267016038123902, 0.00758730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1020, '2022-03-27 00:00:00', 0.000944774779836662, 0.00128923076923077, 0.000913533461136169, 0.00167076923076924, 0.00108661287423883, 0.00228346153846155, 0.00112503264909891, 0.00303230769230767, 0.00269312483643359, 0.0075842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1035, '2022-03-27 00:00:00', 0.000419604392438702, 0.00108038461538462, 0.00060197687152097, 0.00155192307692309, 0.000793545209802163, 0.00200500000000002, 0.000846107921830684, 0.0027011538461538, 0.00264094612999556, 0.00762730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1050, '2022-03-27 00:00:00', 0.000501111380218613, 0.00103384615384616, 0.000674839354102989, 0.00139807692307693, 0.000695909034727497, 0.00179576923076922, 0.000798231506808375, 0.00245846153846149, 0.00268493277383253, 0.00766000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1065, '2022-03-27 00:00:00', 0.000440118340729089, 0.000878076923076928, 0.000497896034869141, 0.0012026923076923, 0.000500704887748612, 0.00159423076923074, 0.000653617154468433, 0.00218923076923072, 0.00263455980850985, 0.00765576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1080, '2022-03-27 00:00:00', 0.000346141811756581, 0.000823076923076935, 0.000397980478840925, 0.00113730769230768, 0.000533258344087032, 0.00144269230769229, 0.000709777104774159, 0.00211346153846151, 0.00259319274551365, 0.00767384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1095, '2022-03-27 00:00:00', 0.000288296055097203, 0.000718846153846123, 0.000393754316215657, 0.000997692307692293, 0.000590079134197569, 0.00136423076923074, 0.000722121766846761, 0.00203961538461536, 0.00255904477370877, 0.00769307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1110, '2022-03-27 00:00:00', 0.000349981977557966, 0.000739230769230778, 0.000409779865856702, 0.000983461538461542, 0.00050966836879861, 0.00134461538461537, 0.000718656010577044, 0.0019823076923077, 0.0025426703407124, 0.00768730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1125, '2022-03-27 00:00:00', 0.000349619573470716, 0.000694615384615409, 0.000492189456955798, 0.000987692307692313, 0.000573473089704612, 0.00129923076923076, 0.000754918232964059, 0.00195153846153847, 0.00252404583647275, 0.00773076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1140, '2022-03-27 00:00:00', 0.000373892827096028, 0.000699615384615373, 0.000495113972893005, 0.000975384615384592, 0.00055752543922641, 0.00127115384615385, 0.000740925512710015, 0.00213115384615384, 0.00252536891440562, 0.00775192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1155, '2022-03-27 00:00:00', 0.000376905619689923, 0.000675384615384616, 0.000486595867698748, 0.00089346153846155, 0.000641715009833891, 0.00116692307692309, 0.000787922682657469, 0.00217307692307693, 0.00251781092343208, 0.0077996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1170, '2022-03-27 00:00:00', 0.000244246092796075, 0.000578076923076953, 0.00032476381950818, 0.000786538461538507, 0.000416617884323825, 0.00100230769230771, 0.000577273298826886, 0.0021573076923077, 0.00248586044536821, 0.00781692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1185, '2022-03-27 00:00:00', 0.00019809244151311, 0.000566153846153874, 0.000251417213779438, 0.000748846153846149, 0.000370310680375253, 0.00102500000000001, 0.000532496153832251, 0.00217192307692309, 0.00248556463172084, 0.00783346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1200, '2022-03-27 00:00:00', 0.000199348554431275, 0.000529615384615387, 0.000285745718051232, 0.000718846153846157, 0.000353507480064476, 0.00104653846153844, 0.00053468739968753, 0.00214884615384618, 0.00248436876365933, 0.00782807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1215, '2022-03-27 00:00:00', 0.000265053840684376, 0.000531538461538442, 0.000324120585347689, 0.000763076923076909, 0.000306792086950412, 0.00105576923076921, 0.000542513948774957, 0.00211423076923078, 0.00246724514699789, 0.00785884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1230, '2022-03-27 00:00:00', 0.000237658125498303, 0.000544230769230765, 0.000341904170109796, 0.000817692307692284, 0.000329715028471571, 0.00102, 0.000645377051390538, 0.00213346153846156, 0.00246665067215884, 0.00787846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1245, '2022-03-27 00:00:00', 0.00028691140417586, 0.000603076923076937, 0.000308484134986651, 0.000807692307692321, 0.000384775858830117, 0.00100269230769231, 0.000639329456419896, 0.0021269230769231, 0.00247107600356297, 0.00791384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1260, '2022-03-27 00:00:00', 0.000247620367001228, 0.000569615384615384, 0.000285384760522426, 0.0007273076923077, 0.00041243013394346, 0.00106115384615386, 0.000622484970470391, 0.00207653846153849, 0.00245632236045305, 0.00793346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1275, '2022-03-27 00:00:00', 0.000181970834518576, 0.000504230769230785, 0.000301784436566676, 0.000664615384615392, 0.00035235755441578, 0.00101038461538462, 0.000536001722155677, 0.00202538461538464, 0.00246178296862568, 0.00790923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1290, '2022-03-27 00:00:00', 0.000225069220121619, 0.000461923076923097, 0.000284607421926043, 0.000784230769230791, 0.00031350818907231, 0.000960769230769231, 0.00054952846920021, 0.00202153846153847, 0.0024884457923649, 0.0079323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1305, '2022-03-27 00:00:00', 0.00030918378900683, 0.00065115384615385, 0.000341917893877826, 0.000810384615384612, 0.00033999728505705, 0.000973076923076918, 0.000607834997853357, 0.00205923076923077, 0.00261992721566548, 0.00798884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1320, '2022-03-27 00:00:00', 0.000169193623442009, 0.000469130434782602, 0.000204012128601711, 0.000618695652173892, 0.00042520490294234, 0.00134086956521737, 0.000605281432598299, 0.00206260869565218, 0.0023664544617143, 0.00761608695652173 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1335, '2022-03-27 00:00:00', 0.000265503005922442, 0.00051961538461539, 0.000330821122942036, 0.000688846153846157, 0.000440735224893078, 0.00148653846153846, 0.000685855782104504, 0.00215307692307694, 0.00263732241837467, 0.00801153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1350, '2022-03-27 00:00:00', 0.000176217086397612, 0.000392692307692301, 0.000474607692245396, 0.00115269230769229, 0.000497755577954324, 0.00152384615384614, 0.000695008245662225, 0.00219269230769231, 0.00271380462422438, 0.00807346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1365, '2022-03-27 00:00:00', 0.00047583836945561, 0.00106307692307692, 0.000452986160427106, 0.00126730769230769, 0.000517326410870986, 0.00162884615384615, 0.000695544059324467, 0.00221846153846155, 0.00278416016891162, 0.00817961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1395, '2022-03-27 00:00:00', 0.000419564792832575, 0.000991153846153866, 0.000504874089406322, 0.00140461538461541, 0.000541857914955603, 0.00157499999999999, 0.00089516960146366, 0.00226384615384613, 0.00284093364934843, 0.00820000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1410, '2022-03-27 00:00:00', 0.000375215638483174, 0.00076041666666668, 0.000385396229383745, 0.000935416666666661, 0.000432662803403878, 0.00112333333333335, 0.00090305028588699, 0.00184958333333332, 0.00297062499523569, 0.00812708333333335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1425, '2022-03-27 00:00:00', 0.00042021105808076, 0.000722399999999981, 0.00034698607080596, 0.000890799999999983, 0.000424538180458101, 0.000970800000000001, 0.000934128470821858, 0.00177279999999996, 0.0028496695714884, 0.00790400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 0, '2022-03-27 00:00:00', 0.000255295002813498, 0.000613461538461492, 0.000397008816023016, 0.000709999999999971, 0.000390236417493894, 0.000777307692307669, 0.000889956265131151, 0.00172692307692304, 0.00292773191290569, 0.00806692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 15, '2022-03-27 00:00:00', 0.000235608541049308, 0.000339230769230763, 0.000229698464547276, 0.00045576923076921, 0.000261189291805473, 0.000650384615384598, 0.000830600616792093, 0.00168423076923074, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 30, '2022-03-27 00:00:00', 0.000134642546710187, 0.000303846153846163, 0.000218975235691502, 0.000423076923076928, 0.000275035382339191, 0.000657307692307686, 0.00082697669951365, 0.00169769230769228, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 45, '2022-03-27 00:00:00', 0.000146514373146339, 0.000307692307692308, 0.000180870119146299, 0.000514999999999983, 0.000337108291206241, 0.000694999999999993, 0.000821857277521724, 0.00169423076923073, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 60, '2022-03-27 00:00:00', 0.000179849509740329, 0.000425384615384592, 0.00020573321036273, 0.000533076923076914, 0.000365597508828421, 0.000851538461538463, 0.000770119371366455, 0.00170038461538458, 0.00294593675842093, 0.00807923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 75, '2022-03-27 00:00:00', 0.000139271179855939, 0.000352692307692312, 0.000228198631425825, 0.00052884615384616, 0.000472957308205117, 0.000903846153846157, 0.000766195496242016, 0.00171346153846153, 0.00296724054662555, 0.00809269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 90, '2022-03-27 00:00:00', 0.000188779073155725, 0.000388461538461521, 0.000293747144012307, 0.000649230769230761, 0.000445777453962787, 0.000988461538461524, 0.000776796973772149, 0.00174153846153846, 0.00296724054662555, 0.00809269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 105, '2022-03-27 00:00:00', 0.000264366877943989, 0.00049461538461538, 0.000442711922308221, 0.000744615384615361, 0.000405092392120428, 0.00103961538461537, 0.00075064495345927, 0.0017503846153846, 0.00297231111840863, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 120, '2022-03-27 00:00:00', 0.000326156168351652, 0.000584615384615397, 0.000329656464543595, 0.000795769230769235, 0.000496343088537023, 0.00108269230769231, 0.000723958881110293, 0.00178730769230768, 0.00297231111840863, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 135, '2022-03-27 00:00:00', 0.000229783844916489, 0.000516153846153854, 0.000245128537710313, 0.000710000000000014, 0.000534001440505117, 0.00103153846153846, 0.000680669805864331, 0.00175076923076921, 0.0029717474010058, 0.00808884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 150, '2022-03-27 00:00:00', 0.000141769042948244, 0.000462307692307689, 0.00034134056983514, 0.000684230769230785, 0.000422801826646238, 0.000945769230769226, 0.000656092512238489, 0.00171423076923076, 0.00295631693939503, 0.0080946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 165, '2022-03-27 00:00:00', 0.000296427965046413, 0.000518461538461553, 0.000386144851259006, 0.000739615384615405, 0.000388723354268606, 0.000955384615384614, 0.000662861512395627, 0.00169576923076925, 0.00293360185542517, 0.00810961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 180, '2022-03-27 00:00:00', 0.000243175150552311, 0.00051692307692309, 0.000217566965818294, 0.000670769230769235, 0.00032908567974826, 0.000994230769230741, 0.000670406191452958, 0.00165269230769231, 0.00293253169698919, 0.00810307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 195, '2022-03-27 00:00:00', 0.000162843955510075, 0.000406923076923095, 0.000253539861833346, 0.000632307692307676, 0.00036299947022637, 0.000896153846153824, 0.000721150363068517, 0.0016046153846154, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 210, '2022-03-27 00:00:00', 0.000148116378359889, 0.000437692307692289, 0.000242012078528843, 0.00065461538461536, 0.000324783715014287, 0.000872692307692286, 0.00071103965052267, 0.00155423076923078, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 225, '2022-03-27 00:00:00', 0.000228858370714631, 0.000461923076923054, 0.000281344027017576, 0.000637692307692275, 0.00034013210103406, 0.000835384615384597, 0.000856691040259857, 0.00160653846153845, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 240, '2022-03-27 00:00:00', 0.000213999640546044, 0.000429615384615364, 0.000249042473980159, 0.000576923076923039, 0.000388079294038641, 0.000798461538461509, 0.000882940628720952, 0.00163192307692306, 0.00300911019303819, 0.00810807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 255, '2022-03-27 00:00:00', 0.000161466357534297, 0.000370769230769209, 0.000284605259695191, 0.000551923076923055, 0.000402338739793331, 0.000787307692307709, 0.00114990066460616, 0.00193653846153847, 0.0030570171484887, 0.00812461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 270, '2022-03-27 00:00:00', 0.000222406419387169, 0.000423846153846129, 0.000316016796048247, 0.000608846153846137, 0.000404824178359675, 0.00080115384615386, 0.00107324274980087, 0.00212499999999998, 0.00312639610660338, 0.00815615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 285, '2022-03-27 00:00:00', 0.000225677782553928, 0.000437692307692297, 0.000262573066754026, 0.00058384615384617, 0.000342907926641878, 0.000735384615384625, 0.00100538549820461, 0.00226999999999999, 0.00311313060340333, 0.0081669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 300, '2022-03-27 00:00:00', 0.000161313836499411, 0.000383076923076939, 0.000230412339413149, 0.000524615384615405, 0.000266610923661021, 0.00071576923076924, 0.000994600190258173, 0.00249846153846154, 0.00317673659352105, 0.00819076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 315, '2022-03-27 00:00:00', 0.000191393272126744, 0.000330769230769246, 0.000188026184755897, 0.000455384615384618, 0.000303656688738081, 0.000709230769230761, 0.00114965279039441, 0.00291846153846156, 0.00328110928709278, 0.00822307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 330, '2022-03-27 00:00:00', 0.000133357241446252, 0.00029807692307692, 0.000167745686634913, 0.00050115384615385, 0.000260720894090571, 0.000740769230769216, 0.00113713736400464, 0.00311423076923078, 0.00328052556764924, 0.00822000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 345, '2022-03-27 00:00:00', 0.000135135259875189, 0.000358461538461521, 0.000194251225122336, 0.000528461538461508, 0.000266720539430074, 0.000750384615384595, 0.00114367128144411, 0.00336000000000001, 0.00327930686860225, 0.00821153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 360, '2022-03-27 00:00:00', 0.000146401450181943, 0.000364230769230756, 0.000231297676997898, 0.000548846153846154, 0.000287256786757907, 0.000732692307692291, 0.00120448246147466, 0.003565, 0.00327856734659427, 0.00820038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 375, '2022-03-27 00:00:00', 0.000195970562938592, 0.000417307692307702, 0.000240266838840008, 0.000548076923076927, 0.00031734111712067, 0.000775769230769232, 0.00116761663887796, 0.00362615384615385, 0.00327885995665947, 0.00819884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 390, '2022-03-27 00:00:00', 0.000173125565814142, 0.000377307692307696, 0.000185098726255889, 0.000508461538461539, 0.000292835474942194, 0.00078384615384619, 0.00113556498984157, 0.00372038461538462, 0.00327519566062623, 0.00819115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 405, '2022-03-27 00:00:00', 0.000138330707420241, 0.000369230769230771, 0.000266601690801996, 0.000612692307692325, 0.000393244687968462, 0.000905769230769221, 0.00119309603714295, 0.00383692307692307, 0.00325459060405458, 0.00818000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 420, '2022-03-27 00:00:00', 0.000236063876622742, 0.000486923076923081, 0.000263062437747859, 0.000625384615384639, 0.000397722941834566, 0.00100346153846152, 0.00128228641946273, 0.0039623076923077, 0.00325177158815603, 0.00816769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 435, '2022-03-27 00:00:00', 0.000142919019566505, 0.000434615384615397, 0.000319323323005646, 0.000670769230769218, 0.000693182182735222, 0.00144153846153845, 0.00134539265072148, 0.00412423076923076, 0.003264065233134, 0.0081446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 450, '2022-03-27 00:00:00', 0.000267989953887493, 0.000491153846153827, 0.000349745401905217, 0.000765384615384599, 0.000701071707075366, 0.00162153846153844, 0.00131356713394658, 0.00427884615384615, 0.00327520719250652, 0.00812307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 465, '2022-03-27 00:00:00', 0.000287339252720254, 0.000599615384615393, 0.000628146479732262, 0.00128000000000001, 0.000697861458589479, 0.00176884615384616, 0.00133686821167407, 0.00443384615384615, 0.00327796184330356, 0.0081146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 480, '2022-03-27 00:00:00', 0.000620664160395963, 0.00115000000000001, 0.000665045516082587, 0.00142153846153847, 0.000758937820499581, 0.00198115384615385, 0.0013498483675527, 0.00456115384615386, 0.00333483610484145, 0.00818038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 495, '2022-03-27 00:00:00', 0.000356046885417345, 0.000874230769230757, 0.000419125096067806, 0.0012553846153846, 0.000839548596660068, 0.0022753846153846, 0.00125080749302818, 0.00448076923076922, 0.00329446921136253, 0.00808076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 510, '2022-03-27 00:00:00', 0.00029137578168723, 0.000910384615384618, 0.000432066412274086, 0.00136423076923076, 0.000801469035823996, 0.00235384615384615, 0.00128628821988521, 0.00450423076923078, 0.00334826549815783, 0.00806538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 525, '2022-03-27 00:00:00', 0.000322611459570411, 0.0010230769230769, 0.000731804513619473, 0.00180461538461539, 0.000845704167224863, 0.00247653846153847, 0.0015111070317944, 0.0044873076923077, 0.00346943056733216, 0.00798269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 540, '2022-03-27 00:00:00', 0.000560706285377225, 0.00138346153846154, 0.000585337903726094, 0.00179730769230767, 0.000782887849321569, 0.00245423076923074, 0.00155076001218262, 0.00446384615384615, 0.00342417145508901, 0.00796307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 555, '2022-03-27 00:00:00', 0.000338903435305024, 0.00123653846153843, 0.000639025821074538, 0.00180500000000001, 0.000593423963115732, 0.00223999999999998, 0.00158948530614837, 0.00441346153846153, 0.00343080757481163, 0.00786615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 570, '2022-03-27 00:00:00', 0.000498040622377799, 0.00130730769230771, 0.000549456234695832, 0.00170692307692307, 0.000732095517097192, 0.00220038461538463, 0.00173081430368661, 0.00438692307692309, 0.00335751998676683, 0.00776269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 585, '2022-03-27 00:00:00', 0.000449210589641596, 0.00120692307692306, 0.000519131375102078, 0.00163423076923075, 0.000606562064805833, 0.00226846153846151, 0.00170532942903666, 0.00427730769230769, 0.0032962719267962, 0.00774615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 600, '2022-03-27 00:00:00', 0.000473888659432193, 0.00118769230769231, 0.000724930235370149, 0.00167038461538465, 0.000726520898105909, 0.00225384615384616, 0.0017054143642664, 0.00421307692307693, 0.00328925130597318, 0.00775692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 615, '2022-03-27 00:00:00', 0.000480447227551105, 0.00108846153846154, 0.000540612188598745, 0.00151846153846153, 0.000685437199053382, 0.00221807692307692, 0.00162061512538153, 0.00406576923076922, 0.00325092119488995, 0.00771615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 630, '2022-03-27 00:00:00', 0.000459620077220947, 0.00113115384615384, 0.000537537404780816, 0.0015223076923077, 0.000689101979725479, 0.00225153846153845, 0.00166419215791375, 0.00408346153846154, 0.00313340092944002, 0.00766423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 645, '2022-03-27 00:00:00', 0.000414865501838138, 0.00103576923076922, 0.000594735364549778, 0.00159692307692307, 0.000954772949247818, 0.00218923076923075, 0.00160731328620156, 0.00402999999999998, 0.00311858076695156, 0.007675 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 660, '2022-03-27 00:00:00', 0.000552808772055525, 0.00111846153846153, 0.000672251784332664, 0.00157230769230768, 0.000960379812686283, 0.00218576923076924, 0.00158317290955173, 0.00405730769230769, 0.00292984084629446, 0.00762923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 675, '2022-03-27 00:00:00', 0.000565276923286262, 0.00112500000000002, 0.000895228118758198, 0.00149576923076923, 0.000958659721454086, 0.00214269230769232, 0.00152895867026701, 0.00402884615384615, 0.0027770026176548, 0.00760653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 690, '2022-03-27 00:00:00', 0.000561668941637327, 0.000969999999999992, 0.00068633665208848, 0.001485, 0.000657315870678736, 0.00213192307692308, 0.00145036356184874, 0.00411230769230771, 0.00269728718416231, 0.00757307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 705, '2022-03-27 00:00:00', 0.000369800153929331, 0.00106192307692308, 0.00050582027820771, 0.00149307692307693, 0.000707827988665656, 0.00214269230769232, 0.00138438233936241, 0.00422230769230769, 0.00252823526169175, 0.00746153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 720, '2022-03-27 00:00:00', 0.000443602732876366, 0.00108923076923077, 0.000499010867771305, 0.0014996153846154, 0.00104859708475364, 0.00227038461538464, 0.001433560655796, 0.00420807692307692, 0.00254531258470275, 0.00734807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 735, '2022-03-27 00:00:00', 0.000453387930347328, 0.000993846153846174, 0.000676764815415697, 0.00153115384615387, 0.00114212790607976, 0.00223807692307692, 0.00138979489355585, 0.0041653846153846, 0.00255812422264081, 0.00732653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 750, '2022-03-27 00:00:00', 0.000518914251105136, 0.00102, 0.00110957822894729, 0.00173961538461539, 0.00119445442969389, 0.00223423076923075, 0.00146360718773859, 0.00423499999999997, 0.00258481342876784, 0.00730269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 765, '2022-03-27 00:00:00', 0.000763012349935319, 0.00124038461538463, 0.000852805686227244, 0.00152153846153845, 0.000854837906362267, 0.0019403846153846, 0.0013427427727775, 0.00420307692307692, 0.00247738199284277, 0.00729846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 780, '2022-03-27 00:00:00', 0.000458626880355482, 0.00104884615384617, 0.000514718743213587, 0.00144923076923077, 0.000542868166458353, 0.00176538461538461, 0.00139980333783548, 0.00419576923076923, 0.00281067831944259, 0.00766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 795, '2022-03-27 00:00:00', 0.000272416253892139, 0.000958846153846141, 0.000250683066839387, 0.00118499999999997, 0.000489911765996198, 0.00170846153846153, 0.00151488131040535, 0.00417576923076924, 0.00281946522479814, 0.0077819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 810, '2022-03-27 00:00:00', 0.000279584581945319, 0.00081346153846153, 0.000361345562287173, 0.00123884615384616, 0.000560686941308459, 0.00187461538461537, 0.0014698429010769, 0.00429307692307693, 0.00287866071958149, 0.00783346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 825, '2022-03-27 00:00:00', 0.00026689669[...];
Date: 2022-03-27 18:30:47 Duration: 2s505ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1125, '2022-03-27 00:00:00', 0.000571692763103261, 0.00106615384615384, 0.000723476223627189, 0.00138461538461538, 0.000991415848479035, 0.00202423076923078, 0.00151713419111367, 0.00315807692307693, 0.00282713184367807, 0.00774230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1140, '2022-03-27 00:00:00', 0.000329750721699804, 0.000853461538461527, 0.000624677147382202, 0.00138153846153847, 0.000844043746587742, 0.00182538461538463, 0.00139416790733617, 0.00303192307692311, 0.00271518547319447, 0.00769192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1155, '2022-03-27 00:00:00', 0.000462003829487958, 0.00098653846153846, 0.000522644753596146, 0.00127153846153846, 0.00068902394733419, 0.001695, 0.00129101724948254, 0.00285153846153846, 0.00263308175688899, 0.00772653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1170, '2022-03-27 00:00:00', 0.000336778630785626, 0.000779615384615402, 0.000520097623972189, 0.00106153846153847, 0.000649639900252424, 0.00151000000000001, 0.0012334442084604, 0.00264384615384615, 0.00261535363103819, 0.00771115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1185, '2022-03-27 00:00:00', 0.000360726830377002, 0.000719615384615385, 0.000456604861997763, 0.00105, 0.000495337802374843, 0.00141653846153848, 0.00115642399730306, 0.0025373076923077, 0.00262265396996133, 0.00770461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1200, '2022-03-27 00:00:00', 0.000283322051057422, 0.000799230769230762, 0.000418023186695913, 0.00110923076923076, 0.000566222163520238, 0.00149653846153844, 0.00108105475560461, 0.00248923076923076, 0.00266687270037399, 0.00768499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1215, '2022-03-27 00:00:00', 0.000441089036886593, 0.000773461538461524, 0.000406430805919004, 0.000984999999999997, 0.000745934622831274, 0.00144230769230767, 0.00104956115371355, 0.00244884615384616, 0.00262508141998272, 0.00768269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1230, '2022-03-27 00:00:00', 0.000320071145937157, 0.000641538461538488, 0.000526456514385043, 0.000952692307692306, 0.00067702471264974, 0.00131769230769231, 0.000997729499336422, 0.0023119230769231, 0.00253626375721334, 0.00769461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1245, '2022-03-27 00:00:00', 0.000437023498752103, 0.000708461538461517, 0.000566473164548728, 0.00104038461538462, 0.000563300848706847, 0.00130038461538459, 0.000881705078897584, 0.0022296153846154, 0.00255605043889081, 0.00773461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1260, '2022-03-27 00:00:00', 0.000344849800080264, 0.000674230769230762, 0.000543694625827632, 0.000950384615384599, 0.000551951502886304, 0.00125769230769231, 0.000851370298175446, 0.00221076923076925, 0.00254948142540039, 0.00778346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1275, '2022-03-27 00:00:00', 0.000442329671694693, 0.000713461538461533, 0.000432326799468242, 0.00096769230769231, 0.00057534899108146, 0.00133769230769229, 0.000827529781011872, 0.00219153846153847, 0.00252831963047519, 0.00781807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1290, '2022-03-27 00:00:00', 0.000337432158423642, 0.000657307692307711, 0.00043267130889216, 0.000942692307692335, 0.000587616829627537, 0.00127153846153846, 0.000814483602328203, 0.0021265384615385, 0.00255508386133637, 0.00786153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1305, '2022-03-27 00:00:00', 0.000365160449454965, 0.000696923076923091, 0.000517209227117401, 0.00100576923076919, 0.000619825906078592, 0.00131807692307689, 0.000813470438212824, 0.00211307692307696, 0.00253095506448883, 0.00789153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1320, '2022-03-27 00:00:00', 0.000361163930390858, 0.00077923076923075, 0.000438294597098947, 0.000976923076923072, 0.000658470605616918, 0.00146346153846153, 0.000712093014667639, 0.00203269230769233, 0.00248735253138446, 0.00788884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1335, '2022-03-27 00:00:00', 0.000265273443827292, 0.000615000000000007, 0.00037964517847388, 0.000902307692307677, 0.000593772813326899, 0.00137692307692306, 0.000599113190795033, 0.00191384615384619, 0.00248221876554021, 0.00789499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1350, '2022-03-27 00:00:00', 0.000291671311318323, 0.000621923076923061, 0.000517391088502257, 0.00102846153846155, 0.000554360754521698, 0.00123961538461537, 0.000574978795595646, 0.00183384615384619, 0.00243388793117894, 0.00787230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1365, '2022-03-27 00:00:00', 0.000452659321718262, 0.000792692307692325, 0.000531824725319849, 0.00103153846153845, 0.000522118907765405, 0.00118192307692308, 0.000536754921872015, 0.00180461538461542, 0.00241164712305799, 0.00786461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1380, '2022-03-27 00:00:00', 0.000326593843269465, 0.000723461538461504, 0.000369834266415872, 0.000845769230769212, 0.000431177279264416, 0.00118538461538461, 0.00049876663265113, 0.00175807692307697, 0.00240663876679617, 0.00790692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1395, '2022-03-27 00:00:00', 0.000202048356740504, 0.000473461538461557, 0.000328669345180776, 0.000716538461538467, 0.00046686977265122, 0.00117076923076927, 0.000474737174250538, 0.00171923076923082, 0.00242306090592998, 0.00791192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1410, '2022-03-27 00:00:00', 0.000278168736837661, 0.000505384615384621, 0.000400581884455436, 0.000775384615384631, 0.000416350628862101, 0.00100961538461543, 0.000480129629931833, 0.00175730769230775, 0.00239308494175648, 0.00790653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1425, '2022-03-27 00:00:00', 0.000238943829897648, 0.000573076923076903, 0.00030980291501833, 0.000855384615384651, 0.000323066318507294, 0.000900384615384647, 0.00061757092398676, 0.00196461538461541, 0.00239015596530051, 0.00789846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 0, '2022-03-27 00:00:00', 0.000318964912466304, 0.000611153846153879, 0.000335781980549225, 0.000751538461538492, 0.000296015851966403, 0.000895769230769275, 0.00066961079395767, 0.00206115384615386, 0.00238202150736272, 0.00788230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 15, '2022-03-27 00:00:00', 0.000292368576655172, 0.000430769230769226, 0.000290364227506382, 0.000529230769230778, 0.000318421346404661, 0.000811923076923058, 0.000664900339553573, 0.0020673076923077, 0.00238562247964439, 0.00787115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 30, '2022-03-27 00:00:00', 0.000181096234510401, 0.000310384615384642, 0.000287776890075535, 0.000516538461538472, 0.000376181625527653, 0.00080615384615385, 0.00066013530081688, 0.00214884615384617, 0.00239506649979944, 0.00786346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 45, '2022-03-27 00:00:00', 0.000297735039668103, 0.000406923076923087, 0.00032995967119544, 0.000654230769230751, 0.000394630888884229, 0.00083153846153846, 0.000704525699700483, 0.0021926923076923, 0.00240659251608193, 0.00785346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 60, '2022-03-27 00:00:00', 0.000278345938606028, 0.000507307692307677, 0.000352057032093034, 0.000651923076923078, 0.000417839866271931, 0.000883076923076935, 0.000716827626528055, 0.00221461538461538, 0.00242363401654496, 0.00783461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 75, '2022-03-27 00:00:00', 0.000158728117813502, 0.000338846153846145, 0.000233778659287935, 0.000452692307692301, 0.00042805912603824, 0.000861153846153851, 0.000750411579375963, 0.00222846153846153, 0.00241681124943274, 0.00782384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 90, '2022-03-27 00:00:00', 0.000167738349360416, 0.000321923076923068, 0.000341233058187499, 0.000620000000000005, 0.000386527937093606, 0.000920384615384641, 0.000762955790633719, 0.00228153846153845, 0.00241681124943274, 0.00782384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 105, '2022-03-27 00:00:00', 0.000268894317244072, 0.000498076923076941, 0.000347122678380645, 0.000743076923076932, 0.000354641530823191, 0.000981153846153843, 0.000763493589716674, 0.00235230769230767, 0.00239969744887848, 0.00780961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 120, '2022-03-27 00:00:00', 0.000255312779516821, 0.00057384615384619, 0.000221523396923707, 0.000736153846153861, 0.000348987987450323, 0.00109615384615385, 0.000871681399100884, 0.00244269230769229, 0.00238610738684127, 0.0078126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 135, '2022-03-27 00:00:00', 0.00018447597300297, 0.000450769230769272, 0.000255348027963052, 0.000658846153846157, 0.000456168828395809, 0.00114499999999999, 0.000899464199484268, 0.00242038461538458, 0.00239023976911233, 0.00779692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 150, '2022-03-27 00:00:00', 0.000196285506342139, 0.000489999999999999, 0.000360469992349703, 0.000801153846153834, 0.000523033900945686, 0.0012573076923077, 0.000909033637356819, 0.0024130769230769, 0.00238270899478853, 0.00778692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 165, '2022-03-27 00:00:00', 0.00023372172803108, 0.00056538461538463, 0.000422468387529211, 0.000916538461538471, 0.000647066754373442, 0.00143076923076923, 0.000861418954623497, 0.00243115384615383, 0.00235812797330035, 0.00777346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 180, '2022-03-27 00:00:00', 0.000271070811072268, 0.00070076923076921, 0.000356396494845925, 0.000987692307692313, 0.000563393154159541, 0.00147038461538461, 0.000822552500078042, 0.00236615384615382, 0.00236775170865661, 0.00776807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 195, '2022-03-27 00:00:00', 0.000236938486012397, 0.00066961538461539, 0.000507157387193157, 0.00107384615384615, 0.000488522418980056, 0.00137307692307694, 0.000857434545606835, 0.002405, 0.00233760548096027, 0.00773076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 210, '2022-03-27 00:00:00', 0.000429001703421382, 0.000777692307692278, 0.000455851021547775, 0.00105192307692307, 0.0004404740453368, 0.00131576923076923, 0.00104822604725974, 0.00251461538461535, 0.00235237624541655, 0.00773499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 225, '2022-03-27 00:00:00', 0.000270587110955788, 0.000655769230769223, 0.000317237353509213, 0.000886538461538471, 0.000538545762643719, 0.00122653846153846, 0.00109520156205989, 0.00252769230769227, 0.00235901090746494, 0.00774730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 240, '2022-03-27 00:00:00', 0.000321872406636285, 0.000695384615384628, 0.000402392842878677, 0.000930000000000012, 0.000545015031549915, 0.00125423076923075, 0.00111665303474266, 0.00259499999999999, 0.00237081813207693, 0.00775115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 255, '2022-03-27 00:00:00', 0.000218082905900834, 0.000568076923076938, 0.000399720671700373, 0.00086615384615385, 0.000462117034793283, 0.00114807692307691, 0.00124871059651392, 0.00257307692307691, 0.00239060356073847, 0.00774423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 270, '2022-03-27 00:00:00', 0.000325074429347137, 0.000635769230769228, 0.000363794532034852, 0.000882307692307674, 0.000371097540567679, 0.00112423076923077, 0.00124857192269964, 0.00255961538461538, 0.00239638355733097, 0.00773692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 285, '2022-03-27 00:00:00', 0.000235392961139131, 0.000565384615384596, 0.000286097616477069, 0.000769615384615371, 0.000641679527010639, 0.00113384615384614, 0.00123883419142601, 0.00253307692307694, 0.0024020624471483, 0.00770999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 300, '2022-03-27 00:00:00', 0.000246634266756367, 0.000572692307692285, 0.0002554838546758, 0.000749999999999986, 0.000801799514553656, 0.0011576923076923, 0.00119120785501362, 0.00262807692307692, 0.00240212226679149, 0.00770923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 315, '2022-03-27 00:00:00', 0.00024165964622872, 0.000519230769230746, 0.000681017903300176, 0.000885769230769209, 0.000820116689633493, 0.00112923076923075, 0.0011937012253427, 0.00274884615384616, 0.00239605804475731, 0.00770692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 330, '2022-03-27 00:00:00', 0.00065338361920555, 0.000613076923076934, 0.000797729566669362, 0.000802692307692331, 0.00076805248218116, 0.00108384615384617, 0.00118841180378884, 0.00274115384615387, 0.00239876955637999, 0.00768923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 345, '2022-03-27 00:00:00', 0.000229175445053332, 0.000465769230769242, 0.000299098388751675, 0.000669615384615373, 0.000423670408908413, 0.00102384615384612, 0.00114518900018901, 0.00270538461538464, 0.00237655898630451, 0.00771384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 360, '2022-03-27 00:00:00', 0.000211911447398327, 0.000477692307692303, 0.000276156031703378, 0.000673076923076917, 0.000436917172224469, 0.000976153846153836, 0.0011334234051689, 0.00273615384615387, 0.00234155004545807, 0.00768384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 375, '2022-03-27 00:00:00', 0.000239936209471152, 0.000435769230769233, 0.000359064810948559, 0.000683461538461532, 0.000633358811903158, 0.00108076923076925, 0.00119940010646348, 0.00291384615384616, 0.00231928347688546, 0.00765961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 390, '2022-03-27 00:00:00', 0.000251856186069624, 0.000493461538461543, 0.000292127738129473, 0.000638846153846163, 0.000905304028829747, 0.00115076923076922, 0.00114695939167607, 0.0029596153846154, 0.00231658581670395, 0.00764538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 405, '2022-03-27 00:00:00', 0.000156677522809926, 0.000369615384615398, 0.000467608810866556, 0.000734999999999998, 0.000825399576895018, 0.00117269230769228, 0.00106154611479965, 0.00298807692307693, 0.00231569311770465, 0.00762884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 420, '2022-03-27 00:00:00', 0.000482189238306375, 0.000602307692307701, 0.000833826028709727, 0.000874615384615367, 0.000888864790271624, 0.00129615384615387, 0.00107960078091576, 0.00313461538461539, 0.00232389371529768, 0.007635 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 435, '2022-03-27 00:00:00', 0.000396496386635967, 0.000494230769230753, 0.000397726616582882, 0.000762307692307682, 0.000611854180717558, 0.00116846153846157, 0.000995775152253863, 0.00306192307692309, 0.00232586873761516, 0.00762423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 450, '2022-03-27 00:00:00', 0.000257463365579241, 0.000560769230769207, 0.000309235285079927, 0.000832307692307722, 0.000441873110919696, 0.00115038461538462, 0.000987497925995898, 0.0031119230769231, 0.00237942294232481, 0.00763846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 465, '2022-03-27 00:00:00', 0.000236189298266, 0.00049576923076925, 0.000305548938545278, 0.000771923076923087, 0.000309298959186526, 0.00116461538461541, 0.00101251279194201, 0.00309307692307694, 0.0024655484956933, 0.00764423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 480, '2022-03-27 00:00:00', 0.00025380216402061, 0.000643461538461544, 0.000334642863593186, 0.000905384615384603, 0.000450696725594428, 0.00130346153846155, 0.00101635305797817, 0.00316846153846155, 0.00252487809302065, 0.00767423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 495, '2022-03-27 00:00:00', 0.000318913540248528, 0.000634615384615357, 0.000329396651237019, 0.000873076923076946, 0.000561021047185036, 0.00137615384615385, 0.00102887339431949, 0.00317730769230769, 0.00252720569312923, 0.00767615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 510, '2022-03-27 00:00:00', 0.000239385431084231, 0.000574230769230808, 0.000368605688841279, 0.000856923076923106, 0.000566779837869521, 0.00148076923076926, 0.000968933116688371, 0.00317923076923078, 0.00252510048543393, 0.00769730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 525, '2022-03-27 00:00:00', 0.000282906073023937, 0.000580384615384626, 0.000451778025821745, 0.00109076923076924, 0.000619666535634, 0.00154884615384615, 0.000988191510557798, 0.00321769230769229, 0.00255025093787926, 0.0077196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 540, '2022-03-27 00:00:00', 0.000341245681854892, 0.000906153846153847, 0.000522179456332213, 0.00127076923076925, 0.000732383779175921, 0.00164499999999999, 0.000995383575079725, 0.00320269230769228, 0.00256909669848255, 0.00773538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 555, '2022-03-27 00:00:00', 0.000466637068658457, 0.000863076923076949, 0.000484130306680099, 0.00116692307692308, 0.000713789453981625, 0.00188076923076922, 0.000920918354353198, 0.00316884615384614, 0.00251626267431562, 0.00769538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 570, '2022-03-27 00:00:00', 0.000268228662496404, 0.000818846153846146, 0.000493850335472351, 0.00118192307692307, 0.000656379932192186, 0.00192884615384615, 0.000924827801019433, 0.00317769230769232, 0.00247013235397498, 0.00765461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 585, '2022-03-27 00:00:00', 0.00042701918530132, 0.000814230769230774, 0.000590677967710383, 0.00147269230769228, 0.00057270800722395, 0.00186769230769232, 0.000960020512601378, 0.00313923076923078, 0.00245743919245534, 0.00758076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 600, '2022-03-27 00:00:00', 0.000574454122155584, 0.00123153846153844, 0.000545874034497379, 0.0014923076923077, 0.000650581751499866, 0.00188384615384617, 0.000947106362315495, 0.00311769230769233, 0.00241586576295445, 0.00755923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 615, '2022-03-27 00:00:00', 0.000287262142409236, 0.000933461538461522, 0.000425544357264906, 0.00125, 0.000625750626171365, 0.00167038461538462, 0.000935883621956373, 0.00289307692307693, 0.00244142660060752, 0.0075896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 630, '2022-03-27 00:00:00', 0.000323051793894511, 0.000942307692307674, 0.000600483523119913, 0.0012526923076923, 0.000618871429421241, 0.0017346153846154, 0.000931135617652749, 0.00297153846153847, 0.00258888538534668, 0.00770346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 645, '2022-03-27 00:00:00', 0.000472991136687187, 0.000873846153846148, 0.000508906520054365, 0.00123538461538462, 0.000513908103128886, 0.00169153846153848, 0.000951447237714125, 0.0030496153846154, 0.00261744761170116, 0.00772 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 660, '2022-03-27 00:00:00', 0.000384843624586165, 0.000926153846153859, 0.000437732092284092, 0.00134576923076925, 0.000473579495398123, 0.00163846153846156, 0.00100224639992062, 0.00304538461538464, 0.00263951280469598, 0.00775038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 675, '2022-03-27 00:00:00', 0.000373903525195842, 0.000859615384615397, 0.000459279703616266, 0.00112538461538463, 0.000522363268822911, 0.0014392307692308, 0.000995570265649876, 0.00295192307692311, 0.00266242549913827, 0.00777153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 690, '2022-03-27 00:00:00', 0.00033828913441249, 0.000763461538461536, 0.000368659108746222, 0.00103846153846154, 0.000531181122231769, 0.00143423076923077, 0.00105335186611414, 0.00296692307692309, 0.00266701022466388, 0.00779653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 705, '2022-03-27 00:00:00', 0.000266259561041752, 0.000716923076923085, 0.000414952824009937, 0.00100461538461538, 0.000635312158282458, 0.00144153846153843, 0.00100334617080126, 0.00306346153846153, 0.00264198587895839, 0.00785423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 720, '2022-03-27 00:00:00', 0.00026658293557248, 0.000742307692307679, 0.000396134398327689, 0.00108230769230769, 0.000652070430363039, 0.00140961538461536, 0.000975168624471623, 0.00313461538461539, 0.00268448086945348, 0.00782846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 735, '2022-03-27 00:00:00', 0.000259018561853402, 0.000721153846153865, 0.000426029973665613, 0.000998461538461529, 0.00054147377236008, 0.00137538461538458, 0.00102076901628891, 0.00318576923076923, 0.00274861881398923, 0.00785423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 750, '2022-03-27 00:00:00', 0.000261293822235548, 0.000637692307692275, 0.000384199667640925, 0.000935769230769212, 0.000442746671793955, 0.00137615384615386, 0.00105613730168006, 0.00324500000000001, 0.00268132427098141, 0.0078603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 765, '2022-03-27 00:00:00', 0.000316145292790912, 0.00068961538461541, 0.000347691507827528, 0.000974230769230789, 0.000438928941156322, 0.0014711538461539, 0.0010975606519074, 0.00343076923076925, 0.00264584644010486, 0.00788076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 780, '2022-03-27 00:00:00', 0.000257852671112749, 0.000749999999999994, 0.000315736988890846, 0.00109461538461539, 0.000450286062921702, 0.00158153846153849, 0.00131488267976217, 0.00375269230769232, 0.00266274132889689, 0.00790076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 795, '2022-03-27 00:00:00', 0.000257795386961189, 0.000807692307692304, 0.000358399004119492, 0.00113461538461542, 0.000466267668256695, 0.00157846153846157, 0.00156566722075731, 0.00412538461538463, 0.00271138307028835, 0.00791307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 810, '2022-03-27 00:00:00', 0.00026432963104078, 0.000816923076923074, 0.000362184186037131, 0.00114576923076924, 0.000523715718540266, 0.00153307692307692, 0.00160772902424031, 0.00418615384615384, 0.00266614778285078, 0.00787999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 825, '2022-03-27 00:00:00', 0.000318259932469369, 0.000734230769230797, 0.00038278513756216, 0.00100730769230772, 0.000473066754112142, 0.00148807692307694, 0.00156636728181435, 0.00425769230769233, 0.00272988500744012, 0.0078280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 840, '2022-03-27 00:00:00', 0.000212246590984675, 0.000696153846153846, 0.000327539075766313, 0.00104538461538461, 0.000360158939273295, 0.00148230769230769, 0.00176666291242952, 0.0046746153846154, 0.00274073701485851, 0.00782076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 855, '2022-03-27 00:00:00', 0.000308284583810785, 0.00080923076923075, 0.000362184186037132, 0.00113423076923074, 0.000418772749095011, 0.00148884615384614, 0.00181543217995056, 0.00471499999999999, 0.00275468074375236, 0.00782499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 870, '2022-03-27 00:00:00', 0.00029526337656141, 0.000847307692307684, 0.000336151064941827, 0.00109153846153846, 0.000576348318827568, 0.00164423076923076, 0.00196664028230888, 0.00482499999999998, 0.0027984591364645, 0.00781153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 885, '2022-03-27 00:00:00', 0.000208039936994354, 0.000716153846153832, 0.000361978537400309, 0.00102269230769229, 0.000682924593201898, 0.00172499999999998, 0.0019186579043295, 0.00493192307692305, 0.00284785500927387, 0.00787307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 900, '2022-03-27 00:00:00', 0.000291301588366083, 0.000823846153846145, 0.000469870685974824, 0.00125230769230767, 0.000789475385693202, 0.00192923076923073, 0.00184924238125113, 0.0050057692307692, 0.00284134150331523, 0.00785846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 915, '2022-03-27 00:00:00', 0.000338550757471641, 0.000953846153846126, 0.000543050217255745, 0.00147346153846151, 0.000711058257918338, 0.00214961538461536, 0.00182211816723959, 0.00505115384615384, 0.00283157211022159, 0.00787384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 930, '2022-03-27 00:00:00', 0.000515500205177897, 0.00114730769230766, 0.000730459181189914, 0.00155884615384611, 0.00076221620191491, 0.0021684615384615, 0.00178404777445516, 0.00505769230769229, 0.00277303757360327, 0.00795423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 945, '2022-03-27 00:00:00', 0.000459024383464954, 0.00101076923076922, 0.000520235006067933, 0.00159269230769229, 0.000662727348508854, 0.00230653846153845, 0.00178965750913408, 0.005035, 0.00300509925600827, 0.00809846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 960, '2022-03-27 00:00:00', 0.000387943889677962, 0.00114269230769231, 0.000588884865330566, 0.00153423076923076, 0.00105497655825217, 0.00257346153846156, 0.00173703496267014, 0.00498769230769231, 0.00302724175040325, 0.00808384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 975, '2022-03-27 00:00:00', 0.0003101029605693, 0.000959615384615386, 0.000486524408431882, 0.001675, 0.00113998603230311, 0.00295807692307692, 0.00179297981455024, 0.00489615384615383, 0.00302034600666876, 0.00811499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 990, '2022-03-27 00:00:00', 0.000456387992830646, 0.001405, 0.000978944250789517, 0.00210038461538464, 0.00108836030515918, 0.00298192307692306, 0.00187508982348949, 0.0048853846153846, 0.00300563115092065, 0.00810884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1005, '2022-03-27 00:00:00', 0.000705005946510655, 0.00154423076923078, 0.000972599372024029, 0.00243846153846151, 0.00097848045458254, 0.00294999999999997, 0.00192635422894768, 0.00477384615384614, 0.00306857060183752, 0.00820153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1020, '2022-03-27 00:00:00', 0.000714051495665092, 0.00177846153846153, 0.000833308235519504, 0.00218115384615383, 0.00129862009604279, 0.00315307692307695, 0.00174500540003573, 0.00466038461538462, 0.00288718337591395, 0.00815961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1035, '2022-03-27 00:00:00', 0.000574437517523371, 0.00139230769230768, 0.000682202316032414, 0.00184, 0.0013325134145666, 0.00278999999999999, 0.00168851454971976, 0.00438423076923076, 0.00302709467209831, 0.00825307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1050, '2022-03-27 00:00:00', 0.000631186063022513, 0.00127961538461537, 0.00132966328878347, 0.00221269230769232, 0.00157002361569694, 0.00273692307692307, 0.00169057878118252, 0.00421384615384615, 0.00285000307692139, 0.00814153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1065, '2022-03-27 00:00:00', 0.00109537046771333, 0.00181269230769233, 0.00114593871496758, 0.00218346153846154, 0.00134780391178219, 0.00267076923076924, 0.0015829635303637, 0.00403846153846155, 0.00273457171446249, 0.00823230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1080, '2022-03-27 00:00:00', 0.000843915507983709, 0.0013057692307692, 0.00105592780930397, 0.00178653846153845, 0.00100636803177793, 0.00225384615384612, 0.00150893054333704, 0.00384076923076922, 0.00266545493302736, 0.00821500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1095, '2022-03-27 00:00:00', 0.000533203381603888, 0.00115538461538461, 0.000719428833279419, 0.00158461538461536, 0.000815074135372888, 0.00207538461538462, 0.00130283389342086, 0.00360192307692308, 0.00263065516846743, 0.00809115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1110, '2022-03-27 00:00:00', 0.000541473346172621, 0.00105423076923078, 0.000519343372405544, 0.00142846153846155, 0.000753786850100649, 0.00211115384615388, 0.00128874894613105, 0.0034446153846154, 0.00249886426509816, 0.00804115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1125, '2022-03-27 00:00:00', 0.000451300513899727, 0.00102807692307692, 0.000619979155977184, 0.00149307692307694, 0.000697876339056845, 0.00200076923076926, 0.00126771508568035, 0.00331153846153846, 0.0024971005956139, 0.00802923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1140, '2022-03-27 00:00:00', 0.000506196070251924, 0.00105769230769234, 0.000678787153679276, 0.00146000000000003, 0.000686232187662919, 0.00187115384615388, 0.00127095076464584, 0.00320961538461539, 0.00246063134487565, 0.00803115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1155, '2022-03-27 00:00:00', 0.000361897775621766, 0.000885000000000025, 0.000444157456487938, 0.00126038461538465, 0.000576259022956236, 0.0016323076923077, 0.00125855374873761, 0.00306846153846153, 0.00243685260436172, 0.00799115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1170, '2022-03-27 00:00:00', 0.000468599386059555, 0.000834230769230777, 0.000532631782176618, 0.00110615384615384, 0.000761002274332004, 0.00155730769230769, 0.00126841075608566, 0.00297461538461537, 0.00244342914773477, 0.00797500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1185, '2022-03-27 00:00:00', 0.000286311288366629, 0.000743076923076923, 0.00048056585236735, 0.00107653846153843, 0.00061737957405598, 0.00163153846153847, 0.00126491519934675, 0.00291230769230769, 0.00240258322516538, 0.00799692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1200, '2022-03-27 00:00:00', 0.000409560552487471, 0.000809615384615368, 0.000572735003832828, 0.00114423076923078, 0.000758372041841039, 0.00172807692307695, 0.00124418110232578, 0.00282884615384615, 0.00240313874883532, 0.00795038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1215, '2022-03-27 00:00:00', 0.000381323202304029, 0.000770769230769242, 0.000457075654401063, 0.00114692307692308, 0.00078654698133433, 0.00170192307692306, 0.00124270127606696, 0.00281769230769229, 0.00234104345571336, 0.00805730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1230, '2022-03-27 00:00:00', 0.000361772559234917, 0.000820769230769236, 0.000585554963589766, 0.00122884615384615, 0.000796518288939669, 0.00162423076923077, 0.00121455480922656, 0.00275076923076922, 0.00233242824937048, 0.00803846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1245, '2022-03-27 00:00:00', 0.000351661769318174, 0.000745000000000004, 0.000474016715057446, 0.0010903846153846, 0.000735952862202887, 0.00162115384615385, 0.00102096153773707, 0.00261769230769231, 0.00224499484323546, 0.00802461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1260, '2022-03-27 00:00:00', 0.000339314240559038, 0.000723076923076895, 0.000424143118080914, 0.00108576923076921, 0.000784496016560978, 0.00172499999999997, 0.000888508603482012, 0.00248346153846153, 0.00230360119411725, 0.00805769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1275, '2022-03-27 00:00:00', 0.000367089173823556, 0.000737692307692307, 0.000541465958870363, 0.00113423076923077, 0.000738827345293782, 0.0016553846153846, 0.000806813771287074, 0.0022873076923077, 0.00231420167328074, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1290, '2022-03-27 00:00:00', 0.000349109636735437, 0.000728461538461545, 0.000585982541089346, 0.00113346153846151, 0.000599446411282932, 0.00145999999999999, 0.000610795823873688, 0.00208346153846152, 0.00231767180924837, 0.00807884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1305, '2022-03-27 00:00:00', 0.000462520851920792, 0.000831538461538435, 0.000441019099534075, 0.00111538461538459, 0.000491215290415974, 0.0014173076923077, 0.000521300740013348, 0.00198769230769231, 0.00225206985135555, 0.00810884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1320, '2022-03-27 00:00:00', 0.000366218303957963, 0.000779615384615376, 0.000459388221944715, 0.00101153846153848, 0.000515282894669007, 0.00141730769230769, 0.000520370430189294, 0.00199576923076922, 0.00232635366713991, 0.00819576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1335, '2022-03-27 00:00:00', 0.000296776787398328, 0.000677307692307714, 0.000338458951039066, 0.000967692307692336, 0.000468605952225901, 0.00128346153846154, 0.000495967120498306, 0.00188076923076923, 0.00235962972975388, 0.00826269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1350, '2022-03-27 00:00:00', 0.000296748793011606, 0.000670384615384626, 0.000400280094241731, 0.000958076923076923, 0.000511601557704991, 0.00120807692307692, 0.000482626308696651, 0.0018580769230769, 0.00244390925804099, 0.00832269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1365, '2022-03-27 00:00:00', 0.000297107077304868, 0.000746153846153841, 0.000436170220829527, 0.00093269230769232, 0.000442725822429825, 0.00114307692307695, 0.000421539303761085, 0.00183076923076923, 0.00248913750894994, 0.00836153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1380, '2022-03-27 00:00:00', 0.000251519688784298, 0.000646923076923088, 0.000267227647118731, 0.00087115384615384, 0.000405278251992955, 0.00116230769230769, 0.000393561450582497, 0.00180115384615383, 0.0025171776930645, 0.00838346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1395, '2022-03-27 00:00:00', 0.000188787222514193, 0.000523846153846144, 0.000266922057191599, 0.000680769230769241, 0.000438843409955707, 0.00112346153846155, 0.000394950629826053, 0.00181499999999999, 0.00253653346124193, 0.008375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1410, '2022-03-27 00:00:00', 0.000222840750312886, 0.000464999999999989, 0.000375814397726399, 0.000802692307692297, 0.000434631054857063, 0.00107807692307691, 0.000454741854073434, 0.00185692307692306, 0.00254935491086244, 0.0083576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1425, '2022-03-27 00:00:00', 0.000321169976564022, 0.000643076923076943, 0.000378435646393854, 0.000928461538461549, 0.000399964806144025, 0.00104038461538462, 0.000598399917729307, 0.00195769230769229, 0.00257243569105534, 0.00836576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 0, '2022-03-27 00:00:00', 0.000291015463506638, 0.000554999999999998, 0.000342683527471032, 0.000749999999999986, 0.000417538022220729, 0.000905000000000002, 0.000579513456404415, 0.00195038461538462, 0.00256986276197477, 0.00838115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 15, '2022-03-27 00:00:00', 0.000304394733604502, 0.000461923076923063, 0.000340623862030558, 0.000613846153846153, 0.000303963560569114, 0.000824615384615355, 0.000558234579862095, 0.00207538461538462, 0.00256236417276041, 0.00837692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 30, '2022-03-27 00:00:00', 0.000309767406538914, 0.000409615384615369, 0.000312178696360839, 0.000546538461538455, 0.000296458324999571, 0.000796538461538462, 0.000673676023482608, 0.00216076923076921, 0.00256829737075273, 0.00836076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 45, '2022-03-27 00:00:00', 0.000220239380255651, 0.000374230769230761, 0.000237401639551088, 0.000613461538461509, 0.000305427821008749, 0.000796923076923071, 0.000752498607205431, 0.00218692307692305, 0.00257049558226843, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 60, '2022-03-27 00:00:00', 0.000227555572248939, 0.000481538461538439, 0.000255163597596668, 0.000577307692307683, 0.000447866223158352, 0.00093807692307692, 0.000741851737208963, 0.00220999999999999, 0.00257049558226843, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 75, '2022-03-27 00:00:00', 0.000140178457688761, 0.000314999999999988, 0.000229325432183521, 0.000493076923076925, 0.000451716895683711, 0.000928076923076914, 0.000746640887833353, 0.00221384615384615, 0.00256982693221517, 0.00835230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 90, '2022-03-27 00:00:00', 0.000207763178791495, 0.000378461538461558, 0.000383898223691938, 0.000704615384615389, 0.00040426419389001, 0.000941538461538464, 0.000762908604264955, 0.00221846153846153, 0.00257367860045918, 0.00833846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 105, '2022-03-27 00:00:00', 0.000341965585312952, 0.00057269230769231, 0.000399705468487046, 0.0008226923076923, 0.000367774178204278, 0.00103461538461539, 0.0007582507196476, 0.0022980769230769, 0.00257356875832882, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 120, '2022-03-27 00:00:00', 0.000306053037133201, 0.0006973076923077, 0.000326916597220878, 0.000822307692307699, 0.000337910320374197, 0.00112076923076925, 0.000707460137501634, 0.00227961538461538, 0.00257280499425462, 0.00836153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 135, '2022-03-27 00:00:00', 0.000186889107391325, 0.00044346153846154, 0.000177662168606119, 0.000680384615384632, 0.000302774859234721, 0.00108615384615386, 0.000731480269464165, 0.00221076923076924, 0.00257916960399152, 0.00836961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 150, '2022-03-27 00:00:00', 0.000207706894074668, 0.000503076923076931, 0.00027092917042024, 0.00073884615384616, 0.000374614468487261, 0.00114000000000001, 0.000752268875827266, 0.0021873076923077, 0.00258004376826321, 0.00836538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 165, '2022-03-27 00:00:00', 0.000192851078455727, 0.000513461538461555, 0.000242941271789001, 0.000857307692307723, 0.000377123525978103, 0.00123692307692309, 0.000713829542247035, 0.00215384615384616, 0.00258373090406399, 0.00835423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 180, '2022-03-27 00:00:00', 0.000250466641414669, 0.000691538461538466, 0.000306307286635782, 0.000891923076923087, 0.000378446216075079, 0.00128846153846152, 0.000735281003321978, 0.00213692307692309, 0.00257757336685853, 0.00837730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 195, '2022-03-27 00:00:00', 0.000221223520797064, 0.000590384615384606, 0.000308637950705008, 0.000914230769230755, 0.000458846882454789, 0.0013826923076923, 0.000601020286359239, 0.00209423076923076, 0.002648510060102, 0.00839153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 210, '2022-03-27 00:00:00', 0.000219617849912057, 0.00064999999999998, 0.000305764363773575, 0.000930384615384579, 0.000542612058614482, 0.00143038461538457, 0.000602413096190244, 0.00207153846153844, 0.002690315308944, 0.0084326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 225, '2022-03-27 00:00:00', 0.000306555303079485, 0.000668076923076919, 0.000417068893036226, 0.00103769230769232, 0.000607466491636817, 0.00136653846153844, 0.00066596061329596, 0.00202653846153844, 0.00267737934440491, 0.00845192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 240, '2022-03-27 00:00:00', 0.000308367662676557, 0.000731153846153862, 0.000436930728535375, 0.00102269230769228, 0.00049140364107476, 0.00131846153846152, 0.000662659908132506, 0.00198307692307691, 0.00264651120127264, 0.00848846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 255, '2022-03-27 00:00:00', 0.00031243657817966, 0.000603846153846139, 0.00043138916929453, 0.000833846153846134, 0.00045583330286412, 0.00115000000000001, 0.000661478646669723, 0.00184499999999998, 0.00269191304580106, 0.00850961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 270, '2022-03-27 00:00:00', 0.000287698560195327, 0.000592307692307678, 0.00031936475408826, 0.000834615384615378, 0.000432818491002694, 0.00111961538461536, 0.000643936451714118, 0.00182692307692307, 0.00271204016307906, 0.0085253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 285, '2022-03-27 00:00:00', 0.000218583200142696, 0.000581153846153862, 0.000260115063296707, 0.000750384615384655, 0.00049567312430049, 0.00110038461538459, 0.000633731318947846, 0.00190076923076923, 0.0027026151437792, 0.00853384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 300, '2022-03-27 00:00:00', 0.000245597544462791, 0.000503076923076948, 0.000352249037777769, 0.000760769230769219, 0.000478918171908925, 0.00102884615384614, 0.000649572166891405, 0.00195999999999999, 0.00272395382881915, 0.00856269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 315, '2022-03-27 00:00:00', 0.000212955755607008, 0.00053692307692305, 0.00043357281351043, 0.000775769230769189, 0.000403652554327828, 0.000970769230769202, 0.000684677689472591, 0.00209653846153846, 0.00269540729047365, 0.00862730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 330, '2022-03-27 00:00:00', 0.00028856461748025, 0.000491538461538436, 0.00033669639371168, 0.000652692307692296, 0.000405939176952174, 0.000941153846153829, 0.000785516292736075, 0.00220038461538459, 0.00269069999471114, 0.00864230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 345, '2022-03-27 00:00:00', 0.000274251989684956, 0.000473076923076914, 0.000251093608042901, 0.000619999999999988, 0.00042988603140832, 0.000894999999999996, 0.000777702039047385, 0.00221269230769231, 0.00270859679823052, 0.00870615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 360, '2022-03-27 00:00:00', 0.000155230845467704, 0.000406153846153834, 0.000336281932998985, 0.000628461538461539, 0.000409627222653072, 0.000872307692307694, 0.000785932860706611, 0.00226769230769231, 0.00270406998088778, 0.00872769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 375, '2022-03-27 00:00:00', 0.00025777867668572, 0.000434615384615405, 0.000333229419700363, 0.000595384615384639, 0.00035658573248994, 0.000835769230769249, 0.000869917149016984, 0.0025496153846154, 0.0026838062523215, 0.00876999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 390, '2022-03-27 00:00:00', 0.000116569556653785, 0.000362692307692318, 0.00023908447171528, 0.000565769230769222, 0.000345953531784022, 0.000840384615384613, 0.00110697988307757, 0.00278269230769231, 0.00271996993761667, 0.00882730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 405, '2022-03-27 00:00:00', 0.000224200459753844, 0.000405384615384607, 0.000289260063982881, 0.000580769230769218, 0.000409197338137051, 0.000917692307692299, 0.00107368896799768, 0.00286, 0.00273429943214261, 0.00884576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 420, '2022-03-27 00:00:00', 0.000191613794268157, 0.000420384615384611, 0.000254215232854691, 0.000625769230769223, 0.000388190476639806, 0.000910384615384593, 0.0010644265339392, 0.0029103846153846, 0.00275564050909849, 0.00887884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 435, '2022-03-27 00:00:00', 0.000223075358084679, 0.000451153846153855, 0.000330453534496991, 0.000683461538461541, 0.000377796852208257, 0.000952307692307688, 0.00114062499736564, 0.00300576923076923, 0.00276225417980426, 0.00890192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 450, '2022-03-27 00:00:00', 0.000183541234101187, 0.000449230769230774, 0.000257153949699681, 0.00061192307692308, 0.00036945031934155, 0.00100153846153845, 0.00115437175721089, 0.00309307692307694, 0.0028042524027736, 0.00891653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 465, '2022-03-27 00:00:00', 0.000240586782679321, 0.000425, 0.000326866004067977, 0.000724230769230748, 0.000390658615476681, 0.00113692307692309, 0.00118872679140979, 0.00324923076923078, 0.00280898120047382, 0.00892076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 480, '2022-03-27 00:00:00', 0.000238373978961925, 0.000606923076923073, 0.000306469975941955, 0.000829615384615379, 0.000368299418324936, 0.00116269230769232, 0.00121706456437041, 0.00328307692307693, 0.00280633165976785, 0.00890423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 495, '2022-03-27 00:00:00', 0.00023995416228939, 0.000524999999999998, 0.000296419660927927, 0.000793846153846171, 0.000463174497770131, 0.00128115384615386, 0.001313609003998, 0.00333615384615385, 0.00284249232459555, 0.00892884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 510, '2022-03-27 00:00:00', 0.000230924563106964, 0.000643076923076943, 0.000301728609591712, 0.000841923076923093, 0.000575307409464363, 0.00137884615384613, 0.00144116133725548, 0.003425, 0.00294900671674119, 0.00898384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 525, '2022-03-27 00:00:00', 0.000272175282888412, 0.000560769230769232, 0.000399252378250231, 0.0010123076923077, 0.000498817216407614, 0.00143115384615384, 0.00144364730403985, 0.00348153846153847, 0.00295106343283492, 0.00900076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 540, '2022-03-27 00:00:00', 0.000325769149032786, 0.000838461538461532, 0.000498525209608704, 0.00112076923076919, 0.000483251328144971, 0.00149038461538461, 0.00141439027363519, 0.00354961538461539, 0.00300579338048275, 0.0090353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 555, '2022-03-27 00:00:00', 0.000340311395862453, 0.000670384615384583, 0.000387982751400903, 0.00101884615384615, 0.000634563932646195, 0.00179076923076923, 0.00133725620351753, 0.00353307692307692, 0.00304839279217501, 0.00911884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 570, '2022-03-27 00:00:00', 0.000253666346574848, 0.000711153846153859, 0.00035203059307615, 0.000988461538461532, 0.000844713242194302, 0.0020273076923077, 0.00124636116509064, 0.00346807692307691, 0.00302448398650339, 0.00917923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 585, '2022-03-27 00:00:00', 0.000321497457819828, 0.000726153846153829, 0.000594219979986701, 0.00138576923076922, 0.000805446078030903, 0.00206076923076922, 0.00118523408917979, 0.0034203846153846, 0.00301298226908922, 0.0093030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 600, '2022-03-27 00:00:00', 0.000463847620867689, 0.00116115384615384, 0.000723840186356472, 0.00168615384615388, 0.000721498120899508, 0.00204653846153846, 0.00109935456588784, 0.00333730769230768, 0.00304459917786334, 0.00933192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 615, '2022-03-27 00:00:00', 0.000529664189695854, 0.00101192307692309, 0.000528209748548367, 0.00129153846153847, 0.000562503196572096, 0.00166461538461539, 0.000869910074928176, 0.00295653846153845, 0.0031400015923563, 0.00939500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 630, '2022-03-27 00:00:00', 0.00029723960808646, 0.000809230769230776, 0.000404956217956378, 0.00107846153846152, 0.00055233448617246, 0.00156576923076921, 0.000794587072248646, 0.00278384615384613, 0.00327632845634352, 0.00950807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 645, '2022-03-27 00:00:00', 0.000238806326420506, 0.000647307692307646, 0.000365740555375222, 0.00101307692307689, 0.000613481489909467, 0.00154653846153845, 0.000828068744823662, 0.00274461538461538, 0.00342529657334731, 0.00951615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 660, '2022-03-27 00:00:00', 0.000335084834264185, 0.000815384615384577, 0.0003919623215801, 0.00109769230769228, 0.000635347028130174, 0.00154461538461537, 0.000835104507508815, 0.00269653846153846, 0.00346426566755275, 0.00949384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 675, '2022-03-27 00:00:00', 0.000260200218766509, 0.000778076923076913, 0.000470952716881904, 0.00114269230769231, 0.00059854336003847, 0.00143692307692308, 0.000917013882958408, 0.00262230769230771, 0.00349028339162399, 0.00949307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 690, '2022-03-27 00:00:00', 0.000414024153884779, 0.00076999999999998, 0.000492392588833783, 0.00101230769230768, 0.000585017553977262, 0.00137153846153845, 0.000907440101858797, 0.00282346153846154, 0.00347939915237366, 0.00948230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 705, '2022-03-27 00:00:00', 0.000377292377953152, 0.000701538461538454, 0.000413669507624723, 0.0009423076923077, 0.000593200964779551, 0.00131923076923074, 0.000934490235368978, 0.00320000000000001, 0.00346802164841085, 0.00948307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 720, '2022-03-27 00:00:00', 0.000271083296877835, 0.000673076923076917, 0.000389779622153539, 0.000931923076923076, 0.000464013428187631, 0.00133269230769229, 0.000890668547518329, 0.00327230769230769, 0.00348955816026131, 0.00956807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 735, '2022-03-27 00:00:00', 0.000274770113703493, 0.00068884615384614, 0.000392996378922431, 0.000936923076923049, 0.000451581835159647, 0.00135307692307691, 0.00095041893596775, 0.00346807692307692, 0.00347289974162582, 0.00961615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 750, '2022-03-27 00:00:00', 0.000252939640109009, 0.000652307692307678, 0.000396205075104362, 0.00100230769230769, 0.000470117661213239, 0.00135115384615382, 0.000908544143967924, 0.0035426923076923, 0.00350765249133949, 0.00965499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 765, '2022-03-27 00:00:00', 0.00028808225321144, 0.000700769230769218, 0.000350224762995653, 0.000984230769230769, 0.00049062048626045, 0.00128730769230767, 0.00105150558724144, 0.00384, 0.00369016880998064, 0.0097553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 780, '2022-03-27 00:00:00', 0.000213259322097592, 0.000703461538461535, 0.000239932041660518, 0.000910769230769236, 0.000532798706397129, 0.00131769230769231, 0.00109285884794809, 0.00405269230769231, 0.00382873132231315, 0.00985653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 795, '2022-03-27 00:00:00', 0.000262159376070241, 0.000723461538461547, 0.000384773259905724, 0.000972307692307683, 0.000609202252634851, 0.00139923076923079, 0.00216192410739921, 0.0049496153846154, 0.00390326498440239, 0.00991846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 810, '2022-03-27 00:00:00', 0.000229787862034[...];
Date: 2022-03-27 18:42:41 Duration: 2s222ms Database: acaweb_fx User: pgperfstats
19 22s438ms 66 50ms 3s276ms 339ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Mar 27 18 66 22s438ms 339ms [ User: postgres - Total duration: 22s438ms - Times executed: 66 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s276ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s186ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:18:15 Duration: 1s818ms Database: acaweb_fx User: postgres Bind query: yes
20 21s897ms 4 5s177ms 6s47ms 5s474ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Mar 27 18 4 21s897ms 5s474ms [ User: postgres - Total duration: 21s897ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:01:07 Duration: 6s47ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:16:07 Duration: 5s378ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:46:06 Duration: 5s293ms Database: acaweb_fx User: postgres
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 499 13m49s 1s248ms 3s950ms 1s661ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 18 499 13m49s 1s661ms [ User: postgres - Total duration: 13m49s - Times executed: 499 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '579665226' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '579665226' OR a.resultuid = '579665226') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:53 Duration: 3s950ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580442524' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442524' OR a.resultuid = '580442524') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:34:01 Duration: 3s760ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580166088' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580166088' OR a.resultuid = '580166088') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:52 Duration: 3s744ms Database: acaweb_fx User: postgres Bind query: yes
2 365 2m4s 50ms 7s369ms 340ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 18 365 2m4s 340ms [ User: postgres - Total duration: 2m4s - Times executed: 365 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580349138 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 7s369ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%ustech100%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580330577 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s972ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%gbpcad%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580141074 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s500ms Database: acaweb_fx User: postgres Bind query: yes
3 333 4m31s 564ms 1s373ms 816ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Mar 27 18 333 4m31s 816ms [ User: pgperfstats - Total duration: 4m31s - Times executed: 333 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1125, '2022-03-27 00:00:00', 0.8645116479798, 1.68729166666667, 0.902240342630257, 2.374375, 1.14385852221355, 3.08916666666667, 2.57867213891181, 5.5975, 6.13867425084366, 17.8229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1140, '2022-03-27 00:00:00', 0.647303772515685, 1.575, 0.813876926920719, 2.15, 0.957882250486502, 2.81166666666667, 2.76677007838863, 5.86416666666667, 6.05899373057721, 17.659375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1155, '2022-03-27 00:00:00', 0.587921872890592, 1.46604166666667, 0.701749850916164, 1.95937500000001, 1.16055956565562, 2.665625, 2.88052641500407, 7.32708333333333, 6.06366162858833, 17.6664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1170, '2022-03-27 00:00:00', 0.638605782947896, 1.33270833333334, 0.895463784579122, 1.86354166666667, 1.14815871419026, 2.43354166666667, 2.87258517835138, 7.46104166666667, 6.00185460090148, 17.6077083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1185, '2022-03-27 00:00:00', 0.684316410204643, 1.34958333333333, 0.900492593657433, 1.89604166666666, 0.875604734090856, 2.45479166666666, 2.78574671090514, 7.66604166666667, 5.92005195687516, 17.5822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1200, '2022-03-27 00:00:00', 0.647241603916644, 1.33270833333334, 0.727861170868441, 1.70666666666667, 1.25650106547358, 2.66333333333333, 2.89408729292293, 7.85229166666667, 5.77885411576588, 17.53125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1215, '2022-03-27 00:00:00', 0.58904764546104, 1.34645833333334, 0.625818883833271, 1.83666666666666, 1.34279179688535, 2.774375, 3.06706582153418, 8.11416666666667, 5.74499753645209, 17.5364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1230, '2022-03-27 00:00:00', 0.444377465137164, 1.331875, 1.11778045794955, 2.11625, 1.24320056504473, 2.57041666666666, 3.17995812085038, 8.22354166666667, 5.61304352053374, 17.5497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1245, '2022-03-27 00:00:00', 1.03331671474481, 1.60604166666667, 1.20222823015902, 2.09875, 1.12635586571557, 2.41666666666666, 3.11939095893896, 8.50770833333333, 5.62447578475193, 17.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1260, '2022-03-27 00:00:00', 0.728931587364666, 1.40729166666667, 0.938127736698103, 1.76354166666666, 0.941258312125275, 2.29791666666667, 3.20696032403388, 8.49354166666667, 5.61909631817884, 17.5539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1275, '2022-03-27 00:00:00', 0.731040769645616, 1.23479166666665, 0.792438334820292, 1.66458333333333, 1.55607202433806, 2.90083333333333, 3.20047853645651, 8.62041666666667, 5.6166270977082, 17.5460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1290, '2022-03-27 00:00:00', 0.581927044520984, 1.15395833333333, 0.782530009379646, 1.77354166666667, 1.74808653153645, 2.94, 3.29853382009627, 8.66333333333334, 5.44794935077623, 17.6772916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1305, '2022-03-27 00:00:00', 0.808953939633941, 1.47229166666667, 1.69317811485479, 2.40270833333333, 2.07527856302002, 3.21937500000001, 3.49297524206323, 8.82270833333334, 5.3612255250488, 17.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1320, '2022-03-27 00:00:00', 0.569399851138195, 1.2997619047619, 0.619194176790637, 1.81214285714286, 1.50822984385827, 3.47880952380953, 3.85980490809722, 8.95214285714286, 5.31308835397482, 17.2085714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1335, '2022-03-27 00:00:00', 0.600418405701193, 1.35952380952381, 0.990887108557158, 1.96952380952381, 2.28791530187886, 5.75285714285714, 4.0173477835863, 9.03428571428572, 5.36770648015918, 17.3335714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1350, '2022-03-27 00:00:00', 0.625929974784181, 1.37166666666668, 1.18320569398804, 2.84928571428573, 2.51384909290609, 5.8354761904762, 4.04477459787552, 8.91738095238096, 5.3764658798455, 17.3485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1365, '2022-03-27 00:00:00', 0.940591442606596, 2.44452380952382, 2.33373803463151, 5.13928571428571, 2.70524182529646, 6.12166666666667, 4.12558962596921, 8.91380952380953, 5.45360749980275, 17.4404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 990, '2022-03-27 00:00:00', 1.13994412818551, 2.83615384615384, 1.55869404162094, 3.76134615384615, 1.979420583442, 4.88538461538461, 3.51786126568622, 7.34173076923077, 5.0908282120511, 17.5332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1005, '2022-03-27 00:00:00', 1.05766906268164, 2.80538461538462, 1.27491672427895, 3.46942307692308, 1.99942192607302, 4.69596153846154, 3.32623862412417, 6.85576923076923, 5.21545049311695, 17.4703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1020, '2022-03-27 00:00:00', 0.912403756779108, 2.33615384615385, 1.30855663291219, 3.23230769230769, 1.90990576690619, 4.14403846153846, 3.12235719634037, 6.31269230769231, 5.30326679074759, 17.4544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1035, '2022-03-27 00:00:00', 0.860698285383178, 2.19153846153846, 1.19480035345466, 3.01326923076923, 1.4822430637382, 4.00749999999999, 2.93802388454449, 5.88711538461538, 5.31685255723578, 17.4363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1050, '2022-03-27 00:00:00', 0.85985696484938, 2.11, 1.1899764703556, 2.71, 1.52608711567045, 3.71326923076922, 2.72649544005036, 5.58076923076923, 5.37844173887396, 17.4415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1065, '2022-03-27 00:00:00', 0.909658938622268, 1.95576923076922, 1.34907485394194, 2.90519230769229, 1.51999090331286, 3.60288461538461, 2.47803331603606, 5.24365384615384, 5.92908697407567, 16.6771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1080, '2022-03-27 00:00:00', 0.772210712574867, 1.93076923076923, 1.01786412875952, 2.49923076923076, 1.33346236715379, 3.19326923076923, 2.42324163847965, 4.99596153846154, 6.04830219025268, 16.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1095, '2022-03-27 00:00:00', 0.711220862590954, 1.57865384615385, 0.936187275807899, 2.20615384615384, 1.16934360285524, 2.98230769230769, 2.585194896685, 5.05942307692308, 5.84270907923844, 16.7742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1110, '2022-03-27 00:00:00', 0.770164018495164, 1.65384615384615, 0.92042007550065, 2.19365384615385, 1.69526521637358, 3.01692307692308, 2.86892268711017, 5.17423076923077, 5.7140045502257, 17.235 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1125, '2022-03-27 00:00:00', 0.665081487199425, 1.52423076923076, 0.935432540839553, 2.19596153846154, 1.85074267836954, 3.00269230769231, 2.94497141164132, 5.15615384615384, 6.64949854963052, 18.2998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1140, '2022-03-27 00:00:00', 0.815804746624694, 1.63423076923077, 1.55902233911069, 2.20442307692308, 1.71562753712857, 2.87038461538462, 2.89668558608203, 5.54923076923077, 6.91900437479711, 18.6065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1155, '2022-03-27 00:00:00', 0.921127235844969, 1.54076923076924, 1.18632666729634, 2.0848076923077, 1.24944252184109, 2.66115384615385, 3.08155295514853, 7.57115384615385, 7.05499217684787, 18.9161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1170, '2022-03-27 00:00:00', 0.639324282709123, 1.34346153846154, 0.660517862100526, 1.81038461538462, 0.936666942695463, 2.55519230769231, 3.29086551626679, 8.26461538461539, 7.10480270932709, 19.1065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1185, '2022-03-27 00:00:00', 0.547519722159712, 1.45538461538462, 0.789175421661019, 1.93538461538462, 1.10679002247316, 2.56192307692308, 3.30695500190362, 8.45923076923077, 6.92458844375495, 19.2263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1200, '2022-03-27 00:00:00', 0.645433068686324, 1.44538461538462, 0.9351743769932, 2.01634615384616, 1.43382437772338, 2.64711538461538, 3.3762910692971, 8.76576923076923, 6.86804573032578, 19.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1215, '2022-03-27 00:00:00', 0.720202856038605, 1.35307692307692, 0.896216427329572, 1.85173076923077, 1.45375577252641, 2.65461538461539, 3.3542832147294, 8.82673076923077, 6.87403179476096, 19.3163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1230, '2022-03-27 00:00:00', 0.552549197252704, 1.27384615384615, 0.966592985697698, 1.86499999999999, 1.16336131036816, 2.53346153846154, 3.33267769449502, 8.73884615384616, 6.86970933491031, 19.3121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1245, '2022-03-27 00:00:00', 0.605670385097884, 1.22615384615384, 0.748425244198679, 1.77711538461538, 1.1247535114586, 2.37730769230769, 3.370326484984, 8.71615384615385, 6.84417275160746, 19.2244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1260, '2022-03-27 00:00:00', 0.545273008543573, 1.32057692307693, 0.842853212879644, 1.77846153846155, 1.32759684566339, 2.50423076923077, 3.47665478585378, 8.7225, 6.79065575172689, 19.1765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1275, '2022-03-27 00:00:00', 0.734275912300424, 1.31865384615385, 0.804750821444359, 1.72173076923077, 1.7573172407438, 2.81173076923077, 3.50999837825954, 8.67615384615385, 6.81948589591732, 19.2432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1290, '2022-03-27 00:00:00', 0.557030209096549, 1.25442307692308, 1.02785766748874, 1.89423076923077, 2.0522452619959, 2.91884615384616, 3.50886278421679, 8.64596153846154, 6.82310826980918, 19.2673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1305, '2022-03-27 00:00:00', 0.948881771025575, 1.40115384615385, 1.56751861723701, 2.18384615384615, 2.08188229365048, 3.08173076923077, 3.48979197638793, 8.58403846153846, 6.84359088153625, 19.2469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1320, '2022-03-27 00:00:00', 0.724813932781476, 1.34565217391304, 0.820117423868558, 1.78304347826088, 1.55740161884196, 3.28456521739131, 3.61567848803703, 8.46826086956522, 7.13597867154817, 19.520652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1335, '2022-03-27 00:00:00', 0.609100937915194, 1.22695652173914, 0.652052248203592, 1.70304347826087, 2.67496839772992, 6.16673913043479, 3.64162826534024, 8.36217391304348, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1350, '2022-03-27 00:00:00', 0.466909145549357, 1.25782608695652, 1.09193943026507, 2.73608695652174, 2.93895925826459, 6.93260869565218, 3.59571635240554, 8.35478260869566, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1365, '2022-03-27 00:00:00', 1.0424537316393, 2.41434782608696, 2.78948223977281, 5.8704347826087, 3.11050540483661, 6.98565217391305, 3.67298752404343, 8.36347826086957, 7.13276613711668, 19.5336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 990, '2022-03-27 00:00:00', 1.1727508916416, 3.01442307692308, 1.59149861644737, 4.25038461538462, 1.85353558202861, 5.16807692307693, 2.54319091663633, 6.36096153846154, 7.20194661986498, 18.8286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1005, '2022-03-27 00:00:00', 1.24177715392095, 2.90750000000001, 1.37569077753128, 3.57365384615385, 1.97779072549301, 4.46192307692308, 2.38877919416206, 5.98096153846154, 7.04862838812248, 18.8169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1020, '2022-03-27 00:00:00', 0.569023725340169, 2.29, 1.08547104273462, 3.12423076923077, 1.22252613626301, 3.62807692307692, 1.84291154468641, 5.5001923076923, 6.84797126611513, 18.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1035, '2022-03-27 00:00:00', 1.07720350195094, 2.14423076923077, 1.25406563440061, 2.68615384615384, 1.2043928569392, 3.29692307692308, 1.96739191864215, 5.5901923076923, 6.83787894463908, 18.6073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1050, '2022-03-27 00:00:00', 0.752728268470004, 1.85538461538461, 0.716858531264127, 2.39807692307691, 1.29150746744319, 3.23846153846153, 1.92416732240608, 5.43326923076922, 6.80255820657538, 18.6269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1065, '2022-03-27 00:00:00', 0.572173185186225, 1.64807692307693, 0.687430807706937, 2.17134615384616, 1.20921253778583, 3.01980769230769, 2.08470408340959, 5.40365384615384, 6.75075309758958, 18.5342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1080, '2022-03-27 00:00:00', 0.665281779514399, 1.60038461538462, 0.986909258551864, 2.28673076923077, 1.09593298854657, 3.00365384615384, 2.49217325610833, 5.50153846153846, 6.72591688059073, 18.5367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1095, '2022-03-27 00:00:00', 0.96768337558553, 1.71365384615385, 1.0408799716512, 2.28365384615384, 1.09902462000839, 2.85134615384616, 2.93353961177383, 5.74942307692307, 6.57842538150278, 18.5675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1110, '2022-03-27 00:00:00', 0.544525516813979, 1.62096153846154, 0.775997521804123, 2.18192307692308, 0.986094393983736, 2.73307692307692, 3.76087357384711, 6.08596153846154, 6.48401441712913, 18.5751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1125, '2022-03-27 00:00:00', 0.539808406181868, 1.43634615384615, 0.572647058707325, 1.94557692307692, 0.979414346198001, 2.49230769230769, 3.69457130332933, 6.05634615384615, 6.54800879011205, 19.2163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1140, '2022-03-27 00:00:00', 0.47824780348525, 1.45019230769231, 0.680220467653972, 1.82826923076923, 1.02140393576684, 2.41500000000001, 3.76450764989976, 6.63461538461539, 6.71503809485729, 19.3611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1155, '2022-03-27 00:00:00', 0.648312009404773, 1.24730769230768, 0.880466572116952, 1.69923076923077, 1.39044331613504, 2.54884615384615, 4.10045487157781, 8.37692307692307, 6.69470948700424, 19.4063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1170, '2022-03-27 00:00:00', 0.5861095985722, 1.1873076923077, 0.735798990109497, 1.65807692307693, 1.22860572945983, 2.52596153846154, 4.11151245332495, 8.69442307692307, 6.73792545110254, 19.4507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1185, '2022-03-27 00:00:00', 0.557092762611254, 1.31288461538462, 1.16947162625494, 2.03673076923077, 1.43050589491432, 2.75634615384615, 4.2550670789253, 8.94038461538461, 6.70113572463653, 19.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1200, '2022-03-27 00:00:00', 0.953248373478002, 1.52269230769231, 0.984024077253893, 1.89576923076923, 1.25359329682563, 2.68307692307693, 4.0323108329897, 8.92942307692308, 6.65696930638514, 19.5678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1215, '2022-03-27 00:00:00', 0.548793642035378, 1.24230769230769, 0.918707034578824, 1.92615384615385, 1.41153838608257, 2.87115384615385, 3.83935435277259, 8.81538461538461, 6.45670598322753, 19.6330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1230, '2022-03-27 00:00:00', 0.889190578343805, 1.48826923076923, 1.14448081947836, 1.93711538461539, 1.51505196661317, 2.86769230769231, 3.70348787787114, 8.77730769230769, 6.40560507260273, 19.5828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1245, '2022-03-27 00:00:00', 0.618530796447388, 1.33211538461539, 1.14591944944458, 2.17576923076923, 1.6373912295055, 2.98903846153846, 3.66277772378371, 8.72942307692307, 6.28343119151166, 19.5084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1260, '2022-03-27 00:00:00', 1.21243201236827, 1.86423076923076, 1.28568438823602, 2.33288461538462, 2.11978417805645, 3.16519230769231, 3.76918477208983, 8.84461538461538, 6.25012330955281, 19.5292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1275, '2022-03-27 00:00:00', 0.861468000209302, 1.48134615384615, 1.17820397868307, 2.06384615384615, 2.03152913230025, 3.17115384615384, 3.5022968123131, 8.5551923076923, 6.26710585885972, 19.5503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1290, '2022-03-27 00:00:00', 0.968003417031476, 1.49115384615384, 1.39060126729965, 2.11173076923077, 2.67139992110158, 3.42653846153846, 3.43052330612199, 8.46307692307692, 6.45422415047815, 19.5957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1305, '2022-03-27 00:00:00', 0.936374185560782, 1.46384615384616, 1.51414713236909, 2.25846153846154, 2.18030838503322, 3.21557692307692, 3.51595003574371, 8.47442307692308, 6.58226233027942, 19.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1320, '2022-03-27 00:00:00', 0.859204809773748, 1.61478260869565, 1.52610311298499, 2.2395652173913, 1.69056320573032, 3.56695652173913, 3.78502604144111, 8.64695652173913, 6.51777522422473, 20.495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1335, '2022-03-27 00:00:00', 0.836281885074859, 1.35086956521739, 0.997668675744245, 1.81717391304348, 2.9688290534513, 5.93869565217391, 3.63972005178091, 8.50565217391304, 6.55635684801987, 20.3858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1350, '2022-03-27 00:00:00', 0.681784597328331, 1.39065217391304, 1.18385603794426, 2.8858695652174, 3.19472129769726, 6.59652173913043, 3.86469648906214, 8.67304347826087, 6.56073468633703, 20.3884782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1365, '2022-03-27 00:00:00', 1.28900584451494, 2.48739130434783, 3.01502838232827, 5.61434782608696, 3.36087414224336, 6.74, 3.81595081629875, 8.62521739130435, 6.65692068333323, 20.3695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 990, '2022-03-27 00:00:00', 1.20068903828871, 2.848, 1.55981096611097, 3.9454, 1.68335911696426, 4.769, 2.59293789294435, 6.9296, 6.91087267161922, 18.5944 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1005, '2022-03-27 00:00:00', 1.01010725503121, 2.735, 1.16444736534833, 3.50720000000001, 1.4579759943154, 4.2424, 2.3223883719137, 6.3426, 6.65181377520448, 18.1234 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1020, '2022-03-27 00:00:00', 0.846692240427411, 2.30760000000001, 1.08000108024637, 2.97760000000001, 1.30992738348353, 3.63080000000001, 2.57901366805219, 5.90139999999999, 6.48001189556522, 17.855 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1035, '2022-03-27 00:00:00', 0.925310758610322, 2.041, 1.1158892940909, 2.6812, 1.21706100915279, 3.54, 2.38797944575186, 5.796, 6.41979054694673, 17.8176 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1050, '2022-03-27 00:00:00', 0.737533219590823, 1.70360000000001, 0.98146433964766, 2.46080000000001, 1.42727222350888, 3.4768, 2.48419587928703, 5.76299999999999, 6.31647592939818, 17.8166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1065, '2022-03-27 00:00:00', 0.877795202007094, 1.8716, 1.01727782177076, 2.55, 1.20846538358918, 3.3436, 2.53636674201504, 5.83099999999999, 6.22545873811722, 17.7114 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1080, '2022-03-27 00:00:00', 0.696094042975993, 1.67859999999999, 0.880902709346108, 2.34699999999999, 0.945156821203052, 3.0462, 2.55504864598177, 5.6256, 6.08436043612365, 17.5424 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1095, '2022-03-27 00:00:00', 0.650344908490869, 1.7588, 0.702692737498636, 2.28100000000001, 1.24855910285951, 3.05960000000001, 2.63120849927684, 5.65540000000001, 6.12232526632379, 17.394 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1110, '2022-03-27 00:00:00', 0.615414832992073, 1.502, 0.909974953867777, 2.1476, 1.29933341884727, 3.06560000000001, 2.83422993656713, 5.6202, 6.15763656635672, 17.4962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1125, '2022-03-27 00:00:00', 0.808283263054067, 1.5102, 0.997656629306902, 2.15400000000001, 1.34673716812153, 2.8552, 2.95113925741682, 5.66800000000001, 6.33292783789615, 18.336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1140, '2022-03-27 00:00:00', 0.744941944046652, 1.5302, 0.910632792805824, 2.031, 1.18202252516608, 2.69780000000001, 3.06190481291195, 5.99060000000001, 6.75368068167278, 18.5044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1155, '2022-03-27 00:00:00', 0.55287069012564, 1.3742, 0.89835511723742, 1.8724, 1.06542733992829, 2.496, 3.18920076194648, 7.21840000000001, 6.89699362041173, 18.5322 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1170, '2022-03-27 00:00:00', 0.815736732449046, 1.44920000000001, 1.01285249008266, 1.95420000000001, 1.16133407481797, 2.49480000000001, 3.18543531823622, 7.35760000000001, 6.93887568942789, 18.663 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1185, '2022-03-27 00:00:00', 0.812923581894395, 1.46020000000001, 0.815368015070502, 1.868, 1.20674192905249, 2.4414, 3.13208665801784, 7.41220000000001, 7.21972940397816, 18.7302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1200, '2022-03-27 00:00:00', 0.690254904606502, 1.3682, 0.91961799134206, 1.7642, 1.2788006425293, 2.3354, 3.10703569875426, 7.34700000000001, 7.26101908595941, 18.6324 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1215, '2022-03-27 00:00:00', 0.574244648792365, 1.1794, 0.679742598341462, 1.604, 1.08847465902213, 2.33, 3.01404040837765, 7.48400000000001, 7.3717518101195, 18.6532 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1230, '2022-03-27 00:00:00', 0.629074584873155, 1.2616, 0.925156428214534, 1.8104, 1.22217361014437, 2.465, 3.22970597216939, 7.74440000000001, 7.42975105011377, 18.6694 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1245, '2022-03-27 00:00:00', 0.743350354812587, 1.4298, 0.947022615006288, 1.9468, 1.46710315474634, 2.649, 3.15663300316439, 7.88940000000001, 7.43245690087291, 18.6402 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1260, '2022-03-27 00:00:00', 0.767803957183523, 1.356, 1.00316677742703, 1.7646, 1.43516671505439, 2.6442, 3.07006247221995, 7.76240000000001, 7.53991979952927, 18.5602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1275, '2022-03-27 00:00:00', 0.653547817684366, 1.2232, 1.06299976481653, 1.7682, 1.5370127954358, 2.86800000000001, 2.82527833437108, 7.62320000000001, 7.57103495236947, 18.4166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1290, '2022-03-27 00:00:00', 0.814142851920554, 1.3366, 0.934749297940362, 1.846, 1.64205427742203, 2.9988, 2.75872399549742, 7.62680000000001, 7.75615942332286, 18.4094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1305, '2022-03-27 00:00:00', 0.824618750292114, 1.4324, 1.39750113297509, 2.3064, 1.76323157393842, 3.2328, 2.94110655196304, 7.60660000000001, 7.72348408535077, 18.3828 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1320, '2022-03-27 00:00:00', 0.704422217262605, 1.52022727272727, 0.814014721938414, 2.07159090909091, 1.58960933764254, 3.48568181818183, 2.83046016787107, 7.935, 7.74499187437915, 19.0159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1335, '2022-03-27 00:00:00', 0.587569098819404, 1.39727272727272, 0.979718601926618, 2.20659090909091, 2.05792814158578, 5.29795454545455, 2.88322545340309, 7.95659090909091, 7.71665676394604, 19.0552272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1350, '2022-03-27 00:00:00', 0.842896341446712, 1.75636363636364, 1.32244241848802, 2.80795454545455, 2.02754895425603, 5.57500000000001, 2.94575305125209, 7.91909090909091, 7.70114319393598, 19.0627272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1365, '2022-03-27 00:00:00', 1.04099303759871, 2.21613636363637, 1.91973905829622, 4.60863636363637, 2.19977094439221, 5.48727272727273, 3.11302788948197, 7.90454545454545, 7.73025672585452, 18.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 990, '2022-03-27 00:00:00', 0.989559540064841, 2.6402, 1.51728658576201, 3.73760000000001, 1.86042058416907, 4.3728, 3.39243517501317, 7.1232, 7.3730354049966, 18.2836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1005, '2022-03-27 00:00:00', 1.1843029947329, 2.8756, 1.41023275265704, 3.3372, 1.68594310896502, 4.006, 3.40890491947194, 7.2334, 7.40835092986287, 18.2848 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1020, '2022-03-27 00:00:00', 0.934729238870802, 2.315, 1.22724566272066, 2.94439999999999, 2.12597601115347, 3.9686, 3.36830858889146, 7.1056, 7.3641788861126, 18.1484 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1035, '2022-03-27 00:00:00', 0.780855940619008, 2.09379999999999, 1.24565401162066, 2.8168, 1.81857815339346, 3.9716, 3.32397964293806, 6.9014, 7.38010700577347, 18.0626 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1050, '2022-03-27 00:00:00', 0.849907004716778, 1.94760000000001, 1.43446636419262, 2.81800000000001, 1.47321366406913, 3.6678, 3.37099883812893, 6.7396, 7.39714486023718, 17.986 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1065, '2022-03-27 00:00:00', 0.931705112504312, 1.91340000000001, 0.979249840439091, 2.53859999999999, 1.0734210497284, 3.3634, 3.37027728829543, 6.4074, 7.54060780596188, 17.9066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1080, '2022-03-27 00:00:00', 0.91137885462998, 1.86479999999999, 0.982384089854878, 2.5142, 1.25645261218507, 3.3026, 3.40660690179147, 6.1632, 7.53971315214755, 17.7816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1095, '2022-03-27 00:00:00', 0.668292475891607, 1.6326, 0.989224359452063, 2.2876, 1.55652957997378, 3.1102, 3.57749213835614, 5.945, 7.97448771604379, 17.6572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1110, '2022-03-27 00:00:00', 0.797723479659461, 1.6826, 1.0874109158915, 2.267, 1.73049000767605, 3.11539999999999, 3.6100066712773, 5.7174, 7.95341479596448, 17.9006 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1125, '2022-03-27 00:00:00', 0.827185136471881, 1.5654, 1.07937277311101, 2.12319999999999, 2.01152278552013, 2.93519999999999, 3.6525686965933, 5.6932, 7.72987076757001, 18.349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1140, '2022-03-27 00:00:00', 0.758270313116388, 1.50104166666667, 0.992472734448253, 2.02729166666667, 1.44469743522574, 2.825625, 2.73254479225257, 5.92020833333333, 6.32364220045283, 17.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1155, '2022-03-27 00:00:00', 0.616446543164702, 1.45041666666667, 0.618210916531604, 1.90395833333334, 1.32643030198141, 2.79895833333334, 4.31857711382388, 7.65812500000001, 6.35556983556807, 17.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1170, '2022-03-27 00:00:00', 0.499532344704324, 1.33770833333334, 1.26453976777141, 2.12104166666667, 1.29528576669062, 2.63500000000001, 4.481415711063, 8.05291666666668, 6.35624336460971, 17.8033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1185, '2022-03-27 00:00:00', 1.02723457377817, 1.6125, 1.28233793506632, 2.11416666666667, 1.33092874772534, 2.86812500000001, 4.4809038003235, 8.47979166666668, 6.30934520463351, 17.7789583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1200, '2022-03-27 00:00:00', 0.681607174200031, 1.37760869565218, 0.744673111827099, 1.73804347826088, 1.18392723410359, 2.74217391304348, 4.7451051230145, 8.65391304347827, 6.38696325374925, 17.6428260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1215, '2022-03-27 00:00:00', 0.585668261264822, 1.25130434782609, 1.00197113044492, 1.99065217391304, 1.12467500795465, 2.64434782608696, 4.68929362522302, 8.73260869565218, 6.36265540434703, 17.6076086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1230, '2022-03-27 00:00:00', 0.742455798447444, 1.46739130434783, 0.8759167980774, 1.91065217391305, 1.16702558473027, 2.80847826086957, 4.68980308375808, 8.80065217391305, 6.42357673290187, 17.5469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1245, '2022-03-27 00:00:00', 0.553983240567842, 1.35260869565218, 0.649409658950611, 1.75478260869566, 0.982661043937702, 2.665, 4.6029004324778, 8.64586956521739, 6.42145548250815, 17.4328260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1260, '2022-03-27 00:00:00', 0.582185809003913, 1.27195652173913, 0.947775688093295, 1.9641304347826, 1.02549506024021, 2.6441304347826, 4.43524971334904, 8.63673913043478, 6.18599901345501, 17.5376086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1275, '2022-03-27 00:00:00', 0.720856086902045, 1.55195652173913, 0.689998138280126, 2.01760869565217, 1.3135297767117, 2.81673913043478, 4.51760894861962, 8.61239130434783, 6.35660178592478, 17.5460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1290, '2022-03-27 00:00:00', 0.675544576107532, 1.56173913043479, 1.07342236473931, 2.16413043478261, 1.62289039104428, 3.12869565217391, 4.38817699415324, 8.73282608695652, 6.18403212796342, 17.6552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1305, '2022-03-27 00:00:00', 0.800590197311715, 1.50413043478261, 1.26834039270956, 2.20347826086957, 1.76137138338217, 3.16717391304348, 4.30444185278784, 8.65586956521739, 6.22073691668128, 17.5078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1320, '2022-03-27 00:00:00', 0.626843544233613, 1.39025, 0.846805879389374, 2.03525, 1.95655806805835, 3.717, 4.07329669762001, 8.37025, 5.8457122388078, 18.466 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1335, '2022-03-27 00:00:00', 0.648108381124798, 1.3895, 0.886180264125939, 2.03375000000001, 3.91484838719672, 5.818, 3.84158910375709, 8.241, 5.70148145568094, 18.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1350, '2022-03-27 00:00:00', 0.715077286952818, 1.5725, 1.54172022429493, 3.02525, 3.60852389999597, 6.47, 3.42821745725245, 8.07725, 5.42524762956542, 18.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1365, '2022-03-27 00:00:00', 1.29138899109284, 2.4725, 3.55182328085464, 5.18975, 3.48297366144445, 6.69850000000001, 3.33823435642572, 7.87575, 5.44837693721717, 18.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 990, '2022-03-27 00:00:00', 1.27121980883383, 2.7345652173913, 1.51236376905838, 3.95652173913043, 1.97940567796109, 5.22173913043479, 3.17350750766179, 7.12108695652173, 6.78885119103896, 18.1936956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1005, '2022-03-27 00:00:00', 1.31408905311843, 2.93369565217391, 1.69809975754113, 3.82782608695652, 2.23769666479537, 5.035, 2.96447538833825, 6.69565217391304, 6.70507054016708, 18.0613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1020, '2022-03-27 00:00:00', 0.944192305980062, 2.49826086956522, 1.19848933238552, 3.19804347826087, 1.5859167122462, 4.165, 2.16041017734766, 6.23195652173913, 6.11154621469782, 17.6780434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1035, '2022-03-27 00:00:00', 0.937082555282632, 2.02347826086956, 1.24884286362365, 3.03195652173913, 1.63496558085878, 3.74021739130434, 2.20611851297265, 6.1545652173913, 6.13029100341584, 17.5571739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1050, '2022-03-27 00:00:00', 0.859528549882579, 2.09565217391304, 1.16942483582329, 2.61608695652173, 1.47519506983692, 3.57869565217391, 2.0811431042947, 5.79543478260869, 5.97206830188433, 17.4704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1065, '2022-03-27 00:00:00', 0.818328214834172, 1.77260869565217, 0.958872340829527, 2.4795652173913, 1.3774933197115, 3.3541304347826, 2.08529142236895, 5.52195652173913, 5.89388836501749, 17.4928260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1080, '2022-03-27 00:00:00', 0.54847578952913, 1.66565217391304, 0.868620845889072, 2.32891304347825, 1.26763107312396, 3.19891304347825, 2.08760552737932, 5.32826086956521, 5.88544920560688, 17.5115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1095, '2022-03-27 00:00:00', 0.688652591154898, 1.5941304347826, 0.934527633210071, 2.23152173913043, 1.10709328134393, 3.13347826086956, 2.15093917349218, 5.51565217391304, 5.94376545022368, 17.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1110, '2022-03-27 00:00:00', 0.755363627325389, 1.6991304347826, 0.954622051321658, 2.30847826086956, 1.33495355280336, 3.26847826086956, 2.36169665012119, 5.57760869565217, 6.04687125514382, 17.4123913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 930, '2022-03-27 00:00:00', 1.95223803193497, 2.51666666666667, 1.97566655418704, 3.63166666666666, 2.15417617663923, 4.56499999999998, 5.1763049884385, 8.18166666666665, 4.07465029174283, 19.615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 945, '2022-03-27 00:00:00', 0.802932126645836, 2.395, 0.790759128938792, 3.49000000000001, 1.13766207636541, 4.27999999999999, 3.85099446030935, 7.36166666666668, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 960, '2022-03-27 00:00:00', 1.07194915924217, 2.65, 0.893662874541267, 2.85666666666665, 1.98503358493839, 4.11333333333333, 2.92276125151085, 6.52166666666667, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 975, '2022-03-27 00:00:00', 0.298844998842775, 1.66166666666665, 0.474798202748653, 2.26666666666665, 1.5357191583533, 3.60666666666666, 3.02141109417439, 5.80499999999999, 3.60389141530836, 19.3316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 930, '2022-03-27 00:00:00', 1.14513099687327, 4.02500000000002, 0.640644207029141, 4.44500000000001, 1.0576979720128, 4.90500000000001, 0.47822588804874, 5.90000000000002, 0.954214336509361, 21.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 945, '2022-03-27 00:00:00', 0.83144953745452, 2.80666666666669, 1.1034302575756, 3.34666666666669, 1.15860177045438, 3.34666666666669, 1.2165318589771, 5.07833333333336, 1.27735845192595, 20.225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 960, '2022-03-27 00:00:00', 0.651427918754903, 2.06333333333333, 1.09928764813099, 2.61333333333334, 0.388372673257703, 3.17333333333335, 0.761511654539831, 5.29, 1.30441877222516, 20.3616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 975, '2022-03-27 00:00:00', 0.618304132284427, 1.88000000000001, 0.809789067185621, 2.31333333333333, 0.27335873865672, 2.92, 1.04602023562325, 5.12166666666667, 1.76941374471887, 20.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 930, '2022-03-27 00:00:00', 1.29512869373407, 3.27333333333335, 2.97771864576445, 5.00666666666666, 2.75761370270262, 5.95833333333333, 3.34755258858368, 8.30833333333336, 5.25263346649403, 17.7566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 945, '2022-03-27 00:00:00', 2.7388090477432, 3.67, 2.63704853956084, 4.94999999999999, 1.78235097553765, 5.75999999999999, 2.52300581317866, 7.83166666666669, 6.02168788629897, 17.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 960, '2022-03-27 00:00:00', 0.55481979056267, 2.79999999999997, 0.669384045223666, 3.28999999999998, 0.810945949699087, 4.79833333333333, 0.576071465473979, 6.06666666666668, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 975, '2022-03-27 00:00:00', 0.320208265560602, 2.29166666666669, 1.1599281586949, 3.30166666666666, 1.19411054764627, 5.15499999999999, 0.805046582503156, 7.05500000000001, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 930, '2022-03-27 00:00:00', 0.415361288518793, 2.66499999999998, 1.61001811584011, 4.37166666666667, 1.23659815623346, 5.56999999999999, 0.74911614586789, 7.11999999999999, 5.01516284215513, 13.7733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 945, '2022-03-27 00:00:00', 1.35277492584686, 3.705, 1.63255423595461, 4.20833333333333, 1.18082951069716, 5.17166666666666, 1.32714292121583, 6.45333333333332, 5.02381909838854, 13.7683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 960, '2022-03-27 00:00:00', 1.00339839213215, 2.60833333333335, 0.870780301415547, 3.30333333333334, 1.66658583137305, 4.87666666666668, 1.27026572023338, 6.025, 5.33256739291684, 13.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 975, '2022-03-27 00:00:00', 0.837531093950169, 2.13166666666666, 0.803746435969299, 2.59166666666666, 1.06514474759696, 4.20166666666667, 1.41796802972893, 6.11333333333333, 5.17963399607862, 13.6783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 930, '2022-03-27 00:00:00', 0.363352445980469, 2.81, 1.03942291681486, 3.85500000000002, 0.909702332267699, 4.50333333333335, 0.409918691124639, 5.32166666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 945, '2022-03-27 00:00:00', 0.140475383371388, 3.06166666666667, 0.300513449504915, 3.53666666666667, 0.96179952866144, 4.24333333333334, 0.693763888749888, 5.23666666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 960, '2022-03-27 00:00:00', 1.03823166971538, 2.63999999999999, 1.26351691717997, 3.31, 0.548361194834195, 3.94, 0.37166292972711, 4.63333333333333, 7.28357112502742, 13.4216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 975, '2022-03-27 00:00:00', 0.731818511198861, 2.06166666666667, 0.509632220331487, 2.38499999999999, 1.40899787082877, 3.61500000000001, 0.630971473206199, 4.335, 7.1879291176249, 13.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:00 Duration: 1s373ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1125, '2022-03-27 00:00:00', 0.0916594200034141, 0.184166666666666, 0.126469442663183, 0.253541666666666, 0.180893389813617, 0.349375, 0.448809566713893, 0.733125, 1.21620606851263, 2.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1140, '2022-03-27 00:00:00', 0.114493212253714, 0.175, 0.156521141554819, 0.265208333333333, 0.181556150734602, 0.338125, 0.488000532712349, 0.765208333333333, 1.2219162420298, 2.54854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1155, '2022-03-27 00:00:00', 0.0948661814942723, 0.166874999999999, 0.101107768233215, 0.226458333333333, 0.146252554790023, 0.299375, 0.43332756754804, 0.973541666666667, 1.22342384182226, 2.560625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1170, '2022-03-27 00:00:00', 0.0712387163706998, 0.140208333333334, 0.13118951332251, 0.207916666666668, 0.171118311262341, 0.294791666666668, 0.425055782784166, 1.010625, 1.22327607179495, 2.575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1185, '2022-03-27 00:00:00', 0.0883460648467879, 0.144375000000001, 0.108722614409596, 0.196458333333333, 0.141519798123335, 0.311875, 0.379495278846347, 1.02083333333333, 1.22957832703689, 2.60041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1200, '2022-03-27 00:00:00', 0.0788642201342995, 0.155, 0.116313388514934, 0.223750000000001, 0.159589600474813, 0.333333333333334, 0.353316327865316, 1.05291666666667, 1.23030682811417, 2.60625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1215, '2022-03-27 00:00:00', 0.0918045734707416, 0.167083333333334, 0.0959654885883459, 0.225625000000001, 0.184467506270251, 0.3475, 0.365399758751497, 1.081875, 1.2227250207832, 2.60604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1230, '2022-03-27 00:00:00', 0.0611602788592809, 0.146666666666667, 0.117747580669937, 0.219166666666667, 0.170121306890029, 0.317291666666666, 0.374868092742662, 1.1225, 1.22233855740259, 2.610625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1245, '2022-03-27 00:00:00', 0.0981781507024977, 0.157083333333334, 0.149138680477242, 0.238541666666666, 0.162720168574365, 0.296875, 0.359986916026325, 1.13583333333333, 1.21453844039141, 2.60333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1260, '2022-03-27 00:00:00', 0.107510532008513, 0.165416666666665, 0.159225366670341, 0.23375, 0.161785637160115, 0.290624999999999, 0.365492458634703, 1.15604166666667, 1.21373719190544, 2.59583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1275, '2022-03-27 00:00:00', 0.0954430458441058, 0.145625000000001, 0.0985379993649183, 0.196458333333334, 0.35651233031505, 0.391458333333335, 0.384222759116621, 1.18979166666667, 1.20654435283678, 2.59416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1290, '2022-03-27 00:00:00', 0.0818532510664348, 0.146041666666667, 0.105726438085016, 0.202083333333334, 0.38093396856384, 0.397083333333334, 0.395781194125224, 1.20166666666667, 1.19074297838774, 2.60583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1305, '2022-03-27 00:00:00', 0.108816925100858, 0.145416666666667, 0.380109573732994, 0.319375000000001, 0.408385607420028, 0.413750000000001, 0.393607836079502, 1.21354166666667, 1.18708110460619, 2.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1320, '2022-03-27 00:00:00', 0.0709636056956887, 0.141666666666668, 0.106602287119215, 0.195952380952381, 0.274570010154406, 0.410238095238095, 0.400372594323981, 1.19571428571429, 1.25581893220169, 2.64309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1335, '2022-03-27 00:00:00', 0.0713951112105165, 0.143809523809524, 0.130415544647539, 0.234285714285715, 0.278926086812907, 0.734523809523809, 0.390262426970317, 1.19119047619048, 1.24872882984105, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1350, '2022-03-27 00:00:00', 0.118886700766098, 0.18404761904762, 0.226542332846267, 0.342142857142858, 0.346070458006404, 0.786190476190476, 0.391843627702977, 1.17214285714286, 1.24607947082802, 2.63738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1365, '2022-03-27 00:00:00', 0.134328134130745, 0.252619047619047, 0.29461375036607, 0.643809523809524, 0.350138918009355, 0.779523809523809, 0.391000243575616, 1.1447619047619, 1.2313991751546, 2.65714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 990, '2022-03-27 00:00:00', 0.137141701002453, 0.319615384615385, 0.226231331571504, 0.438846153846154, 0.223992530782065, 0.560576923076923, 0.342434496824407, 0.89423076923077, 1.18713332800555, 2.56846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1005, '2022-03-27 00:00:00', 0.150983952280214, 0.346923076923077, 0.154420006675102, 0.418461538461539, 0.190359275702956, 0.549423076923078, 0.362961960287004, 0.87423076923077, 1.18626234288788, 2.57211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1020, '2022-03-27 00:00:00', 0.101312160406112, 0.261923076923078, 0.136932324666098, 0.387307692307693, 0.184333831779361, 0.525192307692308, 0.382121003791288, 0.832307692307693, 1.15970778812861, 2.57692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1035, '2022-03-27 00:00:00', 0.0990081581720183, 0.256153846153846, 0.113210491495335, 0.348846153846154, 0.164409900506678, 0.466153846153846, 0.367674396087709, 0.757692307692308, 1.15541249710289, 2.57403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1050, '2022-03-27 00:00:00', 0.0817557337438782, 0.234999999999999, 0.140791854003866, 0.332884615384615, 0.166624866553123, 0.435384615384615, 0.375360544625482, 0.721538461538461, 1.1271927689892, 2.57346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1065, '2022-03-27 00:00:00', 0.13984111863661, 0.246538461538462, 0.149253140670474, 0.3325, 0.213942479688782, 0.45923076923077, 0.36238743610417, 0.695576923076923, 1.20217239260368, 2.47769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1080, '2022-03-27 00:00:00', 0.0872875442695881, 0.201346153846154, 0.137709281291588, 0.284615384615385, 0.203567886994448, 0.418269230769232, 0.378660188640869, 0.666538461538463, 1.19282167085509, 2.47846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1095, '2022-03-27 00:00:00', 0.101150307045428, 0.195769230769231, 0.16529972776747, 0.305000000000001, 0.221921417138174, 0.408653846153846, 0.385922869934475, 0.697692307692308, 1.15408238607396, 2.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1110, '2022-03-27 00:00:00', 0.110862354018222, 0.217692307692308, 0.131187036179413, 0.285961538461539, 0.221674397397487, 0.388461538461538, 0.383735084901832, 0.671153846153846, 1.14945219394016, 2.49211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1125, '2022-03-27 00:00:00', 0.0822213242039197, 0.177884615384616, 0.18058420154087, 0.260576923076923, 0.267962468669373, 0.376730769230768, 0.377396801992076, 0.652115384615384, 1.18040372819577, 2.62480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1140, '2022-03-27 00:00:00', 0.144381439250343, 0.189999999999999, 0.17986629649655, 0.261730769230768, 0.239671329436474, 0.347115384615384, 0.340686862766293, 0.663461538461538, 1.18491849768406, 2.62961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1155, '2022-03-27 00:00:00', 0.0882629376003664, 0.172115384615384, 0.125373902326662, 0.258846153846153, 0.168118662305482, 0.311730769230769, 0.388572535551107, 0.918846153846154, 1.17425631129468, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1170, '2022-03-27 00:00:00', 0.0760536248061444, 0.166923076923077, 0.0884733771342449, 0.198461538461539, 0.126879258170303, 0.297115384615384, 0.360029112070764, 0.980192307692308, 1.17301965686199, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1185, '2022-03-27 00:00:00', 0.054012818991278, 0.13423076923077, 0.0886800645362522, 0.198076923076922, 0.176168625513695, 0.305769230769232, 0.375688086664375, 1.02846153846154, 1.17042465994842, 2.60826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1200, '2022-03-27 00:00:00', 0.0801913576774565, 0.155576923076923, 0.13680769771415, 0.237115384615385, 0.239078760759197, 0.335576923076924, 0.377767124032784, 1.04, 1.16652476975911, 2.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1215, '2022-03-27 00:00:00', 0.0938183596924651, 0.153269230769231, 0.138072026911264, 0.218269230769231, 0.230313582217476, 0.322884615384615, 0.394279723039368, 1.0425, 1.17763060683469, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1230, '2022-03-27 00:00:00', 0.0648527918858137, 0.138269230769231, 0.129458636102573, 0.206538461538461, 0.150394864887786, 0.298846153846153, 0.384137395291762, 1.05653846153846, 1.18516152745263, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1245, '2022-03-27 00:00:00', 0.0855093337235536, 0.144615384615385, 0.111407084431549, 0.206538461538462, 0.119966662035751, 0.28, 0.404024608923003, 1.07173076923077, 1.18414911028325, 2.62634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1260, '2022-03-27 00:00:00', 0.066662179336158, 0.144615384615384, 0.0857691445325541, 0.207115384615385, 0.163801591990009, 0.310192307692308, 0.410202951645234, 1.07730769230769, 1.19688840171248, 2.63538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1275, '2022-03-27 00:00:00', 0.0788408816248566, 0.151730769230769, 0.0929542898418362, 0.2075, 0.214690116572343, 0.369615384615385, 0.409523926228794, 1.08461538461539, 1.1944194759863, 2.65826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1290, '2022-03-27 00:00:00', 0.060069511017205, 0.137884615384615, 0.133618285252603, 0.220384615384616, 0.190247207601058, 0.354999999999999, 0.404670046029906, 1.08961538461539, 1.19901215750557, 2.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1305, '2022-03-27 00:00:00', 0.111525092036932, 0.164615384615385, 0.175959894906154, 0.281730769230769, 0.208498293665772, 0.381538461538461, 0.413514998332774, 1.09942307692308, 1.20273016348383, 2.65961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1320, '2022-03-27 00:00:00', 0.0985497607098471, 0.174347826086956, 0.123568882712046, 0.235217391304346, 0.199713480537245, 0.383260869565217, 0.429427300394503, 1.10652173913044, 1.20141225362573, 2.79130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1335, '2022-03-27 00:00:00', 0.103247658817929, 0.158478260869564, 0.132308478930256, 0.246521739130435, 0.396408904747164, 0.731739130434783, 0.432379435547744, 1.10739130434783, 1.19315827945914, 2.78195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1350, '2022-03-27 00:00:00', 0.0734261749109617, 0.171304347826087, 0.103382038332596, 0.295869565217392, 0.382103859812741, 0.830217391304348, 0.435962657500821, 1.1154347826087, 1.19257733982432, 2.7804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1365, '2022-03-27 00:00:00', 0.0934917721644575, 0.250434782608696, 0.396938506403213, 0.700217391304348, 0.396276518420387, 0.871521739130436, 0.442817180488708, 1.11434782608696, 1.17414505100116, 2.77434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 990, '2022-03-27 00:00:00', 0.159611547683262, 0.334615384615384, 0.217343843146859, 0.497115384615384, 0.261976217358635, 0.621538461538462, 0.315791861833076, 0.8975, 1.16253939552767, 2.54961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1005, '2022-03-27 00:00:00', 0.130860465911067, 0.342307692307692, 0.186637039773418, 0.450769230769232, 0.195131908048021, 0.542307692307692, 0.293979656543677, 0.849038461538462, 1.15813924033339, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1020, '2022-03-27 00:00:00', 0.113128925771236, 0.291923076923077, 0.143564110578354, 0.369423076923077, 0.162385699446151, 0.488653846153846, 0.255624800169191, 0.774038461538461, 1.16142955678966, 2.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1035, '2022-03-27 00:00:00', 0.134372616257926, 0.255, 0.136592037159509, 0.345769230769231, 0.177579884515719, 0.461153846153846, 0.275537028085437, 0.734423076923077, 1.15763859446056, 2.49365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1050, '2022-03-27 00:00:00', 0.0754687913083171, 0.218461538461539, 0.109884029776852, 0.3075, 0.169267653323187, 0.416538461538461, 0.265587085529398, 0.7025, 1.1620975233801, 2.48557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1065, '2022-03-27 00:00:00', 0.0701427116670007, 0.2, 0.129987129540404, 0.279423076923077, 0.138285796589749, 0.374807692307692, 0.275712782550135, 0.678461538461537, 1.15631651575829, 2.47326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1080, '2022-03-27 00:00:00', 0.117285483395792, 0.206730769230769, 0.12838179238266, 0.26826923076923, 0.121523185505419, 0.361730769230769, 0.306999123025557, 0.687307692307692, 1.15305360473163, 2.46884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1095, '2022-03-27 00:00:00', 0.0669362498087663, 0.157307692307692, 0.0856452881635365, 0.241346153846154, 0.126877894055663, 0.319999999999999, 0.379260261764722, 0.722884615384615, 1.12571326107222, 2.49288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1110, '2022-03-27 00:00:00', 0.0586685605754901, 0.175000000000001, 0.0712452427561629, 0.233269230769231, 0.109790184512935, 0.29173076923077, 0.391931705196786, 0.732692307692307, 1.11153919616691, 2.50076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1125, '2022-03-27 00:00:00', 0.0686159882691611, 0.163076923076924, 0.102530295710397, 0.212692307692309, 0.116827453306805, 0.285576923076924, 0.379923474075827, 0.735384615384616, 1.12022133801934, 2.60461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1140, '2022-03-27 00:00:00', 0.0639738528318704, 0.140576923076924, 0.0668085669310809, 0.18923076923077, 0.125862562405922, 0.290769230769232, 0.390415754726242, 0.767692307692308, 1.11482735814185, 2.63096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1155, '2022-03-27 00:00:00', 0.0488624442853458, 0.143461538461538, 0.0919590209738095, 0.212307692307692, 0.1649983682903, 0.322692307692307, 1.1081407332173, 1.40326923076923, 1.11806902566606, 2.63788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1170, '2022-03-27 00:00:00', 0.0597999871366083, 0.150961538461539, 0.0835457037518062, 0.213269230769232, 0.154278968106478, 0.31, 1.12993784716751, 1.42153846153846, 1.13028432433886, 2.62442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1185, '2022-03-27 00:00:00', 0.0630265511815948, 0.142884615384616, 0.13656669263939, 0.227692307692307, 0.165013752340642, 0.318461538461539, 1.12812785691094, 1.45769230769231, 1.12642308283276, 2.61519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1200, '2022-03-27 00:00:00', 0.103761560987012, 0.167692307692307, 0.119490102583371, 0.216730769230768, 0.160280643296016, 0.30326923076923, 1.14609774385152, 1.46403846153846, 1.13106146537734, 2.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1215, '2022-03-27 00:00:00', 0.0454418478768365, 0.134807692307692, 0.0947498731478756, 0.208461538461538, 0.159592750943914, 0.335384615384615, 1.14151323318587, 1.45769230769231, 1.13337475980094, 2.61788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1230, '2022-03-27 00:00:00', 0.0920495268027788, 0.151346153846153, 0.138443545839507, 0.216153846153845, 0.201078629855625, 0.346153846153846, 1.13370408905431, 1.47519230769231, 1.12892183077483, 2.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1245, '2022-03-27 00:00:00', 0.0910502819663608, 0.153076923076923, 0.137915386546077, 0.260576923076923, 0.202386910491913, 0.347692307692307, 1.136016048099, 1.46769230769231, 1.13458097992166, 2.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1260, '2022-03-27 00:00:00', 0.141366408805138, 0.207692307692307, 0.1618560614107, 0.265769230769231, 0.24398801988244, 0.366923076923077, 1.12829069153981, 1.46826923076923, 1.14194860452851, 2.62615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1275, '2022-03-27 00:00:00', 0.0968045215091489, 0.168653846153847, 0.126390116458771, 0.227307692307692, 0.268299201524085, 0.392307692307692, 1.09762318390518, 1.44057692307692, 1.1481751407543, 2.60692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1290, '2022-03-27 00:00:00', 0.120601218261484, 0.159423076923076, 0.17603583551259, 0.233846153846153, 0.282115906349473, 0.400769230769229, 1.08509398742158, 1.42480769230769, 1.14728852584625, 2.59019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1305, '2022-03-27 00:00:00', 0.103606689715704, 0.167884615384615, 0.210342577715498, 0.295, 0.212713693458168, 0.398653846153845, 1.08145436263466, 1.42846153846154, 1.1495522372445, 2.58711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1320, '2022-03-27 00:00:00', 0.109470518708935, 0.172608695652174, 0.146131607259744, 0.241086956521738, 0.184345332409116, 0.403260869565217, 1.12986370684584, 1.46978260869565, 1.0994991673359, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1335, '2022-03-27 00:00:00', 0.0786948878612452, 0.152608695652173, 0.0947239592632085, 0.241086956521739, 1.12915626620844, 1.19565217391304, 1.13162166333665, 1.45804347826087, 1.1005049146613, 2.75260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1350, '2022-03-27 00:00:00', 0.0569610851142374, 0.171739130434783, 0.132372692215082, 0.314565217391305, 1.15446940398743, 1.23782608695652, 1.13652172022947, 1.4454347826087, 1.09317578659393, 2.74586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1365, '2022-03-27 00:00:00', 0.135953302259478, 0.259130434782608, 1.12868032178058, 1.14478260869565, 1.14906406320269, 1.27130434782609, 1.1293971160977, 1.43086956521739, 1.09514523374937, 2.73891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 990, '2022-03-27 00:00:00', 0.248943601377233, 0.392999999999999, 0.301482448355898, 0.505000000000001, 0.294685566890089, 0.639, 0.366347398880717, 0.886, 1.01777240415855, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1005, '2022-03-27 00:00:00', 0.17512900007328, 0.3342, 0.161845347992046, 0.442200000000001, 0.193309984222233, 0.566, 0.376736866614706, 0.8166, 1.01633606646621, 2.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1020, '2022-03-27 00:00:00', 0.103107144918931, 0.2546, 0.157048824679886, 0.3582, 0.220435553696162, 0.5072, 0.438357540522955, 0.7686, 1.01759594142272, 2.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1035, '2022-03-27 00:00:00', 0.127787910226281, 0.2512, 0.157566917001423, 0.3526, 0.193024178105576, 0.452, 0.457335307332961, 0.7158, 1.00534911017683, 2.3068 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1050, '2022-03-27 00:00:00', 0.0997901965792898, 0.241799999999999, 0.13261567277915, 0.3366, 0.146948120096856, 0.410000000000001, 0.411959949509659, 0.6912, 0.947714663458012, 2.2862 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1065, '2022-03-27 00:00:00', 0.111243726414871, 0.2278, 0.135156390895879, 0.2938, 0.157552107782367, 0.3932, 0.414285831280772, 0.6784, 0.935402898933574, 2.3134 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1080, '2022-03-27 00:00:00', 0.0900361038695039, 0.192600000000001, 0.109556682437297, 0.248800000000001, 0.127162297871658, 0.338400000000001, 0.418876274493237, 0.6614, 0.92102311769756, 2.3174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1095, '2022-03-27 00:00:00', 0.083379154069427, 0.172, 0.107393357957247, 0.252, 0.164944940308375, 0.336200000000001, 0.405900542005058, 0.6736, 0.912845824879535, 2.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1110, '2022-03-27 00:00:00', 0.0869947316412517, 0.1792, 0.126717204830285, 0.2498, 0.209481104955396, 0.3686, 0.417250124825226, 0.6818, 0.910303612355057, 2.3262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1125, '2022-03-27 00:00:00', 0.0831875391309709, 0.159200000000001, 0.115445513843833, 0.238800000000001, 0.186435198751023, 0.3532, 0.429779206880308, 0.6932, 0.946009293470912, 2.4076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1140, '2022-03-27 00:00:00', 0.0864580823289533, 0.164999999999999, 0.132001578273393, 0.2534, 0.173589554217221, 0.337, 0.441269664339921, 0.742200000000001, 0.884743230170953, 2.4318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1155, '2022-03-27 00:00:00', 0.0910357072801652, 0.174000000000001, 0.108784190027779, 0.2306, 0.137786670859945, 0.3282, 0.469036867776227, 0.9432, 0.863081832736618, 2.4554 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1170, '2022-03-27 00:00:00', 0.0942810514720043, 0.1592, 0.129777694539547, 0.2362, 0.173364500403053, 0.3336, 0.48436487623829, 1.0148, 0.859697136593269, 2.458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1185, '2022-03-27 00:00:00', 0.105256828757093, 0.1754, 0.114982969753496, 0.2476, 0.147189786783368, 0.3124, 0.496628214395169, 1.029, 0.858323802536082, 2.4552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1200, '2022-03-27 00:00:00', 0.0847791247890661, 0.178, 0.126529640796139, 0.235799999999999, 0.194779148439115, 0.3008, 0.500743364076516, 1.0372, 0.842433083395945, 2.4482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1215, '2022-03-27 00:00:00', 0.0874890469335059, 0.157799999999999, 0.0988635423197036, 0.1936, 0.199641971205121, 0.2894, 0.506315283856478, 1.0652, 0.827619578469882, 2.453 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1230, '2022-03-27 00:00:00', 0.0674339182706546, 0.1384, 0.156042729190865, 0.209199999999999, 0.241617466256063, 0.3204, 0.533633144897627, 1.0782, 0.817778902475071, 2.4504 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1245, '2022-03-27 00:00:00', 0.119477333973158, 0.154599999999999, 0.147811253518352, 0.2324, 0.221190340355691, 0.317799999999999, 0.557709004170932, 1.0832, 0.801039688987588, 2.446 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1260, '2022-03-27 00:00:00', 0.0968452373635374, 0.1704, 0.154392087448375, 0.2334, 0.185294360410672, 0.3256, 0.529449556929961, 1.0878, 0.803928012946432, 2.4326 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1275, '2022-03-27 00:00:00', 0.0667289292586054, 0.1356, 0.0924134730437068, 0.1944, 0.137467268831529, 0.314200000000001, 0.489528940240853, 1.0736, 0.80839924129933, 2.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1290, '2022-03-27 00:00:00', 0.0767175555745447, 0.147799999999999, 0.106611444038621, 0.229200000000001, 0.173144929659135, 0.321, 0.483169483721808, 1.0806, 0.803923970285747, 2.409 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1305, '2022-03-27 00:00:00', 0.080408851088256, 0.175200000000001, 0.105197433428768, 0.240400000000001, 0.184849488323158, 0.3512, 0.449061521397679, 1.078, 0.803653998932376, 2.4042 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1320, '2022-03-27 00:00:00', 0.074901450404697, 0.160681818181819, 0.0863588230602197, 0.209318181818181, 0.191293727140463, 0.423636363636364, 0.461909035103185, 1.13136363636364, 0.776017834623457, 2.50181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1335, '2022-03-27 00:00:00', 0.0716910760807115, 0.159090909090908, 0.116815844637794, 0.264318181818181, 0.322465894703228, 0.691590909090909, 0.454152557467801, 1.13045454545455, 0.761915626613552, 2.49522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1350, '2022-03-27 00:00:00', 0.10446627907226, 0.198181818181818, 0.177813956230391, 0.370227272727273, 0.378605395437711, 0.752045454545455, 0.464656753172057, 1.11977272727273, 0.75543646539385, 2.48840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1365, '2022-03-27 00:00:00', 0.12521150936684, 0.277727272727273, 0.340335729965147, 0.586136363636363, 0.394993903728506, 0.735227272727273, 0.44599055568204, 1.07363636363636, 0.736724829244932, 2.46795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 990, '2022-03-27 00:00:00', 0.124144740793425, 0.3066, 0.153611523005275, 0.4244, 0.224345715359131, 0.5582, 0.391944723993916, 0.9354, 0.756676560140901, 2.3714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1005, '2022-03-27 00:00:00', 0.0908510686049802, 0.2918, 0.167680251272077, 0.406999999999999, 0.24263192287908, 0.518399999999999, 0.382003163163169, 0.894199999999999, 0.734001192097125, 2.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1020, '2022-03-27 00:00:00', 0.124745407397093, 0.2802, 0.16349745156016, 0.3522, 0.229610176894086, 0.478999999999999, 0.359910289748247, 0.873, 0.734651107669484, 2.3432 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1035, '2022-03-27 00:00:00', 0.0929148355574425, 0.220400000000001, 0.130545968915168, 0.3388, 0.215583123952997, 0.4636, 0.323757239301302, 0.835, 0.735568261051731, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1050, '2022-03-27 00:00:00', 0.095670005748928, 0.2444, 0.122008196445976, 0.3162, 0.222726850648951, 0.4752, 0.310001612899031, 0.8302, 0.736834445448908, 2.347 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1065, '2022-03-27 00:00:00', 0.0987070581738374, 0.2042, 0.145497136283388, 0.304399999999999, 0.249466096560901, 0.463999999999999, 0.31219892162957, 0.8116, 0.746960507657533, 2.381 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1080, '2022-03-27 00:00:00', 0.0987387124350598, 0.2242, 0.163815953639035, 0.3276, 0.217806680338322, 0.4728, 0.297666200074289, 0.7852, 0.747152539088683, 2.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1095, '2022-03-27 00:00:00', 0.111111805553386, 0.206000000000001, 0.15707561873187, 0.3204, 0.199030357818432, 0.4562, 0.302007588204888, 0.7374, 0.789932750302201, 2.346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1110, '2022-03-27 00:00:00', 0.101913770741086, 0.204799999999999, 0.129048440517506, 0.2858, 0.176115965583286, 0.3878, 0.278575244174112, 0.692, 0.803445082130694, 2.3336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1125, '2022-03-27 00:00:00', 0.0804275035876006, 0.174600000000001, 0.114222735623575, 0.2598, 0.157916116973537, 0.333, 0.297065228527338, 0.6654, 1.22114761597442, 2.7016 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1140, '2022-03-27 00:00:00', 0.0794247319383459, 0.183125, 0.0943858869332378, 0.23, 0.134376579869378, 0.29625, 0.311883885398099, 0.705416666666667, 1.27212413656867, 2.70458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1155, '2022-03-27 00:00:00', 0.0523764937872822, 0.157916666666667, 0.0679073857800336, 0.20625, 0.169349645810766, 0.319791666666666, 0.454612233236959, 0.99875, 1.28090802258353, 2.72083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1170, '2022-03-27 00:00:00', 0.0591791678975253, 0.145, 0.0869032445484262, 0.2125, 0.165363017438096, 0.313333333333333, 0.477220211678825, 1.0625, 1.30931999166732, 2.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1185, '2022-03-27 00:00:00', 0.0757184788772089, 0.154375000000001, 0.170278969741515, 0.244166666666667, 0.165037874440991, 0.30875, 0.479246842693705, 1.08416666666667, 1.31063457843459, 2.73270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1200, '2022-03-27 00:00:00', 0.0704769185438097, 0.154782608695651, 0.0789481242596091, 0.193478260869564, 0.126346502663025, 0.289565217391304, 0.500991309795009, 1.08326086956522, 1.34586730195306, 2.75760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1215, '2022-03-27 00:00:00', 0.0709339168054307, 0.139565217391303, 0.0927436434436853, 0.208260869565217, 0.126855789400199, 0.284130434782608, 0.513384299268275, 1.0945652173913, 1.34912001036659, 2.7545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1230, '2022-03-27 00:00:00', 0.0736056150117968, 0.152173913043478, 0.0930175936437445, 0.205, 0.134712033671125, 0.317826086956522, 0.507391317048883, 1.09130434782609, 1.35112363573856, 2.74847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1245, '2022-03-27 00:00:00', 0.0758430874440346, 0.148913043478261, 0.0974131821841429, 0.214347826086956, 0.141234324395141, 0.338043478260869, 0.508249534119616, 1.10195652173913, 1.36190733928212, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1260, '2022-03-27 00:00:00', 0.0856652645440789, 0.146086956521739, 0.128124584256531, 0.235, 0.154741911867915, 0.327173913043477, 0.514338959459024, 1.09326086956522, 1.37458060438254, 2.75673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1275, '2022-03-27 00:00:00', 0.0872080108370222, 0.170652173913043, 0.100632878745393, 0.237608695652173, 0.160770440029726, 0.343043478260869, 0.534829495197121, 1.11195652173913, 1.37549814907283, 2.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1290, '2022-03-27 00:00:00', 0.0732287552323908, 0.164782608695651, 0.137346752545456, 0.243695652173912, 0.147778677587152, 0.348913043478261, 0.575763627663915, 1.13086956521739, 1.37342414188691, 2.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1305, '2022-03-27 00:00:00', 0.0976062307672261, 0.157608695652174, 0.136639871726574, 0.240000000000001, 0.163769214845847, 0.348913043478261, 0.582132256817021, 1.11565217391304, 1.37835526665179, 2.74217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1320, '2022-03-27 00:00:00', 0.0705667843438495, 0.160750000000001, 0.0931834636335058, 0.239, 0.201915009478323, 0.43725, 0.585412809814355, 1.1815, 1.33739660200429, 2.89325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1335, '2022-03-27 00:00:00', 0.0808812482333795, 0.171250000000001, 0.105092377909803, 0.23875, 0.432195359701337, 0.85175, 0.580170743923945, 1.16075, 1.32855441819493, 2.886 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1350, '2022-03-27 00:00:00', 0.0712570402800577, 0.16025, 0.187933883950825, 0.34425, 0.423744585433502, 0.909, 0.555708355448963, 1.13525, 1.32065514045113, 2.882 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1365, '2022-03-27 00:00:00', 0.178076528492668, 0.27925, 0.43471549982658, 0.77775, 0.430594066378068, 0.91575, 0.567658857895629, 1.1145, 1.31795794997213, 2.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 990, '2022-03-27 00:00:00', 0.105839855908888, 0.289565217391305, 0.16570605910381, 0.473043478260869, 0.22029871025299, 0.597608695652173, 0.408446759003806, 0.894130434782608, 1.19135410552156, 2.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1005, '2022-03-27 00:00:00', 0.153748292834123, 0.366086956521739, 0.17475222436624, 0.462608695652175, 0.204065158546985, 0.57195652173913, 0.407671373310172, 0.843695652173913, 1.2151972464691, 2.5645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1020, '2022-03-27 00:00:00', 0.105725892887586, 0.269347826086957, 0.130187232150544, 0.346521739130435, 0.158325601364501, 0.450217391304348, 0.394670899075515, 0.759130434782609, 1.24277524766369, 2.51804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1035, '2022-03-27 00:00:00', 0.0930372444441196, 0.216739130434783, 0.114418533422317, 0.340652173913044, 0.20416077133808, 0.439565217391305, 0.39825024905148, 0.751521739130435, 1.24898013731172, 2.51173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1050, '2022-03-27 00:00:00', 0.0953928842814891, 0.244565217391305, 0.149287835095529, 0.306304347826087, 0.230014177256817, 0.402391304347826, 0.39719458398801, 0.706086956521739, 1.25474904188159, 2.49760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1065, '2022-03-27 00:00:00', 0.114340781129259, 0.189782608695652, 0.155320337092811, 0.266956521739131, 0.228565945198204, 0.365869565217391, 0.360787456728761, 0.676956521739131, 1.2520098861194, 2.48913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1080, '2022-03-27 00:00:00', 0.085857681671335, 0.184782608695653, 0.106982969351319, 0.243913043478261, 0.205827885810148, 0.389130434782608, 0.293315010956097, 0.657173913043478, 1.25300133750075, 2.48652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1095, '2022-03-27 00:00:00', 0.0736304467441759, 0.161521739130435, 0.121029836585338, 0.266304347826087, 0.203357441496144, 0.397391304347825, 0.41272364879745, 0.741086956521739, 1.24699714413079, 2.49217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1110, '2022-03-27 00:00:00', 0.0985111498273983, 0.201086956521739, 0.147954765547519, 0.297391304347826, 0.210252765252786, 0.418043478260869, 0.425113563065185, 0.749782608695652, 1.24616835665272, 2.49086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 930, '2022-03-27 00:00:00', 0.0700594985232784, 0.381666666666668, 0.151327459504215, 0.479999999999999, 0.136137185711079, 0.603333333333334, 0.276601397923678, 0.848333333333334, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 945, '2022-03-27 00:00:00', 0.138654246238617, 0.274999999999999, 0.0284312035153835, 0.448333333333333, 0.082512625296576, 0.503333333333333, 0.252603114258974, 0.781666666666666, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 960, '2022-03-27 00:00:00', 0.0401040313850522, 0.343333333333334, 0.0292973263854104, 0.351666666666667, 0.0936749699759767, 0.495, 0.291733325716029, 0.803333333333332, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 975, '2022-03-27 00:00:00', 0.0850490054811512, 0.163333333333334, 0.116225355810737, 0.246666666666665, 0.126194294641238, 0.385, 0.294066319050653, 0.804999999999997, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 930, '2022-03-27 00:00:00', 0.126918609089975, 0.488333333333334, 0.171342736447544, 0.523333333333333, 0.151767365837761, 0.601666666666664, 0.189999999999998, 0.764999999999998, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 945, '2022-03-27 00:00:00', 0.142857738094, 0.363333333333332, 0.257601112834032, 0.503333333333333, 0.168002976164111, 0.589999999999999, 0.191768089107648, 0.779999999999999, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 960, '2022-03-27 00:00:00', 0.0448144321991609, 0.278333333333334, 0.0189296944860025, 0.321666666666665, 0.0548482755730138, 0.398333333333333, 0.324306953363629, 0.699999999999998, 0.721410655128777, 1.99666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 975, '2022-03-27 00:00:00', 0.0284312035153864, 0.186666666666667, 0.121655250605965, 0.289999999999999, 0.074665922615341, 0.344999999999999, 0.317227573412734, 0.661666666666667, 0.715914333795135, 1.99333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 930, '2022-03-27 00:00:00', 0.109658560997305, 0.350000000000004, 0.0579511288357133, 0.491666666666667, 0.135769412362777, 0.626666666666667, 0.249516198538959, 0.938333333333335, 0.38178309723367, 1.51833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 945, '2022-03-27 00:00:00', 0.0637050495120563, 0.471666666666666, 0.170024508037324, 0.601666666666667, 0.135677313259566, 0.691666666666668, 0.324281256524844, 0.981666666666667, 0.336538754578629, 1.56166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 960, '2022-03-27 00:00:00', 0.0577350269189634, 0.298333333333334, 0.106887791632159, 0.390000000000003, 0.113026545554571, 0.535000000000001, 0.417143060991468, 0.81166666666667, 0.367094447429178, 1.52833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 975, '2022-03-27 00:00:00', 0.0568624070307728, 0.296666666666667, 0.102591422643415, 0.414999999999999, 0.100041657989728, 0.456666666666666, 0.399822877451169, 0.921666666666667, 0.415541814983765, 1.485 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 930, '2022-03-27 00:00:00', 0.137689263682153, 0.316666666666668, 0.0433012701892236, 0.464999999999999, 0.0708872343937878, 0.539999999999999, 0.149331845230682, 0.765000000000001, 0.415040158699535, 1.06833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 945, '2022-03-27 00:00:00', 0.0579511288357093, 0.361666666666665, 0.0694622199472477, 0.454999999999998, 0.104043260233424, 0.474999999999999, 0.16615755575156, 0.786666666666664, 0.397502620536437, 1.05166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 960, '2022-03-27 00:00:00', 0.0407226390762334, 0.256666666666665, 0.0629152869605893, 0.276666666666666, 0.103319891598858, 0.32, 0.21594752448994, 0.676666666666669, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 975, '2022-03-27 00:00:00', 0.0629152869605898, 0.173333333333334, 0.0854887906882149, 0.221666666666666, 0.165856363559957, 0.358333333333334, 0.275741424768446, 0.713333333333336, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 930, '2022-03-27 00:00:00', 0.0800520663901471, 0.256666666666668, 0.172940259434675, 0.381666666666668, 0.164620776331543, 0.625000000000002, 0.0461880215351691, 0.748333333333333, 0.761993000842747, 1.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 945, '2022-03-27 00:00:00', 0.128970280814354, 0.301666666666667, 0.170758113521242, 0.451666666666666, 0.0936749699759755, 0.63, 0.0461880215351691, 0.748333333333333, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 960, '2022-03-27 00:00:00', 0.120034717200207, 0.251666666666665, 0.162095650774477, 0.405000000000001, 0.158928705189888, 0.521666666666666, 0.0808290376865479, 0.728333333333332, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 975, '2022-03-27 00:00:00', 0.0444409720865779, 0.229999999999999, 0.0964797042560402, 0.288333333333332, 0.160026039547735, 0.463333333333331, 0.138684293751433, 0.658333333333331, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:01 Duration: 1s290ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1125, '2022-03-27 00:00:00', 0.165246850920465, 0.2825, 0.197571762783235, 0.374583333333333, 0.242618191726263, 0.531249999999999, 0.579795066243737, 1.03333333333333, 1.19492010526688, 3.73916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1140, '2022-03-27 00:00:00', 0.127901116696353, 0.2375, 0.144833112356197, 0.351250000000001, 0.271905514279597, 0.517499999999999, 0.645328811817912, 1.04666666666667, 1.21246395434244, 3.79583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1155, '2022-03-27 00:00:00', 0.101152775829293, 0.233333333333334, 0.15944139353071, 0.342916666666666, 0.336998419555062, 0.51125, 0.784605504123856, 1.58333333333333, 1.23390390248986, 3.83833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1170, '2022-03-27 00:00:00', 0.124583363627548, 0.235833333333333, 0.205847488218334, 0.359166666666666, 0.356236110840362, 0.512083333333333, 0.815570285937606, 1.66375, 1.25685590875101, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1185, '2022-03-27 00:00:00', 0.106953023684991, 0.242916666666666, 0.217665063136337, 0.369583333333334, 0.255402140991788, 0.487083333333333, 0.834420739803664, 1.72833333333333, 1.27895337644905, 3.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1200, '2022-03-27 00:00:00', 0.166758851317566, 0.264583333333334, 0.179914935616727, 0.350416666666667, 0.26237902664502, 0.475833333333333, 0.828502993443553, 1.73541666666667, 1.29535177920288, 3.90833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1215, '2022-03-27 00:00:00', 0.107702455127912, 0.232083333333334, 0.134212005121899, 0.289583333333333, 0.266824794602174, 0.450416666666666, 0.813830515952586, 1.70625, 1.30532243781629, 3.93666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1230, '2022-03-27 00:00:00', 0.0990388593036802, 0.204999999999999, 0.192688360696297, 0.32625, 0.228834475967466, 0.435, 0.79890584143456, 1.73375, 1.32310460550232, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1245, '2022-03-27 00:00:00', 0.139468452616935, 0.239166666666667, 0.182582123670577, 0.326666666666667, 0.169500545080565, 0.405000000000001, 0.8006478355193, 1.7275, 1.33371335164188, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1260, '2022-03-27 00:00:00', 0.103237449670614, 0.208333333333332, 0.131402688962846, 0.278333333333333, 0.162728100777365, 0.3875, 0.788909424275148, 1.72958333333333, 1.3515974847822, 3.97625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1275, '2022-03-27 00:00:00', 0.0954470791985602, 0.191666666666667, 0.124621165066809, 0.28, 0.334217667509308, 0.498333333333333, 0.820478717631943, 1.75875, 1.36025546407145, 3.98583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1290, '2022-03-27 00:00:00', 0.104714068930034, 0.205416666666667, 0.129309761784457, 0.290833333333333, 0.387016645711745, 0.510833333333334, 0.872183250921736, 1.79083333333333, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1305, '2022-03-27 00:00:00', 0.101509441268616, 0.212083333333333, 0.336489765548434, 0.404166666666667, 0.410086593895426, 0.523333333333334, 0.873145135436392, 1.84541666666667, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1320, '2022-03-27 00:00:00', 0.115340076874143, 0.213333333333334, 0.133454111963626, 0.28, 0.277680014542261, 0.491904761904762, 0.942853571421809, 1.88857142857143, 1.37456867693799, 4.05095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1335, '2022-03-27 00:00:00', 0.0989251761494031, 0.228095238095238, 0.132008296997538, 0.315238095238095, 0.732225895407122, 1.33619047619048, 1.00596719628425, 1.92, 1.40670655551658, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1350, '2022-03-27 00:00:00', 0.140414352814056, 0.241904761904763, 0.245124846713243, 0.415238095238096, 0.768534784044102, 1.41428571428572, 1.00448802405812, 1.91809523809524, 1.39757459976373, 4.06380952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1365, '2022-03-27 00:00:00', 0.15762523365792, 0.275714285714285, 0.674209943281058, 1.26761904761905, 0.785617439918922, 1.49380952380952, 0.981670102670032, 1.89809523809524, 1.38939675159161, 4.05666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 990, '2022-03-27 00:00:00', 0.358080351962432, 0.861538461538462, 0.427765751856712, 0.996538461538462, 0.53104439912888, 1.16192307692308, 0.720478580261332, 1.54576923076923, 1.49756684710181, 4.05769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1005, '2022-03-27 00:00:00', 0.219889832556073, 0.513461538461539, 0.286118856421592, 0.670000000000001, 0.306571111088188, 0.824615384615385, 0.624174655044564, 1.285, 1.47165422360219, 3.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1020, '2022-03-27 00:00:00', 0.239695961263752, 0.456923076923077, 0.285726065691223, 0.639230769230769, 0.283087646117975, 0.798846153846153, 0.581876672103688, 1.21269230769231, 1.47440444300011, 4.01269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1035, '2022-03-27 00:00:00', 0.155480396983522, 0.403076923076923, 0.183069553827122, 0.512307692307692, 0.250368651269405, 0.672692307692307, 0.528946703727904, 1.09384615384615, 1.4812170152121, 4.02038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1050, '2022-03-27 00:00:00', 0.193495776141537, 0.353846153846154, 0.240693868765988, 0.498461538461538, 0.261591578316569, 0.623076923076923, 0.527582585587683, 1.04923076923077, 1.47788773384386, 4.01807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1065, '2022-03-27 00:00:00', 0.171532907809372, 0.34653846153846, 0.21179271433681, 0.441923076923077, 0.258239006765795, 0.609230769230769, 0.48301186480092, 1.00269230769231, 1.5627979346721, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1080, '2022-03-27 00:00:00', 0.10303397497913, 0.280000000000001, 0.147988045255221, 0.387307692307693, 0.269788806291144, 0.555, 0.454309958576233, 0.948461538461539, 1.57961772395923, 4.00807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1095, '2022-03-27 00:00:00', 0.134299894037417, 0.292692307692307, 0.215045254629024, 0.427307692307692, 0.31992426988514, 0.586538461538462, 0.478432215277551, 0.985769230769231, 1.55514357487067, 4.03653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1110, '2022-03-27 00:00:00', 0.158096854442507, 0.301153846153845, 0.197604110826128, 0.41076923076923, 0.315735039842929, 0.556153846153846, 0.43346351101865, 0.958846153846153, 1.55917497907856, 4.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1125, '2022-03-27 00:00:00', 0.105349236060171, 0.252307692307693, 0.204949900069413, 0.387307692307693, 0.27322124030508, 0.534615384615385, 0.390342847329804, 0.913461538461538, 1.63694405712408, 4.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1140, '2022-03-27 00:00:00', 0.164165020166156, 0.266923076923077, 0.191234049108577, 0.377692307692308, 0.283564129227614, 0.523846153846154, 0.482496233544487, 0.951153846153846, 1.73413250314431, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1155, '2022-03-27 00:00:00', 0.11201716901371, 0.260384615384616, 0.170060622675019, 0.376153846153846, 0.232270399451886, 0.478461538461539, 0.668767523134908, 1.515, 1.79788918970596, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1170, '2022-03-27 00:00:00', 0.13999780218055, 0.269230769230769, 0.182800858439324, 0.341923076923077, 0.192248236963008, 0.440769230769231, 0.627158672107784, 1.63, 1.82450031093869, 4.49576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1185, '2022-03-27 00:00:00', 0.094952619763753, 0.22, 0.139798206217171, 0.333461538461539, 0.223357595314364, 0.446153846153847, 0.641732390906412, 1.71730769230769, 1.8380293795258, 4.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1200, '2022-03-27 00:00:00', 0.113143204017674, 0.244230769230769, 0.167745228064651, 0.322307692307692, 0.255055951629321, 0.43846153846154, 0.642134421585243, 1.79384615384616, 1.84693696531478, 4.54192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1215, '2022-03-27 00:00:00', 0.143310314192127, 0.234615384615385, 0.210841537288443, 0.323076923076924, 0.277828115097198, 0.462692307692308, 0.68178871078498, 1.89038461538462, 1.84553715340965, 4.54923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1230, '2022-03-27 00:00:00', 0.112469483040444, 0.225769230769231, 0.144607692103099, 0.29923076923077, 0.195826060966986, 0.450384615384616, 0.682957933156601, 1.91653846153846, 1.84501261200609, 4.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1245, '2022-03-27 00:00:00', 0.0969734301437567, 0.199615384615385, 0.129384935515931, 0.292692307692308, 0.17806697097959, 0.430384615384616, 0.73744016706442, 1.965, 1.85077347656013, 4.54769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1260, '2022-03-27 00:00:00', 0.102095731847803, 0.216538461538462, 0.150145058065654, 0.326538461538463, 0.182654360431432, 0.441153846153847, 0.751301639720128, 1.99692307692308, 1.86206171921176, 4.54461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1275, '2022-03-27 00:00:00', 0.103511426348087, 0.238846153846155, 0.118967998282668, 0.305769230769231, 0.258694057497684, 0.508846153846154, 0.760911599030045, 2.02769230769231, 1.89919760384788, 4.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1290, '2022-03-27 00:00:00', 0.0709192390084561, 0.178461538461538, 0.121751322848603, 0.259230769230769, 0.250156873858108, 0.462307692307692, 0.790179336995966, 2.01923076923077, 1.94077050519791, 4.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1305, '2022-03-27 00:00:00', 0.115273587607916, 0.2, 0.258985298068026, 0.374230769230769, 0.261893989122433, 0.502692307692308, 0.794668387539007, 2.03538461538462, 1.95389760380472, 4.53961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1320, '2022-03-27 00:00:00', 0.126845273148659, 0.224782608695652, 0.144968307835471, 0.306086956521739, 0.207833735615947, 0.47304347826087, 0.758740635381193, 2.13652173913044, 1.88648741914933, 4.74434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1335, '2022-03-27 00:00:00', 0.106083716661472, 0.200869565217392, 0.126912250660009, 0.323913043478262, 0.572915020359355, 1.3104347826087, 0.760694762529052, 2.12260869565217, 1.89168724487191, 4.74478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1350, '2022-03-27 00:00:00', 0.101741748555888, 0.238260869565218, 0.0915026080105216, 0.340000000000001, 0.555193944676573, 1.47304347826087, 0.764648773644197, 2.12826086956522, 1.89675497801912, 4.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1365, '2022-03-27 00:00:00', 0.0851318438073527, 0.277391304347826, 0.587659994192819, 1.29478260869565, 0.58753117821567, 1.61260869565217, 0.768989892355846, 2.15, 1.89326275870989, 4.76565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 990, '2022-03-27 00:00:00', 0.422598554731957, 0.891538461538462, 0.430107142286842, 1.06807692307692, 0.557934239301206, 1.31884615384615, 0.827005348322395, 1.78461538461538, 2.06504628370556, 4.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1005, '2022-03-27 00:00:00', 0.193438521340662, 0.542307692307692, 0.282835369347339, 0.740384615384616, 0.500763263582549, 1.04038461538462, 0.644195980691017, 1.50269230769231, 1.95373267992716, 4.30076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1020, '2022-03-27 00:00:00', 0.190064361568552, 0.482692307692307, 0.271809039301774, 0.668076923076923, 0.456782897430076, 0.868846153846154, 0.646630199870541, 1.37115384615385, 1.92919943539761, 4.24769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1035, '2022-03-27 00:00:00', 0.154919333848296, 0.42, 0.350796017870566, 0.604615384615384, 0.444807996607698, 0.803076923076924, 0.622585304627776, 1.31730769230769, 1.91487975119548, 4.22730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1050, '2022-03-27 00:00:00', 0.23884594326759, 0.399230769230769, 0.246565641127501, 0.501153846153847, 0.357108042259137, 0.736923076923078, 0.635266751966326, 1.22961538461538, 1.8899263314906, 4.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1065, '2022-03-27 00:00:00', 0.126342635473784, 0.312307692307694, 0.272899248808054, 0.485000000000001, 0.334846922545902, 0.682307692307693, 0.651739565730408, 1.19730769230769, 1.90022670712248, 4.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1080, '2022-03-27 00:00:00', 0.196064745977917, 0.345769230769231, 0.240120482578739, 0.505384615384616, 0.378758295161764, 0.694615384615385, 0.656147731958166, 1.18538461538462, 1.89670357766797, 4.20269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1095, '2022-03-27 00:00:00', 0.149968201757778, 0.322307692307693, 0.207238621289194, 0.480384615384615, 0.431360637981724, 0.680000000000001, 0.77735567544969, 1.26538461538462, 1.8724026933739, 4.20961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1110, '2022-03-27 00:00:00', 0.142753687814414, 0.341153846153846, 0.255059570719047, 0.479230769230769, 0.420804540776904, 0.652692307692308, 0.835737629053151, 1.30576923076923, 1.86948746575509, 4.22076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1125, '2022-03-27 00:00:00', 0.168293242242864, 0.288846153846154, 0.375043792314771, 0.454615384615385, 0.408227123811468, 0.575769230769231, 0.874113616977, 1.30115384615385, 1.9624977804985, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1140, '2022-03-27 00:00:00', 0.365162977312869, 0.34, 0.369956546304894, 0.419615384615385, 0.482391478429643, 0.608461538461539, 0.892712805915851, 1.32807692307692, 1.98850233554339, 4.49846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1155, '2022-03-27 00:00:00', 0.170690903727718, 0.269230769230769, 0.257179972901348, 0.401538461538461, 0.439232897745078, 0.588461538461538, 1.07099558283941, 1.79653846153846, 2.0171146567465, 4.53346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1170, '2022-03-27 00:00:00', 0.250933334695769, 0.293461538461539, 0.391875176358689, 0.406923076923078, 0.47490258110318, 0.587307692307693, 1.08320755877376, 1.93115384615385, 2.01150923055684, 4.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1185, '2022-03-27 00:00:00', 0.171581333035252, 0.248076923076923, 0.221359783714554, 0.391923076923077, 0.259008761360574, 0.531538461538462, 0.923255444275644, 1.95615384615385, 1.98604066888408, 4.50846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1200, '2022-03-27 00:00:00', 0.156376272054102, 0.268461538461538, 0.20891514655845, 0.371538461538461, 0.277823408217965, 0.504615384615384, 0.876658428351659, 1.965, 1.96332563230391, 4.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1215, '2022-03-27 00:00:00', 0.149861474497154, 0.247692307692306, 0.183167010802037, 0.346923076923076, 0.265423898987725, 0.544615384615385, 0.842556549117944, 1.96846153846154, 1.94501924056135, 4.48038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1230, '2022-03-27 00:00:00', 0.147754994709277, 0.253461538461539, 0.238349775298017, 0.368846153846154, 0.337828586484557, 0.581923076923077, 0.838191184359787, 1.98730769230769, 1.9486342357188, 4.48076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1245, '2022-03-27 00:00:00', 0.132386380893783, 0.246923076923077, 0.202113448720876, 0.394615384615385, 0.340046150713965, 0.540769230769231, 0.824211417985981, 1.95730769230769, 1.98901630112823, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1260, '2022-03-27 00:00:00', 0.217715410570773, 0.300000000000001, 0.33840440077153, 0.421538461538462, 0.388215641899427, 0.54923076923077, 0.822330740124584, 1.95961538461538, 2.0109240508934, 4.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1275, '2022-03-27 00:00:00', 0.29880067964087, 0.295384615384615, 0.311606507288624, 0.361153846153846, 0.509181092162095, 0.634230769230769, 0.794443491721382, 1.92730769230769, 2.01146177232839, 4.44769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1290, '2022-03-27 00:00:00', 0.156408242946267, 0.236538461538461, 0.223759830037613, 0.332692307692308, 0.555861631924846, 0.653076923076923, 0.781925827684442, 1.92, 2.01640289014488, 4.44384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1305, '2022-03-27 00:00:00', 0.119522125405879, 0.238461538461539, 0.378513692466489, 0.483846153846154, 0.534070724213131, 0.646538461538462, 0.770428152692734, 1.90653846153846, 2.04789603101479, 4.46692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1320, '2022-03-27 00:00:00', 0.236430136586193, 0.299130434782609, 0.358258854900509, 0.406956521739131, 0.367340619091849, 0.561304347826087, 0.730953408484765, 1.95739130434783, 2.0072051046208, 4.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1335, '2022-03-27 00:00:00', 0.17776166483853, 0.260869565217391, 0.187444853550397, 0.340869565217391, 0.66946146724549, 1.35826086956522, 0.70164713043821, 1.92782608695652, 2.00334463418558, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1350, '2022-03-27 00:00:00', 0.10024870259281, 0.229565217391304, 0.149298756113624, 0.350869565217392, 0.728358379407937, 1.53173913043478, 0.697964006909176, 1.91913043478261, 2.0066250942253, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1365, '2022-03-27 00:00:00', 0.13699052216141, 0.271304347826087, 0.654290793674913, 1.27347826086956, 0.685700069257864, 1.63130434782609, 0.681104079270136, 1.92130434782609, 2.00670989058714, 4.68130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 990, '2022-03-27 00:00:00', 0.47210803848272, 0.8112, 0.599346032494308, 1.1136, 0.608238714102724, 1.3128, 0.686591824400302, 1.646, 2.11905891061732, 4.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1005, '2022-03-27 00:00:00', 0.310589224968715, 0.7064, 0.399510116684589, 0.872, 0.409824352619509, 1.0368, 0.577537300382697, 1.3908, 2.07706507681712, 4.1892 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1020, '2022-03-27 00:00:00', 0.239121308126231, 0.439599999999999, 0.314212242494358, 0.607199999999999, 0.325592792713025, 0.772399999999999, 0.507778495015297, 1.1584, 2.0170801504485, 4.0704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1035, '2022-03-27 00:00:00', 0.166665333328, 0.417599999999999, 0.222756967717436, 0.5404, 0.260821139225076, 0.691199999999999, 0.439923099340479, 1.0736, 2.02765324122905, 4.0512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1050, '2022-03-27 00:00:00', 0.185739961595058, 0.3808, 0.20579682537234, 0.4876, 0.211468673803001, 0.6276, 0.407906443521877, 1.0272, 2.02926505579401, 4.032 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1065, '2022-03-27 00:00:00', 0.125043992258724, 0.3212, 0.166670333293, 0.4596, 0.164131045204739, 0.5516, 0.397969010518825, 1.0072, 2.00720992092672, 3.998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1080, '2022-03-27 00:00:00', 0.137298943914365, 0.3248, 0.149021251280929, 0.4064, 0.1548203259696, 0.498800000000001, 0.385212928131961, 1.0084, 2.0012352019024, 3.9644 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1095, '2022-03-27 00:00:00', 0.108512672071054, 0.26, 0.128882375314342, 0.3576, 0.179031654556765, 0.4924, 0.403271207336535, 1.0388, 1.97156638234679, 3.9564 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1110, '2022-03-27 00:00:00', 0.105593560409715, 0.26, 0.124962661089889, 0.353600000000001, 0.189131347657301, 0.5196, 0.424741882402321, 1.0584, 2.00739989372654, 3.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1125, '2022-03-27 00:00:00', 0.0994786409235667, 0.237200000000001, 0.146466150810804, 0.3424, 0.221888109941325, 0.5048, 0.427811095383621, 1.0784, 2.01381271886605, 4.254 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1140, '2022-03-27 00:00:00', 0.125509627784749, 0.2512, 0.159267071298495, 0.360800000000001, 0.223233808670042, 0.528, 0.494318385928206, 1.1056, 1.98883240453622, 4.2528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1155, '2022-03-27 00:00:00', 0.113207773584679, 0.230799999999999, 0.156920361967465, 0.3664, 0.225161423575768, 0.516799999999999, 0.919368805213664, 1.6416, 1.95665530945029, 4.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1170, '2022-03-27 00:00:00', 0.121412519947492, 0.2692, 0.194507926145269, 0.398, 0.304052078872464, 0.5432, 0.912175604438825, 1.7068, 1.93942362571976, 4.2716 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1185, '2022-03-27 00:00:00', 0.123659478676997, 0.242, 0.130352087312274, 0.338, 0.250466231922255, 0.468, 0.906624141159573, 1.7056, 1.90531379742725, 4.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1200, '2022-03-27 00:00:00', 0.0963500562186309, 0.244, 0.163643922384345, 0.352800000000001, 0.19910466259399, 0.4452, 0.951226050946882, 1.7668, 1.90273951624143, 4.2752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1215, '2022-03-27 00:00:00', 0.127890578229986, 0.236800000000001, 0.151545372743611, 0.3108, 0.156201792563338, 0.4164, 0.988846634552936, 1.7648, 1.92646325339122, 4.2976 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1230, '2022-03-27 00:00:00', 0.0888856943870423, 0.195599999999999, 0.117163703139382, 0.2824, 0.150894002531577, 0.387599999999999, 1.013944936046, 1.7852, 1.92942590770761, 4.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1245, '2022-03-27 00:00:00', 0.105801701309572, 0.2124, 0.135215876779812, 0.308, 0.194486503387768, 0.431999999999999, 1.01400312294062, 1.8124, 1.92546686979202, 4.2932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1260, '2022-03-27 00:00:00', 0.0787252606643294, 0.203199999999999, 0.122430932910491, 0.286799999999999, 0.198135475537994, 0.4492, 0.991680896256452, 1.8168, 1.9185041916382, 4.288 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1275, '2022-03-27 00:00:00', 0.0951787791474556, 0.2044, 0.151918837980461, 0.3172, 0.2324485606179, 0.5064, 0.954345849260111, 1.8048, 1.89290182876274, 4.2724 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1290, '2022-03-27 00:00:00', 0.103266645147405, 0.208399999999999, 0.122474487139159, 0.298, 0.217855456667948, 0.4988, 0.925470691054018, 1.8328, 1.85630250767487, 4.2456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1305, '2022-03-27 00:00:00', 0.0916733330909261, 0.2104, 0.154973115948111, 0.364, 0.238776743702844, 0.5368, 0.921940525919831, 1.8292, 1.84162410207223, 4.2272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1320, '2022-03-27 00:00:00', 0.112914939444626, 0.254545454545455, 0.144000511062104, 0.361363636363638, 0.297681153693125, 0.510454545454546, 0.946222039051167, 1.90863636363636, 1.72511904351141, 4.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1335, '2022-03-27 00:00:00', 0.101742396037814, 0.21909090909091, 0.152306935486874, 0.335454545454547, 0.858344449976346, 1.23863636363636, 0.917527380248947, 1.87227272727273, 1.69931409641314, 4.49272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1350, '2022-03-27 00:00:00', 0.100961824682849, 0.248636363636364, 0.198536310700756, 0.365, 0.839550101122247, 1.34409090909091, 0.90336504153548, 1.86272727272727, 1.68429773925481, 4.47727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1365, '2022-03-27 00:00:00', 0.125760887663061, 0.26409090909091, 0.829327819402336, 1.16681818181818, 0.830094267843415, 1.40772727272727, 0.883096799173204, 1.83136363636364, 1.64855866471159, 4.44136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 990, '2022-03-27 00:00:00', 0.388660949071725, 0.7464, 0.411281736364097, 0.8988, 0.502427440864185, 1.138, 0.647059502673441, 1.5112, 1.6789310091047, 4.0148 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1005, '2022-03-27 00:00:00', 0.2002706502045, 0.512, 0.265372065849693, 0.658399999999999, 0.386183462445853, 0.872799999999999, 0.53090394611455, 1.3356, 1.66203158814747, 3.9136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1020, '2022-03-27 00:00:00', 0.185, 0.456, 0.219497152601121, 0.6704, 0.362846615895294, 0.8292, 0.447875726811207, 1.2652, 1.66545539317829, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1035, '2022-03-27 00:00:00', 0.175511633042751, 0.4472, 0.283383132878441, 0.5932, 0.367054945932259, 0.7772, 0.4679447973141, 1.2216, 1.69807116066043, 3.8396 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1050, '2022-03-27 00:00:00', 0.162242616678438, 0.3632, 0.24365754656895, 0.512400000000001, 0.289206961649727, 0.7064, 0.457921754597151, 1.1644, 1.68390053150416, 3.8272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1065, '2022-03-27 00:00:00', 0.181035908040367, 0.346400000000001, 0.195544538831098, 0.4728, 0.253937656390961, 0.6252, 0.469704517045912, 1.1316, 1.69006380550163, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1080, '2022-03-27 00:00:00', 0.11667190464432, 0.3304, 0.17075030502657, 0.448399999999999, 0.271708790190282, 0.644400000000001, 0.503694020876432, 1.1292, 1.67366085772078, 3.7936 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1095, '2022-03-27 00:00:00', 0.117615191762515, 0.277999999999998, 0.145924638084183, 0.392399999999999, 0.283612411576079, 0.6012, 0.502303692998569, 1.1044, 1.67128972154242, 3.7848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1110, '2022-03-27 00:00:00', 0.130989821487524, 0.302, 0.230056514795822, 0.4652, 0.270934801505208, 0.588399999999999, 0.532416503626, 1.1044, 1.71295582741256, 3.8048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1125, '2022-03-27 00:00:00', 0.144472604092726, 0.3184, 0.175577143539053, 0.407599999999999, 0.203246156175215, 0.514399999999999, 0.5526882786285, 1.0668, 1.75891083723233, 3.9756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1140, '2022-03-27 00:00:00', 0.108686092333226, 0.242799999999999, 0.156819429068382, 0.345599999999999, 0.176202534979873, 0.471599999999999, 0.567443095531761, 1.072, 1.76650200490498, 4.0128 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1155, '2022-03-27 00:00:00', 0.113081091847104, 0.2604, 0.137933558884946, 0.344399999999999, 0.274901800648887, 0.492799999999999, 0.724417467118697, 1.6484, 1.77030110433225, 4.0408 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1170, '2022-03-27 00:00:00', 0.103781822428915, 0.2396, 0.147337481087921, 0.324, 0.331397042835327, 0.503599999999999, 0.801787170430325, 1.7628, 1.83093946741374, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1185, '2022-03-27 00:00:00', 0.0956242647030555, 0.2176, 0.262249880838867, 0.355999999999999, 0.347902285131903, 0.5088, 0.867186638888461, 1.7928, 1.83540803819387, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1200, '2022-03-27 00:00:00', 0.0947880931799748, 0.2275, 0.146818926237216, 0.320833333333333, 0.205842207753301, 0.471666666666666, 0.892258878239438, 1.85958333333333, 1.86543847081746, 4.08458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1215, '2022-03-27 00:00:00', 0.106545730808996, 0.212916666666665, 0.153641781756946, 0.308333333333333, 0.220289664378255, 0.456666666666666, 0.873194099145549, 1.89375, 1.8558305594039, 4.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1230, '2022-03-27 00:00:00', 0.10503881270232, 0.213750000000001, 0.132989593141938, 0.304166666666667, 0.238508347619235, 0.450833333333334, 0.877344374902986, 1.92125, 1.84649766400838, 4.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1245, '2022-03-27 00:00:00', 0.0859716417687007, 0.205416666666665, 0.123093430992979, 0.290416666666665, 0.211207278503259, 0.424583333333333, 0.879968708271056, 1.90333333333333, 1.84308219913102, 4.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1260, '2022-03-27 00:00:00', 0.104076337646801, 0.196666666666666, 0.152141715020159, 0.300833333333333, 0.222260700171173, 0.432083333333334, 0.911863834228506, 1.925, 1.85099224271975, 4.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1275, '2022-03-27 00:00:00', 0.0972073832706069, 0.218333333333333, 0.132926235401334, 0.287916666666667, 0.281990851943304, 0.486666666666668, 0.903096023430637, 1.92541666666667, 1.85498134683383, 4.08416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1290, '2022-03-27 00:00:00', 0.0852574957391433, 0.195833333333333, 0.136697592824666, 0.300833333333334, 0.3614441143885, 0.51625, 0.898123244504249, 1.91583333333333, 1.84213481819486, 4.10541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1305, '2022-03-27 00:00:00', 0.0870271904869846, 0.202083333333335, 0.267711382010498, 0.362083333333334, 0.394347746193047, 0.531666666666668, 0.930382401512129, 1.92125, 1.84253129090689, 4.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1320, '2022-03-27 00:00:00', 0.0970861178836312, 0.234285714285715, 0.154951605348252, 0.34, 0.261685016038458, 0.490952380952381, 0.906652660956249, 2.02238095238095, 1.67141699222688, 4.39047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1335, '2022-03-27 00:00:00', 0.119524852964523, 0.238095238095238, 0.188165327507993, 0.338095238095238, 0.70685150323038, 1.38095238095238, 0.888158608743795, 2.04428571428571, 1.66212385648173, 4.37428571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1350, '2022-03-27 00:00:00', 0.131666968052699, 0.245238095238096, 0.169694403196424, 0.361904761904762, 0.777223385183558, 1.5447619047619, 0.893348436261814, 2.08285714285714, 1.65724312094055, 4.36619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1365, '2022-03-27 00:00:00', 0.125777581468241, 0.27, 0.719629203462582, 1.34190476190476, 0.788130095618133, 1.61761904761905, 0.89420701768449, 2.09190476190476, 1.65139378361777, 4.35714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 990, '2022-03-27 00:00:00', 0.34420154496648, 0.767391304347826, 0.456324030216862, 0.990434782608695, 0.517237646163439, 1.19434782608695, 0.620590691457832, 1.66347826086956, 1.1860320133786, 3.81086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1005, '2022-03-27 00:00:00', 0.206294237081322, 0.551304347826087, 0.27056886347365, 0.704347826086956, 0.394743124559949, 0.95695652173913, 0.57437575669715, 1.38434782608696, 1.14977244698327, 3.71695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1020, '2022-03-27 00:00:00', 0.180877308666715, 0.474347826086957, 0.258321581610386, 0.648695652173913, 0.313199099438885, 0.868695652173913, 0.514511549323581, 1.29304347826087, 1.07863898285569, 3.65434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1035, '2022-03-27 00:00:00', 0.176940399960946, 0.415217391304347, 0.214221635440749, 0.58, 0.240881122994352, 0.703478260869564, 0.50310694766671, 1.16434782608696, 1.03410020844535, 3.61217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1050, '2022-03-27 00:00:00', 0.129168823561404, 0.378695652173914, 0.172782391871138, 0.499130434782609, 0.23430074251838, 0.671739130434782, 0.480403321989614, 1.12347826086956, 1.02080317908732, 3.60869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1065, '2022-03-27 00:00:00', 0.160119767427225, 0.342608695652174, 0.193763435081812, 0.455217391304347, 0.246279028103885, 0.624782608695651, 0.462815750566392, 1.07565217391304, 1.0332970370607, 3.61869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1080, '2022-03-27 00:00:00', 0.135157644744226, 0.303043478260869, 0.172717182979699, 0.436956521739131, 0.218534464679977, 0.571304347826086, 0.453246959531017, 1.02652173913043, 1.02934512356119, 3.60826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1095, '2022-03-27 00:00:00', 0.121901923903536, 0.303478260869566, 0.133301050110171, 0.396521739130434, 0.261817152501269, 0.561304347826087, 0.476375893696209, 1.06608695652174, 1.02349108061324, 3.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1110, '2022-03-27 00:00:00', 0.147239419451165, 0.296086956521738, 0.222893299416786, 0.427826086956521, 0.296889007886706, 0.58391304347826, 0.529306728323211, 1.06739130434782, 1.0224028119491, 3.59434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 930, '2022-03-27 00:00:00', 0.157162336455018, 0.549999999999997, 0.208406653764539, 0.656666666666664, 0.414769012021549, 1.01333333333334, 0.316438514301491, 1.35666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 945, '2022-03-27 00:00:00', 0.040414518843274, 0.343333333333334, 0.0424352447854377, 0.503333333333337, 0.0445570070247096, 0.740000000000004, 0.046784857375945, 1.28333333333333, 0.0491241002447423, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 960, '2022-03-27 00:00:00', 0.0550757054728582, 0.406666666666669, 0.165227116418583, 0.640000000000003, 0.155026879389778, 0.68666666666667, 0.545374489074555, 1.33333333333333, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 975, '2022-03-27 00:00:00', 0.0899999999999999, 0.330000000000001, 0.100664459136941, 0.393333333333336, 0.145716619962629, 0.446666666666668, 0.590028247911346, 1.31666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 930, '2022-03-27 00:00:00', 0.121243556529819, 0.520000000000001, 0.117189305541644, 0.736666666666667, 0.0862167810425139, 0.996666666666667, 0.0971253485622246, 1.17333333333333, 1.40215310623817, 3.39333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 945, '2022-03-27 00:00:00', 0.0404145188432719, 0.533333333333334, 0.106926766215634, 0.743333333333335, 0.115470053837925, 0.866666666666667, 0.0602771377334192, 1.09333333333334, 1.32447473865429, 3.33333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 960, '2022-03-27 00:00:00', 0.181750745069543, 0.506666666666665, 0.175783958312472, 0.609999999999999, 0.313421973277777, 0.803333333333335, 0.156311654502583, 1.00666666666667, 1.22306990805923, 3.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 975, '2022-03-27 00:00:00', 0.255799400572661, 0.486666666666669, 0.29365512652316, 0.633333333333333, 0.338673884437525, 0.740000000000002, 0.181750745069544, 0.916666666666669, 1.31370975992924, 3.18333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 930, '2022-03-27 00:00:00', 0.259807621135329, 0.609999999999999, 0.327159492195063, 0.673333333333334, 0.63846169292553, 1.02333333333333, 0.647018804466555, 1.06666666666667, 2.28902453751229, 2.83666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 945, '2022-03-27 00:00:00', 0.111355287256599, 0.399999999999999, 0.0568624070307728, 0.50333333333333, 0.402781992315113, 0.816666666666663, 0.378197479279451, 0.843333333333331, 2.23065760109734, 2.75333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 960, '2022-03-27 00:00:00', 0.050332229568472, 0.386666666666666, 0.396106046406771, 0.699999999999998, 0.402160830182819, 0.733333333333332, 0.309246395829173, 0.823333333333333, 2.21156807115073, 2.76666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 975, '2022-03-27 00:00:00', 0.28792360097776, 0.429999999999997, 0.262741951985844, 0.506666666666665, 0.221133443874956, 0.56, 0.388887301584059, 0.893333333333333, 2.18781473926229, 2.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 930, '2022-03-27 00:00:00', 0.414286535302967, 0.723333333333331, 0.512867754234299, 1.01333333333333, 0.873632264361463, 1.27333333333333, 0.796806124474454, 1.37, 1.58004219352944, 2.47333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 945, '2022-03-27 00:00:00', 0.141891977691949, 0.506666666666665, 0.232594066992257, 0.699999999999998, 0.296704117486313, 0.863333333333332, 0.190787840283386, 1.02, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 960, '2022-03-27 00:00:00', 0.153079500042734, 0.466666666666666, 0.175594229214213, 0.606666666666667, 0.236290781312633, 0.816666666666668, 0.196299091524469, 1.01333333333333, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 975, '2022-03-27 00:00:00', 0.10969655114603, 0.403333333333334, 0.0404145188432699, 0.526666666666666, 0.320780298646907, 0.82, 0.238607068908974, 0.973333333333331, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 930, '2022-03-27 00:00:00', 0.0750555349946506, 0.476666666666664, 0.39272551907577, 0.696666666666665, 0.337095436535906, 0.876666666666667, 0.268514431641951, 1.13, 1.01391978643941, 1.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 945, '2022-03-27 00:00:00', 0.231156512634477, 0.453333333333333, 0.22338307903689, 0.650000000000001, 0.234552232988734, 0.650000000000001, 0.246279844638171, 1.11666666666667, 0.258593836870079, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 960, '2022-03-27 00:00:00', 0.182482875908949, 0.370000000000002, 0.150000000000002, 0.430000000000002, 0.204205778566621, 0.540000000000001, 0.214416067494952, 1.05, 0.2251368708697, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 975, '2022-03-27 00:00:00', 0.0655743852430178, 0.340000000000001, 0.164620776331541, 0.490000000000002, 0.0665832811847912, 0.546666666666669, 0.20984120980716, 1.04666666666667, 1.01336074524327, 1.89 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:42:24 Duration: 1s260ms Database: acaweb_fx User: pgperfstats
4 251 6m18s 986ms 3s929ms 1s508ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Mar 27 18 251 6m18s 1s508ms [ User: postgres - Total duration: 6m18s - Times executed: 251 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s929ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82000740' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82000740' OR a.resultuid = '82000740') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s921ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985115' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985115' OR a.resultuid = '81985115') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s915ms Database: acaweb_fx User: postgres Bind query: yes
5 189 8m23s 499ms 16s247ms 2s666ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 18 189 8m23s 2s666ms [ User: postgres - Total duration: 8m23s - Times executed: 189 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:05:46 Duration: 16s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:45 Duration: 15s452ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:21 Duration: 15s297ms Database: acaweb_fx User: postgres Bind query: yes
6 181 2m51s 833ms 1s443ms 946ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Mar 27 18 181 2m51s 946ms [ User: pgperfstats - Total duration: 2m51s - Times executed: 181 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1095, '2022-03-27 00:00:00', 0.102846412749227, 0.22923076923077, 0.739649215194919, 1.17519230769231, 0.783006729512293, 1.40346153846154, 0.815487867192677, 1.90230769230769, 1.91352108991212, 4.39480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 600, '2022-03-27 00:00:00', 0.573620083330421, 0.900000000000001, 0.70584090602301, 1.05076923076923, 0.658636820667097, 1.27730769230769, 0.739801636615154, 1.79769230769231, 1.86432895743709, 4.34230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 615, '2022-03-27 00:00:00', 0.43800724440795, 0.592884615384618, 0.396083130357562, 0.795384615384616, 0.42396049344249, 1.0425, 0.629290198434835, 1.60807692307692, 1.86772651803037, 4.30288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 630, '2022-03-27 00:00:00', 0.226194266403563, 0.494615384615385, 0.383243897036058, 0.713269230769231, 0.438266866365511, 1.04038461538462, 0.630471374327299, 1.48192307692308, 1.87763378095533, 4.23884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 645, '2022-03-27 00:00:00', 0.232875420640439, 0.460192307692307, 0.286595466709542, 0.630192307692308, 0.371581909388245, 0.891346153846153, 0.542725883494958, 1.33923076923077, 1.83349116336945, 4.21461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 660, '2022-03-27 00:00:00', 0.198898215175501, 0.457500000000001, 0.312961843336555, 0.698653846153848, 0.348884871907845, 0.860576923076924, 0.489628312718315, 1.28326923076923, 1.83846009977414, 4.18846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 675, '2022-03-27 00:00:00', 0.22375432956705, 0.455000000000001, 0.230026085477278, 0.555, 0.282768728550654, 0.758076923076923, 0.512453262409213, 1.20711538461538, 1.84671401517565, 4.15057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 690, '2022-03-27 00:00:00', 0.160062127361174, 0.376730769230769, 0.225157807907117, 0.545961538461538, 0.267440359994235, 0.732884615384615, 0.474753741833189, 1.14365384615385, 1.84220829023631, 4.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 705, '2022-03-27 00:00:00', 0.141377291180509, 0.371538461538461, 0.19088619243292, 0.491538461538462, 0.296592961169655, 0.689230769230768, 0.474879620373578, 1.07557692307692, 1.91348228670622, 4.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 720, '2022-03-27 00:00:00', 0.174504683648847, 0.35173076923077, 0.246319679715984, 0.499230769230769, 0.292522714436912, 0.668461538461539, 0.446649578701073, 1.04961538461539, 2.1387731655896, 4.69942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 735, '2022-03-27 00:00:00', 0.129130375381449, 0.325576923076924, 0.193914830630516, 0.469807692307692, 0.231999751326126, 0.638269230769231, 0.366100921352822, 0.998269230769231, 2.15103135370347, 4.73673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 750, '2022-03-27 00:00:00', 0.137131744627622, 0.313653846153846, 0.163684617011355, 0.429423076923077, 0.195411990813885, 0.555384615384616, 0.358853516290208, 0.965384615384616, 2.13185942674104, 4.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 765, '2022-03-27 00:00:00', 0.125231631541163, 0.270192307692308, 0.200164931993594, 0.405, 0.232341260947042, 0.547692307692308, 0.349253269353123, 0.980384615384618, 2.12149342354716, 4.81788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 780, '2022-03-27 00:00:00', 0.165706413227176, 0.298846153846154, 0.159054538300062, 0.377884615384616, 0.234344585206026, 0.535769230769231, 0.3546807882286, 1.01769230769231, 2.12865888621126, 4.85057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 795, '2022-03-27 00:00:00', 0.117654644551821, 0.273846153846154, 0.206537852742262, 0.398269230769231, 0.214103587438058, 0.532884615384616, 0.364538538640081, 1.06788461538462, 2.15007663548571, 4.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 810, '2022-03-27 00:00:00', 0.130659275039493, 0.260384615384616, 0.180243851916913, 0.384615384615385, 0.198467590843906, 0.525769230769231, 0.366289292982808, 1.05538461538462, 2.1535491993094, 4.89192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 825, '2022-03-27 00:00:00', 0.141536078575257, 0.257692307692309, 0.167934167504367, 0.36673076923077, 0.175738113724326, 0.46826923076923, 0.360554274160471, 1.03423076923077, 2.16335249981632, 4.90596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 840, '2022-03-27 00:00:00', 0.116385301741837, 0.253461538461537, 0.143941360923867, 0.351346153846153, 0.23996153537919, 0.436538461538459, 0.380372135596789, 1.04519230769231, 2.18365196050456, 4.93326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 855, '2022-03-27 00:00:00', 0.108215596771515, 0.223846153846153, 0.118768196986333, 0.291730769230768, 0.337687668620667, 0.475192307692308, 0.359958117221777, 1.08461538461538, 2.20187000943778, 4.94153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 870, '2022-03-27 00:00:00', 0.0878074817208314, 0.218076923076923, 0.175734064820859, 0.322307692307692, 0.312939905757296, 0.500769230769231, 0.35788400570361, 1.10980769230769, 2.2040568626617, 4.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 885, '2022-03-27 00:00:00', 0.122987960636553, 0.229038461538462, 0.261982750459761, 0.389807692307692, 0.256521703985032, 0.500769230769231, 0.769336302376175, 1.56211538461539, 2.21343378382653, 4.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 900, '2022-03-27 00:00:00', 0.166288558281634, 0.271730769230768, 0.167731928981932, 0.34, 0.237230575925293, 0.497884615384616, 0.934163241376185, 1.65980769230769, 2.32389815082, 5.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 915, '2022-03-27 00:00:00', 0.0768107063851428, 0.208269230769233, 0.164387090078921, 0.346346153846155, 0.230045898430325, 0.501346153846156, 0.927704632205415, 1.70826923076923, 2.32637443245923, 5.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 930, '2022-03-27 00:00:00', 0.133381465671267, 0.271153846153846, 0.202059397207851, 0.375000000000001, 0.188968149534417, 0.504807692307694, 0.963257474166934, 1.79980769230769, 2.33107978446437, 5.03019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 945, '2022-03-27 00:00:00', 0.136361087388764, 0.227884615384616, 0.152246889572875, 0.318653846153846, 0.210380973108676, 0.573076923076925, 0.99086118332256, 1.83826923076923, 2.35204539464304, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 960, '2022-03-27 00:00:00', 0.131941857824399, 0.239423076923077, 0.154617269410633, 0.362500000000001, 0.213007132419406, 0.649038461538462, 0.978254745019848, 1.85711538461539, 2.35405840232108, 5.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 975, '2022-03-27 00:00:00', 0.11945646133151, 0.255384615384616, 0.190185435825144, 0.477500000000001, 0.253362085075582, 0.702884615384617, 1.02318597452347, 1.95153846153846, 2.35517725120964, 5.04826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 990, '2022-03-27 00:00:00', 0.120366747260836, 0.378076923076924, 0.15223514200584, 0.516538461538461, 0.225654262432257, 0.674615384615385, 1.00593754585155, 1.96211538461538, 2.33706956547001, 5.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1005, '2022-03-27 00:00:00', 0.149928701003561, 0.383846153846153, 0.191688850444192, 0.518846153846154, 0.220292201056129, 0.660576923076923, 1.04436968476758, 1.96096153846154, 2.29132246832395, 5.03942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1020, '2022-03-27 00:00:00', 0.147834757024914, 0.343653846153846, 0.157272424107391, 0.418846153846154, 0.314925449053484, 0.630961538461538, 1.10117552572764, 1.95653846153846, 2.29602590611223, 5.02480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1035, '2022-03-27 00:00:00', 0.110612455829419, 0.258653846153845, 0.217366404594072, 0.41307692307692, 0.364894347195712, 0.63326923076923, 1.18152281139475, 1.98692307692308, 2.29926426359524, 5.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1050, '2022-03-27 00:00:00', 0.146273321611922, 0.28326923076923, 0.312589248793906, 0.470961538461538, 0.38622990363453, 0.63653846153846, 1.2127266164119, 2.03538461538461, 2.29366398182874, 5.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1065, '2022-03-27 00:00:00', 0.249720151061451, 0.328076923076924, 0.310466646294797, 0.466538461538462, 0.739001613405129, 1.15576923076923, 1.16745563249579, 2.00942307692308, 2.26315181855883, 4.99807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1080, '2022-03-27 00:00:00', 0.123300290098853, 0.259807692307692, 0.147155203258849, 0.330576923076923, 0.826872443888134, 1.21403846153846, 1.0976174897687, 1.96192307692308, 2.1952815221603, 4.94980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1095, '2022-03-27 00:00:00', 0.114394223899367, 0.220961538461538, 0.676296504159574, 1.00519230769231, 0.813469799921678, 1.27634615384615, 1.13430954939388, 2.00307692307692, 2.19537937846392, 4.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 600, '2022-03-27 00:00:00', 0.300029806211624, 0.691730769230768, 0.481980848646021, 0.903461538461537, 0.511707886922276, 1.15019230769231, 0.760669770662671, 1.7875, 2.165300876233, 4.90173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 615, '2022-03-27 00:00:00', 0.393313537094183, 0.578461538461539, 0.364840376055062, 0.7375, 0.373943228928587, 1.01153846153846, 0.689849175266148, 1.60326923076923, 2.18036613897758, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 630, '2022-03-27 00:00:00', 0.154338414381663, 0.432115384615385, 0.207229063153277, 0.653269230769231, 0.242119566775147, 0.858269230769231, 0.658578422408098, 1.45153846153846, 2.17254703410182, 4.72615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 645, '2022-03-27 00:00:00', 0.188987179052321, 0.458076923076923, 0.257200983967493, 0.647115384615384, 0.403448452526657, 0.894423076923077, 0.68285250124865, 1.38153846153846, 2.18299149016982, 4.69961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 660, '2022-03-27 00:00:00', 0.19303975278125, 0.437884615384614, 0.24560161613099, 0.536923076923077, 0.505402847698288, 0.81903846153846, 0.690761452757307, 1.32576923076923, 2.18309416971558, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 675, '2022-03-27 00:00:00', 0.196811116008765, 0.366153846153847, 0.330411165764021, 0.593461538461538, 0.425345153963226, 0.7875, 0.627940957538084, 1.28038461538461, 2.17223479393918, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 690, '2022-03-27 00:00:00', 0.253192538473119, 0.407307692307692, 0.360519123572576, 0.555961538461537, 0.358867663631038, 0.734999999999999, 0.595133469193125, 1.22538461538462, 2.1574499191977, 4.64807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 705, '2022-03-27 00:00:00', 0.202977926045021, 0.374038461538461, 0.222473853260591, 0.511153846153846, 0.290864031147517, 0.72826923076923, 0.612979106181755, 1.24076923076923, 2.60349390243188, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 720, '2022-03-27 00:00:00', 0.164796494548231, 0.333269230769232, 0.203698211917684, 0.470192307692308, 0.385132944079554, 0.699230769230769, 0.609969356102924, 1.17615384615385, 2.70987598353759, 4.85038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 735, '2022-03-27 00:00:00', 0.120654624700168, 0.306538461538462, 0.201032431367523, 0.425961538461538, 0.308768521711653, 0.635, 0.615816905856328, 1.15230769230769, 2.71318275349195, 4.86442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 750, '2022-03-27 00:00:00', 0.15060761549853, 0.294423076923077, 0.286297921752847, 0.477499999999999, 0.311978611199795, 0.640576923076924, 0.612645995159207, 1.14865384615385, 2.70077231831649, 4.85865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 765, '2022-03-27 00:00:00', 0.187905117900853, 0.342999999999999, 0.208511190746843, 0.4704, 0.367393635401232, 0.6648, 0.608981526813416, 1.1872, 2.68686834437417, 4.9714 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 780, '2022-03-27 00:00:00', 0.145080879300002, 0.307307692307691, 0.242514710101027, 0.455769230769232, 0.56080464170141, 0.684615384615383, 0.593400662414398, 1.18288461538461, 2.64483442116602, 4.86865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 795, '2022-03-27 00:00:00', 0.214937200130644, 0.315000000000001, 0.330680417414667, 0.441538461538462, 0.498853647414211, 0.599807692307691, 0.511579755418299, 1.16461538461538, 2.65237443696137, 4.83692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 810, '2022-03-27 00:00:00', 0.14563138398024, 0.252500000000002, 0.43269335384489, 0.416538461538461, 0.449756002226165, 0.537307692307692, 0.527643709917387, 1.18673076923077, 2.65201584430816, 4.82903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 825, '2022-03-27 00:00:00', 0.415723327004132, 0.336730769230768, 0.40938852150306, 0.405192307692307, 0.50425989178353, 0.56903846153846, 0.563836855836864, 1.23, 2.63235303483404, 4.8625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 840, '2022-03-27 00:00:00', 0.130028399264871, 0.240769230769231, 0.207394458794014, 0.357307692307692, 0.310191814106147, 0.515192307692308, 0.554429297705169, 1.21538461538462, 2.6225203746367, 4.87365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 855, '2022-03-27 00:00:00', 0.167906681958027, 0.245576923076924, 0.296727341821774, 0.351346153846155, 0.311030606952979, 0.514038461538462, 0.581110243744348, 1.21865384615385, 2.6000358577409, 4.87730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 870, '2022-03-27 00:00:00', 0.169418462348752, 0.243846153846155, 0.202573158674551, 0.35673076923077, 0.252971266230893, 0.512307692307694, 0.596414672470809, 1.24230769230769, 2.5986532976791, 4.87980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 885, '2022-03-27 00:00:00', 0.142336005499446, 0.258461538461539, 0.170684256405256, 0.353653846153847, 0.26405426307135, 0.540576923076924, 1.0115538124018, 1.86865384615385, 2.59977925098385, 4.87192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 900, '2022-03-27 00:00:00', 0.112075695574292, 0.235192307692307, 0.144837309260583, 0.325384615384615, 0.200803482194753, 0.500961538461539, 1.13800380221076, 1.95942307692308, 2.59100241961707, 4.85153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 915, '2022-03-27 00:00:00', 0.119634861140053, 0.242500000000001, 0.166583774258343, 0.376923076923077, 0.277571889510004, 0.541923076923077, 1.13165297752379, 2.02230769230769, 2.58625521526038, 4.84403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 930, '2022-03-27 00:00:00', 0.132069474723897, 0.287884615384616, 0.175784942909927, 0.387115384615385, 0.304435732765744, 0.558653846153847, 1.1478076259347, 2.09211538461539, 2.57366470979837, 4.85596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 945, '2022-03-27 00:00:00', 0.15418021423496, 0.248461538461538, 0.26790411602776, 0.371153846153846, 0.327443947052833, 0.636538461538461, 1.25501837252871, 2.16865384615385, 2.58759464338245, 4.84596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 960, '2022-03-27 00:00:00', 0.250536654772541, 0.266153846153844, 0.294654687075202, 0.374230769230767, 0.301484851003522, 0.698653846153844, 1.27332020566464, 2.19711538461538, 2.57846814989055, 4.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 975, '2022-03-27 00:00:00', 0.164476325160984, 0.272307692307691, 0.246606896777973, 0.525192307692308, 0.297538879166043, 0.715769230769231, 1.28575965274051, 2.23326923076923, 2.56687562252994, 4.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 990, '2022-03-27 00:00:00', 0.186959477304164, 0.404615384615386, 0.212398482538401, 0.553653846153846, 0.322184192421281, 0.749423076923078, 1.28213547826093, 2.21923076923077, 2.55278888970173, 4.83365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1005, '2022-03-27 00:00:00', 0.141031911282518, 0.329999999999999, 0.183565121540431, 0.448076923076923, 0.35098701488144, 0.67173076923077, 1.33512563511396, 2.21730769230769, 2.51681661720027, 4.85173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1020, '2022-03-27 00:00:00', 0.119277472242729, 0.308653846153846, 0.23423591001053, 0.482307692307692, 0.317173393490787, 0.649807692307693, 1.35474255289165, 2.24423076923077, 2.51802553906521, 4.84115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1035, '2022-03-27 00:00:00', 0.192373035052694, 0.365769230769231, 0.249471749595329, 0.491923076923079, 0.319533795010553, 0.670384615384616, 1.34245488392892, 2.25865384615385, 2.51632778835778, 4.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1050, '2022-03-27 00:00:00', 0.180886385931569, 0.331730769230771, 0.221644986408445, 0.442500000000002, 0.294295834937464, 0.620961538461539, 1.31814340587871, 2.23903846153846, 2.50775918976407, 4.78192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1065, '2022-03-27 00:00:00', 0.117031389609138, 0.267884615384616, 0.218142508113741, 0.416923076923077, 0.844213152085327, 1.38461538461538, 1.29365773918523, 2.24211538461538, 2.51438975621399, 4.74961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1080, '2022-03-27 00:00:00', 0.159011368727571, 0.271153846153845, 0.173416018246918, 0.373653846153846, 0.899994188015421, 1.47153846153846, 1.22361293528003, 2.20384615384615, 2.51567290279284, 4.71807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1095, '2022-03-27 00:00:00', 0.116613101256316, 0.236153846153845, 0.773626823176691, 1.26730769230769, 0.876732570399889, 1.54, 1.19669173782751, 2.20634615384615, 2.51962686492694, 4.70153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 600, '2022-03-27 00:00:00', 0.396192066864232, 0.741923076923077, 0.554774417079728, 0.975576923076923, 0.631362537569464, 1.23442307692308, 0.963689085673461, 1.94942307692308, 2.52283540119812, 4.6226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 615, '2022-03-27 00:00:00', 0.280428861128533, 0.577884615384615, 0.402620120632913, 0.779807692307693, 0.577702744963586, 1.06730769230769, 0.718896831156011, 1.72057692307692, 2.54384019968599, 4.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 630, '2022-03-27 00:00:00', 0.288816750526376, 0.501346153846155, 0.307057248483332, 0.651923076923078, 0.546149211789653, 0.974807692307693, 0.621771291120407, 1.59346153846154, 2.45354998694984, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 645, '2022-03-27 00:00:00', 0.163189955384703, 0.444807692307693, 0.353177935106587, 0.665576923076924, 0.378693960058269, 0.946346153846152, 0.576727938793168, 1.51134615384615, 2.4424688093434, 4.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 660, '2022-03-27 00:00:00', 0.242381136610535, 0.468846153846155, 0.311428779362768, 0.656730769230768, 0.330562923138464, 0.879615384615385, 0.507604782665231, 1.42384615384615, 2.44769056773617, 4.39365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 675, '2022-03-27 00:00:00', 0.234946884340989, 0.400961538461537, 0.233396740468966, 0.575961538461537, 0.33044916983729, 0.775576923076922, 0.455516781756214, 1.26153846153846, 2.472953022976, 4.30942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 690, '2022-03-27 00:00:00', 0.147152981621168, 0.38, 0.212566731603549, 0.501153846153847, 0.329496585718273, 0.73, 0.369502992597437, 1.2076923076923, 2.47307065437655, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 705, '2022-03-27 00:00:00', 0.214148402892804, 0.32346153846154, 0.252253535463522, 0.484615384615386, 0.363442091461836, 0.691923076923077, 0.32217291105148, 1.15576923076923, 2.51055492639805, 4.42596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 720, '2022-03-27 00:00:00', 0.190666039088084, 0.361538461538461, 0.245796663931795, 0.539999999999998, 0.251217343840256, 0.703076923076922, 0.312903278248186, 1.17230769230769, 2.51180135330434, 4.42403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 735, '2022-03-27 00:00:00', 0.164819715026869, 0.348461538461537, 0.200564587717159, 0.478076923076923, 0.222177770126675, 0.714807692307692, 0.316151679760497, 1.14673076923077, 2.53459461179768, 4.38038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 750, '2022-03-27 00:00:00', 0.153575338565099, 0.314230769230769, 0.211407462935004, 0.471346153846153, 0.254768748838266, 0.661346153846155, 0.371178994763774, 1.09538461538461, 2.54709533662291, 4.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 765, '2022-03-27 00:00:00', 0.162662581390481, 0.328653846153845, 0.171738620718094, 0.501923076923076, 0.259291045263514, 0.659615384615384, 0.328371037793436, 1.11846153846154, 2.53752445232629, 4.33211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 780, '2022-03-27 00:00:00', 0.129407674246338, 0.307115384615385, 0.1472679400068, 0.410384615384616, 0.205000938084157, 0.569230769230769, 0.375014666379864, 1.135, 2.54214788803, 4.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 795, '2022-03-27 00:00:00', 0.111572846158912, 0.2875, 0.224124621926834, 0.425384615384615, 0.234711607002164, 0.533461538461538, 0.457346527431712, 1.15961538461538, 2.54819924350813, 4.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 810, '2022-03-27 00:00:00', 0.21109686074261, 0.311730769230769, 0.242739493157709, 0.427307692307691, 0.245275669087161, 0.541923076923077, 0.494018373996508, 1.20807692307692, 2.54778885280188, 4.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 825, '2022-03-27 00:00:00', 0.171362526196993, 0.301346153846153, 0.184757637502173, 0.389230769230769, 0.223499784890621, 0.531923076923075, 0.500398302893267, 1.21230769230769, 2.54621918809951, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 840, '2022-03-27 00:00:00', 0.133476013402583, 0.244615384615384, 0.197485345123283, 0.377692307692307, 0.227318143713911, 0.50653846153846, 0.503352300542611, 1.21653846153846, 2.54525821570531, 4.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 855, '2022-03-27 00:00:00', 0.142931398283878, 0.280769230769231, 0.172075564796398, 0.394999999999999, 0.180999043771377, 0.505576923076922, 0.477989056842873, 1.21346153846154, 2.53934223009394, 4.3301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 870, '2022-03-27 00:00:00', 0.112862066939455, 0.259615384615384, 0.135107934060712, 0.333076923076923, 0.202300233849059, 0.484230769230768, 0.459062757566562, 1.17615384615384, 2.5464038367863, 4.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 885, '2022-03-27 00:00:00', 0.132598874574641, 0.232307692307691, 0.145387016667185, 0.33576923076923, 0.252318556285807, 0.520576923076922, 1.24631518423773, 1.90153846153846, 2.52373371903919, 4.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 900, '2022-03-27 00:00:00', 0.119140027504804, 0.247884615384616, 0.212970294064326, 0.362115384615383, 0.244966638230908, 0.580576923076921, 1.78989717152002, 2.13673076923077, 2.52301923069594, 4.35096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 915, '2022-03-27 00:00:00', 0.194755073005913, 0.268461538461537, 0.248043420516526, 0.411538461538461, 0.285687564684542, 0.635769230769229, 1.82163535994869, 2.21423076923077, 2.52045533889903, 4.35365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 930, '2022-03-27 00:00:00', 0.161523634850707, 0.283269230769231, 0.195175660525428, 0.421538461538461, 0.270053627152943, 0.639807692307691, 1.81325297356818, 2.28211538461538, 2.49780934790098, 4.37153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 945, '2022-03-27 00:00:00', 0.156186279314649, 0.301923076923076, 0.248208349205631, 0.470769230769229, 0.27376238995495, 0.695384615384614, 1.78737310469432, 2.34115384615385, 2.49535358986688, 4.35346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 960, '2022-03-27 00:00:00', 0.163016752324605, 0.302692307692307, 0.194899678335764, 0.418269230769229, 0.369445582544357, 0.79403846153846, 1.78611160173326, 2.38442307692308, 2.4922315378916, 4.34903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 975, '2022-03-27 00:00:00', 0.111291716465539, 0.275384615384614, 0.214193747664263, 0.524807692307691, 0.35104223940454, 0.779423076923075, 1.79167421703835, 2.3925, 2.4426862577593, 4.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 990, '2022-03-27 00:00:00', 0.133770756836522, 0.391153846153845, 0.230525570081801, 0.59403846153846, 0.314989438162372, 0.772115384615384, 1.78604940064335, 2.34730769230769, 2.39031011827722, 4.27730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1005, '2022-03-27 00:00:00', 0.184264442080898, 0.409230769230769, 0.208656508313396, 0.528461538461537, 0.302880529886978, 0.711153846153845, 1.78696968464665, 2.31442307692308, 2.37855111036433, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1020, '2022-03-27 00:00:00', 0.186248902939465, 0.369423076923077, 0.265900574246496, 0.498653846153846, 0.27717704700176, 0.656346153846154, 1.76962838341405, 2.30384615384615, 2.36790582583007, 4.27 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1035, '2022-03-27 00:00:00', 0.153742041695223, 0.318846153846153, 0.206841448011235, 0.449230769230768, 0.232743503586112, 0.548461538461537, 1.7690723449137, 2.26980769230769, 2.32721864365698, 4.23615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1050, '2022-03-27 00:00:00', 0.134021812231614, 0.299615384615386, 0.166382437127886, 0.401346153846154, 0.241367657638396, 0.487115384615385, 1.75978849253583, 2.26846153846154, 2.31474282505721, 4.24211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1065, '2022-03-27 00:00:00', 0.107841764422908, 0.284615384615383, 0.156314279085929, 0.363076923076922, 1.27528116055305, 1.37096153846154, 1.75159342841355, 2.28153846153846, 2.31070732594023, 4.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1080, '2022-03-27 00:00:00', 0.149838374462412, 0.236538461538462, 0.193784575078774, 0.332692307692309, 1.79722726613911, 1.64461538461538, 1.7649645888799, 2.34, 2.30468957529242, 4.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1095, '2022-03-27 00:00:00', 0.135648300905178, 0.212307692307693, 1.22042957443428, 1.28788461538461, 1.75277094909746, 1.695, 1.72692982352631, 2.30115384615385, 2.28669159738222, 4.23230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 600, '2022-03-27 00:00:00', 0.323696438990893, 0.734230769230767, 0.706976552761013, 1.06461538461538, 0.728795951183552, 1.26653846153846, 0.975152788817456, 1.89019230769231, 1.95167939517188, 3.96730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 615, '2022-03-27 00:00:00', 0.606491581525694, 0.64903846153846, 0.630682200844084, 0.834038461538461, 0.686008662201422, 1.11326923076923, 0.980968928387408, 1.82903846153846, 1.89045180802409, 3.94596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 630, '2022-03-27 00:00:00', 0.342549098109138, 0.531730769230771, 0.466131254212637, 0.722115384615384, 0.536138938651597, 1.00980769230769, 0.807033051463102, 1.66711538461538, 1.74060680179687, 3.82596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 645, '2022-03-27 00:00:00', 0.187347168482637, 0.454807692307689, 0.342932152966824, 0.682692307692307, 0.45211264763756, 0.930384615384614, 0.625038091146943, 1.54115384615384, 1.67859002187504, 3.73730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 660, '2022-03-27 00:00:00', 0.326288451904374, 0.526923076923078, 0.375343996068427, 0.686346153846155, 0.400746850844193, 0.879038461538463, 0.645661020850843, 1.54307692307692, 1.69483392651361, 3.75596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 675, '2022-03-27 00:00:00', 0.191039665635579, 0.416923076923078, 0.258910141822333, 0.582307692307693, 0.400337549882788, 0.813076923076924, 0.613544713435472, 1.49134615384615, 1.60940047365949, 3.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 690, '2022-03-27 00:00:00', 0.208521904401874, 0.38576923076923, 0.259433109802003, 0.511538461538461, 0.435527796516436, 0.792692307692307, 0.675896555580921, 1.47692307692308, 1.59091183336427, 3.75269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 705, '2022-03-27 00:00:00', 0.142226390497144, 0.342115384615384, 0.312509199864581, 0.55, 0.395228463627734, 0.76653846153846, 0.639450124355654, 1.42730769230769, 1.61552268274436, 3.84653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 720, '2022-03-27 00:00:00', 0.202188031297601, 0.375000000000001, 0.242684030091679, 0.516538461538461, 0.316681167009441, 0.699807692307691, 0.652953320277596, 1.36096153846154, 1.61868376015348, 3.86865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 735, '2022-03-27 00:00:00', 0.17445486522307, 0.337499999999999, 0.23972067078164, 0.464999999999999, 0.33311957889946, 0.655576923076923, 0.632213936526601, 1.32769230769231, 1.61434975001844, 3.87865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 750, '2022-03-27 00:00:00', 0.190620948885074, 0.337115384615385, 0.301329617630824, 0.481538461538461, 0.544199765357709, 0.72423076923077, 0.612871206196388, 1.32134615384615, 1.6382692203852, 3.93403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 765, '2022-03-27 00:00:00', 0.208256221626518, 0.310576923076924, 0.271440601237177, 0.460000000000002, 0.528626849633885, 0.707884615384617, 0.56154060062817, 1.33961538461539, 1.65526308622387, 3.95326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 780, '2022-03-27 00:00:00', 0.19629216842405, 0.313846153846155, 0.476438913672612, 0.550961538461539, 0.482169615863068, 0.713461538461538, 0.536298998120093, 1.41615384615385, 1.66277580708145, 3.94076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 795, '2022-03-27 00:00:00', 0.395208221652256, 0.371538461538461, 0.396777790941751, 0.483846153846153, 0.461582437007569, 0.712884615384614, 0.496986805272922, 1.40326923076923, 1.69741790330535, 3.95346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 810, '2022-03-27 00:00:00', 0.170636928999738, 0.269807692307693, 0.274833376094288, 0.43076923076923, 0.305579210428579, 0.569423076923076, 0.493152496308581, 1.35923076923077, 1.70425076025981, 3.94442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 825, '2022-03-27 00:00:00', 0.206712453571473, 0.30903846153846, 0.256046945815682, 0.43403846153846, 0.299693433104821, 0.561923076923076, 0.483090531410482, 1.38269230769231, 1.7181129630633, 3.95807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 840, '2022-03-27 00:00:00', 0.141008455829374, 0.304230769230769, 0.184744313954344, 0.382307692307691, 0.341007838845159, 0.587115384615384, 0.462158689030245, 1.36557692307692, 1.74207926164287, 3.95692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 855, '2022-03-27 00:00:00', 0.131607955102092, 0.234423076923077, 0.181141784671142, 0.367115384615385, 0.310799032272526, 0.590961538461538, 0.456158541939768, 1.35115384615385, 1.75351721274261, 3.95384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 870, '2022-03-27 00:00:00', 0.138313050721905, 0.2875, 0.303384244811756, 0.434999999999999, 0.361932260980508, 0.639807692307691, 0.466151221749403, 1.37019230769231, 1.76045821176892, 3.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 885, '2022-03-27 00:00:00', 0.228917855606294, 0.30076923076923, 0.22384472640306, 0.432307692307692, 0.327887410319692, 0.668076923076922, 1.23486799356792, 1.84980769230769, 1.82778596626124, 3.93153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 900, '2022-03-27 00:00:00', 0.113634776009988, 0.292916666666666, 0.237498188398888, 0.419791666666666, 0.251475987126901, 0.631458333333332, 1.41118498810474, 2.046875, 1.81751696959963, 3.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 915, '2022-03-27 00:00:00', 0.202914899703643, 0.30375, 0.220458904613056, 0.473958333333333, 0.256581484076725, 0.653333333333333, 1.4257919074696, 2.13104166666666, 1.84139940434017, 4.031875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 930, '2022-03-27 00:00:00', 0.137743197312233, 0.364166666666668, 0.162356820980334, 0.474791666666667, 0.301248308672864, 0.676250000000001, 1.42631499204129, 2.13375, 1.8474102393327, 4.034375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 945, '2022-03-27 00:00:00', 0.121976476705818, 0.297500000000001, 0.233586463369702, 0.438125, 0.294525840996155, 0.757916666666667, 1.38934061554915, 2.20604166666667, 1.81034045510942, 4.02270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 960, '2022-03-27 00:00:00', 0.226202002675689, 0.331041666666667, 0.270402193065243, 0.486041666666667, 0.349056115977717, 0.893541666666666, 1.33701260928658, 2.27125, 1.78504064623068, 4.02125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 975, '2022-03-27 00:00:00', 0.174606700902343, 0.30125, 0.24932072572364, 0.577708333333333, 0.283583116665945, 0.890416666666667, 1.29785769691799, 2.25208333333333, 1.76661117290475, 3.97541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 990, '2022-03-27 00:00:00', 0.209460573579034, 0.475416666666666, 0.260161599724123, 0.709166666666667, 0.238249579892266, 0.844583333333333, 1.29761820201029, 2.25729166666667, 1.77951628696669, 3.94895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1005, '2022-03-27 00:00:00', 0.253372541778971, 0.417916666666666, 0.269523784947031, 0.576874999999999, 0.262421831011265, 0.747499999999999, 1.28131951914615, 2.30416666666667, 1.75761325320051, 3.9325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1020, '2022-03-27 00:00:00', 0.212346705150811, 0.407916666666666, 0.21909522448311, 0.543749999999999, 0.219973647960616, 0.729166666666666, 1.27357927380539, 2.30291666666667, 1.76330335530393, 3.926875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1035, '2022-03-27 00:00:00', 0.117851386395588, 0.344583333333332, 0.189110714447492, 0.517916666666666, 0.231480349433624, 0.691249999999999, 1.25777120566385, 2.33083333333333, 1.76522629363876, 3.91729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1050, '2022-03-27 00:00:00', 0.153750220925963, 0.380000000000001, 0.19953648734657, 0.518125, 0.241836178680609, 0.666041666666667, 1.26427214553316, 2.33083333333333, 1.75414245740463, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1065, '2022-03-27 00:00:00', 0.115626052678325, 0.317916666666666, 0.164975706380218, 0.436875, 1.14792706602512, 1.476875, 1.266994832585, 2.29958333333333, 1.75835262112507, 3.886875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1080, '2022-03-27 00:00:00', 0.123701223735351, 0.282916666666665, 0.174617464928257, 0.396041666666666, 1.3042613928186, 1.61104166666667, 1.27380106673244, 2.288125, 1.73836253484025, 3.88395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1095, '2022-03-27 00:00:00', 0.114261966994486, 0.229166666666668, 1.18323149694484, 1.37708333333333, 1.31769534206233, 1.69666666666667, 1.27647866445041, 2.27895833333333, 1.72132779680628, 3.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 600, '2022-03-27 00:00:00', 0.590973913693884, 0.8178, 0.744307564115802, 1.103, 0.773326149391919, 1.276, 0.888483398831964, 1.9306, 1.46572882894484, 3.9212 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 615, '2022-03-27 00:00:00', 0.304005482406705, 0.6438, 0.336641129394494, 0.812799999999999, 0.432517148022287, 1.0474, 0.697662286974625, 1.6842, 1.42701138748084, 3.8636 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 630, '2022-03-27 00:00:00', 0.234038280344618, 0.490199999999999, 0.265110040046266, 0.639, 0.534447378139326, 0.969400000000001, 0.678103175532062, 1.5948, 1.39259942792846, 3.8246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 645, '2022-03-27 00:00:00', 0.208760628471942, 0.4532, 0.415459885749114, 0.6894, 0.519892456828012, 0.9244, 0.691151997272188, 1.5234, 1.3501740011322, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 660, '2022-03-27 00:00:00', 0.247555885946318, 0.4412, 0.358362828243481, 0.604800000000001, 0.476819148105443, 0.857599999999998, 0.696054236392539, 1.4804, 1.34478700296119, 3.802 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 675, '2022-03-27 00:00:00', 0.226989720765795, 0.405800000000002, 0.398130736484053, 0.616799999999999, 0.438447260226361, 0.878799999999999, 0.658776454244282, 1.4302, 1.31765441852812, 3.7906 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 690, '2022-03-27 00:00:00', 0.227801997357355, 0.410999999999998, 0.259569033849059, 0.546399999999999, 0.337217536119739, 0.8186, 0.688571770648009, 1.4246, 1.30260245918187, 3.7926 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 705, '2022-03-27 00:00:00', 0.191833912538946, 0.3576, 0.279803949221594, 0.609399999999999, 0.299129570587731, 0.834199999999999, 0.667801866823787, 1.3602, 1.54135486937088, 3.9946 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 720, '2022-03-27 00:00:00', 0.191279028298103, 0.447199999999999, 0.227747118532815, 0.557, 0.279277639634825, 0.7822, 0.615894133218798, 1.3088, 1.68779195005388, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 735, '2022-03-27 00:00:00', 0.131271982286144, 0.3136, 0.207537546803785, 0.489799999999999, 0.299214248769451, 0.641, 0.61710682489609, 1.251, 1.67723669071084, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 750, '2022-03-27 00:00:00', 0.202302784624105, 0.374199999999999, 0.247497138030591, 0.5056, 0.31431035617682, 0.649199999999999, 0.619054857558413, 1.2318, 1.68438336887222, 4.0734 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 765, '2022-03-27 00:00:00', 0.138759384067049, 0.293999999999998, 0.176337035247845, 0.410199999999999, 0.24659345760448, 0.540999999999998, 0.611852855404522, 1.1908, 1.77220731010793, 4.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 780, '2022-03-27 00:00:00', 0.123710683990241, 0.302200000000001, 0.185126533304476, 0.4302, 0.32662822903111, 0.5762, 0.63012022662346, 1.2566, 1.79388080243179, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 795, '2022-03-27 00:00:00', 0.167715781408111, 0.298400000000001, 0.171227918284373, 0.3776, 0.39152607405723, 0.625200000000001, 0.622471083665741, 1.3016, 1.81136037735915, 4.2308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 810, '2022-03-27 00:00:00', 0.109746678005911, 0.246199999999999, 0.28877427747868, 0.410199999999999, 0.491457695703981, 0.6016, 0.623239386859764, 1.3326, 1.81046913809653, 4.2488 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 825, '2022-03-27 00:00:00', 0.222682135191248, 0.305399999999998, 0.304065919388105, 0.4254, 0.511013127685255, 0.643600000000001, 0.606809072114121, 1.3262, 1.90479657706538, 4.278 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 840, '2022-03-27 00:00:00', 0.131906848444904, 0.251600000000001, 0.255321366125125, 0.368400000000001, 0.454182140409183, 0.5972, 0.615843459546879, 1.2994, 1.91711104268897, 4.3128 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 855, '2022-03-27 00:00:00', 0.149079676683309, 0.271800000000001, 0.341542213105985, 0.436400000000002, 0.415136222622568, 0.6138, 0.628495027824406, 1.3068, 1.93246157788454, 4.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 870, '2022-03-27 00:00:00', 0.252437781113156, 0.290400000000001, 0.329693670953307, 0.434999999999999, 0.39335384833506, 0.622799999999999, 0.651908927688524, 1.2946, 1.92825065365821, 4.3238 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 885, '2022-03-27 00:00:00', 0.170539096201819, 0.297399999999999, 0.238017506358952, 0.402600000000001, 0.394321674947413, 0.620000000000001, 0.991949553488819, 1.7658, 1.91588963234664, 4.3532 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 900, '2022-03-27 00:00:00', 0.166345523935372, 0.254000000000002, 0.326387678484754, 0.4332, 0.351280158847608, 0.5954, 1.00219376037438, 1.7494, 1.91509773466874, 4.3392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 915, '2022-03-27 00:00:00', 0.221237052351846, 0.315999999999999, 0.257459543747492, 0.424999999999999, 0.275045450789502, 0.583, 0.967374539669098, 1.8052, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 930, '2022-03-27 00:00:00', 0.186911966800774, 0.2894, 0.222502247179665, 0.4152, 0.270723875317022, 0.5818, 0.951210719732139, 1.8482, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 945, '2022-03-27 00:00:00', 0.172013323127406, 0.293600000000001, 0.21601928926217, 0.4368, 0.256412265697255, 0.6058, 0.942987274569492, 1.853, 1.90599739856416, 4.3736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 960, '2022-03-27 00:00:00', 0.177392690567191, 0.3216, 0.205785689492734, 0.4346, 0.290398433191366, 0.643, 0.887484366059483, 1.8858, 1.9110335990418, 4.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 975, '2022-03-27 00:00:00', 0.133674978960164, 0.2924, 0.187758044656769, 0.4398, 0.400494486021135, 0.706, 0.86653644855059, 1.891, 1.91078190801567, 4.352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 990, '2022-03-27 00:00:00', 0.177335604622046, 0.367999999999999, 0.256946330323409, 0.551199999999999, 0.451916474583523, 0.794199999999999, 0.845619447505792, 1.9192, 1.91620843072981, 4.3462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1005, '2022-03-27 00:00:00', 0.175883010360107, 0.3466, 0.300445225179787, 0.5194, 0.427711740934632, 0.7446, 0.841830941064377, 1.9222, 1.93555853265494, 4.3258 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1020, '2022-03-27 00:00:00', 0.22377909494261, 0.364, 0.279344470740578, 0.545, 0.402528466902239, 0.729, 0.840105499327318, 1.9178, 1.9396662728418, 4.3136 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1035, '2022-03-27 00:00:00', 0.204903432539982, 0.387, 0.310966638081965, 0.5124, 0.357789742726087, 0.6298, 0.848302226017749, 1.92, 1.94435128427624, 4.2904 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1050, '2022-03-27 00:00:00', 0.146059348668045, 0.288, 0.187950126363352, 0.427600000000001, 0.249403454934636, 0.529000000000001, 0.819799264047811, 1.89, 1.94614741219672, 4.2928 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1065, '2022-03-27 00:00:00', 0.139674621889591, 0.3206, 0.15574765915844, 0.373600000000001, 0.790470745821754, 1.2724, 0.842329507971791, 1.9024, 1.94512827340512, 4.3014 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1080, '2022-03-27 00:00:00', 0.096524176591499, 0.2226, 0.131648205456815, 0.331, 0.851442256801168, 1.3232, 0.824909186921, 1.8728, 1.93458141467347, 4.2964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-03-27 18:14:44 Duration: 1s443ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 600, '2022-03-27 00:00:00', 0.159080652017, 0.369423076923077, 0.249049886877803, 0.500384615384615, 0.368000052257521, 0.714038461538461, 0.442795188372857, 1.01617307692308, 1.08559060494206, 2.21480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 615, '2022-03-27 00:00:00', 0.131108880178037, 0.296538461538461, 0.248975825208919, 0.459807692307692, 0.28780896441911, 0.584999999999999, 0.351635861149221, 0.907326923076923, 1.04280074060934, 2.18076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 630, '2022-03-27 00:00:00', 0.217684404586089, 0.3375, 0.258308700231689, 0.45076923076923, 0.267605981880939, 0.519807692307692, 0.321359674484238, 0.843096153846154, 1.0089807499879, 2.16807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 645, '2022-03-27 00:00:00', 0.149182387081668, 0.265769230769231, 0.170974132096507, 0.331923076923076, 0.155923181283408, 0.399038461538462, 0.297118873516981, 0.75175, 0.874471642676967, 2.09557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 660, '2022-03-27 00:00:00', 0.111303465976859, 0.222307692307692, 0.126125090531338, 0.293461538461538, 0.147250310173371, 0.369423076923077, 0.299233704009733, 0.760019230769231, 0.875918441057508, 2.08865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 675, '2022-03-27 00:00:00', 0.0806588256413768, 0.185384615384615, 0.0969141174125125, 0.262884615384615, 0.185509796548281, 0.43326923076923, 0.323850550171146, 0.754826923076922, 0.877162843402611, 2.08557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 690, '2022-03-27 00:00:00', 0.0800259573273191, 0.186923076923076, 0.119283921155174, 0.274423076923076, 0.169958365942504, 0.434615384615384, 0.30315468569946, 0.738288461538461, 0.878194936306197, 2.08288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 705, '2022-03-27 00:00:00', 0.0699167086885976, 0.172884615384615, 0.118157163915758, 0.308653846153846, 0.139260685268809, 0.378461538461538, 0.261409688037762, 0.69425, 1.02615295381117, 2.29326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 720, '2022-03-27 00:00:00', 0.0913210734799937, 0.208461538461538, 0.101446461817968, 0.274230769230769, 0.159064216591915, 0.374249999999999, 0.259377260879858, 0.658288461538462, 1.01875710474162, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 735, '2022-03-27 00:00:00', 0.0780899382861725, 0.170961538461538, 0.0862244387987167, 0.220576923076923, 0.149053817074958, 0.358096153846153, 0.239549083616569, 0.635788461538462, 1.02056969384751, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 750, '2022-03-27 00:00:00', 0.0791172450325366, 0.156538461538462, 0.124882383126623, 0.25251923076923, 0.153969059079564, 0.346365384615384, 0.235187539734046, 0.643673076923078, 1.0140762564256, 2.35557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 765, '2022-03-27 00:00:00', 0.0940827479484864, 0.170211538461537, 0.105611379413103, 0.238288461538462, 0.150095898831893, 0.336173076923077, 0.246211217172447, 0.643288461538462, 1.00876931875506, 2.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 780, '2022-03-27 00:00:00', 0.0747498392074424, 0.163461538461538, 0.0914851816500265, 0.22153846153846, 0.123395081562621, 0.292884615384615, 0.268232390632852, 0.653846153846154, 1.0067117263646, 2.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 795, '2022-03-27 00:00:00', 0.0711012279456856, 0.150769230769231, 0.0977258724895613, 0.222884615384616, 0.12312532702026, 0.285384615384615, 0.311580400785809, 0.672115384615385, 1.00567856923342, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 810, '2022-03-27 00:00:00', 0.0672206470112818, 0.133846153846154, 0.07744377613171, 0.173461538461538, 0.107555352475615, 0.251923076923078, 0.305394637502665, 0.668269230769231, 1.00053618317688, 2.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 825, '2022-03-27 00:00:00', 0.0485386443980457, 0.109999999999999, 0.0637024332345317, 0.174999999999999, 0.118577627932733, 0.270576923076922, 0.303900287290724, 0.675769230769231, 0.998234133164852, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 840, '2022-03-27 00:00:00', 0.0681164161846921, 0.134615384615384, 0.0958333890746771, 0.189038461538462, 0.155758195240621, 0.283846153846154, 0.320668112636007, 0.699038461538461, 0.990036285271326, 2.35538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 855, '2022-03-27 00:00:00', 0.0681212154912105, 0.1125, 0.0929534623015518, 0.182115384615384, 0.186515002490004, 0.270384615384615, 0.344650770848049, 0.721923076923076, 0.984288907712646, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 870, '2022-03-27 00:00:00', 0.0864987772256837, 0.135961538461538, 0.131274960996434, 0.198653846153846, 0.169706987300057, 0.277307692307692, 0.326046952730148, 0.733846153846153, 0.958146387562986, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 885, '2022-03-27 00:00:00', 0.0804432432502288, 0.138653846153845, 0.124967842017304, 0.190192307692307, 0.130227168381316, 0.281346153846154, 0.424344018637999, 0.935384615384615, 0.943725779108448, 2.34711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 900, '2022-03-27 00:00:00', 0.0701043178742614, 0.118846153846153, 0.0699903839548972, 0.175576923076924, 0.113855002254892, 0.280192307692308, 0.425288544583375, 1.02288461538462, 0.923542927243525, 2.35153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 915, '2022-03-27 00:00:00', 0.046026748076108, 0.122307692307693, 0.0811487238631348, 0.193653846153847, 0.17595158862159, 0.314807692307692, 0.404353044523452, 1.08576923076923, 0.905241935362289, 2.34980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 930, '2022-03-27 00:00:00', 0.07017039700176, 0.15673076923077, 0.100742818029948, 0.226346153846154, 0.191397391670998, 0.350192307692308, 0.402108146570623, 1.10480769230769, 0.882406434351323, 2.34134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 945, '2022-03-27 00:00:00', 0.0735958297313519, 0.137884615384615, 0.171908293978102, 0.237692307692307, 0.210734703797488, 0.378653846153846, 0.411914853038642, 1.10038461538462, 0.861032028350952, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 960, '2022-03-27 00:00:00', 0.147626347450374, 0.178461538461539, 0.157621747816142, 0.251153846153847, 0.198801118244804, 0.408269230769231, 0.392266638123376, 1.11365384615385, 0.850735790134273, 2.32576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 975, '2022-03-27 00:00:00', 0.0682461607824082, 0.163461538461538, 0.0919673855233465, 0.269999999999999, 0.179258300955739, 0.403461538461538, 0.385136139765988, 1.10461538461538, 0.817852347027544, 2.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 990, '2022-03-27 00:00:00', 0.0688769806360476, 0.190961538461538, 0.110241169191076, 0.286346153846153, 0.149067486007564, 0.373653846153845, 0.369555866495904, 1.08653846153846, 0.783814072341139, 2.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1005, '2022-03-27 00:00:00', 0.0974071550049272, 0.201923076923077, 0.116590671219376, 0.280769230769231, 0.15216147799169, 0.373653846153847, 0.374171957589227, 1.08442307692308, 0.769347800712746, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1020, '2022-03-27 00:00:00', 0.0820405622003766, 0.190576923076923, 0.106405610031398, 0.261923076923077, 0.220046585976698, 0.3825, 0.376108873353694, 1.06173076923077, 0.740590616696203, 2.30269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1035, '2022-03-27 00:00:00', 0.0811446950728247, 0.187307692307692, 0.111830228471555, 0.27, 0.234176544184411, 0.384423076923077, 0.356650227275105, 1.05423076923077, 0.723818427082798, 2.29865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1050, '2022-03-27 00:00:00', 0.0833878795841365, 0.186538461538462, 0.173886014831114, 0.277115384615384, 0.205426479455639, 0.375961538461539, 0.334314741155466, 1.04711538461538, 0.730099677072616, 2.29653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1065, '2022-03-27 00:00:00', 0.151662580953703, 0.186538461538462, 0.186583452147784, 0.264230769230769, 0.319333741501799, 0.650961538461539, 0.314115363423156, 1.02730769230769, 0.72026589641497, 2.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1080, '2022-03-27 00:00:00', 0.0699582292954421, 0.153076923076922, 0.0804372665258691, 0.208076923076923, 0.318066998263912, 0.698846153846154, 0.305592803479502, 1.01480769230769, 0.709180160466999, 2.2725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1095, '2022-03-27 00:00:00', 0.0597665329556477, 0.139038461538461, 0.261697417758636, 0.551538461538461, 0.33304053807307, 0.745, 0.298998906609784, 1.01211538461538, 0.724542295840304, 2.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 600, '2022-03-27 00:00:00', 0.145461731684369, 0.333653846153846, 0.240112153282266, 0.485384615384616, 0.292493523925679, 0.622692307692308, 0.339799997736225, 0.915961538461539, 0.745574533239558, 2.24076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 615, '2022-03-27 00:00:00', 0.160925807080828, 0.326346153846154, 0.204395544133278, 0.438461538461539, 0.212527373802494, 0.523269230769231, 0.344250858889494, 0.839423076923077, 0.779958677406399, 2.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 630, '2022-03-27 00:00:00', 0.108039344685165, 0.262500000000001, 0.135816618446175, 0.343076923076924, 0.185366165695402, 0.483846153846154, 0.281843996674647, 0.809038461538462, 0.811178748204403, 2.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 645, '2022-03-27 00:00:00', 0.0910046490781991, 0.239615384615385, 0.136833981384518, 0.333461538461539, 0.154875259979915, 0.457884615384616, 0.226240936920048, 0.760192307692308, 0.832802428319818, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 660, '2022-03-27 00:00:00', 0.0848410278108424, 0.225, 0.10614793740523, 0.32076923076923, 0.162774501877715, 0.446538461538461, 0.221117528790598, 0.739807692307692, 0.866274783195264, 2.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 675, '2022-03-27 00:00:00', 0.114123414977619, 0.218076923076923, 0.127320461827627, 0.297500000000001, 0.210490270193549, 0.426923076923077, 0.228470920553276, 0.705192307692308, 0.886217892984651, 2.20692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 690, '2022-03-27 00:00:00', 0.0949177781839871, 0.18923076923077, 0.152723606557728, 0.2875, 0.204330896793938, 0.373653846153846, 0.233597615899319, 0.674615384615384, 0.894846291055277, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 705, '2022-03-27 00:00:00', 0.10219607850372, 0.18596153846154, 0.164895887899467, 0.250576923076924, 0.167624236360332, 0.33673076923077, 0.214374313185713, 0.642884615384616, 1.00913925622856, 2.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 720, '2022-03-27 00:00:00', 0.121202944874098, 0.173076923076922, 0.113749556212151, 0.235192307692307, 0.138225707282856, 0.342884615384615, 0.187049561511216, 0.636538461538461, 1.00725338649984, 2.23423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 735, '2022-03-27 00:00:00', 0.0524789335022968, 0.135961538461539, 0.0913025401955165, 0.203076923076924, 0.145804531954468, 0.325192307692308, 0.217406390112016, 0.623461538461539, 0.994645433539781, 2.28153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 750, '2022-03-27 00:00:00', 0.082440654646004, 0.147307692307694, 0.10484585755362, 0.230576923076924, 0.156070127235754, 0.33173076923077, 0.235876108288945, 0.60846153846154, 0.996574614135069, 2.31519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 765, '2022-03-27 00:00:00', 0.0761617711494122, 0.156153846153846, 0.109053444907319, 0.234423076923077, 0.127363199611915, 0.309230769230769, 0.243554211308598, 0.619423076923077, 0.987056541128529, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 780, '2022-03-27 00:00:00', 0.0668871035057175, 0.15173076923077, 0.0706823881882884, 0.210000000000001, 0.0988536213880829, 0.289038461538462, 0.192033751039918, 0.614807692307693, 0.976316310660402, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 795, '2022-03-27 00:00:00', 0.0474799552847944, 0.127115384615385, 0.0618375663766335, 0.17173076923077, 0.109615411605934, 0.278461538461539, 0.184541427494041, 0.643461538461539, 0.961023432836858, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 810, '2022-03-27 00:00:00', 0.0441139259365846, 0.114038461538462, 0.065983680966176, 0.185384615384616, 0.123164680251842, 0.291538461538462, 0.191702594180111, 0.673269230769231, 0.96312903520844, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 825, '2022-03-27 00:00:00', 0.0525503421638572, 0.146538461538462, 0.0893618400747124, 0.218461538461539, 0.123830063455466, 0.29173076923077, 0.195403428833785, 0.6825, 0.964786963332002, 2.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 840, '2022-03-27 00:00:00', 0.0904799170236996, 0.141153846153846, 0.122599410213164, 0.203846153846154, 0.0904214491231956, 0.284038461538461, 0.231704470259988, 0.704807692307692, 0.965131657021267, 2.33634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 855, '2022-03-27 00:00:00', 0.0763838988269129, 0.1375, 0.0760161926069802, 0.197692307692308, 0.0909092954543148, 0.272500000000001, 0.229823761909993, 0.720192307692306, 0.966688956418526, 2.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 870, '2022-03-27 00:00:00', 0.0541436834869808, 0.131538461538462, 0.0588050887384615, 0.185961538461538, 0.106590517690545, 0.283461538461539, 0.227312475545143, 0.735192307692306, 0.972744649867659, 2.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 885, '2022-03-27 00:00:00', 0.056929443510906, 0.125192307692308, 0.0894652919379263, 0.179038461538462, 0.107831064455184, 0.278461538461539, 0.522279508132748, 1.00326923076923, 0.991794895825047, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 900, '2022-03-27 00:00:00', 0.058326666285671, 0.115, 0.0961241184815035, 0.205384615384616, 0.103837150606871, 0.281923076923077, 0.598670321501036, 1.07807692307692, 0.997101491632314, 2.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 915, '2022-03-27 00:00:00', 0.0762586691162678, 0.150769230769231, 0.0747830194629764, 0.2025, 0.153376986539701, 0.3275, 0.640929373284187, 1.13269230769231, 1.00302734068112, 2.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 930, '2022-03-27 00:00:00', 0.0538877037494144, 0.138269230769231, 0.0790939071853599, 0.209615384615385, 0.144097189424361, 0.32, 0.676289793369221, 1.14326923076923, 1.00238632580151, 2.35711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 945, '2022-03-27 00:00:00', 0.0653914249847683, 0.139038461538462, 0.125995879053489, 0.229807692307693, 0.195301049664357, 0.3775, 0.664385314523015, 1.16961538461538, 0.99618690322341, 2.36288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 960, '2022-03-27 00:00:00', 0.0884344607387511, 0.155576923076923, 0.120583357698507, 0.207115384615385, 0.181840272259433, 0.40173076923077, 0.650057423498997, 1.18942307692308, 1.00457047844034, 2.36038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 975, '2022-03-27 00:00:00', 0.0650881059676925, 0.132307692307692, 0.167039032748452, 0.284038461538461, 0.176878598087893, 0.429038461538461, 0.641321382291761, 1.20134615384615, 1.00667726475997, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 990, '2022-03-27 00:00:00', 0.124728165963488, 0.228653846153846, 0.145528876330967, 0.299423076923077, 0.16441457917762, 0.433076923076923, 0.63337520779247, 1.21307692307692, 1.02899928982558, 2.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1005, '2022-03-27 00:00:00', 0.0939248881574233, 0.193269230769231, 0.136126779143561, 0.297499999999999, 0.157886522053511, 0.396923076923077, 0.642093930344008, 1.20115384615385, 1.03228776921048, 2.38096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1020, '2022-03-27 00:00:00', 0.0907413907762059, 0.2, 0.131042565016693, 0.291923076923077, 0.178460079569634, 0.389999999999999, 0.607954483367098, 1.19057692307692, 1.01789052229826, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1035, '2022-03-27 00:00:00', 0.0968108782825885, 0.197884615384616, 0.116588856836584, 0.260192307692308, 0.169200950170091, 0.384807692307691, 0.577703943342822, 1.16538461538461, 1.0228458038539, 2.39153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1050, '2022-03-27 00:00:00', 0.0662756481557254, 0.157307692307692, 0.0986627901178862, 0.247115384615383, 0.123816862278994, 0.361153846153844, 0.549074185824157, 1.13269230769231, 1.02442764507797, 2.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1065, '2022-03-27 00:00:00', 0.0482334068718102, 0.162692307692308, 0.0642653752929096, 0.234038461538461, 0.461898631902983, 0.687115384615384, 0.538260481694362, 1.10711538461538, 1.0350736131384, 2.38576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1080, '2022-03-27 00:00:00', 0.0505173237612602, 0.155, 0.0626737584639702, 0.225, 0.497885413137787, 0.76173076923077, 0.51751283893401, 1.08153846153846, 1.04230986091174, 2.39461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1095, '2022-03-27 00:00:00', 0.0655849419865919, 0.16576923076923, 0.438709646401985, 0.611923076923077, 0.529445319323768, 0.842115384615384, 0.504969762994243, 1.07769230769231, 1.04840180568036, 2.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 600, '2022-03-27 00:00:00', 0.134694526186535, 0.326153846153846, 0.239185155186391, 0.511538461538462, 0.329820930436268, 0.709615384615384, 0.30056107788345, 0.930192307692307, 0.977699025577598, 2.33076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 615, '2022-03-27 00:00:00', 0.175034172487721, 0.354807692307693, 0.241253218392242, 0.503653846153847, 0.276024246426621, 0.644230769230769, 0.246766784948554, 0.834615384615385, 0.98517505277762, 2.30173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 630, '2022-03-27 00:00:00', 0.147224710509532, 0.318653846153846, 0.166138959447065, 0.423076923076923, 0.176482402696525, 0.549038461538461, 0.226561249996552, 0.775, 0.979762157166415, 2.28326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 645, '2022-03-27 00:00:00', 0.104347791248601, 0.247307692307693, 0.141271152262373, 0.366538461538462, 0.170160105601935, 0.492692307692307, 0.207591777664354, 0.717884615384616, 0.989541230143468, 2.28038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 660, '2022-03-27 00:00:00', 0.132868500637053, 0.250961538461539, 0.13998804894045, 0.349423076923078, 0.149137649376468, 0.449038461538462, 0.209770203941215, 0.688461538461539, 0.974321243027876, 2.25673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 675, '2022-03-27 00:00:00', 0.0917052133406066, 0.234615384615385, 0.120266371026982, 0.31, 0.128524915273863, 0.394423076923077, 0.289019030515293, 0.665, 0.986604452733641, 2.24711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 690, '2022-03-27 00:00:00', 0.0932275957824966, 0.19076923076923, 0.0869776717589936, 0.268653846153846, 0.117394797421089, 0.351538461538461, 0.262312790385828, 0.645, 0.993051183900485, 2.22942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 705, '2022-03-27 00:00:00', 0.0850294066779256, 0.194999999999999, 0.0980941463006912, 0.252692307692307, 0.131863711693317, 0.344038461538461, 0.298765150887139, 0.671153846153846, 1.01697736530292, 2.27480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 720, '2022-03-27 00:00:00', 0.0507349826208545, 0.160961538461539, 0.111153566675188, 0.246346153846154, 0.121192155115496, 0.341538461538462, 0.337074346969055, 0.698653846153847, 0.997258935590644, 2.30423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 735, '2022-03-27 00:00:00', 0.085961529857167, 0.174230769230769, 0.0988969938097989, 0.241153846153847, 0.0997766737037503, 0.315769230769232, 0.349900700199356, 0.697500000000001, 0.993148005857365, 2.31980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 750, '2022-03-27 00:00:00', 0.0585320425066464, 0.155, 0.0708522297569979, 0.229038461538461, 0.0832884237962375, 0.305192307692309, 0.364559850525787, 0.698269230769232, 0.99127441283353, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 765, '2022-03-27 00:00:00', 0.0663313361379517, 0.165384615384616, 0.0679889696936198, 0.227500000000001, 0.08989908872645, 0.300384615384616, 0.386546295366464, 0.690961538461539, 0.990846122494072, 2.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 780, '2022-03-27 00:00:00', 0.0672598291358561, 0.163269230769231, 0.088588070042451, 0.234615384615385, 0.117335154414772, 0.316538461538462, 0.401854929813464, 0.69423076923077, 0.990418578954606, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 795, '2022-03-27 00:00:00', 0.0718355493738722, 0.162884615384616, 0.0847387387571574, 0.209423076923077, 0.133203285937755, 0.318653846153847, 0.396796983549328, 0.694615384615386, 0.986601938278748, 2.32423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 810, '2022-03-27 00:00:00', 0.0489835137100706, 0.12576923076923, 0.0970566844684068, 0.205, 0.131865315903999, 0.297692307692308, 0.366625201618135, 0.690961538461539, 0.96676804950229, 2.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 825, '2022-03-27 00:00:00', 0.0677202957874406, 0.144038461538463, 0.093747820487486, 0.209423076923078, 0.109363367513286, 0.277115384615385, 0.3643402889523, 0.675384615384617, 0.961092407307755, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 840, '2022-03-27 00:00:00', 0.0721931170808275, 0.140384615384616, 0.120780952395394, 0.185961538461539, 0.140172558490762, 0.292884615384616, 0.387824752254853, 0.689038461538462, 0.960633464879375, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 855, '2022-03-27 00:00:00', 0.092592573219372, 0.124230769230769, 0.0803501950598381, 0.178076923076922, 0.196947572094317, 0.302884615384615, 0.358027287314163, 0.673461538461539, 0.944629272010168, 2.30769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 870, '2022-03-27 00:00:00', 0.0523703527403996, 0.129423076923075, 0.118236562092209, 0.21826923076923, 0.197519716639981, 0.314038461538461, 0.341836949436423, 0.682500000000001, 0.938459503859711, 2.31309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 885, '2022-03-27 00:00:00', 0.1292600241612, 0.163076923076924, 0.207154438857732, 0.235192307692308, 0.25169250164559, 0.348653846153846, 0.720489070007312, 1.0875, 0.916516126216765, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 900, '2022-03-27 00:00:00', 0.103164730108994, 0.165192307692307, 0.102398918263516, 0.226538461538461, 0.252171873622246, 0.365576923076923, 0.690293499451224, 1.14865384615385, 0.911329625623167, 2.32405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 915, '2022-03-27 00:00:00', 0.0541340927697132, 0.1525, 0.191676510338081, 0.26326923076923, 0.257432291322173, 0.370769230769231, 0.667762423206154, 1.20942307692308, 0.911856387351564, 2.32213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 930, '2022-03-27 00:00:00', 0.173355237767823, 0.205961538461539, 0.231787701273253, 0.278461538461539, 0.249343137062162, 0.375000000000001, 0.668170550544833, 1.22173076923077, 0.913979806417221, 2.32655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 945, '2022-03-27 00:00:00', 0.0972113083007247, 0.160961538461539, 0.127095966164881, 0.24423076923077, 0.168813164816565, 0.348269230769232, 0.66793945487942, 1.21865384615385, 0.905500861189753, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 960, '2022-03-27 00:00:00', 0.0855911569839204, 0.175384615384615, 0.107414545641569, 0.243269230769231, 0.182975513283986, 0.380961538461539, 0.666068401430826, 1.22634615384615, 0.915236267310251, 2.31425 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 975, '2022-03-27 00:00:00', 0.0610132394207637, 0.156153846153846, 0.128804712049497, 0.260576923076924, 0.213349839105057, 0.383076923076924, 0.672830673635363, 1.21865384615385, 0.907383276028044, 2.31751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 990, '2022-03-27 00:00:00', 0.109058911391258, 0.205384615384615, 0.145718379602046, 0.300384615384616, 0.202237864521344, 0.403076923076925, 0.678629983014422, 1.20942307692308, 0.905219953084077, 2.32078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1005, '2022-03-27 00:00:00', 0.103298856945049, 0.200576923076924, 0.161481720804078, 0.272115384615386, 0.217423815127541, 0.381346153846155, 0.677281812723592, 1.22942307692308, 0.907050203215812, 2.32213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1020, '2022-03-27 00:00:00', 0.103363622525231, 0.175961538461539, 0.117739608393333, 0.258846153846155, 0.160472379602798, 0.34423076923077, 0.688460489900362, 1.20461538461539, 0.922044597828443, 2.30540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1035, '2022-03-27 00:00:00', 0.0866753447331801, 0.186153846153846, 0.11926505710456, 0.241923076923077, 0.148220729371383, 0.320769230769231, 0.689504615926983, 1.20884615384615, 0.924184485620452, 2.30271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1050, '2022-03-27 00:00:00', 0.0890643673893301, 0.167692307692308, 0.131242728736315, 0.235576923076923, 0.138513676081241, 0.340961538461539, 0.692013339133331, 1.18769230769231, 0.938828940140936, 2.29482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1065, '2022-03-27 00:00:00', 0.0901451820462633, 0.163076923076923, 0.125049528649191, 0.214230769230769, 0.784156970157223, 0.803076923076923, 0.695212640409117, 1.16884615384615, 0.936490491347678, 2.30040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1080, '2022-03-27 00:00:00', 0.0646865221962517, 0.122884615384615, 0.0811446950728242, 0.202692307692307, 0.743378798770545, 0.869038461538461, 0.685175244287632, 1.16134615384615, 0.92789587964466, 2.29328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1095, '2022-03-27 00:00:00', 0.0835576723908981, 0.15326923076923, 0.78323078434039, 0.712692307692307, 0.727392180749411, 0.929230769230769, 0.684230196307107, 1.14980769230769, 0.927379331773142, 2.28925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 600, '2022-03-27 00:00:00', 0.354623053228951, 0.430652173913043, 0.332519576528516, 0.575217391304348, 0.359954020998797, 0.731521739130435, 0.358882212832773, 0.941521739130434, 0.754889811476056, 2.09067391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 615, '2022-03-27 00:00:00', 0.149000291800123, 0.350217391304348, 0.235762156561233, 0.492608695652174, 0.24085835471408, 0.593260869565218, 0.278015802718596, 0.827173913043478, 0.722064399507117, 2.05176086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 630, '2022-03-27 00:00:00', 0.171626432728373, 0.319782608695653, 0.187323566528814, 0.405869565217391, 0.237881169059019, 0.494782608695652, 0.244209825222446, 0.739565217391304, 0.729606221288095, 2.01002173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 645, '2022-03-27 00:00:00', 0.082612960156206, 0.23108695652174, 0.103344276695383, 0.321304347826087, 0.168002387993568, 0.419565217391305, 0.221388226957924, 0.708260869565217, 0.75598368698024, 2.00719565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 660, '2022-03-27 00:00:00', 0.118057189531175, 0.23875, 0.144595888650034, 0.308333333333333, 0.156864516221086, 0.386041666666667, 0.282457833200341, 0.724583333333332, 0.744724715395571, 2.00585416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 675, '2022-03-27 00:00:00', 0.0695244587344548, 0.194791666666667, 0.0912831238272018, 0.2625, 0.120661672168236, 0.376250000000001, 0.276005982790648, 0.711458333333332, 0.749334929456531, 2.00002083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 690, '2022-03-27 00:00:00', 0.0695140351796406, 0.181875000000001, 0.0937503623181403, 0.2625, 0.128745339017923, 0.386666666666667, 0.272847222606457, 0.696041666666665, 0.730383691290833, 2.00147916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 705, '2022-03-27 00:00:00', 0.0933087441729367, 0.190000000000001, 0.111475406724299, 0.274375000000001, 0.149364444627362, 0.391458333333333, 0.27413070774274, 0.694583333333332, 0.710049721416788, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 720, '2022-03-27 00:00:00', 0.0761957813887971, 0.171666666666667, 0.113453487564638, 0.252708333333334, 0.152248842836088, 0.358333333333333, 0.265621962898238, 0.695625, 0.706205414137078, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 735, '2022-03-27 00:00:00', 0.0997278906520788, 0.185, 0.120456371018061, 0.258541666666667, 0.171768165083732, 0.382291666666667, 0.242927402377926, 0.695625, 0.705965233727473, 2.08770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 750, '2022-03-27 00:00:00', 0.0938778114266673, 0.18, 0.120415945787923, 0.2475, 0.204758495957229, 0.392708333333333, 0.2409784365541, 0.674791666666666, 0.705210421881608, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 765, '2022-03-27 00:00:00', 0.103969886596268, 0.160208333333333, 0.157697282700162, 0.273541666666667, 0.233315734325952, 0.385833333333333, 0.25151632542744, 0.706874999999999, 0.707607695239615, 2.08395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 780, '2022-03-27 00:00:00', 0.114436038397256, 0.182708333333334, 0.177359737396274, 0.273958333333332, 0.218622167617817, 0.342499999999999, 0.252114877053862, 0.715208333333333, 0.693266494914485, 2.08479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 795, '2022-03-27 00:00:00', 0.153488274347974, 0.202291666666666, 0.186919996642755, 0.271041666666666, 0.225392974055589, 0.339583333333332, 0.266852290467097, 0.723333333333333, 0.684780160163554, 2.08270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 810, '2022-03-27 00:00:00', 0.108301904582661, 0.173541666666667, 0.143802999051591, 0.230208333333332, 0.142052118420762, 0.31125, 0.261993472647974, 0.714166666666667, 0.67899778953131, 2.08145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 825, '2022-03-27 00:00:00', 0.0787259855263904, 0.148958333333332, 0.112908677988971, 0.221249999999999, 0.160274758425666, 0.313541666666666, 0.268584504150119, 0.715625, 0.679195495964991, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 840, '2022-03-27 00:00:00', 0.0838344534168978, 0.157291666666667, 0.100225967519488, 0.226875000000001, 0.181034542103939, 0.321875, 0.283069276997187, 0.717708333333334, 0.677917206692996, 2.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 855, '2022-03-27 00:00:00', 0.0732130106438486, 0.138333333333334, 0.109983323834748, 0.199375, 0.195073378984437, 0.310833333333333, 0.289025019603013, 0.714375, 0.6648335304333, 2.05333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 870, '2022-03-27 00:00:00', 0.0868312957005901, 0.141249999999999, 0.165614249719476, 0.224583333333332, 0.180120229573052, 0.295416666666665, 0.285454125860907, 0.703333333333333, 0.648896917965348, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 885, '2022-03-27 00:00:00', 0.118346090351348, 0.160833333333332, 0.147291980556417, 0.220833333333333, 0.13460085922589, 0.334999999999999, 0.324901253114485, 0.886041666666666, 0.647353272223112, 2.06479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 900, '2022-03-27 00:00:00', 0.0800271692994753, 0.155000000000001, 0.0861453103352326, 0.211666666666667, 0.140096854437166, 0.340208333333333, 0.315170473769724, 0.927916666666666, 0.647467754219176, 2.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 915, '2022-03-27 00:00:00', 0.0761708130035587, 0.147916666666666, 0.09443961340301, 0.235833333333333, 0.145450325202281, 0.345833333333332, 0.32169043709573, 0.961041666666666, 0.651381892260768, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 930, '2022-03-27 00:00:00', 0.0819726779331756, 0.182291666666666, 0.11968538921399, 0.269375, 0.160232507693475, 0.361249999999999, 0.347927026227786, 0.989791666666666, 0.654765557113849, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 945, '2022-03-27 00:00:00', 0.0989693262391535, 0.184166666666667, 0.124253568461282, 0.244583333333332, 0.169074634064541, 0.383333333333333, 0.365170200539856, 0.994166666666666, 0.657548559952535, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 960, '2022-03-27 00:00:00', 0.104759688770559, 0.164375, 0.128874728524153, 0.235, 0.161507279864641, 0.377083333333333, 0.379349892025436, 1.00041666666667, 0.655277039265383, 2.06854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 975, '2022-03-27 00:00:00', 0.0840376037294008, 0.173333333333333, 0.134098573953014, 0.289583333333334, 0.177787835615245, 0.397916666666667, 0.363622076465048, 1.02166666666667, 0.648125921519057, 2.07208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 990, '2022-03-27 00:00:00', 0.109797037723035, 0.231458333333333, 0.143212210788188, 0.310208333333333, 0.171899026647386, 0.411666666666666, 0.335762974972403, 1.00791666666667, 0.651780970089657, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1005, '2022-03-27 00:00:00', 0.10644940793295, 0.219791666666667, 0.12124635808067, 0.295625, 0.13763909302061, 0.406458333333334, 0.340231099529358, 1.005625, 0.653165334896261, 2.05020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1020, '2022-03-27 00:00:00', 0.0704025691230825, 0.19, 0.130895570445753, 0.288541666666666, 0.16103548533237, 0.412083333333334, 0.341783936219904, 0.993541666666666, 0.654172747594741, 2.050625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1035, '2022-03-27 00:00:00', 0.0826584994796768, 0.182083333333333, 0.105359761521305, 0.274375, 0.146183172518373, 0.386041666666667, 0.363333000930576, 0.9675, 0.635746700938057, 2.03270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1050, '2022-03-27 00:00:00', 0.0787673951342302, 0.172291666666667, 0.100550792918415, 0.248125, 0.122212210009322, 0.338541666666667, 0.352417055201791, 0.942291666666666, 0.629894422657997, 2.018125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1065, '2022-03-27 00:00:00', 0.0799852794427587, 0.170416666666667, 0.0979453781525675, 0.237083333333333, 0.201973505939391, 0.612083333333332, 0.341274186911601, 0.940624999999999, 0.636996142174289, 2.02479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1080, '2022-03-27 00:00:00', 0.0693643499463394, 0.16625, 0.110530465011472, 0.233124999999999, 0.211896094136123, 0.667291666666666, 0.355918323862188, 0.931875, 0.640193549481015, 2.02104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1095, '2022-03-27 00:00:00', 0.084390128810066, 0.157708333333334, 0.19319350890767, 0.542916666666666, 0.239477749261396, 0.683124999999999, 0.384392990329549, 0.913333333333334, 0.677189651630444, 2.02520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 600, '2022-03-27 00:00:00', 0.10823893322953, 0.3164, 0.147824501803096, 0.460999999999999, 0.254281995692446, 0.599799999999998, 0.337076029999168, 0.831599999999999, 0.631272656359093, 2.1302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 615, '2022-03-27 00:00:00', 0.124119566010628, 0.2984, 0.186937378106502, 0.4082, 0.239468682712375, 0.543399999999999, 0.315312279071611, 0.765199999999999, 0.645527884757893, 2.103 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 630, '2022-03-27 00:00:00', 0.105990565617889, 0.259399999999999, 0.155903816502355, 0.358199999999999, 0.210662051637213, 0.4808, 0.301564393344661, 0.713399999999999, 0.664840394380486, 2.0624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 645, '2022-03-27 00:00:00', 0.0960329804459557, 0.231599999999999, 0.165041156483264, 0.3586, 0.185910372670991, 0.4278, 0.264198946503072, 0.666399999999999, 0.693114829351289, 2.0346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 660, '2022-03-27 00:00:00', 0.134343465292014, 0.2474, 0.156085446684394, 0.3028, 0.157648871441145, 0.3764, 0.250666112588041, 0.6528, 0.69558919868938, 2.0288 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 675, '2022-03-27 00:00:00', 0.0826322172843822, 0.1998, 0.0910576740313525, 0.2696, 0.132397759296245, 0.347, 0.224915169193484, 0.6292, 0.703936668552884, 2.0232 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 690, '2022-03-27 00:00:00', 0.0721791752054104, 0.1784, 0.0845537304519031, 0.2408, 0.136923031907223, 0.333999999999999, 0.228440729001347, 0.631800000000001, 0.717269533253248, 2.0262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 705, '2022-03-27 00:00:00', 0.0791659649091689, 0.1712, 0.137951380324132, 0.2742, 0.164185616503599, 0.350599999999999, 0.26531035285743, 0.655999999999999, 0.985954993901852, 2.1852 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 720, '2022-03-27 00:00:00', 0.103212160136294, 0.1794, 0.106793024116745, 0.2212, 0.138230483854563, 0.3158, 0.281544401471598, 0.646199999999999, 1.06499323159039, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 735, '2022-03-27 00:00:00', 0.0549416356994694, 0.1404, 0.0875442745129573, 0.223399999999999, 0.112424789674401, 0.3068, 0.326123315122773, 0.637199999999999, 1.12637035058042, 2.2618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 750, '2022-03-27 00:00:00', 0.0750766275214869, 0.161399999999999, 0.0884133285577848, 0.2124, 0.13958330845771, 0.3228, 0.351002967698757, 0.629799999999999, 1.16758233114415, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 765, '2022-03-27 00:00:00', 0.0454771004645931, 0.1334, 0.0750488729651101, 0.2114, 0.135446791521001, 0.309000000000001, 0.366506593847006, 0.625999999999999, 1.1631390000053, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 780, '2022-03-27 00:00:00', 0.0524777730726705, 0.146799999999999, 0.110416635220123, 0.212799999999999, 0.109729971596947, 0.2886, 0.36974506983416, 0.640199999999999, 1.16334331418832, 2.2702 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 795, '2022-03-27 00:00:00', 0.0823270915312815, 0.1506, 0.0987703565516157, 0.210800000000001, 0.124115873279771, 0.3038, 0.373300258951604, 0.679799999999999, 1.16997300538659, 2.2858 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 810, '2022-03-27 00:00:00', 0.0602093569693832, 0.1428, 0.0731864058415207, 0.19, 0.102938897733882, 0.281199999999999, 0.335252019631003, 0.687799999999999, 1.16830764355969, 2.2914 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 825, '2022-03-27 00:00:00', 0.0491740107509363, 0.1308, 0.0827898947134648, 0.198999999999999, 0.0990063129300348, 0.282199999999999, 0.333794472692403, 0.705999999999998, 1.16550300299913, 2.2958 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 840, '2022-03-27 00:00:00', 0.0629536866805007, 0.134399999999999, 0.0939605413635603, 0.186599999999999, 0.0894809104409046, 0.291199999999998, 0.324467769328994, 0.717799999999998, 1.1642494721207, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 855, '2022-03-27 00:00:00', 0.0659153497550709, 0.1264, 0.0717878819857503, 0.1908, 0.103572840712869, 0.282599999999999, 0.301072112070624, 0.710599999999999, 1.16662593976533, 2.2916 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 870, '2022-03-27 00:00:00', 0.0614227156677394, 0.1396, 0.088187773151006, 0.211999999999999, 0.127755626099206, 0.289399999999999, 0.307022257607924, 0.707799999999999, 1.16796682315895, 2.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 885, '2022-03-27 00:00:00', 0.0632126042283767, 0.131, 0.101415810733173, 0.198199999999999, 0.180835560662167, 0.313399999999999, 0.345495055439775, 0.9578, 1.16849450861639, 2.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 900, '2022-03-27 00:00:00', 0.0753563755320891, 0.1384, 0.096359569668335, 0.1982, 0.185590948055125, 0.307599999999999, 0.353052168005428, 1.003, 1.16344273602099, 2.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 915, '2022-03-27 00:00:00', 0.0671360558865355, 0.1248, 0.111752330326187, 0.2164, 0.170739811799513, 0.301, 0.41535205950294, 1.0694, 1.16386897888035, 2.2742 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 930, '2022-03-27 00:00:00', 0.0878445596873623, 0.159, 0.1008910303248, 0.2154, 0.16189966028377, 0.3014, 0.425760887510036, 1.1066, 1.16465581467946, 2.2826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 945, '2022-03-27 00:00:00', 0.0420049600245804, 0.1296, 0.0797924390737196, 0.197200000000001, 0.121668264829686, 0.3164, 0.423181206261967, 1.1114, 1.16852321329103, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 960, '2022-03-27 00:00:00', 0.0750555349946515, 0.142, 0.0940708952510472, 0.2092, 0.111526528981524, 0.354399999999999, 0.422914688008508, 1.1162, 1.16814639493516, 2.2758 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 975, '2022-03-27 00:00:00', 0.0681682966390287, 0.1514, 0.0929372548192237, 0.255399999999999, 0.135046288360695, 0.402, 0.420376616856838, 1.1146, 1.16834277219202, 2.2754 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 990, '2022-03-27 00:00:00', 0.0805543294925852, 0.2084, 0.10424410454953, 0.2872, 0.167817609326316, 0.4226, 0.420696050215197, 1.1018, 1.16876209441158, 2.2656 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1005, '2022-03-27 00:00:00', 0.0827017734594205, 0.189999999999999, 0.128243583335256, 0.2812, 0.158745078663876, 0.395999999999999, 0.406978193519014, 1.119, 1.13122087439486, 2.2624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1020, '2022-03-27 00:00:00', 0.0819806887829891, 0.179, 0.112611056295552, 0.265, 0.10866615541802, 0.372, 0.410827721395073, 1.1224, 1.12284341443201, 2.2576 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1035, '2022-03-27 00:00:00', 0.104573737939631, 0.1924, 0.11994721061089, 0.2746, 0.135828629775414, 0.361599999999999, 0.426674446543654, 1.1264, 1.12676942332197, 2.2602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1050, '2022-03-27 00:00:00', 0.0870330397033212, 0.1782, 0.110503770674729, 0.264400000000001, 0.114805269913885, 0.3286, 0.445246852880512, 1.11602, 1.12430078270897, 2.2572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1065, '2022-03-27 00:00:00', 0.0755711585196362, 0.168800000000001, 0.0704893608993586, 0.214, 0.29655213144853, 0.681600000000001, 0.444586045290073, 1.08222, 1.10814416932094, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1080, '2022-03-27 00:00:00', 0.0624519815538309, 0.127599999999999, 0.0909432057202006, 0.1996, 0.30584677536309, 0.733799999999999, 0.430191558107161, 1.07162, 1.09673637063182, 2.2284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1095, '2022-03-27 00:00:00', 0.0715209759441246, 0.1556, 0.273596113520155, 0.6206, 0.343025995127677, 0.8178, 0.425698946831365, 1.07002, 1.09764141078344, 2.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:47 Duration: 1s405ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 600, '2022-03-27 00:00:00', 0.321238049762765, 0.481730769230769, 0.539482658165708, 0.713461538461539, 0.593299258060705, 0.895480769230769, 0.735125322910736, 1.29759615384615, 1.98177096644934, 3.14721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 615, '2022-03-27 00:00:00', 0.312509953687633, 0.483365384615384, 0.365097260487373, 0.62701923076923, 0.354720095503266, 0.772115384615384, 0.62615296730235, 1.16153846153846, 1.89085802918634, 3.07144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 630, '2022-03-27 00:00:00', 0.214895233866324, 0.387692307692308, 0.247332091451026, 0.517788461538462, 0.318688070907058, 0.686442307692308, 0.58487819244694, 1.0875, 1.86836827462237, 3.04201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 645, '2022-03-27 00:00:00', 0.147458990387679, 0.335576923076923, 0.186532838931916, 0.44, 0.327363139342229, 0.606249999999999, 0.574273454026911, 1.025, 1.85345828790399, 2.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 660, '2022-03-27 00:00:00', 0.130028732031987, 0.301634615384616, 0.222958516320862, 0.450000000000001, 0.238259231801124, 0.575192307692308, 0.507675178178392, 0.978942307692308, 1.81197076092898, 2.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 675, '2022-03-27 00:00:00', 0.182879978506292, 0.318942307692307, 0.207008755853465, 0.41875, 0.203576129211201, 0.519903846153847, 0.487407594792632, 0.950288461538462, 1.8078183090293, 2.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 690, '2022-03-27 00:00:00', 0.156651990583733, 0.272115384615385, 0.157069558329569, 0.377884615384615, 0.183379414371909, 0.482980769230769, 0.429321300247441, 0.883173076923077, 1.774197716846, 2.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 705, '2022-03-27 00:00:00', 0.111570605447851, 0.250000000000001, 0.127848016741033, 0.323846153846156, 0.192118377970058, 0.470865384615386, 0.439048983161771, 0.85548076923077, 1.73377309756674, 3.14942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 720, '2022-03-27 00:00:00', 0.11905077294357, 0.243557692307693, 0.19076205980629, 0.362211538461538, 0.2165230712525, 0.499903846153847, 0.459617326194805, 0.846057692307693, 1.73621423926179, 3.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 735, '2022-03-27 00:00:00', 0.135094411431413, 0.242499999999999, 0.136352801725749, 0.333557692307693, 0.204764498876147, 0.4575, 0.446483525408876, 0.796538461538462, 1.73023798107481, 3.13086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 750, '2022-03-27 00:00:00', 0.108819937723534, 0.234326923076924, 0.138941638273606, 0.315673076923078, 0.227446781602947, 0.440961538461539, 0.449077002134549, 0.776923076923077, 1.73672191487739, 3.10701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 765, '2022-03-27 00:00:00', 0.106626640126261, 0.207403846153846, 0.157032364376069, 0.302211538461539, 0.258507253283152, 0.424999999999999, 0.441433024800609, 0.776346153846153, 1.75314103002407, 3.11086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 780, '2022-03-27 00:00:00', 0.121039885352531, 0.230576923076923, 0.162881740960924, 0.312307692307693, 0.267329312905378, 0.425192307692307, 0.40269850575643, 0.783557692307692, 1.73460946890514, 3.11451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 795, '2022-03-27 00:00:00', 0.12447339073071, 0.208750000000001, 0.191959230447108, 0.297884615384615, 0.290660405204848, 0.416634615384615, 0.406559024478139, 0.807403846153846, 1.70780392328412, 3.13490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 810, '2022-03-27 00:00:00', 0.0943919814065039, 0.189615384615385, 0.137137809688479, 0.271826923076923, 0.206967319047829, 0.380865384615384, 0.412641502536262, 0.827019230769231, 1.71381800768388, 3.13528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 825, '2022-03-27 00:00:00', 0.103260732353367, 0.196826923076923, 0.147005527106976, 0.27625, 0.165467432305714, 0.365865384615384, 0.431503944183774, 0.826923076923077, 1.71982901654608, 3.16288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 840, '2022-03-27 00:00:00', 0.0941904780423484, 0.189615384615385, 0.121762102541738, 0.257019230769231, 0.251519554982235, 0.383557692307692, 0.429077364370791, 0.841730769230769, 1.72037328518686, 3.16009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 855, '2022-03-27 00:00:00', 0.0912663051818056, 0.173461538461539, 0.143930538802576, 0.264999999999999, 0.263934887803791, 0.37375, 0.420722741244159, 0.841249999999999, 1.71417825401516, 3.16355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 870, '2022-03-27 00:00:00', 0.119167020799187, 0.195673076923076, 0.210442414012444, 0.26951923076923, 0.251673475880036, 0.361538461538461, 0.480717812635039, 0.866346153846153, 1.71338129765498, 3.16336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 885, '2022-03-27 00:00:00', 0.139942055316313, 0.173173076923077, 0.167896946414712, 0.255769230769231, 0.201463109812652, 0.355769230769231, 1.12253515021203, 1.24278846153846, 1.71402924140302, 3.16240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 900, '2022-03-27 00:00:00', 0.115809525315692, 0.185384615384616, 0.135417303746036, 0.244615384615384, 0.23316187839881, 0.372692307692308, 1.15976334207259, 1.29451923076923, 1.71601080606693, 3.15894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 915, '2022-03-27 00:00:00', 0.1015078625223, 0.180384615384614, 0.173040485480666, 0.289519230769231, 0.256198916108919, 0.413269230769231, 1.17544237580842, 1.31932692307692, 1.71955432788222, 3.15144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 930, '2022-03-27 00:00:00', 0.111671909559277, 0.203846153846154, 0.172296730849829, 0.280288461538461, 0.218340969234255, 0.405673076923077, 1.1769267059396, 1.33163461538462, 1.72097939747647, 3.15394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 945, '2022-03-27 00:00:00', 0.125150371092599, 0.183846153846154, 0.162476507177547, 0.273846153846155, 0.249787679070415, 0.461730769230769, 1.18554755687631, 1.33201923076923, 1.72272436576041, 3.15509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 960, '2022-03-27 00:00:00', 0.117729154614115, 0.201923076923077, 0.137324573407451, 0.285961538461539, 0.252079524234836, 0.513557692307692, 1.18094939398513, 1.36663461538462, 1.72865428151496, 3.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 975, '2022-03-27 00:00:00', 0.0844787183032137, 0.189423076923076, 0.229245585478845, 0.378461538461538, 0.301599852708595, 0.565865384615385, 1.20604439658682, 1.40894230769231, 1.72600828948896, 3.17865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 990, '2022-03-27 00:00:00', 0.198281293000237, 0.335865384615385, 0.22206279430689, 0.43826923076923, 0.32519219169356, 0.612692307692308, 1.19668687264207, 1.42586538461538, 1.72888732559857, 3.19173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1005, '2022-03-27 00:00:00', 0.148667705095831, 0.293557692307693, 0.203811588143408, 0.422788461538463, 0.306724569505706, 0.552307692307693, 1.18650304304449, 1.41586538461538, 1.70929579516964, 3.21115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1020, '2022-03-27 00:00:00', 0.156224474838169, 0.286442307692309, 0.248630421586864, 0.423942307692308, 0.299680085835135, 0.539423076923076, 1.19617432241935, 1.44701923076923, 1.70710027419418, 3.21038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1035, '2022-03-27 00:00:00', 0.175880012639736, 0.291826923076923, 0.217070176529298, 0.379807692307693, 0.266718232193854, 0.471346153846153, 1.14946492986955, 1.43375, 1.69711413423358, 3.18826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1050, '2022-03-27 00:00:00', 0.140271748622231, 0.227211538461539, 0.234383499845872, 0.338749999999999, 0.321503259942798, 0.450384615384615, 1.12746574653751, 1.39298076923077, 1.68767314781215, 3.15692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1065, '2022-03-27 00:00:00', 0.195326575646649, 0.251634615384614, 0.208266378984666, 0.319230769230769, 0.97318502173968, 0.923557692307693, 1.05484461579018, 1.37721153846154, 1.67914938401744, 3.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1080, '2022-03-27 00:00:00', 0.105074378418338, 0.208749999999999, 0.175704981103598, 0.315096153846153, 0.959515783331123, 0.990961538461539, 1.02415625685807, 1.37346153846154, 1.6809347817166, 3.15490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1095, '2022-03-27 00:00:00', 0.186230445540341, 0.248173076923077, 0.933061379793172, 0.880961538461539, 0.962377604605465, 1.01192307692308, 1.02047564324757, 1.37403846153846, 1.67634617833411, 3.15951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 600, '2022-03-27 00:00:00', 0.398408564937283, 0.411730769230769, 0.631204099625957, 0.598846153846155, 0.628863351917263, 0.691346153846154, 0.713779546067702, 1.11259615384615, 1.6376047940631, 3.05019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 615, '2022-03-27 00:00:00', 0.303853978721054, 0.392596153846155, 0.308477043778724, 0.493557692307693, 0.31257097655511, 0.601153846153846, 0.427922631846171, 1.00182692307692, 1.50104248389629, 2.97403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 630, '2022-03-27 00:00:00', 0.139750326819488, 0.298076923076923, 0.193866156248225, 0.403557692307692, 0.296565743781401, 0.602596153846154, 0.4072738164165, 0.962307692307692, 1.50780519298748, 2.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 645, '2022-03-27 00:00:00', 0.175467836193592, 0.279807692307691, 0.263457557521861, 0.41576923076923, 0.294347648982523, 0.589038461538461, 0.413416673773381, 0.909615384615385, 1.51487172597347, 2.96961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 660, '2022-03-27 00:00:00', 0.171913020270315, 0.276442307692308, 0.196737036519466, 0.405192307692309, 0.392500318471209, 0.61, 0.431324659089255, 0.877307692307692, 1.51834264400872, 2.96173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 675, '2022-03-27 00:00:00', 0.178001296451631, 0.287692307692308, 0.259125229600255, 0.418269230769231, 0.378360430521765, 0.588846153846153, 0.437361010889349, 0.874423076923077, 1.50812803284785, 2.94971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 690, '2022-03-27 00:00:00', 0.206691729766448, 0.299134615384615, 0.334128847210865, 0.443557692307692, 0.401338733299134, 0.605673076923076, 0.398496513352183, 0.868365384615384, 1.4799889032848, 2.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 705, '2022-03-27 00:00:00', 0.198184670097206, 0.285288461538462, 0.226526467293813, 0.377403846153847, 0.340579271807042, 0.549903846153846, 0.330878318326332, 0.807307692307693, 2.11438687239442, 3.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 720, '2022-03-27 00:00:00', 0.15008154834571, 0.243365384615385, 0.306564587246872, 0.385384615384615, 0.296776269007738, 0.476923076923077, 0.330403497490336, 0.794134615384615, 2.17071399322541, 3.16990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 735, '2022-03-27 00:00:00', 0.187115862913452, 0.247884615384616, 0.193639062532489, 0.326057692307693, 0.196514239061311, 0.419615384615385, 0.315769450950922, 0.782884615384616, 2.21024217477494, 3.18586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 750, '2022-03-27 00:00:00', 0.133798679135713, 0.226442307692308, 0.140306943739569, 0.300961538461538, 0.18999514163829, 0.413076923076923, 0.416604267122429, 0.838653846153847, 2.2393511616091, 3.20875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 765, '2022-03-27 00:00:00', 0.119606767560009, 0.206826923076923, 0.161759199001288, 0.300961538461539, 0.19468910127135, 0.405384615384615, 0.451617477688638, 0.872884615384615, 2.2459506146533, 3.21971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 780, '2022-03-27 00:00:00', 0.104828981606307, 0.211346153846154, 0.131955120575724, 0.278076923076925, 0.26365159483974, 0.432211538461539, 0.442203964425747, 0.897884615384616, 2.25054581627521, 3.22586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 795, '2022-03-27 00:00:00', 0.0777312925799769, 0.188076923076924, 0.124203926607073, 0.271153846153846, 0.234551372099686, 0.417115384615384, 0.447148228735773, 0.941538461538461, 2.25066484408155, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 810, '2022-03-27 00:00:00', 0.0941463672243291, 0.188461538461539, 0.217991906165908, 0.309134615384616, 0.223573512260766, 0.391346153846154, 0.441612430148359, 0.938461538461538, 2.24991246197235, 3.23105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 825, '2022-03-27 00:00:00', 0.187744942572466, 0.219711538461538, 0.186420224224733, 0.2825, 0.190230224889575, 0.386538461538461, 0.450385518622231, 0.938653846153846, 2.25133121516684, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 840, '2022-03-27 00:00:00', 0.0899526050420225, 0.183365384615385, 0.103992649518349, 0.249134615384615, 0.144882578450487, 0.354807692307692, 0.4717527057523, 0.921153846153846, 2.25024670656011, 3.22490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 855, '2022-03-27 00:00:00', 0.065547399173892, 0.172307692307692, 0.118665010071986, 0.25576923076923, 0.164645540012943, 0.358076923076923, 0.515926202236179, 0.944615384615385, 2.26671185310352, 3.23375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 870, '2022-03-27 00:00:00', 0.0980925779361204, 0.176923076923077, 0.118442618369208, 0.234423076923077, 0.186966163125433, 0.382884615384615, 0.510736572171846, 0.950384615384616, 2.26710873352281, 3.23451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 885, '2022-03-27 00:00:00', 0.0872358099547515, 0.161442307692308, 0.130276665659605, 0.254519230769232, 0.170782841193587, 0.408173076923078, 0.934442496275802, 1.30682692307692, 2.26599165123386, 3.23528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 900, '2022-03-27 00:00:00', 0.0668287852535232, 0.176057692307692, 0.144475477024783, 0.277788461538461, 0.191409573950731, 0.428749999999999, 0.926890251573258, 1.35846153846154, 2.21788223875841, 3.34625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 915, '2022-03-27 00:00:00', 0.11643225993618, 0.190865384615385, 0.148053297316048, 0.301826923076923, 0.282457076385068, 0.465, 0.894201061541272, 1.37846153846154, 2.2027327280344, 3.34163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 930, '2022-03-27 00:00:00', 0.124408755566232, 0.241538461538462, 0.196744685198473, 0.355865384615385, 0.42119157892086, 0.537115384615386, 0.898981694217664, 1.41644230769231, 2.19697309470238, 3.34817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 945, '2022-03-27 00:00:00', 0.174074061382373, 0.215673076923076, 0.262278184670107, 0.334615384615385, 0.461095017739963, 0.573846153846154, 0.89753894815854, 1.40528846153846, 2.19457472882211, 3.35259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 960, '2022-03-27 00:00:00', 0.231290110866451, 0.236346153846155, 0.357789796474884, 0.361538461538462, 0.440260587170127, 0.580769230769231, 0.865657931198088, 1.38692307692308, 2.1826759181018, 3.35971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 975, '2022-03-27 00:00:00', 0.243431952267191, 0.253653846153847, 0.45815952881737, 0.458076923076923, 0.460439589288992, 0.631153846153847, 0.892856177581896, 1.39557692307692, 2.17069251844092, 3.37201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 990, '2022-03-27 00:00:00', 0.338690294199015, 0.353653846153845, 0.33621627654738, 0.45576923076923, 0.381674964919306, 0.606826923076923, 0.911156751058784, 1.38375, 2.16645682243186, 3.35471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1005, '2022-03-27 00:00:00', 0.181235927835683, 0.297307692307692, 0.242201124306606, 0.420769230769231, 0.311551344700379, 0.544903846153846, 0.977097275883246, 1.42894230769231, 2.13171554468732, 3.36721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1020, '2022-03-27 00:00:00', 0.152411891318836, 0.275769230769231, 0.19018980903702, 0.367788461538462, 0.2465673764995, 0.473365384615384, 1.05108563381648, 1.43701923076923, 2.08111658500542, 3.35009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1035, '2022-03-27 00:00:00', 0.108287056190763, 0.246057692307693, 0.164408526121788, 0.344711538461538, 0.262196656230513, 0.466442307692308, 0.955854837908898, 1.42913461538462, 2.02080498288334, 3.34432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1050, '2022-03-27 00:00:00', 0.14317985596391, 0.243365384615385, 0.174748638159104, 0.318557692307692, 0.252701423849144, 0.419519230769232, 0.949910405694217, 1.42317307692308, 2.0254516139332, 3.34009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1065, '2022-03-27 00:00:00', 0.104624787473362, 0.212884615384615, 0.217839743495429, 0.318076923076923, 0.67971317480243, 0.899999999999999, 0.98647289818127, 1.41682692307692, 2.02861311330217, 3.35028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1080, '2022-03-27 00:00:00', 0.15481552297443, 0.220384615384615, 0.146874095741897, 0.280000000000001, 0.654876030546709, 0.956153846153845, 0.997183152878455, 1.39490384615385, 2.03659742868797, 3.35144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1095, '2022-03-27 00:00:00', 0.106848742838434, 0.194423076923077, 0.661042998717818, 0.794615384615384, 0.666430163979345, 0.962211538461538, 0.988636765372477, 1.40557692307692, 2.02805479225405, 3.36009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 600, '2022-03-27 00:00:00', 0.297757257871886, 0.43576923076923, 0.318595294281729, 0.590192307692307, 0.399735116622919, 0.730288461538461, 0.733405046027407, 1.20980769230769, 1.91705445380306, 3.26932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 615, '2022-03-27 00:00:00', 0.175937488898758, 0.365, 0.236701877572092, 0.479326923076922, 0.310603398490497, 0.628365384615385, 0.692366954728489, 1.185, 1.95053030511034, 3.29836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 630, '2022-03-27 00:00:00', 0.148770376755588, 0.321249999999998, 0.214023385674053, 0.430480769230769, 0.327305682222879, 0.604519230769231, 0.617173083814107, 1.11384615384615, 1.91982477415558, 3.28721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 645, '2022-03-27 00:00:00', 0.164543687207988, 0.283749999999999, 0.248356772684905, 0.416442307692307, 0.32974082188195, 0.59298076923077, 0.599092679358994, 1.08096153846154, 1.94705464197751, 3.33182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 660, '2022-03-27 00:00:00', 0.224361058598376, 0.32173076923077, 0.294288712243343, 0.435384615384615, 0.337127515249736, 0.569807692307693, 0.57078549958672, 1.06105769230769, 1.94751792970911, 3.29644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 675, '2022-03-27 00:00:00', 0.201737667624223, 0.276442307692307, 0.250708553595911, 0.378173076923077, 0.376427999040373, 0.565961538461539, 0.519079964567489, 0.99701923076923, 1.96331944430462, 3.25509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 690, '2022-03-27 00:00:00', 0.143462438128752, 0.254134615384615, 0.193298593253666, 0.332115384615385, 0.396888668753109, 0.568846153846154, 0.39439633765268, 0.933365384615385, 1.9819898533661, 3.23567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 705, '2022-03-27 00:00:00', 0.188773775884095, 0.221538461538461, 0.269609974707055, 0.388461538461537, 0.35316350538874, 0.527307692307691, 0.364295856624594, 0.919134615384615, 1.96030127443168, 3.28144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 720, '2022-03-27 00:00:00', 0.210855605897643, 0.288942307692308, 0.320368192625539, 0.405673076923078, 0.313622522371181, 0.491442307692308, 0.378146301052913, 0.92625, 1.97574928581149, 3.25740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 735, '2022-03-27 00:00:00', 0.223309396440145, 0.278942307692308, 0.21315164789417, 0.33875, 0.273747655416725, 0.443173076923078, 0.393937824555328, 0.91201923076923, 1.97893223199941, 3.25067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 750, '2022-03-27 00:00:00', 0.0912789469365535, 0.199615384615385, 0.163530078390679, 0.291442307692308, 0.221291684469582, 0.410480769230769, 0.419367392169903, 0.932019230769231, 1.97427533199867, 3.25605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 765, '2022-03-27 00:00:00', 0.154053967816476, 0.216250000000001, 0.210143929614552, 0.309134615384617, 0.226598000534325, 0.415576923076923, 0.436506685559869, 0.938942307692307, 1.97542807678196, 3.23644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 780, '2022-03-27 00:00:00', 0.167684255717061, 0.219519230769232, 0.190478370466006, 0.289519230769231, 0.218476631385461, 0.39903846153846, 0.45959272312978, 0.960865384615384, 1.97777369252555, 3.24067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 795, '2022-03-27 00:00:00', 0.143307932305014, 0.202788461538461, 0.171370493825064, 0.289615384615384, 0.216580505550743, 0.423653846153845, 0.457440296650831, 0.938749999999999, 1.97454376668092, 3.23605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 810, '2022-03-27 00:00:00', 0.118194103718614, 0.204615384615385, 0.132143278882606, 0.269615384615384, 0.197504649409734, 0.421057692307692, 0.437773046663012, 0.935096153846154, 1.96375691988205, 3.22990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 825, '2022-03-27 00:00:00', 0.0838538678526289, 0.164134615384614, 0.144080239396717, 0.273653846153846, 0.20256015250936, 0.413846153846153, 0.423914099153989, 0.914711538461538, 1.96716878015471, 3.22798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 840, '2022-03-27 00:00:00', 0.140306258427221, 0.225384615384616, 0.185399464773935, 0.325192307692308, 0.201918205069433, 0.435192307692308, 0.417476680601628, 0.914326923076923, 1.96649235021689, 3.22971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 855, '2022-03-27 00:00:00', 0.129289775906086, 0.210384615384616, 0.149073678221413, 0.300192307692308, 0.203246747537606, 0.419903846153846, 0.431809531105841, 0.901634615384615, 1.96295544690613, 3.22105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 870, '2022-03-27 00:00:00', 0.0903652843484966, 0.191730769230768, 0.164542839874138, 0.307884615384615, 0.229397559674499, 0.417403846153846, 0.454336890000563, 0.92201923076923, 1.95734074163038, 3.22682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 885, '2022-03-27 00:00:00', 0.156313294872337, 0.230384615384616, 0.188728972338641, 0.31375, 0.258474835108981, 0.445096153846155, 0.934210814620472, 1.40038461538461, 1.9355067141151, 3.25009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 900, '2022-03-27 00:00:00', 0.115232373923303, 0.1875, 0.161862714859038, 0.263461538461539, 0.256647918063158, 0.451923076923076, 0.995955764386845, 1.46326923076923, 1.96550514401612, 3.26663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 915, '2022-03-27 00:00:00', 0.0896034533160059, 0.181826923076924, 0.165718047157955, 0.293365384615385, 0.272035083286074, 0.468942307692308, 1.03199135357141, 1.49807692307692, 1.97929880989358, 3.28317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 930, '2022-03-27 00:00:00', 0.137119017645256, 0.241249999999999, 0.209456531198094, 0.355961538461537, 0.318477870261269, 0.521923076923077, 1.03116761675595, 1.50442307692308, 2.00434397717711, 3.29817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 945, '2022-03-27 00:00:00', 0.168961534083945, 0.245, 0.245708101522612, 0.365865384615384, 0.335759815710804, 0.540576923076922, 1.03671205482303, 1.54326923076923, 1.99181251289836, 3.31144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 960, '2022-03-27 00:00:00', 0.15806063223187, 0.259711538461538, 0.282035526949246, 0.370961538461539, 0.318650037115713, 0.564615384615385, 1.0349045292274, 1.58576923076923, 1.98253476300883, 3.31855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 975, '2022-03-27 00:00:00', 0.185694564147275, 0.223365384615385, 0.197193213528099, 0.352211538461538, 0.249533796077036, 0.558653846153847, 0.981089523869334, 1.60942307692308, 1.95641996681144, 3.29894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 990, '2022-03-27 00:00:00', 0.138210298235917, 0.303557692307692, 0.245825454024097, 0.463076923076924, 0.252277396164191, 0.586730769230769, 0.947542266156949, 1.61211538461538, 1.93686453847052, 3.29240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1005, '2022-03-27 00:00:00', 0.260095840323997, 0.365384615384616, 0.248122875887053, 0.445192307692308, 0.303908450283709, 0.562115384615385, 0.974285897268037, 1.64701923076923, 1.93028614857606, 3.31134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1020, '2022-03-27 00:00:00', 0.150830298170342, 0.298173076923076, 0.185095219777863, 0.392403846153845, 0.271621360466253, 0.502211538461538, 0.929346358386448, 1.60442307692308, 1.88317244859674, 3.27086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1035, '2022-03-27 00:00:00', 0.143398349148313, 0.263942307692307, 0.210502169731189, 0.357211538461538, 0.285829040485069, 0.492403846153845, 0.891199968926943, 1.56576923076923, 1.85733336813417, 3.24240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1050, '2022-03-27 00:00:00', 0.123954745153842, 0.238173076923077, 0.172891501103572, 0.306634615384615, 0.306513207144237, 0.502115384615384, 0.883736260909415, 1.54182692307692, 1.84438933243916, 3.23298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1065, '2022-03-27 00:00:00', 0.0956621157230773, 0.202596153846154, 0.175608201359206, 0.322596153846153, 0.757798050020838, 1.04673076923077, 0.86556146739914, 1.51057692307692, 1.79921949157021, 3.19932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1080, '2022-03-27 00:00:00', 0.140667946433601, 0.239134615384616, 0.253799436260512, 0.353076923076923, 0.813985736267015, 1.08682692307692, 0.973086386393631, 1.55865384615385, 1.77156743124882, 3.18528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1095, '2022-03-27 00:00:00', 0.239952318981533, 0.243653846153846, 0.759261894868957, 0.92625, 0.824550932559424, 1.10490384615384, 0.962945820825945, 1.52557692307692, 1.75794419104992, 3.17432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 600, '2022-03-27 00:00:00', 0.236802572480397, 0.4109, 0.385376574491324, 0.560999999999999, 0.419858681582268, 0.693799999999999, 0.828586798913267, 1.2021, 1.627554351371, 2.9496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 615, '2022-03-27 00:00:00', 0.260004086506347, 0.373899999999999, 0.340988697271137, 0.4783, 0.317415080507108, 0.5949, 0.853721046361164, 1.1739, 1.6636916155546, 2.9575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 630, '2022-03-27 00:00:00', 0.25322120599718, 0.329400000000001, 0.243263403193602, 0.4225, 0.287325744292663, 0.5629, 0.851667176288171, 1.137, 1.66609694220755, 2.9458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 645, '2022-03-27 00:00:00', 0.132522953986596, 0.2704, 0.145363266221789, 0.381800000000001, 0.290437062889708, 0.5764, 0.828408451489964, 1.1319, 1.63307942116522, 2.9273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 660, '2022-03-27 00:00:00', 0.143993088776458, 0.280480769230768, 0.171214665080015, 0.407307692307691, 0.282217319427096, 0.573846153846153, 0.812474283616694, 1.15480769230769, 1.58755152551149, 2.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 675, '2022-03-27 00:00:00', 0.100800068681296, 0.259423076923076, 0.228350965536691, 0.422211538461539, 0.397723727556628, 0.615288461538462, 0.778020639433567, 1.17384615384616, 1.6313379360324, 2.89730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 690, '2022-03-27 00:00:00', 0.160672893937198, 0.309326923076923, 0.187956035162072, 0.396634615384614, 0.327531809964256, 0.556442307692308, 0.743592863167638, 1.14961538461539, 1.71749380247454, 2.92019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 705, '2022-03-27 00:00:00', 0.116715342409839, 0.236634615384613, 0.245893836535513, 0.375673076923076, 0.236724767155056, 0.501346153846153, 0.712188697175556, 1.10740384615385, 2.24998867518518, 3.11903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 720, '2022-03-27 00:00:00', 0.198446757052403, 0.276153846153847, 0.194207462424951, 0.36596153846154, 0.233861583815332, 0.515096153846155, 0.742257814685396, 1.09278846153846, 2.27989134356476, 3.14153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 735, '2022-03-27 00:00:00', 0.141044217016672, 0.233365384615385, 0.180956752164285, 0.334615384615385, 0.265277213495618, 0.487500000000001, 0.739185342897063, 1.07836538461539, 2.28557289569562, 3.14730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 750, '2022-03-27 00:00:00', 0.149818126920097, 0.250865384615385, 0.193696853753091, 0.370865384615386, 0.68843429522806, 0.581826923076924, 0.729248065053736, 1.07759615384615, 2.27872573196918, 3.16019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 765, '2022-03-27 00:00:00', 0.123394302324516, 0.246923076923078, 0.174225787413917, 0.333750000000001, 0.696795970855171, 0.581250000000001, 0.718839857259332, 1.07759615384615, 2.27916615150231, 3.17211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 780, '2022-03-27 00:00:00', 0.124852874955346, 0.244903846153847, 0.691866156742874, 0.456826923076923, 0.706376697280947, 0.586538461538463, 0.71200397713885, 1.08278846153846, 2.28576735137577, 3.18576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 795, '2022-03-27 00:00:00', 0.705794648986844, 0.348557692307692, 0.704453750460925, 0.461442307692309, 0.712063793598472, 0.577115384615386, 0.664567333221109, 1.08009615384615, 2.32827148661504, 3.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 810, '2022-03-27 00:00:00', 0.198564293985988, 0.245673076923078, 0.216204408266451, 0.317884615384616, 0.29673155441344, 0.491346153846154, 0.384817988944624, 1.01923076923077, 2.29086427258025, 3.18865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 825, '2022-03-27 00:00:00', 0.126375546867872, 0.208173076923078, 0.219391838604252, 0.325673076923078, 0.252609458377034, 0.475961538461538, 0.355832785383593, 0.996634615384615, 2.29543471666295, 3.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 840, '2022-03-27 00:00:00', 0.179255753045754, 0.24375, 0.212024785379882, 0.34451923076923, 0.354244225293577, 0.508365384615385, 0.336698064352116, 0.986442307692307, 2.31254823650315, 3.21788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 855, '2022-03-27 00:00:00', 0.182718783506661, 0.239423076923077, 0.199901153458019, 0.325865384615384, 0.352107569337291, 0.542596153846153, 0.337504942983746, 0.971057692307692, 2.32242936466239, 3.21807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 870, '2022-03-27 00:00:00', 0.103021702343953, 0.198365384615385, 0.285425795287294, 0.340769230769231, 0.318426857318189, 0.537788461538461, 0.345105948057427, 0.981153846153845, 2.32347552171311, 3.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 885, '2022-03-27 00:00:00', 0.268265242595114, 0.249903846153847, 0.274009281847279, 0.398942307692307, 0.320245999194369, 0.549999999999999, 1.22730406943274, 1.46432692307692, 2.34945100788706, 3.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 900, '2022-03-27 00:00:00', 0.13340132154735, 0.245104166666665, 0.234201324540803, 0.351770833333333, 0.326430779637778, 0.543854166666666, 1.35024507974009, 1.59916666666667, 2.40792275285061, 3.234375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 915, '2022-03-27 00:00:00', 0.131225239210288, 0.225208333333333, 0.17, 0.37125, 0.260638130468947, 0.5346875, 1.38677719373169, 1.6165625, 2.4022569753534, 3.21447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 930, '2022-03-27 00:00:00', 0.149314519166952, 0.303229166666666, 0.231639067535457, 0.408124999999999, 0.249347495395774, 0.561770833333333, 1.42143373667351, 1.64895833333333, 2.39517593375167, 3.21958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 945, '2022-03-27 00:00:00', 0.175774650641016, 0.274479166666667, 0.210014125646383, 0.386458333333333, 0.215123800512871, 0.533854166666666, 1.41786121844933, 1.65, 2.40690434825871, 3.20145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 960, '2022-03-27 00:00:00', 0.177607100521903, 0.264270833333333, 0.199899317954917, 0.366458333333333, 0.18259998253885, 0.544166666666666, 1.43066872412463, 1.63229166666667, 2.42024779955109, 3.18854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 975, '2022-03-27 00:00:00', 0.0861200712184258, 0.207083333333334, 0.137088646872924, 0.363333333333334, 0.132479105202357, 0.567187500000001, 1.4342843996678, 1.64, 2.425949042964, 3.18104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 990, '2022-03-27 00:00:00', 0.127172960791679, 0.318124999999999, 0.155376434840111, 0.446979166666666, 0.17323537722969, 0.607187500000001, 1.43470264997336, 1.65770833333333, 2.41754152393036, 3.18895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1005, '2022-03-27 00:00:00', 0.121330187887243, 0.294583333333334, 0.134064627233892, 0.436458333333334, 0.184652992956982, 0.533854166666667, 1.43289115846629, 1.6465625, 2.41768352232678, 3.203125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1020, '2022-03-27 00:00:00', 0.14290080773547, 0.321145833333332, 0.198763130775799, 0.434895833333333, 0.170068187518411, 0.494166666666667, 1.43658136605144, 1.63072916666667, 2.41471608249458, 3.20854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1035, '2022-03-27 00:00:00', 0.0817648819721099, 0.252187500000001, 0.10060769835053, 0.3303125, 0.153128567689878, 0.426354166666667, 1.42265357525972, 1.61927083333333, 2.42782821032308, 3.19833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1050, '2022-03-27 00:00:00', 0.093934721397671, 0.250416666666666, 0.108294533882559, 0.313645833333333, 0.212674880085931, 0.424687499999999, 1.39598274805974, 1.6090625, 2.39946267951021, 3.19604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1065, '2022-03-27 00:00:00', 0.0713666252479071, 0.212604166666665, 0.114529944742646, 0.282395833333332, 1.23307490927521, 1.22291666666666, 1.38181581056583, 1.59427083333333, 2.42602849659775, 3.211875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1080, '2022-03-27 00:00:00', 0.111645253327582, 0.213020833333333, 0.153741346816706, 0.298020833333333, 1.29917249565258, 1.29989583333333, 1.40732622665918, 1.71927083333333, 2.47994850051718, 3.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1095, '2022-03-27 00:00:00', 0.110093782074417, 0.204479166666665, 1.19177787340893, 1.15427083333333, 1.32979914305491, 1.30375, 1.39335169293951, 1.700625, 2.47812241739179, 3.25270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 600, '2022-03-27 00:00:00', 0.305660418874716, 0.4903, 0.374439358686201, 0.6306, 0.439231146436589, 0.766400000000001, 0.738872902918132, 1.2079, 1.96315749601673, 3.0658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 615, '2022-03-27 00:00:00', 0.204952331856297, 0.3751, 0.261366919610472, 0.492800000000001, 0.395506005011302, 0.685000000000001, 0.69518600628417, 1.1251, 1.94076857091033, 3.0196 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 630, '2022-03-27 00:00:00', 0.173475982967864, 0.347799999999999, 0.235325572346059, 0.4635, 0.393956215841304, 0.6866, 0.699296521512872, 1.0965, 1.92692708195372, 3.0012 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 645, '2022-03-27 00:00:00', 0.187330923768608, 0.314700000000001, 0.328480339340627, 0.480800000000001, 0.393473103697487, 0.642600000000001, 0.710418421307707, 1.0613, 1.94753189426173, 2.9968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 660, '2022-03-27 00:00:00', 0.172723285440422, 0.323, 0.228236354101036, 0.4522, 0.256565943440148, 0.5586, 0.612524659367551, 0.9805, 1.87107195768451, 2.9558 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 675, '2022-03-27 00:00:00', 0.136946765813096, 0.2826, 0.212806152010072, 0.3975, 0.212085478050716, 0.5261, 0.612472788511186, 0.942, 1.86627772361636, 2.9529 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 690, '2022-03-27 00:00:00', 0.189645942042884, 0.2727, 0.185162203666587, 0.3581, 0.231091071513663, 0.4748, 0.635994955430729, 0.941, 1.8606843611066, 2.9541 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 705, '2022-03-27 00:00:00', 0.122287230186421, 0.239, 0.181289823211344, 0.3642, 0.217978401070687, 0.472499999999999, 0.619773513739765, 0.9259, 1.97135551398016, 3.1492 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 720, '2022-03-27 00:00:00', 0.105128889147244, 0.248999999999999, 0.143116502658964, 0.3261, 0.21212712383537, 0.46, 0.606939933875943, 0.8886, 1.9385419133978, 3.1523 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 735, '2022-03-27 00:00:00', 0.133752881588897, 0.222599999999998, 0.215065493900501, 0.338599999999999, 0.22905603390146, 0.434999999999999, 0.590785282484255, 0.887199999999999, 1.94640293233441, 3.1565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 750, '2022-03-27 00:00:00', 0.1497457567568, 0.2321, 0.188858853821225, 0.324799999999999, 0.582404999406198, 0.5468, 0.594941313632418, 0.8852, 1.96390818904551, 3.1673 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 765, '2022-03-27 00:00:00', 0.0997705701430366, 0.201, 0.11839446777616, 0.271200000000001, 0.572013985843004, 0.5265, 0.570643131329321, 0.865099999999999, 1.92715816251114, 3.1711 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 780, '2022-03-27 00:00:00', 0.0892431136465625, 0.201800000000001, 0.584523630831124, 0.409700000000001, 0.568103533697864, 0.522700000000001, 0.583413125495133, 0.8961, 1.91773340604649, 3.1867 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 795, '2022-03-27 00:00:00', 0.592320647960208, 0.333499999999999, 0.579016551289052, 0.4157, 0.566188793601569, 0.504800000000001, 0.619422647847709, 0.9439, 1.9408852147066, 3.2035 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 810, '2022-03-27 00:00:00', 0.169582821457049, 0.222, 0.201731669964501, 0.292900000000001, 0.256898245095861, 0.4171, 0.410993156877338, 0.895699999999999, 1.96876075658437, 3.1903 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 825, '2022-03-27 00:00:00', 0.127868910738042, 0.1841, 0.128622509694065, 0.266000000000001, 0.2880961934262, 0.4241, 0.404488050915393, 0.904699999999999, 1.98535422951842, 3.1947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 840, '2022-03-27 00:00:00', 0.0852664940055595, 0.201300000000001, 0.188637217960826, 0.285599999999999, 0.29257150123232, 0.4228, 0.411077547428706, 0.8958, 2.07856216329141, 3.2379 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 855, '2022-03-27 00:00:00', 0.169791538854758, 0.207, 0.277026322455707, 0.319599999999999, 0.299619133234178, 0.425700000000001, 0.397828794835165, 0.8914, 2.07954185659566, 3.2387 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 870, '2022-03-27 00:00:00', 0.192430290408414, 0.2049, 0.225557088117399, 0.2902, 0.274463947237763, 0.4199, 0.379125968511785, 0.881400000000001, 2.08230800435478, 3.2317 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 885, '2022-03-27 00:00:00', 0.165812896563164, 0.2078, 0.199437855818131, 0.2941, 0.21975839005599, 0.3945, 0.683605636801415, 1.314, 2.11021784025568, 3.2363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 900, '2022-03-27 00:00:00', 0.162608169126482, 0.216800000000001, 0.237350918121953, 0.3111, 0.222853745013781, 0.3899, 0.782313183237166, 1.4192, 2.12219902656026, 3.2337 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 915, '2022-03-27 00:00:00', 0.122965272875449, 0.1869, 0.123322071557908, 0.2705, 0.215793110795195, 0.405999999999999, 0.813860565965285, 1.4818, 2.11202188869655, 3.2685 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 930, '2022-03-27 00:00:00', 0.110339249589617, 0.2068, 0.1498660513036, 0.2809, 0.23567535933992, 0.4253, 0.82987652193966, 1.5151, 2.11345864836134, 3.2753 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 945, '2022-03-27 00:00:00', 0.123168076221073, 0.193699999999999, 0.195331875705598, 0.296699999999999, 0.22075306717386, 0.449399999999999, 0.822818859166463, 1.5219, 2.1044182192869, 3.2905 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 960, '2022-03-27 00:00:00', 0.175528487716382, 0.2354, 0.223077527629597, 0.3139, 0.217396910434961, 0.495200000000001, 0.817476426775313, 1.5515, 2.10549742737118, 3.2931 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 975, '2022-03-27 00:00:00', 0.147043785995873, 0.2035, 0.172982296782069, 0.322699999999999, 0.272526298425186, 0.498199999999999, 0.823010960842361, 1.5547, 2.10431348662693, 3.2971 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 990, '2022-03-27 00:00:00', 0.173213981344847, 0.287699999999999, 0.20977229718594, 0.4074, 0.290551487118319, 0.549199999999999, 0.822352722376475, 1.5641, 2.10025197893015, 3.3061 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1005, '2022-03-27 00:00:00', 0.113275107592092, 0.272000000000001, 0.194664882982695, 0.3744, 0.25444965120825, 0.527899999999999, 0.822583430419067, 1.5493, 2.10656711262661, 3.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1020, '2022-03-27 00:00:00', 0.172312700247739, 0.279499999999999, 0.18198145509914, 0.391199999999999, 0.24507005801063, 0.5002, 0.825328873843633, 1.5389, 2.11096640585933, 3.3055 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1035, '2022-03-27 00:00:00', 0.14122027710873, 0.2666, 0.199265212719129, 0.3517, 0.217574795568481, 0.4499, 0.82939588958872, 1.5231, 2.1182715634844, 3.2991 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1050, '2022-03-27 00:00:00', 0.11797845848572, 0.2278, 0.150623841627634, 0.291100000000001, 0.175656625266454, 0.4136, 0.798028168884615, 1.5255, 2.089382195371, 3.3001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1065, '2022-03-27 00:00:00', 0.125284010685056, 0.205100000000001, 0.165612373732561, 0.2983, 0.710216046941587, 1.0612, 0.801592919338321, 1.5347, 2.08339375579046, 3.3117 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1080, '2022-03-27 00:00:00', 0.138761786286187, 0.2131, 0.153853285091132, 0.32, 0.803087894732991, 1.1822, 0.810483394853548, 1.5435, 2.07916814295205, 3.3087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1095, '2022-03-27 00:00:00', 0.121257130374532, 0.2447, 0.6723357916002, 1.0075, 0.801783454764024, 1.2209, 0.796710842568786, 1.5326, 2.05816871980085, 3.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:31 Duration: 1s398ms Database: acaweb_fx User: pgperfstats
7 162 14m44s 50ms 19s132ms 5s462ms with rar_max as ( ;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Mar 27 18 162 14m44s 5s462ms [ User: postgres - Total duration: 14m44s - Times executed: 162 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 18:06:06 Duration: 19s132ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:02:37 Duration: 16s468ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:32:57 Duration: 15s585ms Database: acaweb_fx User: postgres Bind query: yes
8 132 38s559ms 116ms 956ms 292ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Mar 27 18 132 38s559ms 292ms [ User: postgres - Total duration: 38s559ms - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:04 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:16:30 Duration: 935ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:46:26 Duration: 915ms Database: acaweb_fx User: postgres Bind query: yes
9 114 11s170ms 68ms 408ms 97ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, exchange as e, longname as lo, shortname as sho, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, ? - errormargin as rq, ? - noise as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fibonacci_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on a.resultuid = rar.resultuid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Mar 27 18 114 11s170ms 97ms [ User: postgres - Total duration: 11s170ms - Times executed: 114 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73354562' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX AS px, timeX AS tx, priceA AS pa, timeA AS ta, priceB AS pb, timeB AS tb, priceC AS pc, timeC AS tc, priceD AS pd, timeD AS td, averagequality AS aq, timequality AS tq, 1 - errormargin AS rq, 1 - noise AS c, target10 AS t10, target06 AS t06, target16 AS t16, target07 AS t07, target12 AS t12, target03 AS t03, target05 AS t05, PatternLengthBars AS l, temporarypattern AS tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73354562' OR a.resultuid = '73354562') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:44 Duration: 408ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73354562' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX AS px, timeX AS tx, priceA AS pa, timeA AS ta, priceB AS pb, timeB AS tb, priceC AS pc, timeC AS tc, priceD AS pd, timeD AS td, averagequality AS aq, timequality AS tq, 1 - errormargin AS rq, 1 - noise AS c, target10 AS t10, target06 AS t06, target16 AS t16, target07 AS t07, target12 AS t12, target03 AS t03, target05 AS t05, PatternLengthBars AS l, temporarypattern AS tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73354562' OR a.resultuid = '73354562') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:49 Duration: 347ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73354562' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX AS px, timeX AS tx, priceA AS pa, timeA AS ta, priceB AS pb, timeB AS tb, priceC AS pc, timeC AS tc, priceD AS pd, timeD AS td, averagequality AS aq, timequality AS tq, 1 - errormargin AS rq, 1 - noise AS c, target10 AS t10, target06 AS t06, target16 AS t16, target07 AS t07, target12 AS t12, target03 AS t03, target05 AS t05, PatternLengthBars AS l, temporarypattern AS tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73354562' OR a.resultuid = '73354562') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:01:15 Duration: 194ms Database: acaweb_fx User: postgres Bind query: yes
10 105 6m40s 398ms 28s134ms 3s813ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Mar 27 18 105 6m40s 3s813ms [ User: postgres - Total duration: 6m40s - Times executed: 105 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:33:32 Duration: 28s134ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:18:02 Duration: 16s983ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:17:37 Duration: 12s670ms Database: acaweb_fx User: postgres Bind query: yes
11 104 20s495ms 57ms 969ms 197ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Mar 27 18 104 20s495ms 197ms [ User: postgres - Total duration: 20s495ms - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '558' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '558' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 18:05:55 Duration: 969ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 18:04:03 Duration: 818ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '660' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '660' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '660' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '660' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '660' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '660' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 18:04:19 Duration: 653ms Database: acaweb_fx User: postgres Bind query: yes
12 91 6s831ms 50ms 203ms 75ms select distinct pricedatetime, high, low from t15_ps where pricedatetime <= current_timestamp and pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime asc;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Mar 27 18 91 6s831ms 75ms [ User: pgperfstats - Total duration: 6s831ms - Times executed: 91 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1010646order by pricedatetime asc;
Date: 2022-03-27 18:01:36 Duration: 203ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1010621order by pricedatetime asc;
Date: 2022-03-27 18:01:31 Duration: 179ms Database: acaweb_fx User: pgperfstats
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1010651order by pricedatetime asc;
Date: 2022-03-27 18:01:39 Duration: 170ms Database: acaweb_fx User: pgperfstats
13 88 1m34s 447ms 18s221ms 1s68ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars as length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternstartprice, resy1, supporty1, dtt.timezone, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Mar 27 18 88 1m34s 1s68ms [ User: postgres - Total duration: 1m34s - Times executed: 88 ]
-
SELECT CASE WHEN a.old_resultuid = '580442373' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442373' OR a.resultuid = '580442373') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:18:18 Duration: 18s221ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442455' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442455' OR a.resultuid = '580442455') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:29 Duration: 16s75ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442749' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442749' OR a.resultuid = '580442749') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:47:53 Duration: 6s953ms Database: acaweb_fx User: postgres Bind query: yes
14 84 3m3s 1s72ms 5s990ms 2s179ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Mar 27 18 84 3m3s 2s179ms [ User: postgres - Total duration: 3m3s - Times executed: 84 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:34:01 Duration: 5s990ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:04:12 Duration: 4s56ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:22:01 Duration: 4s20ms Database: acaweb_fx User: postgres Bind query: yes
15 75 52s72ms 658ms 1s114ms 694ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Mar 27 18 75 52s72ms 694ms [ User: pgperfstats - Total duration: 52s72ms - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1110, '2022-03-27 00:00:00', 0.129704234340276, 0.288333333333333, 0.170947911381793, 0.398333333333334, 0.273754094668602, 0.5625, 0.418845895357673, 0.956666666666667, 1.02574813630366, 3.73875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1125, '2022-03-27 00:00:00', 0.160106395784224, 0.280833333333334, 0.225311378743516, 0.38, 0.267413808408496, 0.546666666666666, 0.445801468453574, 0.954583333333333, 1.12112254498318, 3.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1140, '2022-03-27 00:00:00', 0.158388624975846, 0.255, 0.192036662411491, 0.385416666666667, 0.230279839212698, 0.52125, 0.518050274545359, 0.9775, 1.17213635008407, 3.93583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1155, '2022-03-27 00:00:00', 0.127971209397983, 0.238749999999999, 0.159577680870114, 0.340416666666666, 0.279174507785187, 0.505833333333333, 0.579001514353104, 1.41583333333333, 1.17602306679044, 4.01291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1170, '2022-03-27 00:00:00', 0.111744240846313, 0.222083333333334, 0.197549755244347, 0.344583333333333, 0.287512759641241, 0.51875, 0.68967843273493, 1.54958333333333, 1.16689355971749, 4.03166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1185, '2022-03-27 00:00:00', 0.129362287585197, 0.239583333333334, 0.189849291869072, 0.344166666666667, 0.248951060320664, 0.47875, 0.684837333907143, 1.6625, 1.15859915102404, 4.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1200, '2022-03-27 00:00:00', 0.119706767331373, 0.204166666666667, 0.129234087126278, 0.313333333333334, 0.21556128285633, 0.448333333333333, 0.723229472273647, 1.69, 1.2139941861714, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1215, '2022-03-27 00:00:00', 0.119273161090507, 0.22, 0.144793080745885, 0.294583333333333, 0.26443815199756, 0.458333333333333, 0.717065148739102, 1.74458333333333, 1.25910761762195, 4.11708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1230, '2022-03-27 00:00:00', 0.120647408183721, 0.200833333333334, 0.169076241270969, 0.310416666666667, 0.235251561315647, 0.432916666666667, 0.718208318251604, 1.82333333333333, 1.24210288028705, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1245, '2022-03-27 00:00:00', 0.109722145783622, 0.219583333333333, 0.176573156822165, 0.332916666666666, 0.161586338926087, 0.396666666666667, 0.684973288382184, 1.83833333333333, 1.23118771452845, 4.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1260, '2022-03-27 00:00:00', 0.111654228162963, 0.231666666666666, 0.141860694069003, 0.31125, 0.166602342659731, 0.395416666666667, 0.687104695311305, 1.85541666666667, 1.22740439870933, 4.12458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1275, '2022-03-27 00:00:00', 0.128231420102288, 0.242083333333333, 0.139106230910987, 0.29875, 0.142792415460498, 0.44625, 0.677421448465119, 1.87708333333333, 1.22983849240106, 4.12375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1290, '2022-03-27 00:00:00', 0.0948186675193501, 0.194166666666666, 0.117602098719319, 0.292916666666667, 0.178015937244516, 0.42875, 0.700562920655312, 1.89333333333333, 1.26346400991394, 4.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1305, '2022-03-27 00:00:00', 0.107298851243903, 0.205000000000001, 0.132062786999764, 0.316666666666667, 0.203166509136675, 0.423750000000001, 0.717116685470161, 1.91041666666667, 1.27872190492887, 4.14583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1320, '2022-03-27 00:00:00', 0.109457655104016, 0.23625, 0.133739417839536, 0.289166666666667, 0.251196773149218, 0.477083333333333, 0.684775299017808, 1.93041666666667, 1.27940649453599, 4.15125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1335, '2022-03-27 00:00:00', 0.100389639456195, 0.215416666666667, 0.140479896957804, 0.319583333333334, 0.425378774093485, 1.17083333333333, 0.681459298390094, 1.91958333333333, 1.35051459596446, 4.17125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1350, '2022-03-27 00:00:00', 0.0958221480555052, 0.219166666666667, 0.161226616100229, 0.351249999999999, 0.559473743410016, 1.3175, 0.68569651460754, 1.91333333333333, 1.37384866158086, 4.17583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1365, '2022-03-27 00:00:00', 0.141164925643319, 0.253333333333333, 0.381911430281565, 1.11041666666667, 0.561852525908325, 1.44, 0.677563837304788, 1.88666666666667, 1.37289384148957, 4.16125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 990, '2022-03-27 00:00:00', 0.239744736045526, 0.798461538461537, 0.313329759935979, 1.00653846153846, 0.515231538690654, 1.22653846153846, 0.590719509125556, 1.69846153846154, 1.34411835559453, 4.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1005, '2022-03-27 00:00:00', 0.24367317329697, 0.613846153846154, 0.361444112075223, 0.885384615384616, 0.497414855489398, 1.07153846153846, 0.611223866831634, 1.54115384615385, 1.34296709393217, 4.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1020, '2022-03-27 00:00:00', 0.261471575157577, 0.600769230769231, 0.427612513309025, 0.727307692307692, 0.496292717595635, 1.00230769230769, 0.570632577462536, 1.41153846153846, 1.38077999138725, 4.06423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1035, '2022-03-27 00:00:00', 0.290162023703998, 0.434999999999999, 0.303791679634884, 0.625769230769231, 0.35961004520923, 0.889230769230768, 0.48549102819881, 1.25846153846154, 1.38617081864449, 4.00846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1050, '2022-03-27 00:00:00', 0.212749039589262, 0.483076923076923, 0.277231644325435, 0.66576923076923, 0.310606602535203, 0.842692307692308, 0.409614452870013, 1.19, 1.39951112343396, 3.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1065, '2022-03-27 00:00:00', 0.205123977520538, 0.410384615384615, 0.218604314124508, 0.560384615384615, 0.252213889692551, 0.729615384615384, 0.332748923595324, 1.04538461538461, 1.40382926860235, 3.92384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1080, '2022-03-27 00:00:00', 0.140868187160359, 0.360384615384615, 0.155163933160532, 0.469615384615384, 0.2225174150488, 0.655, 0.285912305006003, 0.955384615384616, 1.41673758495191, 3.92576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1095, '2022-03-27 00:00:00', 0.126647299464057, 0.306538461538461, 0.171503756406495, 0.438461538461537, 0.256211751366837, 0.602692307692308, 0.276863754329704, 0.941538461538462, 1.5130179723372, 3.88076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1110, '2022-03-27 00:00:00', 0.11730105908106, 0.303461538461539, 0.156299515231297, 0.451538461538462, 0.227194596360443, 0.605769230769231, 0.262651860834832, 0.945, 1.49994071677722, 3.87307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1125, '2022-03-27 00:00:00', 0.098437016177077, 0.315384615384615, 0.132058844692578, 0.426538461538461, 0.170552495866093, 0.538076923076923, 0.298680431230438, 0.925, 1.57532223809802, 4.04807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1140, '2022-03-27 00:00:00', 0.12605310236319, 0.28423076923077, 0.169451604164275, 0.424615384615385, 0.166687178225007, 0.526153846153846, 0.321201829671962, 0.921153846153846, 1.58522044087056, 4.06961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1155, '2022-03-27 00:00:00', 0.135401397561245, 0.308461538461539, 0.127177646802234, 0.366923076923078, 0.11944229375921, 0.507692307692308, 0.612783435204918, 1.40653846153846, 1.58929747421257, 4.11230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1170, '2022-03-27 00:00:00', 0.0711444900293658, 0.238461538461539, 0.125198304240175, 0.368846153846154, 0.120401891117272, 0.483846153846154, 0.611619288320892, 1.49692307692308, 1.58528371641749, 4.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1185, '2022-03-27 00:00:00', 0.123918707844483, 0.280384615384616, 0.116482418613944, 0.378076923076923, 0.176569010261187, 0.496153846153846, 0.600365017173848, 1.57307692307692, 1.58037463912833, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1200, '2022-03-27 00:00:00', 0.0750558766212517, 0.244230769230769, 0.107033423967254, 0.321923076923077, 0.189810026483972, 0.459615384615384, 0.630337638461753, 1.59846153846154, 1.56708587953761, 4.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1215, '2022-03-27 00:00:00', 0.082619610262939, 0.224999999999999, 0.156211395230949, 0.334999999999999, 0.201512740578318, 0.469230769230768, 0.635467120737542, 1.66230769230769, 1.55067270761881, 4.23461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1230, '2022-03-27 00:00:00', 0.105800974257547, 0.245384615384616, 0.116638165016694, 0.332692307692308, 0.161565418996097, 0.460769230769231, 0.64189299371828, 1.67115384615385, 1.54873193787195, 4.27115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1245, '2022-03-27 00:00:00', 0.0832013313502951, 0.232307692307691, 0.11879393923934, 0.339999999999999, 0.163760143549597, 0.474230769230768, 0.701348700718836, 1.695, 1.55174680726147, 4.30692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1260, '2022-03-27 00:00:00', 0.0911229093882795, 0.250769230769231, 0.138792595679253, 0.360769230769231, 0.177049753980669, 0.468846153846154, 0.692919797778824, 1.71461538461538, 1.5527145955985, 4.31884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1275, '2022-03-27 00:00:00', 0.110180970016814, 0.250384615384615, 0.125365312341419, 0.322692307692308, 0.173390178055604, 0.461923076923077, 0.686078376325575, 1.72346153846154, 1.55283799739504, 4.31538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1290, '2022-03-27 00:00:00', 0.0630115984439484, 0.242307692307692, 0.103700752908772, 0.314615384615385, 0.157182892003111, 0.457692307692308, 0.685764256420977, 1.73384615384615, 1.55022048059672, 4.32346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1305, '2022-03-27 00:00:00', 0.0937008332612166, 0.230384615384616, 0.138788161765167, 0.336923076923077, 0.184097382256908, 0.500384615384616, 0.680441485643413, 1.74384615384615, 1.5520053528853, 4.32384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1320, '2022-03-27 00:00:00', 0.0940965134643893, 0.243076923076923, 0.12021839101594, 0.342692307692308, 0.187370878617372, 0.540384615384616, 0.666723446300003, 1.73807692307692, 1.55176628890584, 4.32884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1335, '2022-03-27 00:00:00', 0.0831976331024275, 0.254615384615384, 0.106092122523486, 0.366538461538462, 0.564515312867187, 1.17153846153846, 0.637384076941415, 1.72769230769231, 1.54989036833131, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1350, '2022-03-27 00:00:00', 0.0859740569098516, 0.263461538461539, 0.112873652986255, 0.382692307692308, 0.557071463444876, 1.25384615384615, 0.63290745465182, 1.71961538461538, 1.53867795400917, 4.32461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1365, '2022-03-27 00:00:00', 0.071816004215902, 0.258461538461539, 0.524241870191173, 1.09846153846154, 0.5013128917, 1.32884615384615, 0.608809178137629, 1.72615384615385, 1.53107669505934, 4.32961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 990, '2022-03-27 00:00:00', 0.311873988359697, 0.74423076923077, 0.362446600841474, 0.893461538461538, 0.332611115036997, 1.07307692307692, 0.426354132328802, 1.52538461538462, 1.52999994972348, 4.17038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1005, '2022-03-27 00:00:00', 0.191003825978595, 0.592307692307692, 0.235763897542892, 0.763846153846153, 0.29108418026406, 1.005, 0.391747956648738, 1.37769230769231, 1.58307101740694, 4.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1020, '2022-03-27 00:00:00', 0.0908193473118687, 0.478076923076923, 0.155706331080215, 0.652692307692308, 0.260887243548154, 0.876923076923077, 0.397713658108638, 1.28807692307692, 1.59207305591942, 4.03615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1035, '2022-03-27 00:00:00', 0.125156517393838, 0.448076923076923, 0.223265623107407, 0.633461538461539, 0.276998194939968, 0.81, 0.366595144539586, 1.23, 1.6317160857868, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1050, '2022-03-27 00:00:00', 0.157269000319638, 0.361538461538462, 0.159767138240436, 0.458461538461539, 0.218294437717643, 0.687307692307692, 0.389821260816564, 1.15384615384615, 1.64801927733311, 3.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1065, '2022-03-27 00:00:00', 0.102848656548572, 0.354615384615384, 0.191661560690071, 0.523076923076923, 0.187598999505287, 0.695769230769231, 0.396062932062376, 1.14538461538462, 1.65660431188436, 3.92461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1080, '2022-03-27 00:00:00', 0.174408891798731, 0.347692307692308, 0.169464314373716, 0.486923076923077, 0.210575767471364, 0.626923076923076, 0.432282848998734, 1.07269230769231, 1.67424053965235, 3.89423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1095, '2022-03-27 00:00:00', 0.131612484794742, 0.315384615384615, 0.158950887431889, 0.444230769230769, 0.222346922277225, 0.563076923076922, 0.558197649031788, 1.09384615384615, 1.67760727044388, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1110, '2022-03-27 00:00:00', 0.087814489780358, 0.299230769230769, 0.119262477173412, 0.386538461538461, 0.170129814689119, 0.518076923076922, 0.570957225933917, 1.08807692307692, 1.67659054218788, 3.90038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1125, '2022-03-27 00:00:00', 0.0607491690351533, 0.257692307692307, 0.109556448393582, 0.361153846153846, 0.172518003519812, 0.532307692307693, 0.5645463801891, 1.07384615384615, 1.6777206607134, 4.09884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1140, '2022-03-27 00:00:00', 0.128951392154027, 0.282692307692308, 0.13988346798455, 0.399230769230769, 0.212640903511422, 0.558076923076923, 0.587434579008918, 1.07923076923077, 1.66193066596099, 4.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1155, '2022-03-27 00:00:00', 0.112587060330423, 0.279615384615385, 0.160970135787309, 0.39923076923077, 0.232688963739482, 0.548076923076923, 0.78643538538434, 1.66615384615385, 1.59163138368734, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1170, '2022-03-27 00:00:00', 0.116925354228834, 0.276538461538462, 0.162685633614696, 0.358846153846153, 0.209950910013233, 0.500769230769231, 0.799774583626777, 1.67923076923077, 1.59946034168259, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1185, '2022-03-27 00:00:00', 0.106100822877981, 0.24576923076923, 0.161187897999629, 0.358461538461537, 0.151202360583933, 0.443076923076923, 0.828618962259123, 1.81576923076923, 1.61235980905199, 4.29192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1200, '2022-03-27 00:00:00', 0.0823659750513157, 0.261923076923076, 0.110667902371846, 0.339230769230769, 0.176026658820148, 0.465769230769231, 0.800439879066505, 1.83, 1.64150981158763, 4.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1215, '2022-03-27 00:00:00', 0.0971723290780937, 0.227692307692307, 0.10059897537328, 0.301923076923077, 0.224469631319285, 0.518846153846153, 0.77400218644096, 1.89076923076923, 1.64576178293028, 4.31961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1230, '2022-03-27 00:00:00', 0.0597546264703871, 0.208846153846154, 0.129553077925614, 0.33, 0.226040159808283, 0.503076923076923, 0.772050616116687, 1.87692307692308, 1.64755823989507, 4.32192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1245, '2022-03-27 00:00:00', 0.111104247651267, 0.258076923076924, 0.215466577811609, 0.424615384615384, 0.252337076150137, 0.525, 0.767309485249496, 1.87961538461538, 1.64720780063158, 4.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1260, '2022-03-27 00:00:00', 0.233157919412178, 0.338846153846153, 0.237725439562923, 0.415769230769231, 0.330672042967047, 0.54, 0.940611585005285, 1.95692307692308, 1.64133866565819, 4.32615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1275, '2022-03-27 00:00:00', 0.129215383699524, 0.263846153846154, 0.189699357283692, 0.365384615384615, 0.403785358061204, 0.548846153846153, 0.89758033709438, 1.93230769230769, 1.66580177045816, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1290, '2022-03-27 00:00:00', 0.150578372131743, 0.295384615384616, 0.271321835578227, 0.386538461538462, 0.479535191617883, 0.585, 0.898115719801098, 1.93961538461538, 1.68114782217389, 4.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1305, '2022-03-27 00:00:00', 0.149075613235494, 0.243461538461539, 0.293601771111824, 0.394999999999999, 0.385818809606471, 0.518076923076924, 0.912070257077903, 1.89807692307692, 1.69363409907172, 4.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1320, '2022-03-27 00:00:00', 0.19437038394222, 0.279615384615384, 0.302723280596958, 0.375769230769231, 0.296838987694313, 0.48423076923077, 0.910219669175439, 1.89961538461538, 1.69040172740092, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1335, '2022-03-27 00:00:00', 0.147466815041424, 0.252307692307693, 0.169261290953911, 0.335769230769232, 0.75002943531981, 1.28192307692308, 0.917388936895612, 1.90230769230769, 1.6866410862558, 4.31692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1350, '2022-03-27 00:00:00', 0.103180200843736, 0.246923076923077, 0.133736825375581, 0.341538461538462, 0.754906922433793, 1.36269230769231, 0.913797907299319, 1.91115384615385, 1.68054936072885, 4.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1365, '2022-03-27 00:00:00', 0.0787918387027093, 0.258076923076923, 0.72033891595981, 1.22192307692308, 0.741560931673598, 1.50384615384615, 0.90628608150984, 1.89769230769231, 1.67285702179972, 4.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 990, '2022-03-27 00:00:00', 0.419083126201314, 0.851599999999999, 0.517302941547149, 1.0224, 0.666833312505207, 1.296, 0.911170858474597, 1.6964, 1.71672896327094, 4.186 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1005, '2022-03-27 00:00:00', 0.291325705468409, 0.5896, 0.474595617341754, 0.849199999999999, 0.469965601578101, 1.0752, 0.841956649715411, 1.4992, 1.64776333252078, 4.1164 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1020, '2022-03-27 00:00:00', 0.258380855843979, 0.6024, 0.335789120331993, 0.7872, 0.382514923456153, 0.9752, 0.835361797865651, 1.4272, 1.63911592024481, 4.1052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1035, '2022-03-27 00:00:00', 0.174501193883214, 0.4544, 0.243154957451691, 0.640799999999999, 0.294181349964045, 0.8048, 0.687178530902512, 1.2668, 1.55956959874618, 4.0064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1050, '2022-03-27 00:00:00', 0.1624551220081, 0.402, 0.181377139316581, 0.5168, 0.71905563067123, 0.8908, 0.696299743884294, 1.172, 1.55240587476343, 3.9784 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1065, '2022-03-27 00:00:00', 0.13738631664034, 0.384, 0.204917056391116, 0.549200000000001, 0.721185366832503, 0.87, 0.683052706604695, 1.1388, 1.55292466011716, 3.952 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1080, '2022-03-27 00:00:00', 0.179992592440171, 0.3616, 0.727350671959544, 0.6384, 0.716028863477816, 0.7584, 0.672549130795165, 1.1016, 1.55361642627773, 3.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1095, '2022-03-27 00:00:00', 0.119029134175666, 0.318749999999999, 0.215122142588538, 0.424166666666667, 0.20161979932105, 0.52375, 0.26236797922334, 0.9325, 1.57038050406143, 3.85416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1110, '2022-03-27 00:00:00', 0.12259793482432, 0.289583333333333, 0.126979971032749, 0.367499999999999, 0.1604522593678, 0.518333333333334, 0.259045069102053, 0.92, 1.56866872155054, 3.86208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1125, '2022-03-27 00:00:00', 0.427697322881498, 0.368000000000001, 0.416065699940127, 0.4576, 0.398278796824537, 0.5852, 0.480440076041401, 1.0168, 1.54816644238704, 4.0188 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1140, '2022-03-27 00:00:00', 0.272662662526851, 0.306666666666666, 0.299724511191019, 0.405, 0.278223856800155, 0.525416666666667, 0.480958998222316, 1.04208333333333, 1.44035315466205, 3.94458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1155, '2022-03-27 00:00:00', 0.172256444316884, 0.28875, 0.246746951290212, 0.393333333333334, 0.238979942763986, 0.48625, 0.657329770766722, 1.58041666666667, 1.39879036769404, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1170, '2022-03-27 00:00:00', 0.144568322948009, 0.28, 0.1930915154359, 0.3848, 0.266572691774682, 0.4988, 0.747624460095664, 1.7244, 1.45492978066526, 4.0896 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1185, '2022-03-27 00:00:00', 0.152847418471275, 0.260400000000001, 0.156979828852838, 0.3348, 0.238357574524774, 0.466800000000001, 0.773640097202827, 1.8424, 1.45801234562674, 4.084 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1200, '2022-03-27 00:00:00', 0.162663251330266, 0.2452, 0.22523543238132, 0.3432, 0.248856049420811, 0.4372, 0.769542721361199, 1.8928, 1.47169596044835, 4.0816 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1215, '2022-03-27 00:00:00', 0.0846108740056505, 0.2256, 0.119891617722008, 0.303600000000001, 0.160600954750171, 0.4348, 0.749622127030235, 1.884, 1.46959143982265, 4.0736 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1230, '2022-03-27 00:00:00', 0.100983497001573, 0.2132, 0.133135269556943, 0.292, 0.165401531633375, 0.4192, 0.781019632702448, 1.886, 1.45776335528096, 4.0836 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1245, '2022-03-27 00:00:00', 0.099079092984679, 0.236, 0.137143477181138, 0.346, 0.176330182706573, 0.4644, 0.766742460021617, 1.9276, 1.41674297833681, 4.1024 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1260, '2022-03-27 00:00:00', 0.103682206766638, 0.249999999999999, 0.139812970309147, 0.3168, 0.169059161242447, 0.446799999999999, 0.780233512054778, 1.9332, 1.40669233783842, 4.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1275, '2022-03-27 00:00:00', 0.0772700890815238, 0.2196, 0.133032577463817, 0.3168, 0.152317650542104, 0.4744, 0.793916872222779, 1.9304, 1.39307214457831, 4.102 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1290, '2022-03-27 00:00:00', 0.0956521475625777, 0.210799999999999, 0.112898184219233, 0.297199999999999, 0.173111717300322, 0.4552, 0.786139724646114, 1.9064, 1.37803700966266, 4.0912 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1305, '2022-03-27 00:00:00', 0.103743272874277, 0.2272, 0.121603179782987, 0.3396, 0.249666444147653, 0.506, 0.792206833261786, 1.886, 1.39216833273375, 4.0992 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1320, '2022-03-27 00:00:00', 0.0796617850666174, 0.2428, 0.0990908673894831, 0.3224, 0.21011346141232, 0.5532, 0.760009210470505, 1.8584, 1.38272171217976, 4.0812 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1335, '2022-03-27 00:00:00', 0.0734325086956273, 0.2256, 0.169610337735253, 0.3552, 0.577482178657201, 1.1476, 0.742913633383226, 1.8496, 1.37782098498559, 4.0764 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1350, '2022-03-27 00:00:00', 0.121321885906872, 0.2676, 0.171525508307072, 0.4028, 0.64485140407177, 1.332, 0.761752365711237, 1.84, 1.36746029802209, 4.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1365, '2022-03-27 00:00:00', 0.110086329759874, 0.2624, 0.560733745491863, 1.0784, 0.696759882121045, 1.4808, 0.779853191312313, 1.8272, 1.35657251925579, 4.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 990, '2022-03-27 00:00:00', 0.293849734841919, 0.783199999999999, 0.406922597062389, 1.0388, 0.49851445983709, 1.304, 0.685240347128898, 1.6728, 1.36842646861276, 4.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1005, '2022-03-27 00:00:00', 0.234449710314743, 0.64, 0.340416411668611, 0.872000000000001, 0.423220982466607, 1.0408, 0.582186396268412, 1.4708, 1.31287686652887, 4.0296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1020, '2022-03-27 00:00:00', 0.217545397561061, 0.525200000000001, 0.246981780704569, 0.658000000000001, 0.320750681994598, 0.856800000000001, 0.543036831163412, 1.3084, 1.26188443739248, 3.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1035, '2022-03-27 00:00:00', 0.21095023109729, 0.456, 0.300711378789252, 0.6476, 0.320729377097473, 0.8344, 0.564490921096167, 1.256, 1.25927320308184, 3.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1050, '2022-03-27 00:00:00', 0.160563590725503, 0.4084, 0.174523159876657, 0.534000000000001, 0.28927898875192, 0.736400000000001, 0.573657853893184, 1.136, 1.19116791427573, 3.8632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1065, '2022-03-27 00:00:00', 0.151049660707993, 0.359200000000001, 0.238257563713445, 0.536000000000001, 0.308811161283612, 0.723200000000001, 0.556405727265035, 1.1204, 1.19004579743806, 3.8556 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1080, '2022-03-27 00:00:00', 0.168520028483263, 0.3864, 0.230005072407835, 0.552400000000001, 0.269797454892863, 0.676400000000002, 0.497159263549754, 1.0744, 1.15161726859809, 3.8116 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1095, '2022-03-27 00:00:00', 0.182654500811413, 0.3428, 0.173205080756888, 0.452000000000001, 0.208712721222258, 0.601200000000001, 0.471297146182745, 1.0072, 1.19545904711677, 3.7716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1110, '2022-03-27 00:00:00', 0.114029236017202, 0.298800000000001, 0.169625076762449, 0.413200000000001, 0.181078251961227, 0.5232, 0.478966595912492, 0.9756, 1.19263741346647, 3.7656 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1125, '2022-03-27 00:00:00', 0.1245899942478, 0.2532, 0.165264434568764, 0.3696, 0.175321609240467, 0.4728, 0.478200446117177, 0.935599999999999, 1.281216609321, 4.0492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1140, '2022-03-27 00:00:00', 0.115907728168899, 0.277916666666667, 0.119900320919178, 0.3575, 0.184520039365746, 0.512916666666666, 0.467132596078288, 0.982916666666667, 1.08453255809368, 4.2225 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1155, '2022-03-27 00:00:00', 0.070682388188289, 0.2472, 0.117831801027284, 0.3548, 0.317764587915857, 0.5408, 0.691532597448112, 1.4944, 1.34469798343965, 4.1328 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1170, '2022-03-27 00:00:00', 0.102936873859663, 0.257200000000001, 0.17007057358638, 0.3736, 0.422095170942922, 0.546800000000001, 0.701006894878122, 1.5424, 1.35239294092607, 4.148 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1185, '2022-03-27 00:00:00', 0.127667536985719, 0.266399999999999, 0.3249358911129, 0.381999999999999, 0.443924918576705, 0.5388, 0.741583441023328, 1.6728, 1.33974661783488, 4.1572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1200, '2022-03-27 00:00:00', 0.0735241259822192, 0.206666666666666, 0.0863249254481179, 0.292083333333333, 0.204086866984041, 0.435833333333333, 0.752879977731886, 1.6875, 1.33629815296706, 4.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1215, '2022-03-27 00:00:00', 0.0883176086632775, 0.240000000000001, 0.181075690795592, 0.348333333333334, 0.236504971299283, 0.467083333333335, 0.745792060229558, 1.77333333333333, 1.34504020466821, 4.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1230, '2022-03-27 00:00:00', 0.13753984929804, 0.230416666666668, 0.168561153053841, 0.327083333333334, 0.215042547188804, 0.462083333333335, 0.742700590188715, 1.79708333333333, 1.33077263163226, 4.09083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1245, '2022-03-27 00:00:00', 0.0961646760902155, 0.249583333333333, 0.140185565425343, 0.345416666666667, 0.211665240209731, 0.462500000000001, 0.755583563703665, 1.8275, 1.33331884050094, 4.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1260, '2022-03-27 00:00:00', 0.119120417700088, 0.243750000000001, 0.16393209534456, 0.350416666666667, 0.216326377146375, 0.438333333333334, 0.744459608505157, 1.88125, 1.3361492908864, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1275, '2022-03-27 00:00:00', 0.108614462431461, 0.241666666666667, 0.149489469359133, 0.319166666666667, 0.209448897298865, 0.435833333333333, 0.745606940783767, 1.92416666666667, 1.32357381544345, 4.09041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1290, '2022-03-27 00:00:00', 0.0848015586403111, 0.225, 0.117120494128601, 0.300416666666666, 0.173338384820483, 0.41875, 0.728535855503091, 1.94583333333333, 1.32240715681888, 4.07291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1305, '2022-03-27 00:00:00', 0.08937788203522, 0.218333333333333, 0.140214638777613, 0.309166666666667, 0.149781846193975, 0.414583333333333, 0.697685615009585, 1.935, 1.33174506852334, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1320, '2022-03-27 00:00:00', 0.083074961783695, 0.233333333333334, 0.115888971102467, 0.310416666666668, 0.135148200993887, 0.450416666666667, 0.693975629192439, 1.9225, 1.35295322444504, 4.06708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1335, '2022-03-27 00:00:00', 0.080067905962486, 0.2175, 0.0930131672149829, 0.309166666666666, 0.611320144311129, 1.17083333333333, 0.669870066353992, 1.91708333333333, 1.33228119719742, 4.05916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1350, '2022-03-27 00:00:00', 0.0831403562692609, 0.240833333333332, 0.129623199748516, 0.3425, 0.632862716069848, 1.2425, 0.664082673393494, 1.91833333333333, 1.32900249997039, 4.05291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1365, '2022-03-27 00:00:00', 0.0981951754930899, 0.281739130434783, 0.585187379199777, 1.16521739130435, 0.62324155792573, 1.42869565217391, 0.568369486793394, 1.99434782608696, 1.08696171540261, 4.20304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 990, '2022-03-27 00:00:00', 0.47043164099979, 0.738260869565218, 0.582162725305544, 0.959565217391305, 0.598784671650797, 1.28391304347826, 0.552254094579875, 1.73869565217391, 1.13679756142075, 3.99217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1005, '2022-03-27 00:00:00', 0.290311948889439, 0.60913043478261, 0.344351943321894, 0.843478260869565, 0.375024109896886, 1.12608695652174, 0.452706398236155, 1.54608695652174, 1.07396829801365, 3.90478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1020, '2022-03-27 00:00:00', 0.217231047650286, 0.485652173913043, 0.263188115593625, 0.660434782608695, 0.282878345058026, 0.897391304347826, 0.415613742083555, 1.34434782608696, 1.01982987033469, 3.82434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1035, '2022-03-27 00:00:00', 0.188039605617095, 0.379565217391303, 0.188063776920819, 0.590434782608695, 0.243338116075509, 0.749565217391304, 0.479901999218335, 1.25173913043478, 1.00537468680565, 3.79347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1050, '2022-03-27 00:00:00', 0.178242407219005, 0.393913043478261, 0.202235529732455, 0.519130434782609, 0.310274645646765, 0.71608695652174, 0.479940707800404, 1.17608695652174, 0.992251800887071, 3.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1065, '2022-03-27 00:00:00', 0.15199594336172, 0.311304347826087, 0.211894335663242, 0.460869565217392, 0.299915666670858, 0.703043478260871, 0.48474393223835, 1.11695652173913, 1.0000964380376, 3.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1080, '2022-03-27 00:00:00', 0.17008600475012, 0.317391304347826, 0.237212068026464, 0.478260869565218, 0.290207095197149, 0.682608695652176, 0.467960844279365, 1.07347826086957, 0.993216119920315, 3.76347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1095, '2022-03-27 00:00:00', 0.144463023702923, 0.318260869565218, 0.168435019313756, 0.496086956521739, 0.234645473051826, 0.626956521739131, 0.414371756481025, 1.03304347826087, 1.01251008876055, 3.75304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:12 Duration: 1s114ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1110, '2022-03-27 00:00:00', 0.457984715902183, 0.902500000000001, 0.592491515257536, 1.18875, 0.949709242309206, 1.70541666666667, 1.1385802721951, 2.84208333333334, 4.70154875423044, 11.1795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1125, '2022-03-27 00:00:00', 0.521619377863131, 0.822083333333336, 0.68954182961051, 1.18375, 0.843917710117091, 1.60166666666667, 1.2191353998586, 2.80041666666667, 5.46775548099949, 11.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1140, '2022-03-27 00:00:00', 0.497462401171897, 0.835833333333331, 0.620531416715088, 1.17375, 0.760236304796365, 1.48875, 1.3355734126508, 2.90458333333333, 5.49527722131745, 12.0325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1155, '2022-03-27 00:00:00', 0.425310628170496, 0.8075, 0.559717837817428, 1.08166666666667, 0.846703646630503, 1.46125, 1.54124432131022, 4.43916666666667, 5.49631482271847, 12.08625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1170, '2022-03-27 00:00:00', 0.388933649942985, 0.685416666666664, 0.541627813545241, 0.967083333333329, 0.78898933241627, 1.52541666666666, 1.81248968013054, 4.80333333333333, 5.4181055669655, 12.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1185, '2022-03-27 00:00:00', 0.382654487131326, 0.703749999999996, 0.650121504808519, 1.06833333333333, 0.794945878205155, 1.55458333333333, 1.83623413460851, 4.97416666666666, 5.43867144635979, 12.1308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1200, '2022-03-27 00:00:00', 0.558405467977051, 0.775833333333335, 0.667602242074724, 1.14833333333334, 0.835728875666742, 1.54583333333334, 1.8405716956062, 5.09208333333333, 5.53299844018868, 12.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1215, '2022-03-27 00:00:00', 0.484208602788608, 0.843333333333334, 0.576842354070226, 1.07083333333333, 0.864506959259845, 1.49375, 1.82131024663366, 5.11666666666666, 5.64952531031449, 12.3983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1230, '2022-03-27 00:00:00', 0.348218811352449, 0.699583333333329, 0.637735463761527, 0.972499999999998, 0.826518694388645, 1.41875, 1.84072405216857, 5.09958333333333, 5.64315654229701, 12.39375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1245, '2022-03-27 00:00:00', 0.512406760694855, 0.697083333333334, 0.677796942787569, 1.025, 0.883289307078939, 1.405, 1.83956989301966, 5.165, 5.70247999380183, 12.4254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1260, '2022-03-27 00:00:00', 0.554294008470316, 0.78375, 0.731829155639129, 1.06, 0.844333949832991, 1.37291666666667, 1.79965032835488, 5.2425, 5.79645542301625, 12.4720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1275, '2022-03-27 00:00:00', 0.407324026198853, 0.744583333333339, 0.455610555475692, 0.966250000000003, 0.556292072175417, 1.265, 1.8367267178957, 5.36791666666667, 5.81226532953112, 12.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1290, '2022-03-27 00:00:00', 0.392712602809989, 0.656666666666668, 0.434310214384651, 0.915833333333334, 0.60984302446839, 1.30041666666667, 1.84517054708395, 5.3625, 5.82286682654774, 12.5070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1305, '2022-03-27 00:00:00', 0.450217137628605, 0.717916666666665, 0.523540760147893, 0.949166666666668, 0.813024301292869, 1.46541666666667, 1.87279101761306, 5.39375, 5.84478324005163, 12.5304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1320, '2022-03-27 00:00:00', 0.403500758758694, 0.709583333333333, 0.495670933092757, 0.998749999999999, 0.942877187816282, 1.97, 1.91489413942844, 5.4175, 5.85235732264222, 12.5558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1335, '2022-03-27 00:00:00', 0.482014943541278, 0.81583333333333, 0.66308184730988, 1.24083333333333, 1.57810471539553, 3.83166666666667, 1.93854677192905, 5.50375, 5.85598577389477, 12.5729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1350, '2022-03-27 00:00:00', 0.563171660189482, 0.911666666666668, 0.86486825670114, 1.63166666666666, 1.83237056406666, 4.21916666666667, 1.92606337089299, 5.49375, 5.87716656011741, 12.5445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1365, '2022-03-27 00:00:00', 0.698540403736374, 1.2825, 1.42160732669199, 3.5575, 1.75973482850873, 4.35166666666666, 1.90341264841466, 5.48333333333333, 5.89017259103448, 12.49875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 990, '2022-03-27 00:00:00', 1.04664063335255, 2.53615384615385, 1.34180979965923, 3.15846153846154, 1.28158723704391, 3.59461538461538, 1.80767628143469, 4.75153846153846, 5.82295024351587, 12.3715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1005, '2022-03-27 00:00:00', 0.681230222013534, 1.89115384615385, 0.900658904102134, 2.35230769230769, 0.929674881136077, 2.86076923076923, 1.75536334174394, 4.27269230769231, 5.85217499344015, 12.2180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1020, '2022-03-27 00:00:00', 0.663997335490485, 1.57269230769231, 0.791429475938707, 2.07615384615384, 0.912721458901053, 2.44730769230769, 1.82337911159895, 3.93923076923077, 5.70581960673621, 12.1257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1035, '2022-03-27 00:00:00', 0.599260056556929, 1.38384615384615, 0.686983148376908, 1.74461538461538, 0.776918667161897, 2.23115384615385, 1.68532767870684, 3.62423076923077, 5.51751071240813, 11.9626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1050, '2022-03-27 00:00:00', 0.350756544979784, 1.15307692307692, 0.701847232994147, 1.58153846153846, 0.77395895339382, 2.12730769230769, 1.67814022518519, 3.49115384615385, 5.43835099441564, 11.9615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1065, '2022-03-27 00:00:00', 0.546666682301441, 1.10730769230769, 0.630846683800065, 1.55346153846154, 0.64756348070167, 1.98230769230769, 1.5129185752659, 3.26884615384615, 5.38783223141238, 11.9319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1080, '2022-03-27 00:00:00', 0.374743399387655, 1.12384615384615, 0.445027397600851, 1.37576923076923, 0.626764708642724, 1.845, 1.46083627261395, 3.12115384615385, 5.53544240466691, 11.8888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1095, '2022-03-27 00:00:00', 0.408498940776333, 1.03923076923077, 0.485709631522629, 1.41461538461539, 0.828209189479603, 1.84230769230769, 1.44024228730927, 2.97461538461539, 5.69868639384417, 11.8611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1110, '2022-03-27 00:00:00', 0.39469033626181, 1.04269230769231, 0.57817165404269, 1.33230769230769, 0.919051434067509, 1.80653846153846, 1.45945384937707, 2.84846153846154, 6.02298685166958, 11.8088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1125, '2022-03-27 00:00:00', 0.455264758135307, 0.944999999999999, 0.662141630213308, 1.29653846153846, 0.929550428970909, 1.74, 1.34139428036078, 2.70115384615385, 6.15860823438343, 12.4807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1140, '2022-03-27 00:00:00', 0.558391784158202, 0.954230769230772, 0.713769193464149, 1.29769230769231, 0.886377676058788, 1.72576923076923, 1.31787941551803, 2.86692307692308, 6.21845576922809, 12.6619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1155, '2022-03-27 00:00:00', 0.390068435810161, 0.875769230769229, 0.499387470962022, 1.19961538461539, 0.656300587793781, 1.5523076923077, 3.22664503065431, 4.95307692307692, 6.01629930975972, 12.9357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1170, '2022-03-27 00:00:00', 0.396759954554972, 0.847692307692307, 0.427193344805551, 1.09692307692308, 0.71157895934648, 1.58615384615384, 3.17420470960232, 5.14346153846154, 5.99114244916225, 12.9496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1185, '2022-03-27 00:00:00', 0.408831731419399, 0.820769230769234, 0.501168480806449, 1.11538461538462, 0.816391780006105, 1.59653846153846, 3.21793658205905, 5.31038461538462, 5.99367421665414, 13.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1200, '2022-03-27 00:00:00', 0.318809564570358, 0.756538461538461, 0.634700292688185, 1.16730769230769, 1.0469549251924, 1.55884615384615, 3.27011916978807, 5.41076923076923, 6.06100580635057, 13.1692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1215, '2022-03-27 00:00:00', 0.480073071361178, 0.883076923076919, 0.708022272574484, 1.18346153846153, 0.965621123342979, 1.51192307692307, 3.25879845719483, 5.45923076923077, 6.0012203374365, 13.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1230, '2022-03-27 00:00:00', 0.347292162528675, 0.720384615384613, 0.490593518098233, 0.945, 0.544135871041276, 1.27961538461539, 3.2618365992183, 5.465, 5.99998765383345, 13.2103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1245, '2022-03-27 00:00:00', 0.374819135871404, 0.704230769230769, 0.421170530052399, 0.933846153846154, 0.524922411849157, 1.30346153846154, 3.23867012118341, 5.51192307692308, 6.0317540885397, 13.2657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1260, '2022-03-27 00:00:00', 0.34813724084266, 0.723461538461536, 0.436893403651109, 0.979615384615387, 0.691034119162113, 1.35192307692308, 3.22255123489736, 5.57730769230769, 6.0642935412005, 13.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1275, '2022-03-27 00:00:00', 0.349292912126117, 0.751538461538466, 0.476462122152593, 1.01807692307692, 0.801762673498453, 1.42923076923077, 3.21847907224229, 5.58653846153846, 6.20411431725258, 13.3976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1290, '2022-03-27 00:00:00', 0.393436340271399, 0.821923076923076, 0.570108356772237, 1.04346153846154, 0.818681585515114, 1.52346153846154, 3.21148882319999, 5.58269230769231, 6.26625443270416, 13.4361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1305, '2022-03-27 00:00:00', 0.42895938484448, 0.746923076923075, 0.588264723245736, 1.08076923076923, 0.868903553114723, 1.66423076923077, 3.14028024227138, 5.57, 6.23842224876179, 13.4180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1320, '2022-03-27 00:00:00', 0.463414916263366, 0.835769230769233, 0.682989469453675, 1.17884615384616, 0.958632680115075, 2.01384615384615, 3.10674759441198, 5.62384615384616, 6.22412528299853, 13.4065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1335, '2022-03-27 00:00:00', 0.516624100810697, 0.91730769230769, 0.61548792402076, 1.30576923076923, 3.09680351330206, 4.45, 3.11352236838947, 5.61846153846154, 6.21941753394467, 13.4376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1350, '2022-03-27 00:00:00', 0.346571116023157, 0.983461538461539, 0.572829414801244, 1.58153846153846, 3.05508071151093, 4.69692307692308, 3.10515997358244, 5.62769230769231, 6.20609721285322, 13.4488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1365, '2022-03-27 00:00:00', 0.573445188850148, 1.39076923076923, 3.07600490146654, 4.34307692307692, 3.09222660628476, 4.89423076923077, 3.10481036210191, 5.65076923076923, 6.22133719239991, 13.4673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 990, '2022-03-27 00:00:00', 0.8729662959394, 2.70692307692308, 0.964174018765047, 3.10653846153846, 1.04676622913693, 3.46653846153846, 1.36301701552673, 4.23076923076923, 5.48627228074414, 12.4365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1005, '2022-03-27 00:00:00', 0.652844191566054, 1.80153846153846, 0.774541154490835, 2.195, 0.874000264037981, 2.66269230769231, 1.15339818996537, 3.66076923076923, 5.48707753236218, 12.3196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1020, '2022-03-27 00:00:00', 0.387092515278471, 1.44615384615385, 0.674123020044446, 1.92538461538461, 0.853063619234543, 2.37153846153846, 1.1457842460348, 3.41153846153846, 5.4725589570567, 12.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1035, '2022-03-27 00:00:00', 0.56340557873866, 1.36538461538461, 0.707797559062892, 1.79576923076923, 0.731364162686101, 2.16153846153846, 1.15667913242378, 3.42115384615385, 5.45290257216635, 12.1723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1050, '2022-03-27 00:00:00', 0.38807156358272, 1.16653846153846, 0.388206130811967, 1.41, 0.717233681477768, 1.98192307692307, 1.39834825639175, 3.38461538461539, 5.46730535512274, 12.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1065, '2022-03-27 00:00:00', 0.350617257901635, 1.02730769230769, 0.622498687054531, 1.42615384615384, 0.760935861039143, 1.80923076923076, 1.47554469733931, 3.39807692307693, 5.46136991830945, 12.0457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1080, '2022-03-27 00:00:00', 0.57469242609885, 1.09076923076923, 0.621397927752724, 1.41076923076923, 0.639256900326766, 1.70576923076923, 1.39772744124168, 3.335, 5.41902352827518, 11.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1095, '2022-03-27 00:00:00', 0.265813121167135, 0.926153846153846, 0.410059095178318, 1.2326923076923, 0.575298183553537, 1.67, 1.53651538829312, 3.35653846153846, 5.41942581403659, 11.9419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1110, '2022-03-27 00:00:00', 0.345951752972311, 0.931153846153844, 0.465602174195292, 1.18576923076923, 0.664879977601508, 1.73423076923077, 1.66533581736999, 3.39923076923077, 5.43812480406761, 11.8842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1125, '2022-03-27 00:00:00', 0.342976114889381, 0.883846153846158, 0.390894044270508, 1.23307692307693, 0.633930959599275, 1.63269230769231, 1.64665236161128, 3.31, 6.19729202648531, 12.4973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1140, '2022-03-27 00:00:00', 0.289814794971919, 0.906153846153848, 0.457105441463329, 1.18423076923077, 0.605369817041297, 1.47615384615385, 1.64955551122579, 3.41423076923077, 6.41666086180224, 12.6361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1155, '2022-03-27 00:00:00', 0.355317626053952, 0.821153846153846, 0.405284325647296, 1.09923076923077, 0.540215341678312, 1.43615384615385, 3.12718059304839, 5.71769230769231, 6.41173809388807, 12.6442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1170, '2022-03-27 00:00:00', 0.290501952859844, 0.810769230769231, 0.410126622098401, 1.01038461538461, 0.516703158347377, 1.47692307692308, 3.02287842957669, 5.935, 6.40721229433014, 12.6742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1185, '2022-03-27 00:00:00', 0.266403106934989, 0.671153846153844, 0.51100444074542, 1.09846153846154, 0.642440539002521, 1.50538461538461, 2.98051882422146, 5.94730769230769, 6.40908749055109, 12.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1200, '2022-03-27 00:00:00', 0.383538986083751, 0.903076923076923, 0.417459164285746, 1.14192307692308, 0.624549560760518, 1.50692307692308, 2.86888817917593, 5.96076923076923, 6.40319559643104, 12.7053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1215, '2022-03-27 00:00:00', 0.25228585740416, 0.711923076923073, 0.498432157253739, 1.09115384615384, 0.934658144004455, 1.76538461538462, 2.70694858011463, 5.90884615384615, 6.40166301710855, 12.6642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1230, '2022-03-27 00:00:00', 0.361718972939792, 0.766153846153845, 0.429918060171403, 1.02846153846154, 1.0514117249606, 1.87884615384615, 2.71277130511331, 5.88192307692308, 6.39841961256539, 12.6484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1245, '2022-03-27 00:00:00', 0.321657486251351, 0.766538461538461, 0.905609272173248, 1.43807692307692, 1.13324727425897, 1.99576923076923, 2.73747339994101, 5.89615384615385, 6.38929234073575, 12.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1260, '2022-03-27 00:00:00', 0.943670737883965, 1.24230769230769, 1.05655412326327, 1.61884615384615, 1.23812438793524, 2.01, 2.65483781918102, 5.88961538461539, 6.35150269318517, 12.6623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1275, '2022-03-27 00:00:00', 0.824213191240826, 1.07923076923077, 0.874373973854349, 1.41538461538462, 1.27011356245749, 1.92730769230769, 2.49580164399214, 5.71538461538462, 6.31593940878034, 12.6011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1290, '2022-03-27 00:00:00', 0.64695892153509, 1.02961538461538, 0.945168849384149, 1.34807692307693, 1.46779148592498, 1.94038461538461, 2.49410973788552, 5.73076923076923, 6.31539467065629, 12.6346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1305, '2022-03-27 00:00:00', 0.402097003221859, 0.885000000000002, 0.745211689077984, 1.31269230769231, 1.01074656338007, 1.76384615384616, 2.49598807319636, 5.68269230769231, 6.30940928601573, 12.5615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1320, '2022-03-27 00:00:00', 0.602516262148873, 1.02461538461539, 0.881924120231529, 1.37307692307692, 0.909141691588618, 1.88884615384615, 2.47383741148474, 5.63653846153846, 6.31482608323764, 12.5573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1335, '2022-03-27 00:00:00', 0.573879644310413, 0.924615384615383, 0.57624353825845, 1.20384615384615, 2.53558092266538, 4.72115384615385, 2.47911811243123, 5.57115384615384, 6.31984592071187, 12.5526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1350, '2022-03-27 00:00:00', 0.433543716188063, 0.941923076923075, 0.627017972997214, 1.52653846153846, 2.46597476436024, 4.88653846153846, 2.41924082179641, 5.57307692307692, 6.24211311607264, 12.5280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1365, '2022-03-27 00:00:00', 0.591653744893202, 1.31307692307692, 2.40068083291771, 4.56269230769231, 2.30976722103865, 4.93615384615385, 2.31771731202525, 5.49846153846154, 6.22678220394648, 12.5138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 990, '2022-03-27 00:00:00', 1.13746399210407, 2.9392, 1.20843604161191, 3.2252, 1.2357773531938, 3.5604, 1.64360761740751, 4.4428, 6.20809680981216, 12.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1005, '2022-03-27 00:00:00', 0.591149445289994, 1.7192, 0.786256955454132, 2.246, 0.924982342173803, 2.6756, 1.56451451468712, 3.7384, 6.22009383637685, 11.7844 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1020, '2022-03-27 00:00:00', 0.707155805557255, 1.5688, 0.778893445857646, 1.982, 1.02634432169066, 2.4492, 1.65465021479869, 3.5556, 6.22475014224132, 11.6432 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1035, '2022-03-27 00:00:00', 0.493906873813271, 1.3524, 0.643167163340914, 1.7616, 0.974396052263489, 2.3068, 1.36836118526263, 3.3004, 6.24960932112293, 11.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1050, '2022-03-27 00:00:00', 0.380949252963345, 1.1484, 0.678097338145486, 1.5492, 0.973462377290461, 2.0496, 1.37828734304571, 3.0952, 6.24981727732899, 11.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1065, '2022-03-27 00:00:00', 0.503065602083863, 1.07, 0.794903138753397, 1.5328, 0.816875551517286, 1.8676, 1.42248116566325, 3.0488, 6.21899174571999, 11.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1080, '2022-03-27 00:00:00', 0.478195566687939, 1.0872, 0.475026315060544, 1.342, 0.542410668528313, 1.7148, 1.25691328260942, 2.9332, 6.21992127495732, 11.3404 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1095, '2022-03-27 00:00:00', 0.379561150101886, 0.948, 0.511501058975769, 1.242, 0.649229543382003, 1.7436, 1.27878158155853, 2.8736, 6.20340865976118, 11.3104 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1110, '2022-03-27 00:00:00', 0.402600712037784, 0.900400000000002, 0.485661061509634, 1.238, 0.70434437599799, 1.6852, 1.31068150212018, 2.8388, 6.14335136550075, 11.3492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1125, '2022-03-27 00:00:00', 0.383199251912979, 0.933999999999999, 0.550098476032554, 1.324, 0.76789257061128, 1.6856, 1.48750495797493, 2.8628, 6.41523714812373, 12.7748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1140, '2022-03-27 00:00:00', 0.428727963476457, 0.980800000000002, 0.671098105098401, 1.2668, 0.855472578948814, 1.708, 1.67296861895255, 3.0736, 6.37720858474406, 12.8032 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1155, '2022-03-27 00:00:00', 0.406335247466094, 0.801999999999998, 0.514608912994452, 1.0984, 0.746663020824431, 1.4784, 2.67926917896155, 4.842, 6.28752237901915, 12.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1170, '2022-03-27 00:00:00', 0.474468825811205, 0.890400000000004, 0.632799863042546, 1.1824, 0.723130463102383, 1.4848, 2.7895399859714, 5.15, 6.28557960732342, 12.8612 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1185, '2022-03-27 00:00:00', 0.353205794591956, 0.787200000000005, 0.4444348471186, 1.02160000000001, 0.567367311947618, 1.37840000000001, 2.82971859613873, 5.2436, 6.24930630817, 12.9028 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1200, '2022-03-27 00:00:00', 0.351614372099127, 0.789200000000003, 0.423723573413923, 1.012, 0.733720428137767, 1.4304, 2.88658084937872, 5.3636, 6.23630945886, 12.9216 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1215, '2022-03-27 00:00:00', 0.354886366789892, 0.801200000000001, 0.437457426499996, 1.0776, 0.665494302505042, 1.4492, 2.95484303023584, 5.3984, 6.23474738862771, 12.978 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1230, '2022-03-27 00:00:00', 0.383141836226049, 0.823200000000002, 0.585576069638555, 1.0908, 0.625565877159769, 1.3792, 3.2021034753216, 5.49, 6.25391629301192, 12.9824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1245, '2022-03-27 00:00:00', 0.441568416744979, 0.8208, 0.473913845897476, 1.0388, 0.754959822330523, 1.3532, 3.40497430239936, 5.576, 6.24429878635971, 12.9544 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1260, '2022-03-27 00:00:00', 0.354714908999701, 0.836800000000003, 0.481946400892604, 1.0584, 0.745335942154051, 1.4744, 3.40724962396359, 5.592, 6.24160684439512, 12.9568 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1275, '2022-03-27 00:00:00', 0.309131579320739, 0.730399999999997, 0.590478054912568, 1.0532, 0.680734162503981, 1.4936, 3.41169542407681, 5.6436, 6.21082589784429, 12.972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1290, '2022-03-27 00:00:00', 0.449156617079908, 0.781999999999999, 0.510645996100366, 1.1452, 0.565678059205648, 1.502, 3.52162807992743, 5.7168, 6.19870166513386, 13.0276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1305, '2022-03-27 00:00:00', 0.350505349459893, 0.850400000000001, 0.427626004821972, 1.0916, 0.580566390116871, 1.4836, 3.42776773814485, 5.704, 6.13519649237088, 12.9988 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1320, '2022-03-27 00:00:00', 0.33207579456102, 0.840799999999998, 0.4418151951514, 1.0944, 0.784404657473851, 1.8136, 3.39657513779199, 5.6968, 6.09756858646679, 12.9752 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1335, '2022-03-27 00:00:00', 0.372407482918015, 0.8196, 0.492651668693678, 1.2116, 2.5715878363377, 4.1684, 3.40308056521343, 5.7764, 6.07864329709626, 12.9572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1350, '2022-03-27 00:00:00', 0.392231649241448, 0.9796, 0.700912976053376, 1.5796, 2.65693884009399, 4.5336, 3.38065945243429, 5.782, 6.01982106600077, 12.9204 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1365, '2022-03-27 00:00:00', 0.570767027779287, 1.258, 2.61804812789987, 3.9148, 2.6929594624997, 4.5784, 3.3333180666317, 5.7252, 5.97408453237816, 12.9388 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 990, '2022-03-27 00:00:00', 0.996054215391911, 2.6964, 1.19025949551628, 3.2748, 1.30331308594673, 3.678, 2.03794888715754, 5.0476, 4.93538657722641, 12.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1005, '2022-03-27 00:00:00', 0.746410744831558, 1.8204, 0.812208922219729, 2.312, 1.02900842238212, 2.786, 1.78029613641476, 4.3472, 4.88248304315199, 12.1464 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1020, '2022-03-27 00:00:00', 0.713080640601052, 1.6956, 0.993749297693676, 2.0928, 1.39873967079892, 2.5932, 1.79084868149155, 4.1984, 5.03722251510361, 12.1476 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1035, '2022-03-27 00:00:00', 0.645716656127127, 1.344, 0.721751342222514, 1.772, 1.21859892226004, 2.376, 1.54441607088245, 3.8228, 4.88843355960441, 12.0392 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1050, '2022-03-27 00:00:00', 0.47113444648706, 1.2652, 0.811994868620895, 1.6876, 1.0805720707107, 2.2212, 1.5856535981523, 3.6884, 4.85542178051162, 12.0496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1065, '2022-03-27 00:00:00', 0.730342385460405, 1.206, 1.05686249499797, 1.662, 1.09613685276976, 2.1192, 1.64286264388313, 3.5732, 4.86408614232931, 12.0456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1080, '2022-03-27 00:00:00', 0.595114274740575, 1.1388, 0.618671156592907, 1.4296, 0.922507091210327, 2.0412, 1.49702671986842, 3.4584, 4.81313196716372, 11.9068 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1095, '2022-03-27 00:00:00', 0.459356433865182, 0.994, 0.726877339491794, 1.5456, 0.852543840514962, 1.9268, 1.56692639691, 3.45, 4.89290551036226, 11.9092 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1110, '2022-03-27 00:00:00', 0.48343493185054, 1.1652, 0.59048652256706, 1.4408, 0.598581100046884, 1.7792, 1.55530039970847, 3.3852, 4.83436655623051, 11.824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1125, '2022-03-27 00:00:00', 0.344113353417156, 0.878399999999999, 0.415742308006613, 1.148, 0.57407171445154, 1.692, 1.44242134389828, 3.3028, 4.67005174846418, 12.122 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1140, '2022-03-27 00:00:00', 0.417739153060857, 0.9168, 0.421225197093749, 1.2116, 0.681816690907463, 1.7264, 1.60193632832269, 3.392, 4.75391196805326, 12.1504 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1155, '2022-03-27 00:00:00', 0.317826996965329, 0.921599999999996, 0.463545035568281, 1.2836, 0.805888122921953, 1.7916, 2.4879715968368, 4.8812, 4.79266366439374, 12.126 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1170, '2022-03-27 00:00:00', 0.369124188677289, 0.901200000000002, 0.517256222775523, 1.2404, 0.764253012206473, 1.7508, 2.57200200881207, 5.2512, 4.74613175824973, 12.194 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1185, '2022-03-27 00:00:00', 0.481022175511, 0.893599999999999, 0.828336686780602, 1.322, 0.974498503504922, 1.7616, 2.66473125599312, 5.7152, 4.76691175360596, 12.1768 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1200, '2022-03-27 00:00:00', 0.545419496842783, 0.919583333333332, 0.502635806149134, 1.18416666666667, 0.792568746161056, 1.61, 2.82083282490951, 5.8575, 4.89015379785408, 12.2670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1215, '2022-03-27 00:00:00', 0.314241380036968, 0.852083333333334, 0.55413269482883, 1.1125, 0.807228102920682, 1.56791666666667, 2.91627057351869, 5.92416666666667, 4.9636347131127, 12.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1230, '2022-03-27 00:00:00', 0.489728555396778, 0.85083333333333, 0.648880306507998, 1.0925, 0.867625027535397, 1.60916666666667, 2.96446294962682, 5.97333333333334, 5.00011644791935, 12.2758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1245, '2022-03-27 00:00:00', 0.370246441625349, 0.819583333333333, 0.552976137546324, 1.16, 0.758441264814827, 1.62375, 2.99039522253439, 5.99875, 4.99799784188991, 12.2854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1260, '2022-03-27 00:00:00', 0.538524386163481, 0.904583333333335, 0.802270216323653, 1.25875, 0.85386419176062, 1.59666666666666, 2.94367560830954, 5.975, 5.0319677879375, 12.2795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1275, '2022-03-27 00:00:00', 0.488232541411112, 0.838333333333335, 0.569889386673832, 1.105, 0.881689336986972, 1.5275, 2.89919775885115, 5.92458333333334, 5.02458708376309, 12.2666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1290, '2022-03-27 00:00:00', 0.531429573230873, 0.865, 0.755650693782845, 1.18583333333333, 1.06871240081332, 1.60625, 2.85513112341343, 5.93541666666667, 5.00834244253916, 12.27375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1305, '2022-03-27 00:00:00', 0.427698381803232, 0.812916666666666, 0.574041734583368, 1.0925, 0.905559219488157, 1.64875, 3.03968200091172, 6.00333333333334, 4.91784592219935, 12.2479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1320, '2022-03-27 00:00:00', 0.385332295896504, 0.821249999999999, 0.603210612869387, 1.1925, 0.874795214131094, 1.94333333333334, 3.142023689013, 6.05208333333334, 4.93818159852389, 12.26125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1335, '2022-03-27 00:00:00', 0.418716984422032, 0.912500000000001, 0.598736441255212, 1.27625, 2.12995254080624, 4.1725, 3.150253239188, 6.08458333333334, 4.91200717556007, 12.2716666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1350, '2022-03-27 00:00:00', 0.528703637430161, 0.988333333333331, 0.798919106750138, 1.6775, 2.34213252883108, 4.5775, 3.16866150935526, 6.03375, 4.93602983983182, 12.2391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1365, '2022-03-27 00:00:00', 0.6684156241743, 1.41608695652174, 1.95242192760663, 4.13173913043478, 2.30358605128008, 5.18217391304348, 2.94929421449206, 6.23, 4.5369870380462, 12.7717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 990, '2022-03-27 00:00:00', 1.08606407631668, 2.41521739130435, 1.21061069748683, 3.02347826086956, 1.72215039305067, 3.77260869565218, 2.01516297558828, 4.98, 4.4969988235458, 11.865652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1005, '2022-03-27 00:00:00', 0.809465983142969, 1.58478260869565, 1.15358711899306, 2.39782608695652, 1.49458006316737, 2.97826086956522, 1.60633528364357, 4.31695652173913, 4.50754010371081, 11.6378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1020, '2022-03-27 00:00:00', 0.822407773221138, 1.71, 0.857331552728787, 2.02086956521739, 1.31020108283818, 2.59217391304348, 1.30718748863152, 3.93130434782609, 4.5360282377773, 11.5839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1035, '2022-03-27 00:00:00', 0.534336794799578, 1.14391304347827, 0.864306480190681, 1.69434782608696, 1.06438462244901, 2.25347826086957, 1.23572737057465, 3.54304347826087, 4.51955032916612, 11.5347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1050, '2022-03-27 00:00:00', 0.623598190790602, 1.26739130434783, 0.827637955255941, 1.60130434782609, 0.965886105283355, 2.15217391304348, 1.20478705907206, 3.50869565217391, 4.58225715476675, 11.5352173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1065, '2022-03-27 00:00:00', 0.520465738526791, 1.01130434782608, 0.664553700278131, 1.4595652173913, 0.835630693623976, 1.93173913043478, 1.24541705318485, 3.36, 4.5889243704239, 11.4478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1080, '2022-03-27 00:00:00', 0.485165714731563, 1.06304347826087, 0.593761041087277, 1.40391304347827, 0.733836364782148, 1.82391304347827, 1.14670140432108, 3.16826086956522, 4.60854079089508, 11.3613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1095, '2022-03-27 00:00:00', 0.422893757857435, 0.888695652173914, 0.541540767774742, 1.29130434782609, 0.97723150937989, 1.77217391304348, 1.20930565123246, 2.99739130434783, 4.66597765005685, 11.3373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:13 Duration: 974ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1110, '2022-03-27 00:00:00', 0.186220513666311, 0.277916666666667, 0.220588393009321, 0.406250000000001, 0.297948298209264, 0.564166666666668, 0.514552711346101, 0.980833333333333, 2.03206893747891, 3.75458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1125, '2022-03-27 00:00:00', 0.160094514656775, 0.249583333333333, 0.190466627606737, 0.345833333333334, 0.286497780551385, 0.50125, 0.568162560938482, 0.955000000000001, 2.01761517998174, 3.86333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1140, '2022-03-27 00:00:00', 0.189597208442728, 0.270833333333334, 0.260428854787248, 0.378333333333334, 0.293300805179326, 0.499166666666668, 0.649413894059175, 0.980833333333334, 2.01373958133848, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1155, '2022-03-27 00:00:00', 0.14720339866902, 0.235833333333334, 0.179586885031626, 0.340833333333334, 0.290530499284486, 0.500833333333334, 1.15300238193753, 1.74833333333333, 2.03057498817667, 3.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1170, '2022-03-27 00:00:00', 0.134883202293204, 0.237499999999999, 0.161702334329274, 0.325416666666667, 0.306664795993032, 0.487916666666666, 1.3900140104601, 2.01791666666667, 2.02905949334568, 3.91708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1185, '2022-03-27 00:00:00', 0.127585577986482, 0.205416666666668, 0.219936996907513, 0.31625, 0.307900499173523, 0.43875, 1.47583702607579, 2.06916666666667, 2.02958869075071, 3.91958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1200, '2022-03-27 00:00:00', 0.145420429958363, 0.215833333333333, 0.207028230939156, 0.302083333333334, 0.295215163488639, 0.462916666666668, 1.48466014995674, 2.08375, 2.02028176396192, 3.91083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1215, '2022-03-27 00:00:00', 0.176725448246627, 0.216666666666667, 0.22466722573362, 0.311666666666668, 0.348835537014305, 0.499166666666667, 1.4719492523349, 2.06541666666667, 2.01137269263945, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1230, '2022-03-27 00:00:00', 0.150303437047881, 0.217916666666668, 0.255766820887048, 0.344166666666668, 0.344944597525922, 0.467083333333335, 1.48578719437089, 2.10375, 2.00991126597705, 3.92291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1245, '2022-03-27 00:00:00', 0.178512371186613, 0.231666666666667, 0.272289008863425, 0.3475, 0.271565176205523, 0.407916666666666, 1.44847120806032, 2.11583333333334, 1.98181881036119, 3.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1260, '2022-03-27 00:00:00', 0.137173855623681, 0.224166666666667, 0.156072725522987, 0.282500000000001, 0.227441663168664, 0.380833333333334, 1.4398286431861, 2.1325, 1.96899992087501, 3.87958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1275, '2022-03-27 00:00:00', 0.117349965883053, 0.201666666666667, 0.142103758785154, 0.2625, 0.207005916039524, 0.380833333333333, 1.44838984813272, 2.17625, 1.97494519278201, 3.88541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1290, '2022-03-27 00:00:00', 0.127494671670416, 0.191249999999998, 0.187565930437458, 0.29375, 0.231566811969672, 0.388333333333333, 1.48430630847925, 2.215, 1.97597742278659, 3.88458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1305, '2022-03-27 00:00:00', 0.135164955581657, 0.2, 0.171793607210109, 0.275, 0.303757865049962, 0.430833333333333, 1.44571875459624, 2.20375, 1.96558635275709, 3.87583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1320, '2022-03-27 00:00:00', 0.11208175070269, 0.186666666666666, 0.157336872043231, 0.27375, 0.356220091549015, 0.528333333333334, 1.41879305463625, 2.21458333333333, 1.95959327338646, 3.85166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1335, '2022-03-27 00:00:00', 0.133410530188652, 0.196249999999999, 0.208178783253964, 0.325833333333332, 0.886546793683956, 1.445, 1.49237913112402, 2.26291666666667, 1.9585593918246, 3.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1350, '2022-03-27 00:00:00', 0.174353879688176, 0.250833333333333, 0.287318625838325, 0.429583333333334, 1.15204889942513, 1.73083333333333, 1.48423008636645, 2.26208333333333, 1.95402367296119, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1365, '2022-03-27 00:00:00', 0.174749821173014, 0.276250000000001, 0.863544158970896, 1.34708333333333, 1.22353898382011, 1.77291666666667, 1.47288825741825, 2.21208333333333, 1.93314562119713, 3.83541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 990, '2022-03-27 00:00:00', 0.403291267143047, 0.800384615384616, 0.618553647943825, 1.14615384615385, 0.836336424762556, 1.30884615384615, 1.30500674917205, 1.86884615384615, 1.8247098821035, 3.63692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1005, '2022-03-27 00:00:00', 0.373561034041086, 0.650384615384616, 0.475396514663123, 0.804615384615385, 0.578164868687659, 0.958846153846155, 1.20122373500463, 1.64230769230769, 1.72044627484132, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1020, '2022-03-27 00:00:00', 0.260534362121685, 0.493076923076923, 0.389540952720193, 0.656923076923078, 0.470187687565788, 0.832692307692309, 1.17364029347221, 1.54346153846154, 1.70204478834679, 3.40269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1035, '2022-03-27 00:00:00', 0.199058166991849, 0.411923076923078, 0.325130033158333, 0.57846153846154, 0.380741988147435, 0.742692307692308, 1.15927829007799, 1.43692307692308, 1.70891819131736, 3.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1050, '2022-03-27 00:00:00', 0.263877594000294, 0.410769230769232, 0.317164601769152, 0.525769230769232, 0.403398066430665, 0.685000000000001, 1.13968612413175, 1.36730769230769, 1.72288291490209, 3.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1065, '2022-03-27 00:00:00', 0.246472029931312, 0.377307692307692, 0.306330138651347, 0.523076923076923, 0.335343910726792, 0.673461538461539, 1.11615390446906, 1.30346153846154, 1.72737564397111, 3.29115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1080, '2022-03-27 00:00:00', 0.201798452384095, 0.341153846153847, 0.227752902539978, 0.42076923076923, 0.370868419544432, 0.63923076923077, 1.11814103967942, 1.23076923076923, 1.76114949350177, 3.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1095, '2022-03-27 00:00:00', 0.157265576457345, 0.277307692307691, 0.225901612348249, 0.423461538461541, 0.339267083351972, 0.616923076923078, 1.11676875920598, 1.18269230769231, 1.76792155238422, 3.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1110, '2022-03-27 00:00:00', 0.212627518300106, 0.337692307692309, 0.326345734553921, 0.471538461538463, 0.847727459832372, 0.794615384615384, 1.11838069753344, 1.15923076923077, 1.78134607703103, 3.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1125, '2022-03-27 00:00:00', 0.178705171893649, 0.293461538461539, 0.22742572752101, 0.407692307692308, 1.12696030917754, 0.783461538461539, 1.11683233367344, 1.09769230769231, 1.87105322047401, 3.45192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1140, '2022-03-27 00:00:00', 0.200204895045052, 0.285000000000002, 0.823811778353435, 0.564615384615386, 1.11738107265984, 0.737307692307694, 1.1028388542582, 1.08846153846154, 1.95386500596599, 3.57269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1155, '2022-03-27 00:00:00', 0.665497847190646, 0.419230769230769, 0.968800050816234, 0.561538461538462, 0.957283335598914, 0.63923076923077, 1.45431432429381, 1.77692307692308, 1.85337434468551, 3.70269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1170, '2022-03-27 00:00:00', 0.466351633591916, 0.349615384615385, 0.466597668891933, 0.434230769230769, 0.526431820408362, 0.547692307692307, 1.18196030129872, 1.83692307692308, 1.70873272879685, 3.67346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1185, '2022-03-27 00:00:00', 0.178808449292704, 0.257307692307692, 0.203797788166455, 0.331538461538462, 0.437782524161872, 0.528461538461539, 1.19661779773082, 1.89307692307692, 1.72319118096451, 3.69038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1200, '2022-03-27 00:00:00', 0.191456361768261, 0.243461538461539, 0.297271955260862, 0.358846153846154, 0.437031419395063, 0.527307692307693, 1.1884496041223, 1.91730769230769, 1.71241098589544, 3.70923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1215, '2022-03-27 00:00:00', 0.179129519106663, 0.249230769230769, 0.302559339380152, 0.366923076923077, 0.334492957267473, 0.491538461538462, 1.18162319908479, 1.91576923076923, 1.71033743859104, 3.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1230, '2022-03-27 00:00:00', 0.162725346708922, 0.226538461538463, 0.221788534072785, 0.316923076923078, 0.277464342823474, 0.447692307692308, 1.1751219249344, 1.91653846153846, 1.71376077677137, 3.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1245, '2022-03-27 00:00:00', 0.20664834492814, 0.236538461538463, 0.222264222526669, 0.315769230769232, 0.26792880799542, 0.454615384615386, 1.1763942301012, 1.91923076923077, 1.71420028450138, 3.72884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1260, '2022-03-27 00:00:00', 0.211101506754086, 0.239615384615385, 0.24701448104545, 0.341923076923075, 0.247147417857937, 0.474615384615384, 1.17074867565095, 1.89730769230769, 1.70795838536946, 3.74461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1275, '2022-03-27 00:00:00', 0.123565616327769, 0.227307692307693, 0.165434625712441, 0.313846153846155, 0.208590876708819, 0.426923076923078, 1.12357615879627, 1.87923076923077, 1.66807028075512, 3.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1290, '2022-03-27 00:00:00', 0.0870411043481989, 0.218076923076922, 0.130596265702296, 0.309230769230769, 0.184199306772269, 0.41423076923077, 1.12564982941479, 1.86346153846154, 1.66383158356293, 3.75653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1305, '2022-03-27 00:00:00', 0.111760733437381, 0.212307692307692, 0.132179365316166, 0.29076923076923, 0.207394458794013, 0.447307692307694, 1.1278783349553, 1.86153846153846, 1.6674515331441, 3.75884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1320, '2022-03-27 00:00:00', 0.103795657238336, 0.211538461538461, 0.186724395835147, 0.315, 0.242436351678919, 0.48923076923077, 1.12574658987509, 1.86423076923077, 1.65944703486989, 3.77269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1335, '2022-03-27 00:00:00', 0.189948981004416, 0.263846153846154, 0.206880121363519, 0.37923076923077, 1.1322943352055, 1.52230769230769, 1.11869456888891, 1.86846153846154, 1.64962037590937, 3.77923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1350, '2022-03-27 00:00:00', 0.0925344010874637, 0.258846153846155, 0.184244402900061, 0.385000000000001, 1.01899950932275, 1.59, 1.00126942504925, 1.82730769230769, 1.57486062875418, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1365, '2022-03-27 00:00:00', 0.191430244375174, 0.318461538461539, 1.00871769322015, 1.44076923076923, 1.04365902182952, 1.63807692307692, 0.996115223486488, 1.80846153846154, 1.58506398803135, 3.77038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 990, '2022-03-27 00:00:00', 0.664191353335885, 0.836923076923077, 0.654241075304344, 0.990769230769231, 0.64288101542976, 1.18, 0.696547088253082, 1.35538461538461, 1.46116749948062, 3.57230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1005, '2022-03-27 00:00:00', 0.245442144208865, 0.515384615384615, 0.265093597404038, 0.678846153846153, 0.388417103323018, 0.910384615384615, 0.604553999624134, 1.15846153846154, 1.47675303908999, 3.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1020, '2022-03-27 00:00:00', 0.167945045957116, 0.448461538461538, 0.331981695510227, 0.650384615384613, 0.42512134014438, 0.828076923076923, 0.869132547207495, 1.15076923076923, 1.49489469657436, 3.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1035, '2022-03-27 00:00:00', 0.257257727700332, 0.441538461538459, 0.320008653729142, 0.588461538461538, 0.302854115680496, 0.703846153846152, 0.839991666625333, 1.065, 1.54177964104422, 3.51269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1050, '2022-03-27 00:00:00', 0.198539281135614, 0.415384615384616, 0.237415572038049, 0.503076923076923, 0.245098724222271, 0.60423076923077, 0.8567495819397, 1.02038461538462, 1.55257191088256, 3.50346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1065, '2022-03-27 00:00:00', 0.169962891877564, 0.300769230769231, 0.191210315138553, 0.414230769230768, 0.250869564637759, 0.533461538461538, 0.87473187100611, 0.970384615384615, 1.56916773629061, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1080, '2022-03-27 00:00:00', 0.158850195515728, 0.295769230769231, 0.203554944387543, 0.378846153846155, 0.266522909969223, 0.517692307692308, 0.882426113708026, 0.949615384615385, 1.56904091234594, 3.47423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1095, '2022-03-27 00:00:00', 0.145944668124075, 0.260384615384615, 0.184468050183389, 0.357307692307693, 0.268667366544868, 0.493076923076925, 0.892867549829462, 0.972692307692307, 1.56313196450637, 3.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1110, '2022-03-27 00:00:00', 0.186902278045136, 0.282692307692307, 0.250929349541936, 0.391538461538463, 0.274454984399153, 0.501538461538461, 0.910934347039011, 1.01576923076923, 1.57708904192308, 3.46538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1125, '2022-03-27 00:00:00', 0.146251627209882, 0.248461538461539, 0.197523513692773, 0.346538461538462, 0.431392913889237, 0.519615384615384, 0.903066229788613, 0.993846153846154, 2.09462803747697, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1140, '2022-03-27 00:00:00', 0.1534866568994, 0.246923076923076, 0.175634673289582, 0.333461538461538, 0.403990289296854, 0.478076923076923, 0.868093667402671, 0.981153846153847, 2.33093959265687, 4.09923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1155, '2022-03-27 00:00:00', 0.122810673552675, 0.227692307692308, 0.379244796120679, 0.368846153846154, 0.487126109086597, 0.460384615384615, 1.04993897258548, 1.51961538461539, 2.36566260030071, 4.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1170, '2022-03-27 00:00:00', 0.350576887210429, 0.281923076923075, 0.36498851404478, 0.346153846153844, 0.53721632943851, 0.454230769230768, 1.02552200591474, 1.57923076923077, 2.3730422214144, 4.23576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1185, '2022-03-27 00:00:00', 0.130845769456317, 0.213846153846153, 0.259479953279334, 0.304615384615384, 0.352615065780496, 0.39576923076923, 0.891625740733443, 1.58269230769231, 2.37685224938039, 4.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1200, '2022-03-27 00:00:00', 0.264730922898065, 0.232307692307691, 0.345488951175888, 0.298846153846155, 0.636768766145499, 0.452307692307693, 0.887907566221758, 1.58961538461538, 2.39015635149992, 4.25923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1215, '2022-03-27 00:00:00', 0.140852350407741, 0.209230769230771, 0.164589933330827, 0.285384615384616, 0.424244668159236, 0.483461538461539, 0.881462159404213, 1.58346153846154, 2.403408733125, 4.26846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1230, '2022-03-27 00:00:00', 0.101359983000423, 0.214615384615386, 0.366594305214068, 0.33923076923077, 0.365596035999383, 0.527307692307693, 0.872730463280881, 1.59769230769231, 2.41139056594706, 4.27269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1245, '2022-03-27 00:00:00', 0.283592340137418, 0.233846153846154, 0.297495184188562, 0.379230769230769, 0.305446961277808, 0.505384615384615, 0.854541172433849, 1.62615384615385, 2.42931813795242, 4.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1260, '2022-03-27 00:00:00', 0.187824795610575, 0.286923076923076, 0.218477599626282, 0.382692307692308, 0.259276211492984, 0.488076923076924, 0.837118592829916, 1.62346153846154, 2.46626672086811, 4.30653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1275, '2022-03-27 00:00:00', 0.138092499657072, 0.258461538461538, 0.195360022680022, 0.338461538461538, 0.287140008733345, 0.465769230769231, 0.844025154564994, 1.61769230769231, 2.4637145501489, 4.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1290, '2022-03-27 00:00:00', 0.15489798131475, 0.235769230769231, 0.229451855181331, 0.338076923076924, 0.380035018629358, 0.511153846153846, 0.861992771699124, 1.62653846153846, 2.46393656261994, 4.32076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1305, '2022-03-27 00:00:00', 0.150888649723512, 0.239230769230769, 0.212867600598624, 0.336153846153846, 0.303159770012192, 0.464615384615384, 0.851356925962675, 1.61384615384615, 2.46071384264498, 4.31615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1320, '2022-03-27 00:00:00', 0.176693128158572, 0.267307692307693, 0.256383426801464, 0.372692307692309, 0.267119103368919, 0.483846153846154, 0.872716801364918, 1.61115384615385, 2.45625230475523, 4.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1335, '2022-03-27 00:00:00', 0.162503964448683, 0.25346153846154, 0.178303112704181, 0.340000000000001, 0.852831663432971, 1.25461538461538, 0.853675492300116, 1.61461538461538, 2.45185518458041, 4.33538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1350, '2022-03-27 00:00:00', 0.121721624398271, 0.248076923076924, 0.188863809295318, 0.371538461538462, 0.829791910893699, 1.31115384615385, 0.836809324848765, 1.60461538461538, 2.43040120144802, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1365, '2022-03-27 00:00:00', 0.142595716841491, 0.288461538461538, 0.821919704107403, 1.17, 0.793892552311322, 1.35423076923077, 0.821013726110311, 1.60346153846154, 2.42812599470329, 4.30961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 990, '2022-03-27 00:00:00', 0.45954760362774, 0.724399999999999, 0.57198484828417, 0.885999999999998, 0.579202900545223, 1.0648, 0.668686523467211, 1.396, 2.47764491671695, 4.2792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1005, '2022-03-27 00:00:00', 0.260865865915799, 0.534799999999999, 0.285585947366696, 0.695199999999999, 0.384301530918973, 0.827199999999999, 0.525777202498041, 1.208, 2.38286088557431, 4.2052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1020, '2022-03-27 00:00:00', 0.231129833643346, 0.4528, 0.324089493813052, 0.5844, 0.365063008260218, 0.7072, 0.519891655379592, 1.0896, 2.41367458452874, 4.182 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1035, '2022-03-27 00:00:00', 0.278919343180068, 0.407200000000001, 0.332286522948694, 0.493200000000001, 0.351111568213487, 0.6772, 0.543978247114104, 1.0696, 2.40928806911917, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1050, '2022-03-27 00:00:00', 0.136957414305809, 0.316399999999999, 0.172750301495155, 0.4348, 0.247095123383688, 0.6068, 0.461194825064924, 1.0144, 2.41979289747422, 4.1632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1065, '2022-03-27 00:00:00', 0.13723702124427, 0.315600000000001, 0.215230883781426, 0.459200000000001, 0.240903161733784, 0.584800000000001, 0.487489487066129, 1.0028, 2.42417250486291, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1080, '2022-03-27 00:00:00', 0.174869475133123, 0.3328, 0.20037464909514, 0.432, 0.271369981145053, 0.546, 0.503895822566529, 0.978799999999999, 2.40633365655444, 4.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1095, '2022-03-27 00:00:00', 0.137485756838057, 0.287600000000002, 0.182366846402154, 0.379200000000001, 0.277366784841541, 0.496400000000001, 0.500743780124459, 0.9388, 2.40926005238123, 4.1744 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1110, '2022-03-27 00:00:00', 0.132853302555864, 0.28, 0.183323939153255, 0.3592, 0.271589764166472, 0.488800000000001, 0.424767387323147, 0.922399999999999, 2.43590660740514, 4.1792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1125, '2022-03-27 00:00:00', 0.103348923555111, 0.216800000000001, 0.151217282962851, 0.308000000000002, 0.227596133534819, 0.444000000000002, 0.364107584833567, 0.8792, 2.49590618146329, 4.3632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1140, '2022-03-27 00:00:00', 0.131898951221507, 0.241599999999999, 0.21383404780343, 0.344, 0.23124518012995, 0.470800000000001, 0.371203897249655, 0.904399999999998, 2.53991942129404, 4.4064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1155, '2022-03-27 00:00:00', 0.130630522211822, 0.216800000000002, 0.139401099947838, 0.309200000000001, 0.232086909008959, 0.4532, 0.752589972472836, 1.502, 2.55146670237597, 4.4436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1170, '2022-03-27 00:00:00', 0.127962234011967, 0.2408, 0.161020702602698, 0.3412, 0.232021550723202, 0.454399999999999, 0.840977209362218, 1.5952, 2.56175018298038, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1185, '2022-03-27 00:00:00', 0.0891945439288016, 0.2184, 0.153929637605411, 0.298799999999999, 0.223019431141474, 0.437200000000001, 0.924304783787973, 1.6868, 2.56156527667492, 4.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1200, '2022-03-27 00:00:00', 0.111806380259208, 0.215600000000001, 0.149764259198693, 0.312800000000001, 0.202333882481408, 0.418400000000001, 0.936996442540382, 1.7104, 2.55499021524545, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1215, '2022-03-27 00:00:00', 0.133525278505606, 0.230400000000001, 0.176542723818722, 0.314400000000002, 0.287938072045594, 0.442, 0.92707550933028, 1.7224, 2.5495478684138, 4.4512 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1230, '2022-03-27 00:00:00', 0.0964831591522596, 0.205600000000001, 0.138452157801894, 0.2724, 0.230259274152713, 0.421199999999999, 0.918709783700307, 1.7288, 2.52908580321032, 4.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1245, '2022-03-27 00:00:00', 0.108355895086516, 0.190799999999999, 0.206830848762947, 0.319599999999999, 0.215593753774701, 0.438399999999999, 0.912720840856246, 1.7352, 2.51709323095775, 4.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1260, '2022-03-27 00:00:00', 0.144485293369258, 0.245199999999999, 0.149499163877261, 0.317999999999999, 0.222671656630713, 0.459199999999998, 0.920162485651311, 1.7364, 2.502966573222, 4.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1275, '2022-03-27 00:00:00', 0.0895358401237561, 0.206, 0.15467385040788, 0.313599999999998, 0.242306967845882, 0.457199999999999, 0.923643509874526, 1.7244, 2.50108889619435, 4.4996 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1290, '2022-03-27 00:00:00', 0.128953479984061, 0.220399999999998, 0.226816372130996, 0.329599999999999, 0.232379000772446, 0.451999999999999, 0.907103999917687, 1.7372, 2.50232738332404, 4.4944 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1305, '2022-03-27 00:00:00', 0.128027340829997, 0.2308, 0.130253598798652, 0.3108, 0.180898682508563, 0.440799999999999, 0.850460659485984, 1.726, 2.47483043190168, 4.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1320, '2022-03-27 00:00:00', 0.0983581889490317, 0.229199999999999, 0.148842198317548, 0.3296, 0.27293344732126, 0.515199999999999, 0.807975865976206, 1.71, 2.46155607966451, 4.448 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1335, '2022-03-27 00:00:00', 0.120784932835185, 0.241600000000002, 0.15414495342588, 0.3324, 0.666216181130419, 1.2476, 0.797370261129253, 1.7008, 2.45913006298298, 4.4304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1350, '2022-03-27 00:00:00', 0.105543040193721, 0.226800000000002, 0.217782766382773, 0.382800000000002, 0.727558703244395, 1.34, 0.773389078450599, 1.6816, 2.46388872854816, 4.4268 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1365, '2022-03-27 00:00:00', 0.173975094002945, 0.315600000000001, 0.612807745817016, 1.186, 0.771806754742835, 1.4476, 0.748668150785112, 1.6696, 2.45308221087947, 4.4296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 990, '2022-03-27 00:00:00', 0.326566991595905, 0.752799999999999, 0.388508687161562, 0.918399999999999, 0.453425113258334, 1.1388, 0.66786974778021, 1.45, 2.35749810887163, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1005, '2022-03-27 00:00:00', 0.23668333274652, 0.5276, 0.319013061383594, 0.738799999999999, 0.383067444018238, 0.873599999999999, 0.654560921534429, 1.214, 2.32037410776797, 4.3788 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1020, '2022-03-27 00:00:00', 0.22233008493379, 0.4884, 0.284413431469049, 0.600799999999999, 0.390366494463855, 0.7712, 0.670382477893528, 1.1428, 2.32120299270299, 4.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1035, '2022-03-27 00:00:00', 0.178384416359725, 0.3628, 0.341224754865957, 0.555200000000001, 0.368487901203463, 0.698, 0.65742249226303, 1.1028, 2.34523829635, 4.3748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1050, '2022-03-27 00:00:00', 0.249290326059128, 0.3996, 0.274288777264643, 0.5148, 0.338298684596909, 0.622799999999999, 0.637691147813736, 1.062, 2.34608837571534, 4.3716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1065, '2022-03-27 00:00:00', 0.127544763383946, 0.3048, 0.160475335591903, 0.412400000000001, 0.25637342555993, 0.5624, 0.634845913063425, 0.9872, 2.36022407128363, 4.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1080, '2022-03-27 00:00:00', 0.124668894810748, 0.305600000000001, 0.183245736648905, 0.400399999999998, 0.210544532106631, 0.540399999999999, 0.64800411521327, 0.9752, 2.37864996724332, 4.3456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1095, '2022-03-27 00:00:00', 0.173658669041694, 0.296399999999998, 0.19432532859443, 0.4196, 0.242624538467705, 0.558, 0.63823245504022, 0.9736, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1110, '2022-03-27 00:00:00', 0.101803732740996, 0.281600000000002, 0.13494196283341, 0.364800000000001, 0.204521392524108, 0.500400000000001, 0.685445840311253, 0.978800000000001, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1125, '2022-03-27 00:00:00', 0.0994685880064633, 0.232399999999999, 0.156233799160104, 0.354399999999999, 0.221547587062765, 0.482000000000001, 0.652180445377913, 0.953200000000001, 2.42866307530158, 4.4128 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1140, '2022-03-27 00:00:00', 0.123048770818728, 0.2492, 0.140386371608263, 0.345999999999999, 0.244912909691044, 0.4864, 0.657196571303696, 0.9436, 2.45245434887855, 4.4136 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1155, '2022-03-27 00:00:00', 0.107196082017953, 0.240799999999999, 0.192642155303559, 0.3388, 0.484521413355488, 0.5112, 1.08043586883566, 1.738, 2.44177360402911, 4.424 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1170, '2022-03-27 00:00:00', 0.11814115850682, 0.223600000000002, 0.168176494592239, 0.322000000000002, 0.423061067301952, 0.5084, 1.13670972547964, 1.8844, 2.41112304400529, 4.4132 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1185, '2022-03-27 00:00:00', 0.0889887633356041, 0.2176, 0.389359302786856, 0.3544, 0.382154855174357, 0.4844, 1.19268296989043, 1.9748, 2.41076426332674, 4.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1200, '2022-03-27 00:00:00', 0.109412131378349, 0.221666666666667, 0.150182859555768, 0.323749999999999, 0.19250023527183, 0.427083333333333, 1.2317393734301, 2.02916666666667, 2.45686080929138, 4.42208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1215, '2022-03-27 00:00:00', 0.104214626640396, 0.222083333333332, 0.122047745468375, 0.3, 0.207412894236718, 0.42125, 1.24386028387319, 2.06333333333333, 2.45355786474503, 4.42375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1230, '2022-03-27 00:00:00', 0.110157167035447, 0.222916666666666, 0.161455674358656, 0.296249999999999, 0.240162610974615, 0.444583333333332, 1.25688012353109, 2.08541666666667, 2.46544275354641, 4.41416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1245, '2022-03-27 00:00:00', 0.15383974345619, 0.216666666666667, 0.209518080572911, 0.302500000000001, 0.254890925805472, 0.429583333333334, 1.25430129519603, 2.0975, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1260, '2022-03-27 00:00:00', 0.150438971207502, 0.226666666666667, 0.209844231393849, 0.314583333333332, 0.242710763034426, 0.410416666666666, 1.25090199340374, 2.10083333333333, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1275, '2022-03-27 00:00:00', 0.116785912144241, 0.217083333333333, 0.136626010212794, 0.293333333333334, 0.204375595553801, 0.402916666666666, 1.20701744941339, 2.10291666666667, 2.46491070479413, 4.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1290, '2022-03-27 00:00:00', 0.0906248438279501, 0.209583333333334, 0.139511959904954, 0.29125, 0.247101677716754, 0.44375, 1.1799495659819, 2.10875, 2.4651483404817, 4.41208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1305, '2022-03-27 00:00:00', 0.102306728354819, 0.208333333333332, 0.157369108251539, 0.292083333333332, 0.248275209616557, 0.446666666666665, 1.16643983302096, 2.10583333333333, 2.44252627446447, 4.40041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1320, '2022-03-27 00:00:00', 0.0965003566862826, 0.214166666666666, 0.189066643414892, 0.326249999999999, 0.23271203515149, 0.453749999999999, 1.15011333720021, 2.09291666666667, 2.41543403097063, 4.38458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1335, '2022-03-27 00:00:00', 0.146835582900729, 0.237083333333334, 0.166328098143049, 0.309583333333334, 0.887227810883877, 1.40416666666667, 1.10146937433988, 2.07, 2.39112656124348, 4.36916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1350, '2022-03-27 00:00:00', 0.10392217684681, 0.222083333333334, 0.159725761355455, 0.324166666666668, 0.928766421237006, 1.55625, 1.05667203857273, 2.04083333333334, 2.37972196494355, 4.35625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1365, '2022-03-27 00:00:00', 0.106813346118784, 0.250000000000001, 0.821753162981177, 1.37652173913044, 0.965762104603277, 1.72652173913044, 1.00047478847372, 2.1204347826087, 2.25857242680296, 4.53695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 990, '2022-03-27 00:00:00', 0.494662019801392, 0.807826086956521, 0.602758481119317, 1.05217391304348, 0.777726493070486, 1.31304347826087, 0.790060036744093, 1.64304347826087, 2.23929945637826, 4.15565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1005, '2022-03-27 00:00:00', 0.361536029180022, 0.530869565217393, 0.495217842431441, 0.740434782608695, 0.634989029191589, 0.972608695652174, 0.63035563084966, 1.31130434782609, 2.15224196003736, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1020, '2022-03-27 00:00:00', 0.300761221325096, 0.431304347826086, 0.466704449816219, 0.623043478260869, 0.488335480486496, 0.825217391304348, 0.54036585469198, 1.17956521739131, 2.11454898058767, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1035, '2022-03-27 00:00:00', 0.346709546856475, 0.405652173913044, 0.375438610424698, 0.552173913043478, 0.461978474251707, 0.751739130434782, 0.528961246217527, 1.13, 2.06585166045482, 3.87608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1050, '2022-03-27 00:00:00', 0.232573673991689, 0.347826086956523, 0.284876368719038, 0.480000000000001, 0.361190390270444, 0.63304347826087, 0.490106465807263, 1.0695652173913, 2.04751830890384, 3.86304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1065, '2022-03-27 00:00:00', 0.200240961563182, 0.326521739130435, 0.271777198914483, 0.450869565217391, 0.283849177788533, 0.563913043478261, 0.498220548969047, 1.03652173913043, 2.04003477843717, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1080, '2022-03-27 00:00:00', 0.188691144005454, 0.269565217391305, 0.203221096909867, 0.384782608695653, 0.277562085779832, 0.550434782608695, 0.537920531327551, 1.03304347826087, 2.03926641464067, 3.85565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1095, '2022-03-27 00:00:00', 0.171077727752056, 0.256956521739131, 0.252594442870722, 0.396956521739131, 0.29463248360501, 0.560869565217392, 0.534792265088435, 1.01869565217391, 2.03821581669239, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:14 Duration: 950ms Database: acaweb_fx User: pgperfstats
16 66 22s438ms 50ms 3s276ms 339ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 18 66 22s438ms 339ms [ User: postgres - Total duration: 22s438ms - Times executed: 66 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s276ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s186ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:18:15 Duration: 1s818ms Database: acaweb_fx User: postgres Bind query: yes
17 63 10s375ms 54ms 605ms 164ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 18 63 10s375ms 164ms [ User: postgres - Total duration: 10s375ms - Times executed: 63 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 18:18:16 Duration: 605ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 18:33:14 Duration: 346ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 18:48:13 Duration: 328ms Database: acaweb_fx User: postgres
18 60 11s303ms 57ms 437ms 188ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 18 60 11s303ms 188ms [ User: postgres - Total duration: 11s303ms - Times executed: 60 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988112' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 18:37:27 Duration: 437ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '954108' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 18:58:32 Duration: 424ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988137' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 18:03:02 Duration: 418ms Database: acaweb_fx User: postgres Bind query: yes
19 48 4m20s 3s18ms 12s10ms 5s420ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Mar 27 18 48 4m20s 5s420ms [ User: postgres - Total duration: 4m20s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:52:31 Duration: 12s10ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:14:50 Duration: 9s635ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:15:58 Duration: 7s617ms Database: acaweb_fx User: postgres Bind query: yes
20 37 6s195ms 52ms 774ms 167ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Mar 27 18 37 6s195ms 167ms [ User: postgres - Total duration: 6s195ms - Times executed: 37 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-03-27 18:06:22 Duration: 774ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-03-27 18:06:22 Duration: 688ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 5603 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003671' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-03-27 18:18:11 Duration: 506ms Database: acaweb_fx User: postgres Bind query: yes
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 35s209ms 45s8ms 39s119ms 4 2m36s select updateageforrelevantresults ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 18 4 2m36s 39s119ms [ User: postgres - Total duration: 2m36s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:02:47 Duration: 45s8ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:32:40 Duration: 38s468ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 18:47:39 Duration: 37s790ms Database: acaweb_fx User: postgres
2 6s987ms 8s817ms 7s732ms 4 30s929ms select updateresultsmaterializedview ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 18 4 30s929ms 7s732ms [ User: postgres - Total duration: 30s929ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:47:48 Duration: 8s817ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:02:55 Duration: 7s645ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 18:32:48 Duration: 7s478ms Database: acaweb_fx User: postgres
3 5s177ms 6s47ms 5s474ms 4 21s897ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Mar 27 18 4 21s897ms 5s474ms [ User: postgres - Total duration: 21s897ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:01:07 Duration: 6s47ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:16:07 Duration: 5s378ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 18:46:06 Duration: 5s293ms Database: acaweb_fx User: postgres
4 50ms 19s132ms 5s462ms 162 14m44s with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Mar 27 18 162 14m44s 5s462ms [ User: postgres - Total duration: 14m44s - Times executed: 162 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 18:06:06 Duration: 19s132ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:02:37 Duration: 16s468ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 18:32:57 Duration: 15s585ms Database: acaweb_fx User: postgres Bind query: yes
5 3s18ms 12s10ms 5s420ms 48 4m20s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 18 48 4m20s 5s420ms [ User: postgres - Total duration: 4m20s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:52:31 Duration: 12s10ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:14:50 Duration: 9s635ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:15:58 Duration: 7s617ms Database: acaweb_fx User: postgres Bind query: yes
6 398ms 28s134ms 3s813ms 105 6m40s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Mar 27 18 105 6m40s 3s813ms [ User: postgres - Total duration: 6m40s - Times executed: 105 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:33:32 Duration: 28s134ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:18:02 Duration: 16s983ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:17:37 Duration: 12s670ms Database: acaweb_fx User: postgres Bind query: yes
7 499ms 16s247ms 2s666ms 189 8m23s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Mar 27 18 189 8m23s 2s666ms [ User: postgres - Total duration: 8m23s - Times executed: 189 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:05:46 Duration: 16s247ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:50:45 Duration: 15s452ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:21 Duration: 15s297ms Database: acaweb_fx User: postgres Bind query: yes
8 1s72ms 5s990ms 2s179ms 84 3m3s with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Mar 27 18 84 3m3s 2s179ms [ User: postgres - Total duration: 3m3s - Times executed: 84 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:34:01 Duration: 5s990ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:04:12 Duration: 4s56ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:22:01 Duration: 4s20ms Database: acaweb_fx User: postgres Bind query: yes
9 1s929ms 2s617ms 2s173ms 11 23s910ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?[...];Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Mar 27 18 11 23s910ms 2s173ms [ User: pgperfstats - Total duration: 23s910ms - Times executed: 11 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1095, '2022-03-27 00:00:00', 0.000468877546749856, 0.000743076923076923, 0.000519863887511418, 0.00108230769230769, 0.000841052088389671, 0.00166384615384614, 0.00123341159141877, 0.00260192307692308, 0.00367975358706784, 0.00883230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1110, '2022-03-27 00:00:00', 0.000436625521647385, 0.000694615384615392, 0.000752126421451944, 0.00114692307692307, 0.000918502795104829, 0.00169923076923074, 0.00124741067199836, 0.00255576923076922, 0.00368092866626807, 0.0088396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1125, '2022-03-27 00:00:00', 0.000636441549675874, 0.000774615384615378, 0.000753011594557786, 0.00116769230769229, 0.000845497759629477, 0.00148230769230767, 0.00114493641073005, 0.00240076923076923, 0.00371839138089828, 0.00878769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1140, '2022-03-27 00:00:00', 0.000470995182075618, 0.000702692307692325, 0.000677111966652944, 0.00104615384615386, 0.00068392723409622, 0.00127269230769233, 0.0009460155308532, 0.00222423076923077, 0.00371957907047809, 0.00876269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1155, '2022-03-27 00:00:00', 0.000525139834857216, 0.00060961538461539, 0.000522442930265748, 0.000771153846153851, 0.000601473063531427, 0.00117538461538461, 0.000771584982108537, 0.00212076923076924, 0.00372914978967678, 0.00875307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1170, '2022-03-27 00:00:00', 0.00026995184755804, 0.000485, 0.000356007778653145, 0.000738461538461551, 0.000575964876065861, 0.00119653846153845, 0.000716923019148265, 0.00209115384615385, 0.00372666196275107, 0.00878423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1185, '2022-03-27 00:00:00', 0.000339906095629612, 0.000578076923076927, 0.00042320262468286, 0.000907307692307684, 0.000556374527979704, 0.00117615384615384, 0.000660917427636678, 0.00204961538461539, 0.0037296740422641, 0.00877730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1200, '2022-03-27 00:00:00', 0.000409506269323666, 0.000550769230769226, 0.000522621792945479, 0.000828461538461509, 0.000565368906113537, 0.00114499999999999, 0.000611143694547077, 0.00199384615384615, 0.00373018613682814, 0.00877615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1215, '2022-03-27 00:00:00', 0.000485659741604516, 0.000554230769230762, 0.000512035004812981, 0.000739615384615396, 0.000519807064799402, 0.00119076923076923, 0.000603987264256986, 0.00194384615384615, 0.00374880748218175, 0.00878846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1230, '2022-03-27 00:00:00', 0.000352655857524235, 0.000473076923076948, 0.000466678113412735, 0.000832692307692323, 0.000496445984357447, 0.00115115384615385, 0.000636870352704421, 0.0019196153846154, 0.00374006155852264, 0.00880269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1245, '2022-03-27 00:00:00', 0.000420780958914038, 0.000606153846153846, 0.000469901626366105, 0.000873461538461547, 0.00056275763330775, 0.00119192307692307, 0.000663630573784501, 0.00185846153846154, 0.00372415278956172, 0.00884500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1260, '2022-03-27 00:00:00', 0.000375767726947626, 0.000565769230769248, 0.000419843377390246, 0.000752692307692311, 0.000604448636234818, 0.00111692307692308, 0.000636798362000213, 0.00172807692307691, 0.00372880993595301, 0.00884653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1275, '2022-03-27 00:00:00', 0.000308701498837662, 0.000476153846153823, 0.000440716898490819, 0.00070076923076921, 0.00061473096053976, 0.0010530769230769, 0.000554856599630778, 0.0017053846153846, 0.00372877641304247, 0.00885153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1290, '2022-03-27 00:00:00', 0.000263749589864799, 0.000459615384615381, 0.000462923319784147, 0.000764999999999999, 0.000526140665601896, 0.000909999999999984, 0.000544216727190404, 0.00163961538461537, 0.00372436677116449, 0.00888038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1305, '2022-03-27 00:00:00', 0.000461930564212668, 0.000570384615384611, 0.000502016395686892, 0.000732692307692291, 0.000475021618941206, 0.000861538461538452, 0.000534651719849913, 0.00160730769230769, 0.00371807510165392, 0.00889230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1320, '2022-03-27 00:00:00', 0.000263155116584514, 0.000428846153846136, 0.000251802425600811, 0.000562692307692305, 0.000298342343367735, 0.00081192307692305, 0.000483150717048664, 0.00162884615384614, 0.00371417815736076, 0.00890076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1335, '2022-03-27 00:00:00', 0.00018247022939478, 0.000330769230769229, 0.000207422645451608, 0.000471923076923077, 0.000512934843665499, 0.00111692307692307, 0.000502544908058377, 0.00169923076923077, 0.00371362955362256, 0.00890269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1350, '2022-03-27 00:00:00', 0.000186055409447303, 0.000316153846153842, 0.000236439291281148, 0.000596538461538433, 0.000499520385354412, 0.00114615384615382, 0.000484766081575595, 0.00179307692307692, 0.00371275232760741, 0.00890461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1365, '2022-03-27 00:00:00', 0.000194602553544783, 0.000446923076923058, 0.000561679487033185, 0.00102038461538461, 0.000525469460431488, 0.00113307692307691, 0.000493856410149913, 0.00187307692307692, 0.00371029478405905, 0.00891076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1380, '2022-03-27 00:00:00', 0.000533574714809995, 0.000712608695652189, 0.00047996170795878, 0.000862173913043469, 0.000484532291495625, 0.000985217391304353, 0.000637294181299193, 0.00199434782608696, 0.00379721933835244, 0.00884739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1395, '2022-03-27 00:00:00', 0.000224698304540213, 0.000505652173913045, 0.000276140824473151, 0.000650869565217388, 0.000271994536099524, 0.000819130434782598, 0.000630539012782178, 0.00193608695652174, 0.00397353567629024, 0.00889304347826086 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1410, '2022-03-27 00:00:00', 0.000307259980557464, 0.000437826086956513, 0.00030922828846558, 0.00055695652173913, 0.000324035205231228, 0.000765217391304331, 0.000656867942642332, 0.00205869565217394, 0.00397276941665949, 0.00889173913043477 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 1, 1425, '2022-03-27 00:00:00', 0.0002459289077518, 0.000400869565217401, 0.000220900063251855, 0.000618260869565213, 0.000305379307974746, 0.000747391304347828, 0.000719051307354833, 0.002104347826087, 0.00397276941665949, 0.00889173913043477 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 0, '2022-03-27 00:00:00', 0.000196777500277306, 0.000475769230769239, 0.000392444214555981, 0.000612692307692316, 0.000406743351323838, 0.000761923076923089, 0.000645471801207341, 0.00204461538461542, 0.00385764210566311, 0.00892884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 15, '2022-03-27 00:00:00', 0.000253571413093937, 0.000352307692307712, 0.000261829069315188, 0.000467692307692314, 0.000291338555371831, 0.000753076923076963, 0.000663596726472177, 0.00204615384615389, 0.00385663889137443, 0.00892653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 30, '2022-03-27 00:00:00', 0.000152461344407203, 0.000302692307692292, 0.000244688813362221, 0.000463846153846144, 0.000291546539364418, 0.000750769230769239, 0.000662553684327074, 0.00207423076923079, 0.00385663889137443, 0.00892653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 45, '2022-03-27 00:00:00', 0.000195965852598423, 0.000328846153846156, 0.000238651661181351, 0.000611153846153879, 0.000264235617467572, 0.000797307692307698, 0.00072532433063795, 0.00218923076923079, 0.00385647379789445, 0.00892692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 60, '2022-03-27 00:00:00', 0.000188757883177227, 0.000491538461538462, 0.00019838734450951, 0.000568461538461539, 0.000289080505156509, 0.000916538461538437, 0.000749479511702329, 0.00221346153846157, 0.00386789857475809, 0.00890923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 75, '2022-03-27 00:00:00', 0.000137158527035181, 0.000332692307692318, 0.000232633088459396, 0.000523076923076917, 0.000324689911240799, 0.000966538461538491, 0.000781695691331473, 0.00219807692307696, 0.00386898159925643, 0.00891115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 90, '2022-03-27 00:00:00', 0.000203273593578094, 0.000398076923076926, 0.000267552151638066, 0.000661923076923049, 0.000398491964980285, 0.00109961538461541, 0.000815563703119612, 0.00220807692307696, 0.00386676420080351, 0.00890576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 105, '2022-03-27 00:00:00', 0.000254946148159858, 0.000538461538461488, 0.000326956360296722, 0.000852692307692317, 0.000458711405838285, 0.00120807692307694, 0.000845611021687875, 0.00224500000000004, 0.00386363760444245, 0.00890346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 120, '2022-03-27 00:00:00', 0.000229574857910498, 0.000593846153846193, 0.000354045846661787, 0.000862692307692348, 0.000637226321345408, 0.00127423076923082, 0.000892187286306068, 0.00218307692307696, 0.0038637431830565, 0.00887923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 135, '2022-03-27 00:00:00', 0.000247282149655939, 0.000562692307692305, 0.000347094312166664, 0.000802307692307688, 0.000505937211063238, 0.00115730769230771, 0.000866507135218539, 0.00209115384615385, 0.00387729217565362, 0.00884884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 150, '2022-03-27 00:00:00', 0.000212194395633965, 0.000547692307692266, 0.000347281530661305, 0.000852692307692283, 0.00043708826779742, 0.00122307692307693, 0.000895332254614935, 0.00214038461538461, 0.00388174591963662, 0.00883923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 165, '2022-03-27 00:00:00', 0.000253321625910305, 0.000580384615384592, 0.000353178969667477, 0.000819230769230764, 0.000432003027054911, 0.00116115384615386, 0.000893110381669696, 0.00217692307692307, 0.00388649947302792, 0.00882692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 180, '2022-03-27 00:00:00', 0.000247324452117826, 0.000605769230769237, 0.000353722403109466, 0.000883461538461553, 0.000314338377206169, 0.00107615384615388, 0.000824567765559633, 0.00219000000000001, 0.00388174863451237, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 195, '2022-03-27 00:00:00', 0.000274967970162691, 0.000569230769230792, 0.000338848729580693, 0.000757692307692344, 0.000352982239692693, 0.0010273076923077, 0.00083315941774946, 0.00218115384615385, 0.00390912598927179, 0.00882499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 210, '2022-03-27 00:00:00', 0.000202191455347107, 0.000505769230769265, 0.000187298199096023, 0.000693846153846182, 0.000376375630699751, 0.000971153846153846, 0.000873447986210642, 0.00213923076923077, 0.00391233436120256, 0.00881192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 225, '2022-03-27 00:00:00', 0.000159350605221977, 0.000473846153846167, 0.000319987499755842, 0.000720000000000011, 0.000646679685303783, 0.00108884615384615, 0.000855410652619784, 0.00213923076923075, 0.00391236682250607, 0.00880692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 240, '2022-03-27 00:00:00', 0.000215221174251395, 0.000528076923076958, 0.000268239846750275, 0.000666153846153872, 0.000677063796562321, 0.00108076923076923, 0.000771419071980587, 0.00217076923076923, 0.00392846918708118, 0.00879692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 255, '2022-03-27 00:00:00', 0.000178575991150516, 0.000424230769230739, 0.000587788685210558, 0.000786538461538439, 0.000626921170360496, 0.00100692307692307, 0.000893600581915669, 0.00235499999999999, 0.00406690366060171, 0.00885576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 270, '2022-03-27 00:00:00', 0.00049982643141242, 0.00058230769230769, 0.000550768414266711, 0.000774615384615386, 0.000548651073087469, 0.000964999999999985, 0.000877771303665401, 0.00247230769230769, 0.00407795176717244, 0.00881115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 285, '2022-03-27 00:00:00', 0.000159825385487298, 0.000458076923076952, 0.000267567964047708, 0.00066615384615388, 0.000390596388182942, 0.000948461538461552, 0.000855791131958292, 0.0025023076923077, 0.00404471623041909, 0.00886423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 300, '2022-03-27 00:00:00', 0.000191719747387857, 0.00044269230769233, 0.000200689963721329, 0.00058730769230768, 0.000380346400818232, 0.000899230769230759, 0.00091619984383656, 0.00259692307692308, 0.00404768705084011, 0.0088376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 315, '2022-03-27 00:00:00', 0.000180356911108527, 0.000383846153846115, 0.000290755249969141, 0.000621153846153842, 0.000444386526140642, 0.000919230769230762, 0.000962409156552158, 0.00302923076923077, 0.00405393013487675, 0.00881846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 330, '2022-03-27 00:00:00', 0.000295448550772961, 0.000494615384615414, 0.000336712614280131, 0.000650769230769258, 0.000540569500263713, 0.00108923076923079, 0.000979179955174443, 0.00313576923076922, 0.004056698335422, 0.00881423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 345, '2022-03-27 00:00:00', 0.000138223898634898, 0.000364615384615374, 0.00033638348079808, 0.000624615384615369, 0.000501846436824933, 0.00108461538461537, 0.0010700806583546, 0.00320615384615386, 0.00407734921430393, 0.00877615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 360, '2022-03-27 00:00:00', 0.000305414724344028, 0.000466923076923061, 0.000448408467634346, 0.000753076923076929, 0.000476915731953403, 0.00108384615384616, 0.00110764504172661, 0.00334153846153848, 0.00408022834956766, 0.00877076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 375, '2022-03-27 00:00:00', 0.000349076143335756, 0.000536923076923084, 0.000401478038483597, 0.000783846153846139, 0.000434077802313776, 0.00104346153846153, 0.00116789811199438, 0.003565, 0.00408381887641762, 0.00876384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 390, '2022-03-27 00:00:00', 0.000240901192640027, 0.000535769230769231, 0.000285937325031493, 0.000728076923076945, 0.000308635707590683, 0.000980000000000024, 0.00120912886632675, 0.00382384615384616, 0.00408906346245693, 0.00876000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 405, '2022-03-27 00:00:00', 0.000190996173944779, 0.000506538461538458, 0.000214377094069142, 0.000691538461538483, 0.000302153297821828, 0.00102384615384617, 0.00139342809149016, 0.00401538461538462, 0.00408939574246144, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 420, '2022-03-27 00:00:00', 0.000210757242780881, 0.000528846153846177, 0.000238544625723419, 0.00075653846153849, 0.000396552838656037, 0.00117692307692311, 0.00134680368051403, 0.00416807692307694, 0.00408939574246144, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 435, '2022-03-27 00:00:00', 0.000216226732852331, 0.000595000000000038, 0.000308069173051473, 0.000831153846153868, 0.000643366147695087, 0.00145000000000002, 0.00127985864604112, 0.00428692307692308, 0.00409049722386678, 0.00875653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 450, '2022-03-27 00:00:00', 0.000240394547487122, 0.00061153846153848, 0.000315546900085925, 0.000865384615384648, 0.000757781884591736, 0.00169576923076924, 0.00120704655445239, 0.00443576923076924, 0.00408898243877564, 0.00875423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 465, '2022-03-27 00:00:00', 0.000197120814184122, 0.000633846153846173, 0.000605377441067842, 0.00122461538461539, 0.000814006236982354, 0.00179692307692306, 0.00116516205541746, 0.00458884615384617, 0.00414675131416615, 0.00879230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 480, '2022-03-27 00:00:00', 0.00055418422374348, 0.00103807692307691, 0.000772110394657701, 0.00145769230769229, 0.000861458959243871, 0.00203346153846151, 0.00121440210043399, 0.00477730769230769, 0.0041820316189071, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 495, '2022-03-27 00:00:00', 0.000570493982979123, 0.000980769230769208, 0.000620711254560818, 0.00134769230769227, 0.000846594263005507, 0.0023653846153846, 0.00126983681568207, 0.00478846153846153, 0.00411282878508029, 0.00879615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 510, '2022-03-27 00:00:00', 0.000370132616566224, 0.000966923076923075, 0.000540294506585204, 0.00144692307692307, 0.000897191258230982, 0.00241807692307691, 0.00128337230044071, 0.0048373076923077, 0.00414454607331688, 0.00871307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 525, '2022-03-27 00:00:00', 0.000472104453891938, 0.000988846153846141, 0.000845276559203217, 0.00195269230769231, 0.000926499117854165, 0.00240384615384614, 0.00135614595311632, 0.00485038461538462, 0.00411694135904876, 0.00863692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 540, '2022-03-27 00:00:00', 0.000774079801093843, 0.00157653846153847, 0.000847949563086398, 0.00197769230769228, 0.000773344385420558, 0.00235153846153847, 0.00170734310012325, 0.00491269230769231, 0.00410297363084199, 0.00854384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 555, '2022-03-27 00:00:00', 0.000389969821317565, 0.00115269230769229, 0.000469961209528546, 0.00148653846153845, 0.000753641518536181, 0.00220346153846153, 0.00173366219759923, 0.00474615384615384, 0.00406618197405798, 0.00848961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 570, '2022-03-27 00:00:00', 0.000345025528598394, 0.00109884615384615, 0.000501894411206183, 0.00145500000000003, 0.000746741021938734, 0.00228692307692306, 0.00157922843868087, 0.00480769230769231, 0.0038907853270951, 0.00851769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 585, '2022-03-27 00:00:00', 0.000317956213724709, 0.00109807692307693, 0.000692648095799989, 0.00173576923076922, 0.00109441976196731, 0.00234884615384613, 0.00157856765650185, 0.00477038461538462, 0.00387546183848305, 0.00854730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 600, '2022-03-27 00:00:00', 0.000593489290940897, 0.00127846153846153, 0.000686871278949806, 0.00174192307692306, 0.00109726688430145, 0.00231884615384616, 0.0016685785751766, 0.00471230769230768, 0.003870038063816, 0.00854115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 615, '2022-03-27 00:00:00', 0.000368051835814115, 0.00111692307692306, 0.000662878687126184, 0.00149192307692306, 0.00081251253244771, 0.00206615384615384, 0.00158988054703685, 0.00466807692307693, 0.0036887937573976, 0.00846076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 630, '2022-03-27 00:00:00', 0.000631995618290552, 0.00103230769230768, 0.000643623994389433, 0.00150038461538462, 0.000777443641291498, 0.00201884615384616, 0.00196177584385638, 0.0047273076923077, 0.00360081401053452, 0.00846153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 645, '2022-03-27 00:00:00', 0.000468617771093477, 0.00106115384615385, 0.000540452943941837, 0.00142576923076925, 0.000722453086046765, 0.00203769230769233, 0.00229133269920835, 0.00476846153846155, 0.0035276525426321, 0.00843269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 660, '2022-03-27 00:00:00', 0.000338898895746898, 0.000992692307692338, 0.000501671053733253, 0.00140538461538464, 0.00086242020812632, 0.00211384615384618, 0.00230809415219234, 0.00466115384615387, 0.00357652482811933, 0.0084753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 675, '2022-03-27 00:00:00', 0.000334607232438289, 0.000985000000000014, 0.000551506607813149, 0.00146653846153848, 0.00102766359356478, 0.0022473076923077, 0.0022746688009128, 0.00464307692307694, 0.00349609208204732, 0.00853961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 690, '2022-03-27 00:00:00', 0.000485122664900339, 0.00102000000000001, 0.000784148337615173, 0.00155615384615387, 0.00100271907255302, 0.00221846153846156, 0.00219986576513553, 0.00460576923076924, 0.00338435525049287, 0.00859730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 705, '2022-03-27 00:00:00', 0.000621440633961533, 0.0011126923076923, 0.00078069446402153, 0.00160038461538461, 0.000834415871226004, 0.00224538461538463, 0.00205812195945719, 0.00449499999999999, 0.00326317391507106, 0.00861999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 720, '2022-03-27 00:00:00', 0.000554595486680255, 0.0011080769230769, 0.000651932983813971, 0.00152384615384612, 0.000870463095139586, 0.00235499999999999, 0.00192925669225621, 0.00466076923076922, 0.00314265642166233, 0.00866423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 735, '2022-03-27 00:00:00', 0.000284322676927799, 0.000960769230769214, 0.000497684020855996, 0.00147423076923077, 0.000794241679939996, 0.00216961538461534, 0.00187900874030803, 0.00490461538461537, 0.00300947968924864, 0.00867000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 750, '2022-03-27 00:00:00', 0.000340096140253582, 0.00101423076923077, 0.000582036213517839, 0.00159307692307692, 0.000700857606518901, 0.00210423076923075, 0.00175991927262415, 0.00492961538461538, 0.00283226802295375, 0.00878692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 765, '2022-03-27 00:00:00', 0.000518798760451645, 0.00117192307692306, 0.00056316263534271, 0.00156807692307689, 0.000621458334515229, 0.00195230769230769, 0.00153075913796444, 0.00505653846153846, 0.00276517967144719, 0.00878884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 780, '2022-03-27 00:00:00', 0.000345059192246564, 0.00099461538461535, 0.000443749236185661, 0.00141576923076922, 0.000474177019850025, 0.00199038461538461, 0.00231724149666065, 0.00549192307692306, 0.00277720947383136, 0.00879269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 795, '2022-03-27 00:00:00', 0.000340501892008746, 0.000978461538461552, 0.00038638303036475, 0.00127961538461538, 0.000757203051722879, 0.0021273076923077, 0.00282991687836614, 0.00565153846153845, 0.00280359409439989, 0.00883038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 810, '2022-03-27 00:00:00', 0.000329454794377726, 0.000922692307692297, 0.000479361915627288, 0.00147961538461538, 0.00100325439675854, 0.00235923076923078, 0.00287495040759905, 0.00565961538461537, 0.00288727438679033, 0.00887576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 825, '2022-03-27 00:00:00', 0.000396055357436137, 0.00101961538461539, 0.000671309168714381, 0.00155000000000001, 0.00134573468639022, 0.00257461538461539, 0.00292731402220797, 0.00566923076923075, 0.00283066102636009, 0.00888538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 840, '2022-03-27 00:00:00', 0.000473263627947957, 0.00106230769230773, 0.000695043994180345, 0.0016769230769231, 0.00108028258411328, 0.00255769230769233, 0.0028491845257088, 0.00565730769230769, 0.00273050471524957, 0.00881000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 855, '2022-03-27 00:00:00', 0.000558101727699836, 0.00116846153846155, 0.00104298152502258, 0.00186769230769231, 0.00104504633684532, 0.00249461538461538, 0.0028577868790646, 0.00556461538461537, 0.00268261367957562, 0.00876192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 870, '2022-03-27 00:00:00', 0.000865947680068102, 0.00140423076923076, 0.000832893381301214, 0.00187076923076922, 0.000914886541935889, 0.00241576923076921, 0.00285562174288919, 0.00538346153846152, 0.00273708595744848, 0.00873653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 885, '2022-03-27 00:00:00', 0.00044870908855721, 0.00110961538461537, 0.000774844897630858, 0.00167384615384615, 0.00086374426414662, 0.00232692307692306, 0.00295661316113815, 0.00521423076923077, 0.00280189982251055, 0.00884884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 900, '2022-03-27 00:00:00', 0.000636228309287174, 0.00119769230769232, 0.000783627855161239, 0.00165615384615386, 0.00111552760887119, 0.00245461538461537, 0.00299068865236498, 0.00509884615384613, 0.00290784173201733, 0.00881653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 915, '2022-03-27 00:00:00', 0.00047812196705925, 0.00108615384615386, 0.000607328576637072, 0.00169, 0.0010717919574246, 0.00288499999999999, 0.00303923019099346, 0.0049480769230769, 0.00287093297620236, 0.00883192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 930, '2022-03-27 00:00:00', 0.000408604378906475, 0.00132846153846154, 0.00076486217964166, 0.00196692307692307, 0.000893916189497755, 0.00284692307692307, 0.00306577654863395, 0.00483461538461536, 0.00291057065512274, 0.00881846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 945, '2022-03-27 00:00:00', 0.000833710612032382, 0.00153576923076923, 0.000938207128188994, 0.00228384615384616, 0.00103268939406553, 0.00298076923076922, 0.00311701820038615, 0.00469769230769228, 0.00286902215987368, 0.00901192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 960, '2022-03-27 00:00:00', 0.000562060084387359, 0.00165653846153845, 0.000713867042134704, 0.00218692307692306, 0.00245425699237371, 0.0033057692307692, 0.00306919052219612, 0.00448769230769226, 0.002779053519013, 0.00898769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 975, '2022-03-27 00:00:00', 0.000547873651913937, 0.00131153846153846, 0.000847364148403734, 0.00187499999999999, 0.00299668927574827, 0.00316884615384614, 0.0029642886810524, 0.00418923076923073, 0.00276221095946988, 0.00883576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 990, '2022-03-27 00:00:00', 0.000820347112273469, 0.00136423076923076, 0.00247386900343446, 0.00234961538461538, 0.0030049552153325, 0.00307961538461539, 0.00292371039289778, 0.00402230769230769, 0.0027406830142531, 0.0087192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1005, '2022-03-27 00:00:00', 0.00178857541076691, 0.001825, 0.00230210515699138, 0.00240807692307694, 0.00232097061924203, 0.00288384615384616, 0.00226729974944784, 0.00378807692307692, 0.00265427982409833, 0.00869576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1020, '2022-03-27 00:00:00', 0.000800821981562596, 0.00131038461538464, 0.000970488298982304, 0.00180346153846155, 0.00105565531962194, 0.00230192307692309, 0.00167143715222746, 0.00343692307692308, 0.00263946256184562, 0.00869115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1035, '2022-03-27 00:00:00', 0.000454798687502366, 0.00116538461538461, 0.000627768698217349, 0.00149846153846153, 0.000914448131178224, 0.00201923076923075, 0.00141173019867332, 0.00314307692307689, 0.00238557501534665, 0.00859192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1050, '2022-03-27 00:00:00', 0.000476486499929829, 0.00102076923076923, 0.000639681651592881, 0.00145615384615382, 0.000949080283545798, 0.00195576923076922, 0.00149425319654488, 0.00303384615384615, 0.0024503816971114, 0.00856769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1065, '2022-03-27 00:00:00', 0.000565764968869591, 0.000984999999999979, 0.000756033068059888, 0.00136499999999998, 0.00104147654059771, 0.00185576923076924, 0.00154801376459793, 0.00288884615384617, 0.00247559111822117, 0.00863076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1080, '2022-03-27 00:00:00', 0.00034546490415094, 0.000884999999999991, 0.000578950775109587, 0.00124000000000001, 0.000764382204035465, 0.00169807692307695, 0.00113848590410515, 0.00267307692307692, 0.00234727970212331, 0.00855500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1095, '2022-03-27 00:00:00', 0.00031416311295006, 0.000777692307692321, 0.000597505197917507, 0.00121269230769232, 0.000635639472076354, 0.00162153846153847, 0.00111143040198722, 0.00259153846153848, 0.00232262706036474, 0.00863730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1110, '2022-03-27 00:00:00', 0.000605106475055271, 0.000915384615384626, 0.000608879424718991, 0.00122307692307696, 0.00065218591025753, 0.00156230769230772, 0.00104579068357207, 0.00253307692307694, 0.00227222899712697, 0.00870615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1125, '2022-03-27 00:00:00', 0.000477782860239319, 0.000822692307692317, 0.000570024021086286, 0.00117076923076921, 0.000652533641926726, 0.00151192307692307, 0.00102832589865575, 0.00247692307692309, 0.00236791271278836, 0.00870884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1140, '2022-03-27 00:00:00', 0.000290609968593917, 0.000723076923076929, 0.000445222848262956, 0.00104923076923079, 0.000580365004511417, 0.00142653846153847, 0.00103295572918762, 0.00240846153846157, 0.00238133734243211, 0.00872346153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1155, '2022-03-27 00:00:00', 0.000409480721815388, 0.000722307692307693, 0.000596133825966576, 0.00102346153846152, 0.000725637756629403, 0.0014230769230769, 0.00102659564356401, 0.00249884615384615, 0.00265181287772377, 0.00884346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1170, '2022-03-27 00:00:00', 0.000317038459205445, 0.000685769230769231, 0.000358005801414084, 0.000928076923076923, 0.000531084376897494, 0.00134115384615383, 0.000819104295040526, 0.00238038461538461, 0.00262431931101266, 0.00886961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1185, '2022-03-27 00:00:00', 0.000233070474650571, 0.00060538461538461, 0.000288917608697354, 0.000855769230769209, 0.000539097821863976, 0.00133230769230768, 0.000773642036086438, 0.002265, 0.00266787777946329, 0.00887038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1200, '2022-03-27 00:00:00', 0.000207119437857641, 0.000672307692307673, 0.000378050057735533, 0.000965384615384603, 0.000493471844727205, 0.00141769230769232, 0.000731502563221742, 0.00223, 0.00266996228725889, 0.00885884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1215, '2022-03-27 00:00:00', 0.000297643307436161, 0.000673461538461535, 0.000490132164279745, 0.000978461538461543, 0.00046144922214194, 0.00127923076923077, 0.000718141618774018, 0.00212923076923077, 0.00257254845211156, 0.00895153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1230, '2022-03-27 00:00:00', 0.000344929870241212, 0.000636153846153829, 0.000484167961955998, 0.000941153846153846, 0.000522332785168151, 0.00124653846153846, 0.000759316392958418, 0.00207576923076923, 0.00256523335270814, 0.00895307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1245, '2022-03-27 00:00:00', 0.000387159478172071, 0.000682692307692322, 0.000411155220548905, 0.000903846153846165, 0.000548875774091543, 0.00123615384615387, 0.000780730328701168, 0.00201038461538463, 0.00236064280685124, 0.00907769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1260, '2022-03-27 00:00:00', 0.000330714145681529, 0.000620384615384615, 0.00043610108214283, 0.000871923076923084, 0.000501472447283634, 0.00122884615384617, 0.000789430174239631, 0.00193, 0.00234503219594105, 0.00918000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1275, '2022-03-27 00:00:00', 0.000241688929124875, 0.000548461538461528, 0.000318052729058454, 0.000768461538461551, 0.000469630296493542, 0.00106384615384615, 0.000710704958799032, 0.00180153846153845, 0.00230082102402933, 0.0092342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1290, '2022-03-27 00:00:00', 0.000195891649800448, 0.000521538461538488, 0.000329905347731053, 0.000828461538461534, 0.000433192087433951, 0.000959230769230768, 0.000697846798263168, 0.00177307692307692, 0.00234115579608415, 0.00936230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1305, '2022-03-27 00:00:00', 0.000328243811822852, 0.000729999999999991, 0.000438703158796975, 0.000857307692307689, 0.000424185735806287, 0.000941538461538438, 0.00068433920963667, 0.00179807692307692, 0.00235852669135758, 0.00943192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1320, '2022-03-27 00:00:00', 0.000224602212469406, 0.000503076923076931, 0.000248869443684823, 0.000639999999999991, 0.000365416727333865, 0.000885769230769226, 0.000699692789729893, 0.001735, 0.00249088689796658, 0.00952846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1335, '2022-03-27 00:00:00', 0.000125477549325031, 0.000356153846153831, 0.000162530470516008, 0.000478076923076912, 0.000699496522232527, 0.00123923076923076, 0.000723152925629278, 0.00178307692307692, 0.00251922714033796, 0.00954576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1350, '2022-03-27 00:00:00', 0.000166956465997765, 0.000352307692307703, 0.00031982399005609, 0.000619230769230752, 0.000622421079334585, 0.00128999999999999, 0.000754798903427513, 0.00185576923076923, 0.00255139479199425, 0.0095592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1365, '2022-03-27 00:00:00', 0.000343205701942952, 0.000506923076923042, 0.000690527223325656, 0.0011603846153846, 0.000626637424304103, 0.00127769230769229, 0.000752327363279067, 0.0019273076923077, 0.00255139479199425, 0.0095592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1380, '2022-03-27 00:00:00', 0.000630742193202358, 0.000734999999999981, 0.000578351328986332, 0.000950454545454535, 0.000656674852169537, 0.00110136363636363, 0.000700335262941587, 0.00185136363636362, 0.00250758938932487, 0.00967045454545458 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1395, '2022-03-27 00:00:00', 0.000315780144352186, 0.000711363636363634, 0.00039164101417328, 0.000872727272727257, 0.000378942479272751, 0.00099454545454548, 0.000477999076236677, 0.00183454545454544, 0.00250843999571872, 0.00966954545454548 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1410, '2022-03-27 00:00:00', 0.000276474402500696, 0.00052999999999999, 0.000271301576579571, 0.000559545454545457, 0.000410044079564795, 0.000851363636363663, 0.00051268350109436, 0.00174409090909089, 0.00249480915648328, 0.00962818181818184 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 2, 1425, '2022-03-27 00:00:00', 0.00019283092654903, 0.000361363636363652, 0.000211154320784911, 0.000546363636363673, 0.000411551020438793, 0.000768636363636383, 0.000633831371732402, 0.00180772727272724, 0.00249195224152191, 0.00962545454545457 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 0, '2022-03-27 00:00:00', 0.00024232717870361, 0.000437692307692289, 0.000410339446724843, 0.000592307692307687, 0.000462196927726678, 0.000734999999999973, 0.000647668124891139, 0.00186499999999995, 0.00260014961108012, 0.00947500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 15, '2022-03-27 00:00:00', 0.000265860576531849, 0.000345384615384615, 0.000261801157663314, 0.000470384615384605, 0.00041010992897778, 0.000723076923076903, 0.000780901648490654, 0.0019507692307692, 0.00260260369630108, 0.00947500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 30, '2022-03-27 00:00:00', 0.000193983345835529, 0.000338461538461535, 0.000330904587689319, 0.000494615384615371, 0.000339564653411057, 0.000721923076923067, 0.000772938847217873, 0.00196769230769228, 0.00259698336833039, 0.00948884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 45, '2022-03-27 00:00:00', 0.000216382851588402, 0.000331538461538456, 0.000280282275297874, 0.00055692307692307, 0.000246033456136482, 0.000737307692307706, 0.000857861383817999, 0.00207692307692304, 0.0025944491041156, 0.00948307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 60, '2022-03-27 00:00:00', 0.000229121398792481, 0.000456153846153854, 0.000201433707361863, 0.000553461538461552, 0.000318307301929356, 0.000836538461538476, 0.000840795227974445, 0.00207384615384614, 0.00259455572008301, 0.00946076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 75, '2022-03-27 00:00:00', 0.000125490422558253, 0.000330384615384602, 0.000251761792176656, 0.000539999999999985, 0.000336576657173143, 0.000909615384615408, 0.000839613830647973, 0.00209076923076922, 0.00259496174567922, 0.00945769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 90, '2022-03-27 00:00:00', 0.000235037476553434, 0.000391153846153847, 0.000297067979788115, 0.000644230769230779, 0.000366502177556757, 0.00100038461538461, 0.000841024741244038, 0.00211115384615383, 0.00259549918127517, 0.00946000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 105, '2022-03-27 00:00:00', 0.000299319227581511, 0.000520000000000016, 0.000336425554686558, 0.000756923076923108, 0.000418901126575434, 0.00114692307692307, 0.000862587163934524, 0.00216384615384615, 0.00259549918127517, 0.00946000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 120, '2022-03-27 00:00:00', 0.00027126399290388, 0.000551923076923089, 0.000330239074238431, 0.000854615384615364, 0.000389392426144184, 0.00115230769230766, 0.000857588748491033, 0.00213769230769229, 0.00258929595420485, 0.00947846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 135, '2022-03-27 00:00:00', 0.000269596850015833, 0.000617692307692289, 0.000353426306103745, 0.000853076923076909, 0.000330849721870111, 0.00118153846153843, 0.000852939532530777, 0.0021253846153846, 0.00262684346990539, 0.00947115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 150, '2022-03-27 00:00:00', 0.000236709494138663, 0.000609230769230764, 0.000243795942415891, 0.000817307692307666, 0.000418915816768065, 0.00117769230769229, 0.000821406392438287, 0.00214269230769231, 0.00262686429036598, 0.00947000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 165, '2022-03-27 00:00:00', 0.000189249936490181, 0.000506538461538449, 0.000275998885170548, 0.000779230769230759, 0.000418596923800669, 0.00117076923076921, 0.000766310340829047, 0.00204653846153848, 0.00263485293707258, 0.00945500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 180, '2022-03-27 00:00:00', 0.000266832128154324, 0.000600769230769229, 0.000396243126608656, 0.000846153846153838, 0.000494634752581656, 0.00122346153846155, 0.000749068755188728, 0.00200000000000002, 0.00264558488516536, 0.00948076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 195, '2022-03-27 00:00:00', 0.000255783863086369, 0.00052423076923077, 0.000305054093563747, 0.000795000000000007, 0.000460123227641665, 0.00117576923076925, 0.000740431059482327, 0.0018369230769231, 0.00265433975565706, 0.0094665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 210, '2022-03-27 00:00:00', 0.000209971792977416, 0.000538076923076913, 0.000284590934500752, 0.00079, 0.000460859397881193, 0.00116076923076923, 0.000737855103557688, 0.00179307692307695, 0.00266123756636183, 0.0095242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 225, '2022-03-27 00:00:00', 0.000260878987566742, 0.000534615384615411, 0.000458180515316182, 0.000764230769230788, 0.00071013108215748, 0.00108692307692309, 0.000861176744121264, 0.00180576923076925, 0.00266123756636183, 0.0095242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 240, '2022-03-27 00:00:00', 0.000350490864579714, 0.000489615384615373, 0.000396345032282969, 0.000694230769230765, 0.000644119434696552, 0.000924615384615378, 0.00098262701273362, 0.00189038461538465, 0.0026623237969864, 0.00955000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 255, '2022-03-27 00:00:00', 0.000191968346749804, 0.000390384615384636, 0.000509937703585858, 0.000582692307692325, 0.000475855181590056, 0.000766923076923088, 0.00140132316593445, 0.00216115384615387, 0.00269813294420705, 0.00955576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 270, '2022-03-27 00:00:00', 0.000448149700263339, 0.000423076923076945, 0.000441877288917976, 0.000583461538461543, 0.000431983617922979, 0.000804615384615369, 0.00139295723055439, 0.00230538461538465, 0.00270029995484832, 0.0095696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 285, '2022-03-27 00:00:00', 0.000217372066707296, 0.000401153846153861, 0.000225425409802456, 0.000533846153846175, 0.000331689382033612, 0.000795384615384617, 0.00123439035092691, 0.00238346153846159, 0.00270398523550817, 0.0095419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 300, '2022-03-27 00:00:00', 0.000139400916010675, 0.000393846153846172, 0.000235830773747091, 0.000581923076923055, 0.000308508321792736, 0.000824230769230772, 0.00110916517463151, 0.00248076923076924, 0.00271900852970626, 0.00953076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 315, '2022-03-27 00:00:00', 0.000229916372756578, 0.000371538461538445, 0.000292303582967078, 0.000514230769230756, 0.000357763136080944, 0.000752307692307693, 0.00118424893432991, 0.00280846153846155, 0.0027593216836473, 0.00954192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 330, '2022-03-27 00:00:00', 0.000134667682149012, 0.000330769230769229, 0.00017308246144983, 0.000491538461538479, 0.000267503558567282, 0.000753076923076937, 0.00111289152142585, 0.00305346153846153, 0.00283200000000001, 0.00959000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 345, '2022-03-27 00:00:00', 0.000145794903361389, 0.000351923076923077, 0.000191163240753534, 0.000510769230769246, 0.000263058051504889, 0.00076653846153847, 0.00104147853480594, 0.00321153846153847, 0.00283503089116259, 0.0095719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 360, '2022-03-27 00:00:00', 0.000150994650949588, 0.0003592307692308, 0.000259784822201318, 0.0006019230769231, 0.000289583520568134, 0.00078115384615384, 0.00106543519457832, 0.00338807692307692, 0.00283204131325799, 0.00958500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 375, '2022-03-27 00:00:00', 0.000194319720682586, 0.000391923076923065, 0.00019669617336231, 0.000525769230769216, 0.000303371820607079, 0.000772307692307687, 0.00108200668276053, 0.0035676923076923, 0.00285004107932608, 0.00959692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 390, '2022-03-27 00:00:00', 0.00016778420206185, 0.000386538461538457, 0.000253391761143459, 0.000539230769230766, 0.000381400052438373, 0.000894999999999996, 0.0012039778301051, 0.00373115384615383, 0.00286392973699802, 0.00960846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 405, '2022-03-27 00:00:00', 0.000176211848025639, 0.000381153846153832, 0.000259523824310233, 0.000613846153846153, 0.000455227415694589, 0.00102, 0.00123729083702443, 0.00383384615384612, 0.00286449061118002, 0.00960769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 420, '2022-03-27 00:00:00', 0.000220037758997421, 0.000496153846153843, 0.000359363539951049, 0.000733076923076926, 0.000572967578623636, 0.00116961538461539, 0.00140959552299998, 0.00397346153846151, 0.002876631042356, 0.00959307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 435, '2022-03-27 00:00:00', 0.000271822623159924, 0.000533461538461549, 0.000422386079316041, 0.00082499999999999, 0.000925896571728435, 0.00154730769230766, 0.0015463840203719, 0.00407346153846153, 0.00286945701108443, 0.00957346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 450, '2022-03-27 00:00:00', 0.0003515792940433, 0.000560000000000005, 0.000475158435115645, 0.000893461538461533, 0.000847716570921787, 0.00164923076923076, 0.00161938872607964, 0.0043403846153846, 0.00286644107937674, 0.00959269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 465, '2022-03-27 00:00:00', 0.000247596756533989, 0.000608076923076893, 0.000657564854947055, 0.00123653846153841, 0.000626598755185489, 0.001765, 0.00168245955489162, 0.00443692307692306, 0.00286322746886474, 0.00959653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 480, '2022-03-27 00:00:00', 0.000687602747566876, 0.00108846153846152, 0.000695262650978848, 0.00132692307692308, 0.000703781106704237, 0.00188961538461538, 0.00173897281794124, 0.00449769230769228, 0.00286094145343803, 0.00963500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 495, '2022-03-27 00:00:00', 0.000341930492261915, 0.000742692307692331, 0.000518351380673563, 0.00125192307692311, 0.000943467255149049, 0.00215769230769231, 0.00168425632984278, 0.00447923076923079, 0.00288370050722759, 0.00961384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 510, '2022-03-27 00:00:00', 0.000402791031906914, 0.000966153846153856, 0.000540150548814521, 0.00136115384615385, 0.000954071518041759, 0.00242730769230768, 0.00173943319680691, 0.00458961538461538, 0.00286859764720297, 0.00971730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 525, '2022-03-27 00:00:00', 0.000475434699875975, 0.000953076923076924, 0.000942669531783993, 0.00176538461538462, 0.000909633992328798, 0.002445, 0.00189004273455963, 0.00459153846153845, 0.00294205924742936, 0.00978615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 540, '2022-03-27 00:00:00', 0.000801005521924688, 0.00143461538461537, 0.000792921084442753, 0.00194961538461536, 0.000921891450309559, 0.00250961538461539, 0.00191492458176458, 0.00463192307692309, 0.00305316272337138, 0.00989115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 555, '2022-03-27 00:00:00', 0.00064000300480067, 0.00131038461538461, 0.00082822813653838, 0.00169538461538463, 0.000772129223939584, 0.00219653846153846, 0.00162458420716008, 0.00447538461538461, 0.00322506214609172, 0.00982461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 570, '2022-03-27 00:00:00', 0.000428851776437782, 0.00100538461538462, 0.000588897797062118, 0.00152384615384616, 0.000805220753295926, 0.00231269230769231, 0.00177096883523812, 0.00446115384615384, 0.00336369787356346, 0.00999923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 585, '2022-03-27 00:00:00', 0.000537996425495706, 0.00116807692307691, 0.00062929655477061, 0.00155692307692305, 0.00101560023934316, 0.00235038461538459, 0.00176958126294157, 0.00448538461538462, 0.00324579920228263, 0.0099373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 600, '2022-03-27 00:00:00', 0.000552115511882747, 0.00113653846153843, 0.000849794997903363, 0.00177653846153846, 0.00100740680042299, 0.00240730769230768, 0.00165950057362033, 0.00451692307692309, 0.00327961247710764, 0.00991500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 615, '2022-03-27 00:00:00', 0.000614869216863359, 0.00118807692307693, 0.000790888205656245, 0.00171807692307692, 0.00093274747180242, 0.00229538461538465, 0.00155908414930543, 0.00445076923076924, 0.00333716104588225, 0.00980961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 630, '2022-03-27 00:00:00', 0.000533822211832892, 0.00110692307692306, 0.000588039245158132, 0.00158307692307691, 0.000822503214863944, 0.00218653846153846, 0.00145993782797026, 0.00428769230769232, 0.0034560760319272, 0.00971153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 645, '2022-03-27 00:00:00', 0.000525083436593262, 0.00112384615384616, 0.000486382565477011, 0.00147000000000001, 0.000835565676652652, 0.00206499999999999, 0.00159866275849054, 0.00458884615384618, 0.00350551100192472, 0.00973076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 660, '2022-03-27 00:00:00', 0.000405137013860766, 0.00108, 0.000684878540607451, 0.00158884615384615, 0.000770263990710076, 0.00210884615384614, 0.00158795277007848, 0.00470500000000001, 0.00360936621327599, 0.0098173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 675, '2022-03-27 00:00:00', 0.000573080743404922, 0.00105153846153845, 0.000638298820784911, 0.00145423076923077, 0.000594862621503118, 0.0020415384615385, 0.00152942261604224, 0.00464153846153849, 0.00365365822998517, 0.00978769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 690, '2022-03-27 00:00:00', 0.000511552689218021, 0.000986923076923069, 0.000495864900955908, 0.00144500000000001, 0.000572391608818767, 0.00202807692307693, 0.00145342994856464, 0.00448884615384619, 0.00381367976954218, 0.00982423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 705, '2022-03-27 00:00:00', 0.000399981730352011, 0.000994230769230775, 0.000482764475144503, 0.00143153846153849, 0.000896151515348589, 0.00205653846153849, 0.00151795631841477, 0.00466076923076925, 0.0037975560764584, 0.00974807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 720, '2022-03-27 00:00:00', 0.000442181480320553, 0.00102730769230772, 0.000613223136700328, 0.00147115384615386, 0.000982162214394658, 0.00220884615384617, 0.00146039704822403, 0.00475346153846158, 0.00382154686763598, 0.00974269230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 735, '2022-03-27 00:00:00', 0.000447733608985699, 0.000955769230769241, 0.000808826024841889, 0.00143653846153848, 0.00112526270437002, 0.00222192307692308, 0.00157341475778, 0.00494500000000003, 0.00402028081682782, 0.00980461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 750, '2022-03-27 00:00:00', 0.000725545418182885, 0.000988076923076957, 0.00110805498336222, 0.0016046153846154, 0.0012310200898192, 0.00213769230769231, 0.00157712162352326, 0.00499384615384618, 0.00421764150280151, 0.00982961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 765, '2022-03-27 00:00:00', 0.000782058427878249, 0.00109076923076925, 0.000805974231311695, 0.00151230769230772, 0.00103147571655671, 0.00200307692307695, 0.00153862336072016, 0.0049146153846154, 0.00432114642907857, 0.00972230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1016046 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1016046, 3, 780, '2022-03-27 00:00:00', 0.000[...];
Date: 2022-03-27 18:04:50 Duration: 2s617ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1125, '2022-03-27 00:00:00', 0.000291906465525133, 0.000494230769230796, 0.000405400466775163, 0.000821538461538506, 0.000677182511473947, 0.00120807692307697, 0.00102349627033255, 0.00214384615384618, 0.00302593052439438, 0.00847653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1140, '2022-03-27 00:00:00', 0.00039540612033706, 0.000565000000000021, 0.000579198916276096, 0.000920769230769242, 0.000742048412270979, 0.00118961538461542, 0.000960711995585348, 0.00235346153846153, 0.00306244891951123, 0.00847423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1155, '2022-03-27 00:00:00', 0.00031119422577204, 0.000474615384615402, 0.000361772771863159, 0.000683461538461575, 0.0005192261994101, 0.00112961538461541, 0.00076699012128831, 0.00225461538461537, 0.00309938028545164, 0.00836307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1170, '2022-03-27 00:00:00', 0.000217623881608074, 0.00040807692307694, 0.000361604969332815, 0.000673076923076926, 0.000439572519614246, 0.00105999999999999, 0.000700896678438523, 0.00224807692307692, 0.00314413997046032, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1185, '2022-03-27 00:00:00', 0.000285929792350953, 0.000460384615384608, 0.00038218642249362, 0.000777692307692304, 0.000441364318379361, 0.0010723076923077, 0.000594267098715188, 0.00219576923076923, 0.00314553908795396, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1200, '2022-03-27 00:00:00', 0.000190875311696901, 0.000424230769230722, 0.000262966801063462, 0.000616538461538436, 0.000385161704302932, 0.00100153846153846, 0.000492712429781843, 0.00210846153846155, 0.00309837935304649, 0.00832115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1215, '2022-03-27 00:00:00', 0.000154792168356832, 0.000363846153846155, 0.000312015778693696, 0.00062538461538463, 0.000477557890167811, 0.00105846153846154, 0.000504590770975692, 0.00213038461538461, 0.00309943776539208, 0.00832230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1230, '2022-03-27 00:00:00', 0.000186253755770077, 0.000362307692307709, 0.000294337587447807, 0.000708846153846152, 0.000363163027599708, 0.00100076923076925, 0.000417592366567416, 0.00209076923076923, 0.00310014848279639, 0.00832384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1245, '2022-03-27 00:00:00', 0.000259061026371406, 0.000463846153846152, 0.000375611296627041, 0.000729615384615391, 0.000375675187035086, 0.000959615384615386, 0.000410786300423196, 0.00208576923076924, 0.00309969070417334, 0.00832230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1260, '2022-03-27 00:00:00', 0.000189967203647173, 0.000443461538461557, 0.0002018956318345, 0.000624615384615403, 0.000354359226687369, 0.000972307692307691, 0.000386672789518235, 0.00204038461538463, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1275, '2022-03-27 00:00:00', 0.000215008049938738, 0.00036730769230769, 0.000220314460574994, 0.000552307692307647, 0.000372357974989716, 0.000907692307692302, 0.000385570506372815, 0.00201615384615384, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1290, '2022-03-27 00:00:00', 0.000194009119531895, 0.000366538461538429, 0.00036153859247137, 0.000713076923076897, 0.000354412406450678, 0.000891923076923053, 0.000407639546658533, 0.001995, 0.00309775573849598, 0.00829115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1305, '2022-03-27 00:00:00', 0.00036135322586933, 0.000548076923076927, 0.000369347866047514, 0.000684615384615412, 0.000380785423121122, 0.000871538461538475, 0.000432828443541352, 0.00202730769230771, 0.00309852093747971, 0.00828999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1320, '2022-03-27 00:00:00', 0.000223644062444484, 0.000400833333333332, 0.000259413706296519, 0.000562083333333324, 0.000450802826528164, 0.00139666666666668, 0.0004979346837441, 0.00201208333333336, 0.0030967878402526, 0.00807583333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1335, '2022-03-27 00:00:00', 0.000281471955154445, 0.000392307692307666, 0.000349880858842853, 0.000586153846153835, 0.000435416864801825, 0.00148038461538464, 0.000502243122248706, 0.00204807692307695, 0.00309929711634505, 0.00828884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1350, '2022-03-27 00:00:00', 0.000241837835049745, 0.00033153846153843, 0.000375521790825278, 0.00118384615384615, 0.000515694155036161, 0.0015873076923077, 0.000570615861625336, 0.00204769230769231, 0.00306213781531794, 0.00824999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1365, '2022-03-27 00:00:00', 0.000380250120113269, 0.00113692307692306, 0.000420909089398738, 0.0013226923076923, 0.000526801816479541, 0.00162192307692309, 0.000601859298660884, 0.00208884615384617, 0.00306213781531794, 0.00824999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1380, '2022-03-27 00:00:00', 0.000276276259256138, 0.000235714285714244, 0.000420028343714831, 0.000957142857142847, 0.000529051262256583, 0.0011642857142857, 0.000249389731334759, 0.00181571428571425, 0.0040385841460544, 0.00994428571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1395, '2022-03-27 00:00:00', 0.000410144627399444, 0.00095884615384615, 0.000571014885970587, 0.00131500000000002, 0.000500944953217268, 0.00145538461538464, 0.000539471536284868, 0.00201153846153848, 0.00304934790002465, 0.00823115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1410, '2022-03-27 00:00:00', 0.000395874300174251, 0.000722692307692302, 0.000392794524480108, 0.000886538461538454, 0.000408707531315282, 0.00108538461538461, 0.000543169048625424, 0.00176615384615384, 0.0030450763284611, 0.00817461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 1, 1425, '2022-03-27 00:00:00', 0.000371494486966029, 0.000638076923076919, 0.000321861174086889, 0.00083115384615386, 0.00039878122014262, 0.000972307692307708, 0.00057101529010921, 0.00168230769230771, 0.00305654357328419, 0.00819884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 0, '2022-03-27 00:00:00', 0.000240736370330701, 0.000615000000000024, 0.000393804324701782, 0.000735384615384616, 0.000387937346249856, 0.000840769230769247, 0.00059983702914917, 0.00161730769230769, 0.00305133567222874, 0.00819423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 15, '2022-03-27 00:00:00', 0.000306650640606883, 0.000361153846153829, 0.000306572365657149, 0.000458846153846145, 0.00040351150970146, 0.000728461538461571, 0.000545021100509017, 0.00154999999999999, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 30, '2022-03-27 00:00:00', 0.000125109797931499, 0.000297307692307693, 0.000230651585397021, 0.000451923076923083, 0.000358250449567606, 0.000709230769230787, 0.000561007472869521, 0.00156576923076922, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 45, '2022-03-27 00:00:00', 0.000182105632912483, 0.000327692307692302, 0.00032670876233215, 0.000598846153846183, 0.000357818174711437, 0.000764615384615398, 0.000556375219267922, 0.00164423076923076, 0.00303495788844189, 0.00818423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 60, '2022-03-27 00:00:00', 0.000265147854253798, 0.00050076923076924, 0.000255690919185357, 0.000575384615384627, 0.000355445549221726, 0.000858461538461569, 0.000530861129168048, 0.00167153846153845, 0.00302550125535491, 0.00817461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 75, '2022-03-27 00:00:00', 0.00015452358545395, 0.00035153846153845, 0.000265954594158171, 0.000539615384615376, 0.000337049642543119, 0.000917692307692316, 0.000532342428835514, 0.0016526923076923, 0.00302773975103546, 0.00817999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 90, '2022-03-27 00:00:00', 0.000188165230173237, 0.000373076923076916, 0.000230152123605225, 0.000625000000000021, 0.000274171479187757, 0.000935000000000011, 0.000526556885669713, 0.00166692307692307, 0.00304536510379049, 0.00820384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 105, '2022-03-27 00:00:00', 0.000200580695443553, 0.000496153846153868, 0.000250707307125556, 0.000753076923076955, 0.000352876749021553, 0.000984999999999988, 0.000624685151465601, 0.00174346153846153, 0.00305261202150657, 0.00821192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 120, '2022-03-27 00:00:00', 0.000208686736152909, 0.000523076923076951, 0.00031131878294668, 0.000739230769230804, 0.000413702234054348, 0.00103846153846155, 0.000676893015066786, 0.00175807692307694, 0.00305261202150657, 0.00821192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 135, '2022-03-27 00:00:00', 0.000296528893390501, 0.000484230769230773, 0.000353523146886628, 0.000691153846153831, 0.000383513313378398, 0.000957692307692313, 0.000721631484900717, 0.00171, 0.00304038550187312, 0.00819999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 150, '2022-03-27 00:00:00', 0.000162464197239307, 0.000478846153846131, 0.000237082264203783, 0.000700000000000008, 0.000268197688282353, 0.000914999999999991, 0.000805979289674763, 0.00173884615384614, 0.0030254652534776, 0.00819 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 165, '2022-03-27 00:00:00', 0.000215386950536812, 0.000536538461538475, 0.000239794784058275, 0.000698461538461537, 0.000329292248034177, 0.00085423076923078, 0.000812681884967218, 0.00177961538461539, 0.00306917939421051, 0.00824692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 180, '2022-03-27 00:00:00', 0.000189906859761848, 0.000476153846153831, 0.00027412742685445, 0.000634615384615366, 0.000331673611575276, 0.000830769230769208, 0.000818178464639581, 0.00180999999999999, 0.00309045759618965, 0.00830192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 195, '2022-03-27 00:00:00', 0.000236321814481849, 0.000439999999999979, 0.000271134369185924, 0.000565384615384579, 0.00030929299029587, 0.000863076923076898, 0.000747265785277326, 0.00183692307692306, 0.00306775691043775, 0.00827730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 210, '2022-03-27 00:00:00', 0.000176174738431892, 0.000408461538461507, 0.000211659014600203, 0.000603461538461529, 0.000325580192177703, 0.000872307692307676, 0.00067305091817896, 0.00187153846153844, 0.0030621838612337, 0.00826499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 225, '2022-03-27 00:00:00', 0.000155227376649649, 0.000406538461538477, 0.000226873058372705, 0.000610769230769218, 0.000401763037699488, 0.000931538461538458, 0.000638215782173563, 0.00183923076923079, 0.00305527961706645, 0.00825153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 240, '2022-03-27 00:00:00', 0.000240316458029831, 0.000449999999999993, 0.000335275776270609, 0.000605384615384627, 0.000437967508454136, 0.000913461538461553, 0.000680788230938687, 0.00190615384615384, 0.00305608580729315, 0.00825730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 255, '2022-03-27 00:00:00', 0.000162573533658339, 0.000343076923076925, 0.000277592119152158, 0.000615769230769225, 0.000329381938695026, 0.000812692307692328, 0.0007662906658804, 0.00206576923076924, 0.00305669756436586, 0.00825999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 270, '2022-03-27 00:00:00', 0.000272780836231915, 0.000494230769230762, 0.000311023125531514, 0.000619230769230752, 0.00033910674516353, 0.000804230769230769, 0.000847889415866542, 0.0022026923076923, 0.00305806235786904, 0.00824423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 285, '2022-03-27 00:00:00', 0.000195794240506173, 0.00039923076923072, 0.000198297755912714, 0.000544999999999975, 0.000332739907666432, 0.000799615384615379, 0.000961270313379464, 0.00243384615384615, 0.00305829960297198, 0.00823269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 300, '2022-03-27 00:00:00', 0.000129605318029563, 0.000381538461538476, 0.000184439692040545, 0.000525000000000006, 0.000335374188264181, 0.000749615384615402, 0.00104614082005466, 0.00270884615384615, 0.00305930278633248, 0.00823153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 315, '2022-03-27 00:00:00', 0.000173033122662899, 0.000372692307692281, 0.000305919044092509, 0.000592307692307687, 0.000367586724461039, 0.00081000000000002, 0.00103998853543978, 0.0029619230769231, 0.00307537795050652, 0.00824153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 330, '2022-03-27 00:00:00', 0.000237990626835488, 0.000443461538461549, 0.000273415153482515, 0.000550384615384626, 0.000444373543490009, 0.000890384615384633, 0.00106844819175362, 0.00315153846153847, 0.00308073467761285, 0.00824307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 345, '2022-03-27 00:00:00', 0.000169627646513036, 0.000351538461538476, 0.000284665795951373, 0.000598846153846174, 0.000380812289717672, 0.000935000000000045, 0.00112063011121149, 0.00336038461538463, 0.0030772012508872, 0.00823653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 360, '2022-03-27 00:00:00', 0.000245720291263188, 0.000452307692307692, 0.000353129525158231, 0.0006673076923077, 0.00046349707492234, 0.000951538461538495, 0.00120726875473271, 0.00353461538461541, 0.00308403284927136, 0.00824884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 375, '2022-03-27 00:00:00', 0.000218669050956364, 0.0004219230769231, 0.000257531775485313, 0.000661153846153899, 0.000396242350083897, 0.000940000000000043, 0.00118667765048216, 0.00373038461538463, 0.00307458807747542, 0.00822961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 390, '2022-03-27 00:00:00', 0.000148051965928801, 0.000429230769230814, 0.000222387395879701, 0.0006319230769231, 0.000286792607993995, 0.000925000000000022, 0.00133508150140155, 0.00394115384615386, 0.00307880206473985, 0.00822307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 405, '2022-03-27 00:00:00', 0.000182620244896755, 0.000483076923076911, 0.00028232223814967, 0.000714615384615395, 0.000358659255475805, 0.00102730769230769, 0.00157137769048498, 0.00424961538461538, 0.00308872570189369, 0.00823230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 420, '2022-03-27 00:00:00', 0.00025690734636322, 0.000555769230769251, 0.000300523901519693, 0.000728846153846155, 0.000367499659863785, 0.00113999999999998, 0.00168854006125456, 0.00445653846153845, 0.00308161396274499, 0.00823615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 435, '2022-03-27 00:00:00', 0.00019660072775514, 0.000509615384615393, 0.000282456259377541, 0.00076153846153848, 0.000641096296618921, 0.00132730769230769, 0.00161469425541231, 0.00452153846153847, 0.00306031695191103, 0.00821038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 450, '2022-03-27 00:00:00', 0.000222032568643581, 0.000522307692307707, 0.000278398717945752, 0.000845384615384594, 0.000756088720882776, 0.00154692307692307, 0.00157478438084516, 0.00456461538461539, 0.00311089025101277, 0.00823692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 465, '2022-03-27 00:00:00', 0.0002320159145735, 0.000629230769230767, 0.000663688063892844, 0.00113538461538464, 0.000888702165217079, 0.00192346153846155, 0.0015149087304318, 0.00470730769230771, 0.0031141924499595, 0.00824115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 480, '2022-03-27 00:00:00', 0.000619889816512093, 0.000949230769230822, 0.000720685677777657, 0.00139961538461541, 0.00104214689648157, 0.00217692307692312, 0.00150368941146565, 0.00474538461538464, 0.00318405788505561, 0.00828615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 495, '2022-03-27 00:00:00', 0.000338947692810459, 0.000918461538461543, 0.000520693620235425, 0.00144538461538462, 0.000785936090570702, 0.00229653846153848, 0.00145846774179142, 0.0046219230769231, 0.00318494419707186, 0.00829153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 510, '2022-03-27 00:00:00', 0.000383342385623342, 0.000949230769230762, 0.000556960017899374, 0.00152269230769233, 0.000692735602798543, 0.00239884615384617, 0.00148264612718666, 0.00465653846153847, 0.00323211997587679, 0.00824653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 525, '2022-03-27 00:00:00', 0.00038720298790967, 0.00112307692307692, 0.000550906386016622, 0.00177461538461539, 0.000706605863373571, 0.00245038461538464, 0.00150450794409542, 0.00468807692307694, 0.00326514754054679, 0.00825269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 540, '2022-03-27 00:00:00', 0.000566397522810794, 0.00146692307692307, 0.000591589384624201, 0.00192500000000001, 0.000674756708291705, 0.00242615384615386, 0.00163310765578532, 0.00468615384615385, 0.00324173536147638, 0.00824192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 555, '2022-03-27 00:00:00', 0.000406136013594551, 0.00120230769230768, 0.000643305406594617, 0.00169461538461538, 0.000711429438633144, 0.00228038461538461, 0.00166164779198701, 0.00459423076923077, 0.00325297953362052, 0.00822961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 570, '2022-03-27 00:00:00', 0.000594003366993819, 0.00123999999999999, 0.000602426886722484, 0.00162692307692308, 0.000780687271181372, 0.00229615384615386, 0.00154258943139321, 0.00449692307692308, 0.00310420607959835, 0.00816923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 585, '2022-03-27 00:00:00', 0.00037609593702423, 0.00114807692307694, 0.000492265719364587, 0.00158846153846153, 0.000899003978771009, 0.00245807692307693, 0.00146568067673479, 0.00440038461538462, 0.00301878786168326, 0.00814192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 600, '2022-03-27 00:00:00', 0.000504814360395521, 0.00126846153846152, 0.000571335816647815, 0.00177615384615385, 0.000970497097051086, 0.00260384615384615, 0.00163434884704771, 0.00453807692307692, 0.00305265664878721, 0.00815615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 615, '2022-03-27 00:00:00', 0.000421361894520415, 0.00117538461538464, 0.00073537096865354, 0.0018223076923077, 0.00092724637834495, 0.00236538461538464, 0.00170996824082069, 0.00448923076923077, 0.0029660065096666, 0.00805884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 630, '2022-03-27 00:00:00', 0.000515715634225484, 0.00118115384615385, 0.000724851602849732, 0.00163538461538462, 0.000781886180975215, 0.00211500000000001, 0.00162102360823695, 0.00445846153846155, 0.00293763442245626, 0.00799 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 645, '2022-03-27 00:00:00', 0.000425413464037786, 0.00113615384615383, 0.000518818331922128, 0.00155269230769233, 0.00068051846750503, 0.00208576923076926, 0.00185208406521286, 0.00439076923076924, 0.00299494075965555, 0.00795307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 660, '2022-03-27 00:00:00', 0.000482061757933117, 0.00105346153846155, 0.000549255720183109, 0.0013953846153846, 0.000888856828481631, 0.00211230769230772, 0.00185993134695469, 0.00437615384615385, 0.00301008939299917, 0.00807692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 675, '2022-03-27 00:00:00', 0.000442789062473482, 0.00109692307692306, 0.00052425199460387, 0.00155807692307694, 0.000894803545263053, 0.00215423076923079, 0.00182079885257502, 0.00434269230769232, 0.00299536732048265, 0.00812423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 690, '2022-03-27 00:00:00', 0.00051222831447886, 0.00108538461538465, 0.000740618556447132, 0.00154961538461542, 0.000938258042249656, 0.00224807692307694, 0.00172534576244881, 0.00434500000000001, 0.00288979384412429, 0.00816730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 705, '2022-03-27 00:00:00', 0.000551996794862501, 0.00110269230769232, 0.000700123175975809, 0.00152269230769233, 0.000978775058624085, 0.00242615384615383, 0.00155348882791657, 0.00433653846153847, 0.00277857597728379, 0.0082373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 720, '2022-03-27 00:00:00', 0.000383600753989802, 0.00104846153846157, 0.000555915876314448, 0.00157769230769231, 0.000734345967511233, 0.00247999999999999, 0.00145435351749368, 0.00423807692307693, 0.00268212685411009, 0.0081573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 735, '2022-03-27 00:00:00', 0.000358588686594885, 0.00106461538461538, 0.000587278992800379, 0.00171384615384613, 0.000708892201851702, 0.00234192307692308, 0.0014017997772095, 0.00416115384615386, 0.00269205271979466, 0.00804961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 750, '2022-03-27 00:00:00', 0.000460763914185322, 0.00114923076923073, 0.000591269299571164, 0.00166076923076923, 0.000644111791539322, 0.00207, 0.00176530446273548, 0.00418961538461539, 0.00278284425612469, 0.00804307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 765, '2022-03-27 00:00:00', 0.000519216717758562, 0.00112499999999999, 0.000574981605056901, 0.00153961538461539, 0.000614057501692304, 0.00192115384615385, 0.00172544237360026, 0.00437923076923078, 0.00272200302379306, 0.00800730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 780, '2022-03-27 00:00:00', 0.000352949767617901, 0.00105153846153848, 0.00035323733577386, 0.00129384615384617, 0.000492468819786132, 0.00184846153846156, 0.001859393987298, 0.00451500000000001, 0.00272183492971479, 0.00799423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 795, '2022-03-27 00:00:00', 0.000268922636859323, 0.000870769230769222, 0.000388962525384996, 0.0012303846153846, 0.000580628969308308, 0.00185500000000001, 0.00206065859524418, 0.00474538461538463, 0.0027552219511321, 0.00800000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 810, '2022-03-27 00:00:00', 0.000414226248100462, 0.000959230769230768, 0.000488317047072449, 0.00144846153846154, 0.00067456789588142, 0.0020053846153846, 0.00199159731023967, 0.00482961538461539, 0.00273850899915659, 0.00798653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 825, '2022-03-27 00:00:00', 0.000416170083573481, 0.00100153846153848, 0.000448562147310741, 0.00137, 0.000917826864853183, 0.00206692307692307, 0.00210819605715043, 0.00495884615384617, 0.00265436143269614, 0.00792884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 840, '2022-03-27 00:00:00', 0.00035229467560772, 0.00105346153846154, 0.000548396263242634, 0.00148230769230768, 0.000855255247549874, 0.00237153846153845, 0.00202772767857559, 0.00508653846153847, 0.00261654878388721, 0.00791346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 855, '2022-03-27 00:00:00', 0.000453203978528254, 0.00102461538461541, 0.000713158090144434, 0.00150230769230772, 0.000810741351148156, 0.00230846153846155, 0.00198862430222116, 0.00496884615384617, 0.00256920224074443, 0.0077619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 870, '2022-03-27 00:00:00', 0.000521356367121862, 0.00113730769230771, 0.000770636500163796, 0.00175384615384617, 0.000748684281821221, 0.00232192307692309, 0.00198168013408979, 0.00482192307692308, 0.00261384632589307, 0.00762384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 885, '2022-03-27 00:00:00', 0.000453581983090866, 0.00121615384615382, 0.000462303430160845, 0.0015426923076923, 0.000606176415042568, 0.0021953846153846, 0.00196438320717098, 0.00468423076923076, 0.00259221948263528, 0.00754538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 900, '2022-03-27 00:00:00', 0.000326882947763345, 0.00102269230769232, 0.000432380174597091, 0.00156384615384617, 0.000490580817461835, 0.00210153846153849, 0.00189312232934011, 0.00450807692307694, 0.00258691241563258, 0.00741961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 915, '2022-03-27 00:00:00', 0.000443665847925431, 0.00112923076923079, 0.000510491768938368, 0.00161461538461541, 0.000684819571970457, 0.00226538461538465, 0.00190370573841166, 0.00442346153846155, 0.00254510199281803, 0.0074119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 930, '2022-03-27 00:00:00', 0.000480585700353846, 0.00123884615384615, 0.000524699474424672, 0.00159153846153847, 0.00101082730778002, 0.00241038461538462, 0.00186945059802647, 0.00437846153846154, 0.00258991475951211, 0.00746230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 945, '2022-03-27 00:00:00', 0.00035792822658268, 0.00109615384615386, 0.000601320214195379, 0.001735, 0.00115911803341359, 0.00261115384615386, 0.00180281847714584, 0.00423769230769231, 0.00259405192403998, 0.00747576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 960, '2022-03-27 00:00:00', 0.00051168755490647, 0.00125192307692305, 0.000894717918590057, 0.0017180769230769, 0.00140741246482821, 0.0026653846153846, 0.00186024282947562, 0.00413076923076924, 0.00266357795802221, 0.00751653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 975, '2022-03-27 00:00:00', 0.000697410595317809, 0.00128153846153843, 0.000863712915267559, 0.00196, 0.00171940799293067, 0.00285038461538461, 0.00180395497129548, 0.00396846153846152, 0.00256265070100956, 0.00756884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 990, '2022-03-27 00:00:00', 0.000505365823324672, 0.00126115384615382, 0.000875450477446639, 0.00185846153846151, 0.00152218410894952, 0.0025826923076923, 0.00166390402829751, 0.00358384615384612, 0.00259448850746821, 0.00754884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1005, '2022-03-27 00:00:00', 0.000911689893296213, 0.00149230769230769, 0.00158233265004062, 0.00204384615384615, 0.00160732247494444, 0.00266846153846156, 0.00166402163447476, 0.00340999999999999, 0.00267016038123902, 0.00758730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1020, '2022-03-27 00:00:00', 0.000944774779836662, 0.00128923076923077, 0.000913533461136169, 0.00167076923076924, 0.00108661287423883, 0.00228346153846155, 0.00112503264909891, 0.00303230769230767, 0.00269312483643359, 0.0075842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1035, '2022-03-27 00:00:00', 0.000419604392438702, 0.00108038461538462, 0.00060197687152097, 0.00155192307692309, 0.000793545209802163, 0.00200500000000002, 0.000846107921830684, 0.0027011538461538, 0.00264094612999556, 0.00762730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1050, '2022-03-27 00:00:00', 0.000501111380218613, 0.00103384615384616, 0.000674839354102989, 0.00139807692307693, 0.000695909034727497, 0.00179576923076922, 0.000798231506808375, 0.00245846153846149, 0.00268493277383253, 0.00766000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1065, '2022-03-27 00:00:00', 0.000440118340729089, 0.000878076923076928, 0.000497896034869141, 0.0012026923076923, 0.000500704887748612, 0.00159423076923074, 0.000653617154468433, 0.00218923076923072, 0.00263455980850985, 0.00765576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1080, '2022-03-27 00:00:00', 0.000346141811756581, 0.000823076923076935, 0.000397980478840925, 0.00113730769230768, 0.000533258344087032, 0.00144269230769229, 0.000709777104774159, 0.00211346153846151, 0.00259319274551365, 0.00767384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1095, '2022-03-27 00:00:00', 0.000288296055097203, 0.000718846153846123, 0.000393754316215657, 0.000997692307692293, 0.000590079134197569, 0.00136423076923074, 0.000722121766846761, 0.00203961538461536, 0.00255904477370877, 0.00769307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1110, '2022-03-27 00:00:00', 0.000349981977557966, 0.000739230769230778, 0.000409779865856702, 0.000983461538461542, 0.00050966836879861, 0.00134461538461537, 0.000718656010577044, 0.0019823076923077, 0.0025426703407124, 0.00768730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1125, '2022-03-27 00:00:00', 0.000349619573470716, 0.000694615384615409, 0.000492189456955798, 0.000987692307692313, 0.000573473089704612, 0.00129923076923076, 0.000754918232964059, 0.00195153846153847, 0.00252404583647275, 0.00773076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1140, '2022-03-27 00:00:00', 0.000373892827096028, 0.000699615384615373, 0.000495113972893005, 0.000975384615384592, 0.00055752543922641, 0.00127115384615385, 0.000740925512710015, 0.00213115384615384, 0.00252536891440562, 0.00775192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1155, '2022-03-27 00:00:00', 0.000376905619689923, 0.000675384615384616, 0.000486595867698748, 0.00089346153846155, 0.000641715009833891, 0.00116692307692309, 0.000787922682657469, 0.00217307692307693, 0.00251781092343208, 0.0077996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1170, '2022-03-27 00:00:00', 0.000244246092796075, 0.000578076923076953, 0.00032476381950818, 0.000786538461538507, 0.000416617884323825, 0.00100230769230771, 0.000577273298826886, 0.0021573076923077, 0.00248586044536821, 0.00781692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1185, '2022-03-27 00:00:00', 0.00019809244151311, 0.000566153846153874, 0.000251417213779438, 0.000748846153846149, 0.000370310680375253, 0.00102500000000001, 0.000532496153832251, 0.00217192307692309, 0.00248556463172084, 0.00783346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1200, '2022-03-27 00:00:00', 0.000199348554431275, 0.000529615384615387, 0.000285745718051232, 0.000718846153846157, 0.000353507480064476, 0.00104653846153844, 0.00053468739968753, 0.00214884615384618, 0.00248436876365933, 0.00782807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1215, '2022-03-27 00:00:00', 0.000265053840684376, 0.000531538461538442, 0.000324120585347689, 0.000763076923076909, 0.000306792086950412, 0.00105576923076921, 0.000542513948774957, 0.00211423076923078, 0.00246724514699789, 0.00785884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1230, '2022-03-27 00:00:00', 0.000237658125498303, 0.000544230769230765, 0.000341904170109796, 0.000817692307692284, 0.000329715028471571, 0.00102, 0.000645377051390538, 0.00213346153846156, 0.00246665067215884, 0.00787846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1245, '2022-03-27 00:00:00', 0.00028691140417586, 0.000603076923076937, 0.000308484134986651, 0.000807692307692321, 0.000384775858830117, 0.00100269230769231, 0.000639329456419896, 0.0021269230769231, 0.00247107600356297, 0.00791384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1260, '2022-03-27 00:00:00', 0.000247620367001228, 0.000569615384615384, 0.000285384760522426, 0.0007273076923077, 0.00041243013394346, 0.00106115384615386, 0.000622484970470391, 0.00207653846153849, 0.00245632236045305, 0.00793346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1275, '2022-03-27 00:00:00', 0.000181970834518576, 0.000504230769230785, 0.000301784436566676, 0.000664615384615392, 0.00035235755441578, 0.00101038461538462, 0.000536001722155677, 0.00202538461538464, 0.00246178296862568, 0.00790923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1290, '2022-03-27 00:00:00', 0.000225069220121619, 0.000461923076923097, 0.000284607421926043, 0.000784230769230791, 0.00031350818907231, 0.000960769230769231, 0.00054952846920021, 0.00202153846153847, 0.0024884457923649, 0.0079323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1305, '2022-03-27 00:00:00', 0.00030918378900683, 0.00065115384615385, 0.000341917893877826, 0.000810384615384612, 0.00033999728505705, 0.000973076923076918, 0.000607834997853357, 0.00205923076923077, 0.00261992721566548, 0.00798884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1320, '2022-03-27 00:00:00', 0.000169193623442009, 0.000469130434782602, 0.000204012128601711, 0.000618695652173892, 0.00042520490294234, 0.00134086956521737, 0.000605281432598299, 0.00206260869565218, 0.0023664544617143, 0.00761608695652173 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1335, '2022-03-27 00:00:00', 0.000265503005922442, 0.00051961538461539, 0.000330821122942036, 0.000688846153846157, 0.000440735224893078, 0.00148653846153846, 0.000685855782104504, 0.00215307692307694, 0.00263732241837467, 0.00801153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1350, '2022-03-27 00:00:00', 0.000176217086397612, 0.000392692307692301, 0.000474607692245396, 0.00115269230769229, 0.000497755577954324, 0.00152384615384614, 0.000695008245662225, 0.00219269230769231, 0.00271380462422438, 0.00807346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1365, '2022-03-27 00:00:00', 0.00047583836945561, 0.00106307692307692, 0.000452986160427106, 0.00126730769230769, 0.000517326410870986, 0.00162884615384615, 0.000695544059324467, 0.00221846153846155, 0.00278416016891162, 0.00817961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1395, '2022-03-27 00:00:00', 0.000419564792832575, 0.000991153846153866, 0.000504874089406322, 0.00140461538461541, 0.000541857914955603, 0.00157499999999999, 0.00089516960146366, 0.00226384615384613, 0.00284093364934843, 0.00820000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1410, '2022-03-27 00:00:00', 0.000375215638483174, 0.00076041666666668, 0.000385396229383745, 0.000935416666666661, 0.000432662803403878, 0.00112333333333335, 0.00090305028588699, 0.00184958333333332, 0.00297062499523569, 0.00812708333333335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 2, 1425, '2022-03-27 00:00:00', 0.00042021105808076, 0.000722399999999981, 0.00034698607080596, 0.000890799999999983, 0.000424538180458101, 0.000970800000000001, 0.000934128470821858, 0.00177279999999996, 0.0028496695714884, 0.00790400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 0, '2022-03-27 00:00:00', 0.000255295002813498, 0.000613461538461492, 0.000397008816023016, 0.000709999999999971, 0.000390236417493894, 0.000777307692307669, 0.000889956265131151, 0.00172692307692304, 0.00292773191290569, 0.00806692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 15, '2022-03-27 00:00:00', 0.000235608541049308, 0.000339230769230763, 0.000229698464547276, 0.00045576923076921, 0.000261189291805473, 0.000650384615384598, 0.000830600616792093, 0.00168423076923074, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 30, '2022-03-27 00:00:00', 0.000134642546710187, 0.000303846153846163, 0.000218975235691502, 0.000423076923076928, 0.000275035382339191, 0.000657307692307686, 0.00082697669951365, 0.00169769230769228, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 45, '2022-03-27 00:00:00', 0.000146514373146339, 0.000307692307692308, 0.000180870119146299, 0.000514999999999983, 0.000337108291206241, 0.000694999999999993, 0.000821857277521724, 0.00169423076923073, 0.0029361124742657, 0.00807269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 60, '2022-03-27 00:00:00', 0.000179849509740329, 0.000425384615384592, 0.00020573321036273, 0.000533076923076914, 0.000365597508828421, 0.000851538461538463, 0.000770119371366455, 0.00170038461538458, 0.00294593675842093, 0.00807923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 75, '2022-03-27 00:00:00', 0.000139271179855939, 0.000352692307692312, 0.000228198631425825, 0.00052884615384616, 0.000472957308205117, 0.000903846153846157, 0.000766195496242016, 0.00171346153846153, 0.00296724054662555, 0.00809269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 90, '2022-03-27 00:00:00', 0.000188779073155725, 0.000388461538461521, 0.000293747144012307, 0.000649230769230761, 0.000445777453962787, 0.000988461538461524, 0.000776796973772149, 0.00174153846153846, 0.00296724054662555, 0.00809269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 105, '2022-03-27 00:00:00', 0.000264366877943989, 0.00049461538461538, 0.000442711922308221, 0.000744615384615361, 0.000405092392120428, 0.00103961538461537, 0.00075064495345927, 0.0017503846153846, 0.00297231111840863, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 120, '2022-03-27 00:00:00', 0.000326156168351652, 0.000584615384615397, 0.000329656464543595, 0.000795769230769235, 0.000496343088537023, 0.00108269230769231, 0.000723958881110293, 0.00178730769230768, 0.00297231111840863, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 135, '2022-03-27 00:00:00', 0.000229783844916489, 0.000516153846153854, 0.000245128537710313, 0.000710000000000014, 0.000534001440505117, 0.00103153846153846, 0.000680669805864331, 0.00175076923076921, 0.0029717474010058, 0.00808884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 150, '2022-03-27 00:00:00', 0.000141769042948244, 0.000462307692307689, 0.00034134056983514, 0.000684230769230785, 0.000422801826646238, 0.000945769230769226, 0.000656092512238489, 0.00171423076923076, 0.00295631693939503, 0.0080946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 165, '2022-03-27 00:00:00', 0.000296427965046413, 0.000518461538461553, 0.000386144851259006, 0.000739615384615405, 0.000388723354268606, 0.000955384615384614, 0.000662861512395627, 0.00169576923076925, 0.00293360185542517, 0.00810961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 180, '2022-03-27 00:00:00', 0.000243175150552311, 0.00051692307692309, 0.000217566965818294, 0.000670769230769235, 0.00032908567974826, 0.000994230769230741, 0.000670406191452958, 0.00165269230769231, 0.00293253169698919, 0.00810307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 195, '2022-03-27 00:00:00', 0.000162843955510075, 0.000406923076923095, 0.000253539861833346, 0.000632307692307676, 0.00036299947022637, 0.000896153846153824, 0.000721150363068517, 0.0016046153846154, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 210, '2022-03-27 00:00:00', 0.000148116378359889, 0.000437692307692289, 0.000242012078528843, 0.00065461538461536, 0.000324783715014287, 0.000872692307692286, 0.00071103965052267, 0.00155423076923078, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 225, '2022-03-27 00:00:00', 0.000228858370714631, 0.000461923076923054, 0.000281344027017576, 0.000637692307692275, 0.00034013210103406, 0.000835384615384597, 0.000856691040259857, 0.00160653846153845, 0.00294066533549548, 0.00808384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 240, '2022-03-27 00:00:00', 0.000213999640546044, 0.000429615384615364, 0.000249042473980159, 0.000576923076923039, 0.000388079294038641, 0.000798461538461509, 0.000882940628720952, 0.00163192307692306, 0.00300911019303819, 0.00810807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 255, '2022-03-27 00:00:00', 0.000161466357534297, 0.000370769230769209, 0.000284605259695191, 0.000551923076923055, 0.000402338739793331, 0.000787307692307709, 0.00114990066460616, 0.00193653846153847, 0.0030570171484887, 0.00812461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 270, '2022-03-27 00:00:00', 0.000222406419387169, 0.000423846153846129, 0.000316016796048247, 0.000608846153846137, 0.000404824178359675, 0.00080115384615386, 0.00107324274980087, 0.00212499999999998, 0.00312639610660338, 0.00815615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 285, '2022-03-27 00:00:00', 0.000225677782553928, 0.000437692307692297, 0.000262573066754026, 0.00058384615384617, 0.000342907926641878, 0.000735384615384625, 0.00100538549820461, 0.00226999999999999, 0.00311313060340333, 0.0081669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 300, '2022-03-27 00:00:00', 0.000161313836499411, 0.000383076923076939, 0.000230412339413149, 0.000524615384615405, 0.000266610923661021, 0.00071576923076924, 0.000994600190258173, 0.00249846153846154, 0.00317673659352105, 0.00819076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 315, '2022-03-27 00:00:00', 0.000191393272126744, 0.000330769230769246, 0.000188026184755897, 0.000455384615384618, 0.000303656688738081, 0.000709230769230761, 0.00114965279039441, 0.00291846153846156, 0.00328110928709278, 0.00822307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 330, '2022-03-27 00:00:00', 0.000133357241446252, 0.00029807692307692, 0.000167745686634913, 0.00050115384615385, 0.000260720894090571, 0.000740769230769216, 0.00113713736400464, 0.00311423076923078, 0.00328052556764924, 0.00822000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 345, '2022-03-27 00:00:00', 0.000135135259875189, 0.000358461538461521, 0.000194251225122336, 0.000528461538461508, 0.000266720539430074, 0.000750384615384595, 0.00114367128144411, 0.00336000000000001, 0.00327930686860225, 0.00821153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 360, '2022-03-27 00:00:00', 0.000146401450181943, 0.000364230769230756, 0.000231297676997898, 0.000548846153846154, 0.000287256786757907, 0.000732692307692291, 0.00120448246147466, 0.003565, 0.00327856734659427, 0.00820038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 375, '2022-03-27 00:00:00', 0.000195970562938592, 0.000417307692307702, 0.000240266838840008, 0.000548076923076927, 0.00031734111712067, 0.000775769230769232, 0.00116761663887796, 0.00362615384615385, 0.00327885995665947, 0.00819884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 390, '2022-03-27 00:00:00', 0.000173125565814142, 0.000377307692307696, 0.000185098726255889, 0.000508461538461539, 0.000292835474942194, 0.00078384615384619, 0.00113556498984157, 0.00372038461538462, 0.00327519566062623, 0.00819115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 405, '2022-03-27 00:00:00', 0.000138330707420241, 0.000369230769230771, 0.000266601690801996, 0.000612692307692325, 0.000393244687968462, 0.000905769230769221, 0.00119309603714295, 0.00383692307692307, 0.00325459060405458, 0.00818000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 420, '2022-03-27 00:00:00', 0.000236063876622742, 0.000486923076923081, 0.000263062437747859, 0.000625384615384639, 0.000397722941834566, 0.00100346153846152, 0.00128228641946273, 0.0039623076923077, 0.00325177158815603, 0.00816769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 435, '2022-03-27 00:00:00', 0.000142919019566505, 0.000434615384615397, 0.000319323323005646, 0.000670769230769218, 0.000693182182735222, 0.00144153846153845, 0.00134539265072148, 0.00412423076923076, 0.003264065233134, 0.0081446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 450, '2022-03-27 00:00:00', 0.000267989953887493, 0.000491153846153827, 0.000349745401905217, 0.000765384615384599, 0.000701071707075366, 0.00162153846153844, 0.00131356713394658, 0.00427884615384615, 0.00327520719250652, 0.00812307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 465, '2022-03-27 00:00:00', 0.000287339252720254, 0.000599615384615393, 0.000628146479732262, 0.00128000000000001, 0.000697861458589479, 0.00176884615384616, 0.00133686821167407, 0.00443384615384615, 0.00327796184330356, 0.0081146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 480, '2022-03-27 00:00:00', 0.000620664160395963, 0.00115000000000001, 0.000665045516082587, 0.00142153846153847, 0.000758937820499581, 0.00198115384615385, 0.0013498483675527, 0.00456115384615386, 0.00333483610484145, 0.00818038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 495, '2022-03-27 00:00:00', 0.000356046885417345, 0.000874230769230757, 0.000419125096067806, 0.0012553846153846, 0.000839548596660068, 0.0022753846153846, 0.00125080749302818, 0.00448076923076922, 0.00329446921136253, 0.00808076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 510, '2022-03-27 00:00:00', 0.00029137578168723, 0.000910384615384618, 0.000432066412274086, 0.00136423076923076, 0.000801469035823996, 0.00235384615384615, 0.00128628821988521, 0.00450423076923078, 0.00334826549815783, 0.00806538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 525, '2022-03-27 00:00:00', 0.000322611459570411, 0.0010230769230769, 0.000731804513619473, 0.00180461538461539, 0.000845704167224863, 0.00247653846153847, 0.0015111070317944, 0.0044873076923077, 0.00346943056733216, 0.00798269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 540, '2022-03-27 00:00:00', 0.000560706285377225, 0.00138346153846154, 0.000585337903726094, 0.00179730769230767, 0.000782887849321569, 0.00245423076923074, 0.00155076001218262, 0.00446384615384615, 0.00342417145508901, 0.00796307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 555, '2022-03-27 00:00:00', 0.000338903435305024, 0.00123653846153843, 0.000639025821074538, 0.00180500000000001, 0.000593423963115732, 0.00223999999999998, 0.00158948530614837, 0.00441346153846153, 0.00343080757481163, 0.00786615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 570, '2022-03-27 00:00:00', 0.000498040622377799, 0.00130730769230771, 0.000549456234695832, 0.00170692307692307, 0.000732095517097192, 0.00220038461538463, 0.00173081430368661, 0.00438692307692309, 0.00335751998676683, 0.00776269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 585, '2022-03-27 00:00:00', 0.000449210589641596, 0.00120692307692306, 0.000519131375102078, 0.00163423076923075, 0.000606562064805833, 0.00226846153846151, 0.00170532942903666, 0.00427730769230769, 0.0032962719267962, 0.00774615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 600, '2022-03-27 00:00:00', 0.000473888659432193, 0.00118769230769231, 0.000724930235370149, 0.00167038461538465, 0.000726520898105909, 0.00225384615384616, 0.0017054143642664, 0.00421307692307693, 0.00328925130597318, 0.00775692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 615, '2022-03-27 00:00:00', 0.000480447227551105, 0.00108846153846154, 0.000540612188598745, 0.00151846153846153, 0.000685437199053382, 0.00221807692307692, 0.00162061512538153, 0.00406576923076922, 0.00325092119488995, 0.00771615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 630, '2022-03-27 00:00:00', 0.000459620077220947, 0.00113115384615384, 0.000537537404780816, 0.0015223076923077, 0.000689101979725479, 0.00225153846153845, 0.00166419215791375, 0.00408346153846154, 0.00313340092944002, 0.00766423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 645, '2022-03-27 00:00:00', 0.000414865501838138, 0.00103576923076922, 0.000594735364549778, 0.00159692307692307, 0.000954772949247818, 0.00218923076923075, 0.00160731328620156, 0.00402999999999998, 0.00311858076695156, 0.007675 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 660, '2022-03-27 00:00:00', 0.000552808772055525, 0.00111846153846153, 0.000672251784332664, 0.00157230769230768, 0.000960379812686283, 0.00218576923076924, 0.00158317290955173, 0.00405730769230769, 0.00292984084629446, 0.00762923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 675, '2022-03-27 00:00:00', 0.000565276923286262, 0.00112500000000002, 0.000895228118758198, 0.00149576923076923, 0.000958659721454086, 0.00214269230769232, 0.00152895867026701, 0.00402884615384615, 0.0027770026176548, 0.00760653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 690, '2022-03-27 00:00:00', 0.000561668941637327, 0.000969999999999992, 0.00068633665208848, 0.001485, 0.000657315870678736, 0.00213192307692308, 0.00145036356184874, 0.00411230769230771, 0.00269728718416231, 0.00757307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 705, '2022-03-27 00:00:00', 0.000369800153929331, 0.00106192307692308, 0.00050582027820771, 0.00149307692307693, 0.000707827988665656, 0.00214269230769232, 0.00138438233936241, 0.00422230769230769, 0.00252823526169175, 0.00746153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 720, '2022-03-27 00:00:00', 0.000443602732876366, 0.00108923076923077, 0.000499010867771305, 0.0014996153846154, 0.00104859708475364, 0.00227038461538464, 0.001433560655796, 0.00420807692307692, 0.00254531258470275, 0.00734807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 735, '2022-03-27 00:00:00', 0.000453387930347328, 0.000993846153846174, 0.000676764815415697, 0.00153115384615387, 0.00114212790607976, 0.00223807692307692, 0.00138979489355585, 0.0041653846153846, 0.00255812422264081, 0.00732653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 750, '2022-03-27 00:00:00', 0.000518914251105136, 0.00102, 0.00110957822894729, 0.00173961538461539, 0.00119445442969389, 0.00223423076923075, 0.00146360718773859, 0.00423499999999997, 0.00258481342876784, 0.00730269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 765, '2022-03-27 00:00:00', 0.000763012349935319, 0.00124038461538463, 0.000852805686227244, 0.00152153846153845, 0.000854837906362267, 0.0019403846153846, 0.0013427427727775, 0.00420307692307692, 0.00247738199284277, 0.00729846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 780, '2022-03-27 00:00:00', 0.000458626880355482, 0.00104884615384617, 0.000514718743213587, 0.00144923076923077, 0.000542868166458353, 0.00176538461538461, 0.00139980333783548, 0.00419576923076923, 0.00281067831944259, 0.00766384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 795, '2022-03-27 00:00:00', 0.000272416253892139, 0.000958846153846141, 0.000250683066839387, 0.00118499999999997, 0.000489911765996198, 0.00170846153846153, 0.00151488131040535, 0.00417576923076924, 0.00281946522479814, 0.0077819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 810, '2022-03-27 00:00:00', 0.000279584581945319, 0.00081346153846153, 0.000361345562287173, 0.00123884615384616, 0.000560686941308459, 0.00187461538461537, 0.0014698429010769, 0.00429307692307693, 0.00287866071958149, 0.00783346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 1028446 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1028446, 3, 825, '2022-03-27 00:00:00', 0.00026689669[...];
Date: 2022-03-27 18:30:47 Duration: 2s505ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1125, '2022-03-27 00:00:00', 0.000571692763103261, 0.00106615384615384, 0.000723476223627189, 0.00138461538461538, 0.000991415848479035, 0.00202423076923078, 0.00151713419111367, 0.00315807692307693, 0.00282713184367807, 0.00774230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1140, '2022-03-27 00:00:00', 0.000329750721699804, 0.000853461538461527, 0.000624677147382202, 0.00138153846153847, 0.000844043746587742, 0.00182538461538463, 0.00139416790733617, 0.00303192307692311, 0.00271518547319447, 0.00769192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1155, '2022-03-27 00:00:00', 0.000462003829487958, 0.00098653846153846, 0.000522644753596146, 0.00127153846153846, 0.00068902394733419, 0.001695, 0.00129101724948254, 0.00285153846153846, 0.00263308175688899, 0.00772653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1170, '2022-03-27 00:00:00', 0.000336778630785626, 0.000779615384615402, 0.000520097623972189, 0.00106153846153847, 0.000649639900252424, 0.00151000000000001, 0.0012334442084604, 0.00264384615384615, 0.00261535363103819, 0.00771115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1185, '2022-03-27 00:00:00', 0.000360726830377002, 0.000719615384615385, 0.000456604861997763, 0.00105, 0.000495337802374843, 0.00141653846153848, 0.00115642399730306, 0.0025373076923077, 0.00262265396996133, 0.00770461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1200, '2022-03-27 00:00:00', 0.000283322051057422, 0.000799230769230762, 0.000418023186695913, 0.00110923076923076, 0.000566222163520238, 0.00149653846153844, 0.00108105475560461, 0.00248923076923076, 0.00266687270037399, 0.00768499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1215, '2022-03-27 00:00:00', 0.000441089036886593, 0.000773461538461524, 0.000406430805919004, 0.000984999999999997, 0.000745934622831274, 0.00144230769230767, 0.00104956115371355, 0.00244884615384616, 0.00262508141998272, 0.00768269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1230, '2022-03-27 00:00:00', 0.000320071145937157, 0.000641538461538488, 0.000526456514385043, 0.000952692307692306, 0.00067702471264974, 0.00131769230769231, 0.000997729499336422, 0.0023119230769231, 0.00253626375721334, 0.00769461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1245, '2022-03-27 00:00:00', 0.000437023498752103, 0.000708461538461517, 0.000566473164548728, 0.00104038461538462, 0.000563300848706847, 0.00130038461538459, 0.000881705078897584, 0.0022296153846154, 0.00255605043889081, 0.00773461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1260, '2022-03-27 00:00:00', 0.000344849800080264, 0.000674230769230762, 0.000543694625827632, 0.000950384615384599, 0.000551951502886304, 0.00125769230769231, 0.000851370298175446, 0.00221076923076925, 0.00254948142540039, 0.00778346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1275, '2022-03-27 00:00:00', 0.000442329671694693, 0.000713461538461533, 0.000432326799468242, 0.00096769230769231, 0.00057534899108146, 0.00133769230769229, 0.000827529781011872, 0.00219153846153847, 0.00252831963047519, 0.00781807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1290, '2022-03-27 00:00:00', 0.000337432158423642, 0.000657307692307711, 0.00043267130889216, 0.000942692307692335, 0.000587616829627537, 0.00127153846153846, 0.000814483602328203, 0.0021265384615385, 0.00255508386133637, 0.00786153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1305, '2022-03-27 00:00:00', 0.000365160449454965, 0.000696923076923091, 0.000517209227117401, 0.00100576923076919, 0.000619825906078592, 0.00131807692307689, 0.000813470438212824, 0.00211307692307696, 0.00253095506448883, 0.00789153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1320, '2022-03-27 00:00:00', 0.000361163930390858, 0.00077923076923075, 0.000438294597098947, 0.000976923076923072, 0.000658470605616918, 0.00146346153846153, 0.000712093014667639, 0.00203269230769233, 0.00248735253138446, 0.00788884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1335, '2022-03-27 00:00:00', 0.000265273443827292, 0.000615000000000007, 0.00037964517847388, 0.000902307692307677, 0.000593772813326899, 0.00137692307692306, 0.000599113190795033, 0.00191384615384619, 0.00248221876554021, 0.00789499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1350, '2022-03-27 00:00:00', 0.000291671311318323, 0.000621923076923061, 0.000517391088502257, 0.00102846153846155, 0.000554360754521698, 0.00123961538461537, 0.000574978795595646, 0.00183384615384619, 0.00243388793117894, 0.00787230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1365, '2022-03-27 00:00:00', 0.000452659321718262, 0.000792692307692325, 0.000531824725319849, 0.00103153846153845, 0.000522118907765405, 0.00118192307692308, 0.000536754921872015, 0.00180461538461542, 0.00241164712305799, 0.00786461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1380, '2022-03-27 00:00:00', 0.000326593843269465, 0.000723461538461504, 0.000369834266415872, 0.000845769230769212, 0.000431177279264416, 0.00118538461538461, 0.00049876663265113, 0.00175807692307697, 0.00240663876679617, 0.00790692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1395, '2022-03-27 00:00:00', 0.000202048356740504, 0.000473461538461557, 0.000328669345180776, 0.000716538461538467, 0.00046686977265122, 0.00117076923076927, 0.000474737174250538, 0.00171923076923082, 0.00242306090592998, 0.00791192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1410, '2022-03-27 00:00:00', 0.000278168736837661, 0.000505384615384621, 0.000400581884455436, 0.000775384615384631, 0.000416350628862101, 0.00100961538461543, 0.000480129629931833, 0.00175730769230775, 0.00239308494175648, 0.00790653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1425, '2022-03-27 00:00:00', 0.000238943829897648, 0.000573076923076903, 0.00030980291501833, 0.000855384615384651, 0.000323066318507294, 0.000900384615384647, 0.00061757092398676, 0.00196461538461541, 0.00239015596530051, 0.00789846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 0, '2022-03-27 00:00:00', 0.000318964912466304, 0.000611153846153879, 0.000335781980549225, 0.000751538461538492, 0.000296015851966403, 0.000895769230769275, 0.00066961079395767, 0.00206115384615386, 0.00238202150736272, 0.00788230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 15, '2022-03-27 00:00:00', 0.000292368576655172, 0.000430769230769226, 0.000290364227506382, 0.000529230769230778, 0.000318421346404661, 0.000811923076923058, 0.000664900339553573, 0.0020673076923077, 0.00238562247964439, 0.00787115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 30, '2022-03-27 00:00:00', 0.000181096234510401, 0.000310384615384642, 0.000287776890075535, 0.000516538461538472, 0.000376181625527653, 0.00080615384615385, 0.00066013530081688, 0.00214884615384617, 0.00239506649979944, 0.00786346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 45, '2022-03-27 00:00:00', 0.000297735039668103, 0.000406923076923087, 0.00032995967119544, 0.000654230769230751, 0.000394630888884229, 0.00083153846153846, 0.000704525699700483, 0.0021926923076923, 0.00240659251608193, 0.00785346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 60, '2022-03-27 00:00:00', 0.000278345938606028, 0.000507307692307677, 0.000352057032093034, 0.000651923076923078, 0.000417839866271931, 0.000883076923076935, 0.000716827626528055, 0.00221461538461538, 0.00242363401654496, 0.00783461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 75, '2022-03-27 00:00:00', 0.000158728117813502, 0.000338846153846145, 0.000233778659287935, 0.000452692307692301, 0.00042805912603824, 0.000861153846153851, 0.000750411579375963, 0.00222846153846153, 0.00241681124943274, 0.00782384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 90, '2022-03-27 00:00:00', 0.000167738349360416, 0.000321923076923068, 0.000341233058187499, 0.000620000000000005, 0.000386527937093606, 0.000920384615384641, 0.000762955790633719, 0.00228153846153845, 0.00241681124943274, 0.00782384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 105, '2022-03-27 00:00:00', 0.000268894317244072, 0.000498076923076941, 0.000347122678380645, 0.000743076923076932, 0.000354641530823191, 0.000981153846153843, 0.000763493589716674, 0.00235230769230767, 0.00239969744887848, 0.00780961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 120, '2022-03-27 00:00:00', 0.000255312779516821, 0.00057384615384619, 0.000221523396923707, 0.000736153846153861, 0.000348987987450323, 0.00109615384615385, 0.000871681399100884, 0.00244269230769229, 0.00238610738684127, 0.0078126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 135, '2022-03-27 00:00:00', 0.00018447597300297, 0.000450769230769272, 0.000255348027963052, 0.000658846153846157, 0.000456168828395809, 0.00114499999999999, 0.000899464199484268, 0.00242038461538458, 0.00239023976911233, 0.00779692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 150, '2022-03-27 00:00:00', 0.000196285506342139, 0.000489999999999999, 0.000360469992349703, 0.000801153846153834, 0.000523033900945686, 0.0012573076923077, 0.000909033637356819, 0.0024130769230769, 0.00238270899478853, 0.00778692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 165, '2022-03-27 00:00:00', 0.00023372172803108, 0.00056538461538463, 0.000422468387529211, 0.000916538461538471, 0.000647066754373442, 0.00143076923076923, 0.000861418954623497, 0.00243115384615383, 0.00235812797330035, 0.00777346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 180, '2022-03-27 00:00:00', 0.000271070811072268, 0.00070076923076921, 0.000356396494845925, 0.000987692307692313, 0.000563393154159541, 0.00147038461538461, 0.000822552500078042, 0.00236615384615382, 0.00236775170865661, 0.00776807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 195, '2022-03-27 00:00:00', 0.000236938486012397, 0.00066961538461539, 0.000507157387193157, 0.00107384615384615, 0.000488522418980056, 0.00137307692307694, 0.000857434545606835, 0.002405, 0.00233760548096027, 0.00773076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 210, '2022-03-27 00:00:00', 0.000429001703421382, 0.000777692307692278, 0.000455851021547775, 0.00105192307692307, 0.0004404740453368, 0.00131576923076923, 0.00104822604725974, 0.00251461538461535, 0.00235237624541655, 0.00773499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 225, '2022-03-27 00:00:00', 0.000270587110955788, 0.000655769230769223, 0.000317237353509213, 0.000886538461538471, 0.000538545762643719, 0.00122653846153846, 0.00109520156205989, 0.00252769230769227, 0.00235901090746494, 0.00774730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 240, '2022-03-27 00:00:00', 0.000321872406636285, 0.000695384615384628, 0.000402392842878677, 0.000930000000000012, 0.000545015031549915, 0.00125423076923075, 0.00111665303474266, 0.00259499999999999, 0.00237081813207693, 0.00775115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 255, '2022-03-27 00:00:00', 0.000218082905900834, 0.000568076923076938, 0.000399720671700373, 0.00086615384615385, 0.000462117034793283, 0.00114807692307691, 0.00124871059651392, 0.00257307692307691, 0.00239060356073847, 0.00774423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 270, '2022-03-27 00:00:00', 0.000325074429347137, 0.000635769230769228, 0.000363794532034852, 0.000882307692307674, 0.000371097540567679, 0.00112423076923077, 0.00124857192269964, 0.00255961538461538, 0.00239638355733097, 0.00773692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 285, '2022-03-27 00:00:00', 0.000235392961139131, 0.000565384615384596, 0.000286097616477069, 0.000769615384615371, 0.000641679527010639, 0.00113384615384614, 0.00123883419142601, 0.00253307692307694, 0.0024020624471483, 0.00770999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 300, '2022-03-27 00:00:00', 0.000246634266756367, 0.000572692307692285, 0.0002554838546758, 0.000749999999999986, 0.000801799514553656, 0.0011576923076923, 0.00119120785501362, 0.00262807692307692, 0.00240212226679149, 0.00770923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 315, '2022-03-27 00:00:00', 0.00024165964622872, 0.000519230769230746, 0.000681017903300176, 0.000885769230769209, 0.000820116689633493, 0.00112923076923075, 0.0011937012253427, 0.00274884615384616, 0.00239605804475731, 0.00770692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 330, '2022-03-27 00:00:00', 0.00065338361920555, 0.000613076923076934, 0.000797729566669362, 0.000802692307692331, 0.00076805248218116, 0.00108384615384617, 0.00118841180378884, 0.00274115384615387, 0.00239876955637999, 0.00768923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 345, '2022-03-27 00:00:00', 0.000229175445053332, 0.000465769230769242, 0.000299098388751675, 0.000669615384615373, 0.000423670408908413, 0.00102384615384612, 0.00114518900018901, 0.00270538461538464, 0.00237655898630451, 0.00771384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 360, '2022-03-27 00:00:00', 0.000211911447398327, 0.000477692307692303, 0.000276156031703378, 0.000673076923076917, 0.000436917172224469, 0.000976153846153836, 0.0011334234051689, 0.00273615384615387, 0.00234155004545807, 0.00768384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 375, '2022-03-27 00:00:00', 0.000239936209471152, 0.000435769230769233, 0.000359064810948559, 0.000683461538461532, 0.000633358811903158, 0.00108076923076925, 0.00119940010646348, 0.00291384615384616, 0.00231928347688546, 0.00765961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 390, '2022-03-27 00:00:00', 0.000251856186069624, 0.000493461538461543, 0.000292127738129473, 0.000638846153846163, 0.000905304028829747, 0.00115076923076922, 0.00114695939167607, 0.0029596153846154, 0.00231658581670395, 0.00764538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 405, '2022-03-27 00:00:00', 0.000156677522809926, 0.000369615384615398, 0.000467608810866556, 0.000734999999999998, 0.000825399576895018, 0.00117269230769228, 0.00106154611479965, 0.00298807692307693, 0.00231569311770465, 0.00762884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 420, '2022-03-27 00:00:00', 0.000482189238306375, 0.000602307692307701, 0.000833826028709727, 0.000874615384615367, 0.000888864790271624, 0.00129615384615387, 0.00107960078091576, 0.00313461538461539, 0.00232389371529768, 0.007635 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 435, '2022-03-27 00:00:00', 0.000396496386635967, 0.000494230769230753, 0.000397726616582882, 0.000762307692307682, 0.000611854180717558, 0.00116846153846157, 0.000995775152253863, 0.00306192307692309, 0.00232586873761516, 0.00762423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 450, '2022-03-27 00:00:00', 0.000257463365579241, 0.000560769230769207, 0.000309235285079927, 0.000832307692307722, 0.000441873110919696, 0.00115038461538462, 0.000987497925995898, 0.0031119230769231, 0.00237942294232481, 0.00763846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 465, '2022-03-27 00:00:00', 0.000236189298266, 0.00049576923076925, 0.000305548938545278, 0.000771923076923087, 0.000309298959186526, 0.00116461538461541, 0.00101251279194201, 0.00309307692307694, 0.0024655484956933, 0.00764423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 480, '2022-03-27 00:00:00', 0.00025380216402061, 0.000643461538461544, 0.000334642863593186, 0.000905384615384603, 0.000450696725594428, 0.00130346153846155, 0.00101635305797817, 0.00316846153846155, 0.00252487809302065, 0.00767423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 495, '2022-03-27 00:00:00', 0.000318913540248528, 0.000634615384615357, 0.000329396651237019, 0.000873076923076946, 0.000561021047185036, 0.00137615384615385, 0.00102887339431949, 0.00317730769230769, 0.00252720569312923, 0.00767615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 510, '2022-03-27 00:00:00', 0.000239385431084231, 0.000574230769230808, 0.000368605688841279, 0.000856923076923106, 0.000566779837869521, 0.00148076923076926, 0.000968933116688371, 0.00317923076923078, 0.00252510048543393, 0.00769730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 525, '2022-03-27 00:00:00', 0.000282906073023937, 0.000580384615384626, 0.000451778025821745, 0.00109076923076924, 0.000619666535634, 0.00154884615384615, 0.000988191510557798, 0.00321769230769229, 0.00255025093787926, 0.0077196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 540, '2022-03-27 00:00:00', 0.000341245681854892, 0.000906153846153847, 0.000522179456332213, 0.00127076923076925, 0.000732383779175921, 0.00164499999999999, 0.000995383575079725, 0.00320269230769228, 0.00256909669848255, 0.00773538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 555, '2022-03-27 00:00:00', 0.000466637068658457, 0.000863076923076949, 0.000484130306680099, 0.00116692307692308, 0.000713789453981625, 0.00188076923076922, 0.000920918354353198, 0.00316884615384614, 0.00251626267431562, 0.00769538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 570, '2022-03-27 00:00:00', 0.000268228662496404, 0.000818846153846146, 0.000493850335472351, 0.00118192307692307, 0.000656379932192186, 0.00192884615384615, 0.000924827801019433, 0.00317769230769232, 0.00247013235397498, 0.00765461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 585, '2022-03-27 00:00:00', 0.00042701918530132, 0.000814230769230774, 0.000590677967710383, 0.00147269230769228, 0.00057270800722395, 0.00186769230769232, 0.000960020512601378, 0.00313923076923078, 0.00245743919245534, 0.00758076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 600, '2022-03-27 00:00:00', 0.000574454122155584, 0.00123153846153844, 0.000545874034497379, 0.0014923076923077, 0.000650581751499866, 0.00188384615384617, 0.000947106362315495, 0.00311769230769233, 0.00241586576295445, 0.00755923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 615, '2022-03-27 00:00:00', 0.000287262142409236, 0.000933461538461522, 0.000425544357264906, 0.00125, 0.000625750626171365, 0.00167038461538462, 0.000935883621956373, 0.00289307692307693, 0.00244142660060752, 0.0075896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 630, '2022-03-27 00:00:00', 0.000323051793894511, 0.000942307692307674, 0.000600483523119913, 0.0012526923076923, 0.000618871429421241, 0.0017346153846154, 0.000931135617652749, 0.00297153846153847, 0.00258888538534668, 0.00770346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 645, '2022-03-27 00:00:00', 0.000472991136687187, 0.000873846153846148, 0.000508906520054365, 0.00123538461538462, 0.000513908103128886, 0.00169153846153848, 0.000951447237714125, 0.0030496153846154, 0.00261744761170116, 0.00772 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 660, '2022-03-27 00:00:00', 0.000384843624586165, 0.000926153846153859, 0.000437732092284092, 0.00134576923076925, 0.000473579495398123, 0.00163846153846156, 0.00100224639992062, 0.00304538461538464, 0.00263951280469598, 0.00775038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 675, '2022-03-27 00:00:00', 0.000373903525195842, 0.000859615384615397, 0.000459279703616266, 0.00112538461538463, 0.000522363268822911, 0.0014392307692308, 0.000995570265649876, 0.00295192307692311, 0.00266242549913827, 0.00777153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 690, '2022-03-27 00:00:00', 0.00033828913441249, 0.000763461538461536, 0.000368659108746222, 0.00103846153846154, 0.000531181122231769, 0.00143423076923077, 0.00105335186611414, 0.00296692307692309, 0.00266701022466388, 0.00779653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 705, '2022-03-27 00:00:00', 0.000266259561041752, 0.000716923076923085, 0.000414952824009937, 0.00100461538461538, 0.000635312158282458, 0.00144153846153843, 0.00100334617080126, 0.00306346153846153, 0.00264198587895839, 0.00785423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 720, '2022-03-27 00:00:00', 0.00026658293557248, 0.000742307692307679, 0.000396134398327689, 0.00108230769230769, 0.000652070430363039, 0.00140961538461536, 0.000975168624471623, 0.00313461538461539, 0.00268448086945348, 0.00782846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 735, '2022-03-27 00:00:00', 0.000259018561853402, 0.000721153846153865, 0.000426029973665613, 0.000998461538461529, 0.00054147377236008, 0.00137538461538458, 0.00102076901628891, 0.00318576923076923, 0.00274861881398923, 0.00785423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 750, '2022-03-27 00:00:00', 0.000261293822235548, 0.000637692307692275, 0.000384199667640925, 0.000935769230769212, 0.000442746671793955, 0.00137615384615386, 0.00105613730168006, 0.00324500000000001, 0.00268132427098141, 0.0078603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 765, '2022-03-27 00:00:00', 0.000316145292790912, 0.00068961538461541, 0.000347691507827528, 0.000974230769230789, 0.000438928941156322, 0.0014711538461539, 0.0010975606519074, 0.00343076923076925, 0.00264584644010486, 0.00788076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 780, '2022-03-27 00:00:00', 0.000257852671112749, 0.000749999999999994, 0.000315736988890846, 0.00109461538461539, 0.000450286062921702, 0.00158153846153849, 0.00131488267976217, 0.00375269230769232, 0.00266274132889689, 0.00790076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 795, '2022-03-27 00:00:00', 0.000257795386961189, 0.000807692307692304, 0.000358399004119492, 0.00113461538461542, 0.000466267668256695, 0.00157846153846157, 0.00156566722075731, 0.00412538461538463, 0.00271138307028835, 0.00791307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 810, '2022-03-27 00:00:00', 0.00026432963104078, 0.000816923076923074, 0.000362184186037131, 0.00114576923076924, 0.000523715718540266, 0.00153307692307692, 0.00160772902424031, 0.00418615384615384, 0.00266614778285078, 0.00787999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 825, '2022-03-27 00:00:00', 0.000318259932469369, 0.000734230769230797, 0.00038278513756216, 0.00100730769230772, 0.000473066754112142, 0.00148807692307694, 0.00156636728181435, 0.00425769230769233, 0.00272988500744012, 0.0078280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 840, '2022-03-27 00:00:00', 0.000212246590984675, 0.000696153846153846, 0.000327539075766313, 0.00104538461538461, 0.000360158939273295, 0.00148230769230769, 0.00176666291242952, 0.0046746153846154, 0.00274073701485851, 0.00782076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 855, '2022-03-27 00:00:00', 0.000308284583810785, 0.00080923076923075, 0.000362184186037132, 0.00113423076923074, 0.000418772749095011, 0.00148884615384614, 0.00181543217995056, 0.00471499999999999, 0.00275468074375236, 0.00782499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 870, '2022-03-27 00:00:00', 0.00029526337656141, 0.000847307692307684, 0.000336151064941827, 0.00109153846153846, 0.000576348318827568, 0.00164423076923076, 0.00196664028230888, 0.00482499999999998, 0.0027984591364645, 0.00781153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 885, '2022-03-27 00:00:00', 0.000208039936994354, 0.000716153846153832, 0.000361978537400309, 0.00102269230769229, 0.000682924593201898, 0.00172499999999998, 0.0019186579043295, 0.00493192307692305, 0.00284785500927387, 0.00787307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 900, '2022-03-27 00:00:00', 0.000291301588366083, 0.000823846153846145, 0.000469870685974824, 0.00125230769230767, 0.000789475385693202, 0.00192923076923073, 0.00184924238125113, 0.0050057692307692, 0.00284134150331523, 0.00785846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 915, '2022-03-27 00:00:00', 0.000338550757471641, 0.000953846153846126, 0.000543050217255745, 0.00147346153846151, 0.000711058257918338, 0.00214961538461536, 0.00182211816723959, 0.00505115384615384, 0.00283157211022159, 0.00787384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 930, '2022-03-27 00:00:00', 0.000515500205177897, 0.00114730769230766, 0.000730459181189914, 0.00155884615384611, 0.00076221620191491, 0.0021684615384615, 0.00178404777445516, 0.00505769230769229, 0.00277303757360327, 0.00795423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 945, '2022-03-27 00:00:00', 0.000459024383464954, 0.00101076923076922, 0.000520235006067933, 0.00159269230769229, 0.000662727348508854, 0.00230653846153845, 0.00178965750913408, 0.005035, 0.00300509925600827, 0.00809846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 960, '2022-03-27 00:00:00', 0.000387943889677962, 0.00114269230769231, 0.000588884865330566, 0.00153423076923076, 0.00105497655825217, 0.00257346153846156, 0.00173703496267014, 0.00498769230769231, 0.00302724175040325, 0.00808384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 975, '2022-03-27 00:00:00', 0.0003101029605693, 0.000959615384615386, 0.000486524408431882, 0.001675, 0.00113998603230311, 0.00295807692307692, 0.00179297981455024, 0.00489615384615383, 0.00302034600666876, 0.00811499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 990, '2022-03-27 00:00:00', 0.000456387992830646, 0.001405, 0.000978944250789517, 0.00210038461538464, 0.00108836030515918, 0.00298192307692306, 0.00187508982348949, 0.0048853846153846, 0.00300563115092065, 0.00810884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1005, '2022-03-27 00:00:00', 0.000705005946510655, 0.00154423076923078, 0.000972599372024029, 0.00243846153846151, 0.00097848045458254, 0.00294999999999997, 0.00192635422894768, 0.00477384615384614, 0.00306857060183752, 0.00820153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1020, '2022-03-27 00:00:00', 0.000714051495665092, 0.00177846153846153, 0.000833308235519504, 0.00218115384615383, 0.00129862009604279, 0.00315307692307695, 0.00174500540003573, 0.00466038461538462, 0.00288718337591395, 0.00815961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1035, '2022-03-27 00:00:00', 0.000574437517523371, 0.00139230769230768, 0.000682202316032414, 0.00184, 0.0013325134145666, 0.00278999999999999, 0.00168851454971976, 0.00438423076923076, 0.00302709467209831, 0.00825307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1050, '2022-03-27 00:00:00', 0.000631186063022513, 0.00127961538461537, 0.00132966328878347, 0.00221269230769232, 0.00157002361569694, 0.00273692307692307, 0.00169057878118252, 0.00421384615384615, 0.00285000307692139, 0.00814153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1065, '2022-03-27 00:00:00', 0.00109537046771333, 0.00181269230769233, 0.00114593871496758, 0.00218346153846154, 0.00134780391178219, 0.00267076923076924, 0.0015829635303637, 0.00403846153846155, 0.00273457171446249, 0.00823230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1080, '2022-03-27 00:00:00', 0.000843915507983709, 0.0013057692307692, 0.00105592780930397, 0.00178653846153845, 0.00100636803177793, 0.00225384615384612, 0.00150893054333704, 0.00384076923076922, 0.00266545493302736, 0.00821500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1095, '2022-03-27 00:00:00', 0.000533203381603888, 0.00115538461538461, 0.000719428833279419, 0.00158461538461536, 0.000815074135372888, 0.00207538461538462, 0.00130283389342086, 0.00360192307692308, 0.00263065516846743, 0.00809115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1110, '2022-03-27 00:00:00', 0.000541473346172621, 0.00105423076923078, 0.000519343372405544, 0.00142846153846155, 0.000753786850100649, 0.00211115384615388, 0.00128874894613105, 0.0034446153846154, 0.00249886426509816, 0.00804115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1125, '2022-03-27 00:00:00', 0.000451300513899727, 0.00102807692307692, 0.000619979155977184, 0.00149307692307694, 0.000697876339056845, 0.00200076923076926, 0.00126771508568035, 0.00331153846153846, 0.0024971005956139, 0.00802923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1140, '2022-03-27 00:00:00', 0.000506196070251924, 0.00105769230769234, 0.000678787153679276, 0.00146000000000003, 0.000686232187662919, 0.00187115384615388, 0.00127095076464584, 0.00320961538461539, 0.00246063134487565, 0.00803115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1155, '2022-03-27 00:00:00', 0.000361897775621766, 0.000885000000000025, 0.000444157456487938, 0.00126038461538465, 0.000576259022956236, 0.0016323076923077, 0.00125855374873761, 0.00306846153846153, 0.00243685260436172, 0.00799115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1170, '2022-03-27 00:00:00', 0.000468599386059555, 0.000834230769230777, 0.000532631782176618, 0.00110615384615384, 0.000761002274332004, 0.00155730769230769, 0.00126841075608566, 0.00297461538461537, 0.00244342914773477, 0.00797500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1185, '2022-03-27 00:00:00', 0.000286311288366629, 0.000743076923076923, 0.00048056585236735, 0.00107653846153843, 0.00061737957405598, 0.00163153846153847, 0.00126491519934675, 0.00291230769230769, 0.00240258322516538, 0.00799692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1200, '2022-03-27 00:00:00', 0.000409560552487471, 0.000809615384615368, 0.000572735003832828, 0.00114423076923078, 0.000758372041841039, 0.00172807692307695, 0.00124418110232578, 0.00282884615384615, 0.00240313874883532, 0.00795038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1215, '2022-03-27 00:00:00', 0.000381323202304029, 0.000770769230769242, 0.000457075654401063, 0.00114692307692308, 0.00078654698133433, 0.00170192307692306, 0.00124270127606696, 0.00281769230769229, 0.00234104345571336, 0.00805730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1230, '2022-03-27 00:00:00', 0.000361772559234917, 0.000820769230769236, 0.000585554963589766, 0.00122884615384615, 0.000796518288939669, 0.00162423076923077, 0.00121455480922656, 0.00275076923076922, 0.00233242824937048, 0.00803846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1245, '2022-03-27 00:00:00', 0.000351661769318174, 0.000745000000000004, 0.000474016715057446, 0.0010903846153846, 0.000735952862202887, 0.00162115384615385, 0.00102096153773707, 0.00261769230769231, 0.00224499484323546, 0.00802461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1260, '2022-03-27 00:00:00', 0.000339314240559038, 0.000723076923076895, 0.000424143118080914, 0.00108576923076921, 0.000784496016560978, 0.00172499999999997, 0.000888508603482012, 0.00248346153846153, 0.00230360119411725, 0.00805769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1275, '2022-03-27 00:00:00', 0.000367089173823556, 0.000737692307692307, 0.000541465958870363, 0.00113423076923077, 0.000738827345293782, 0.0016553846153846, 0.000806813771287074, 0.0022873076923077, 0.00231420167328074, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1290, '2022-03-27 00:00:00', 0.000349109636735437, 0.000728461538461545, 0.000585982541089346, 0.00113346153846151, 0.000599446411282932, 0.00145999999999999, 0.000610795823873688, 0.00208346153846152, 0.00231767180924837, 0.00807884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1305, '2022-03-27 00:00:00', 0.000462520851920792, 0.000831538461538435, 0.000441019099534075, 0.00111538461538459, 0.000491215290415974, 0.0014173076923077, 0.000521300740013348, 0.00198769230769231, 0.00225206985135555, 0.00810884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1320, '2022-03-27 00:00:00', 0.000366218303957963, 0.000779615384615376, 0.000459388221944715, 0.00101153846153848, 0.000515282894669007, 0.00141730769230769, 0.000520370430189294, 0.00199576923076922, 0.00232635366713991, 0.00819576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1335, '2022-03-27 00:00:00', 0.000296776787398328, 0.000677307692307714, 0.000338458951039066, 0.000967692307692336, 0.000468605952225901, 0.00128346153846154, 0.000495967120498306, 0.00188076923076923, 0.00235962972975388, 0.00826269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1350, '2022-03-27 00:00:00', 0.000296748793011606, 0.000670384615384626, 0.000400280094241731, 0.000958076923076923, 0.000511601557704991, 0.00120807692307692, 0.000482626308696651, 0.0018580769230769, 0.00244390925804099, 0.00832269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1365, '2022-03-27 00:00:00', 0.000297107077304868, 0.000746153846153841, 0.000436170220829527, 0.00093269230769232, 0.000442725822429825, 0.00114307692307695, 0.000421539303761085, 0.00183076923076923, 0.00248913750894994, 0.00836153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1380, '2022-03-27 00:00:00', 0.000251519688784298, 0.000646923076923088, 0.000267227647118731, 0.00087115384615384, 0.000405278251992955, 0.00116230769230769, 0.000393561450582497, 0.00180115384615383, 0.0025171776930645, 0.00838346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1395, '2022-03-27 00:00:00', 0.000188787222514193, 0.000523846153846144, 0.000266922057191599, 0.000680769230769241, 0.000438843409955707, 0.00112346153846155, 0.000394950629826053, 0.00181499999999999, 0.00253653346124193, 0.008375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1410, '2022-03-27 00:00:00', 0.000222840750312886, 0.000464999999999989, 0.000375814397726399, 0.000802692307692297, 0.000434631054857063, 0.00107807692307691, 0.000454741854073434, 0.00185692307692306, 0.00254935491086244, 0.0083576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1425, '2022-03-27 00:00:00', 0.000321169976564022, 0.000643076923076943, 0.000378435646393854, 0.000928461538461549, 0.000399964806144025, 0.00104038461538462, 0.000598399917729307, 0.00195769230769229, 0.00257243569105534, 0.00836576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 0, '2022-03-27 00:00:00', 0.000291015463506638, 0.000554999999999998, 0.000342683527471032, 0.000749999999999986, 0.000417538022220729, 0.000905000000000002, 0.000579513456404415, 0.00195038461538462, 0.00256986276197477, 0.00838115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 15, '2022-03-27 00:00:00', 0.000304394733604502, 0.000461923076923063, 0.000340623862030558, 0.000613846153846153, 0.000303963560569114, 0.000824615384615355, 0.000558234579862095, 0.00207538461538462, 0.00256236417276041, 0.00837692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 30, '2022-03-27 00:00:00', 0.000309767406538914, 0.000409615384615369, 0.000312178696360839, 0.000546538461538455, 0.000296458324999571, 0.000796538461538462, 0.000673676023482608, 0.00216076923076921, 0.00256829737075273, 0.00836076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 45, '2022-03-27 00:00:00', 0.000220239380255651, 0.000374230769230761, 0.000237401639551088, 0.000613461538461509, 0.000305427821008749, 0.000796923076923071, 0.000752498607205431, 0.00218692307692305, 0.00257049558226843, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 60, '2022-03-27 00:00:00', 0.000227555572248939, 0.000481538461538439, 0.000255163597596668, 0.000577307692307683, 0.000447866223158352, 0.00093807692307692, 0.000741851737208963, 0.00220999999999999, 0.00257049558226843, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 75, '2022-03-27 00:00:00', 0.000140178457688761, 0.000314999999999988, 0.000229325432183521, 0.000493076923076925, 0.000451716895683711, 0.000928076923076914, 0.000746640887833353, 0.00221384615384615, 0.00256982693221517, 0.00835230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 90, '2022-03-27 00:00:00', 0.000207763178791495, 0.000378461538461558, 0.000383898223691938, 0.000704615384615389, 0.00040426419389001, 0.000941538461538464, 0.000762908604264955, 0.00221846153846153, 0.00257367860045918, 0.00833846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 105, '2022-03-27 00:00:00', 0.000341965585312952, 0.00057269230769231, 0.000399705468487046, 0.0008226923076923, 0.000367774178204278, 0.00103461538461539, 0.0007582507196476, 0.0022980769230769, 0.00257356875832882, 0.00833807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 120, '2022-03-27 00:00:00', 0.000306053037133201, 0.0006973076923077, 0.000326916597220878, 0.000822307692307699, 0.000337910320374197, 0.00112076923076925, 0.000707460137501634, 0.00227961538461538, 0.00257280499425462, 0.00836153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 135, '2022-03-27 00:00:00', 0.000186889107391325, 0.00044346153846154, 0.000177662168606119, 0.000680384615384632, 0.000302774859234721, 0.00108615384615386, 0.000731480269464165, 0.00221076923076924, 0.00257916960399152, 0.00836961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 150, '2022-03-27 00:00:00', 0.000207706894074668, 0.000503076923076931, 0.00027092917042024, 0.00073884615384616, 0.000374614468487261, 0.00114000000000001, 0.000752268875827266, 0.0021873076923077, 0.00258004376826321, 0.00836538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 165, '2022-03-27 00:00:00', 0.000192851078455727, 0.000513461538461555, 0.000242941271789001, 0.000857307692307723, 0.000377123525978103, 0.00123692307692309, 0.000713829542247035, 0.00215384615384616, 0.00258373090406399, 0.00835423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 180, '2022-03-27 00:00:00', 0.000250466641414669, 0.000691538461538466, 0.000306307286635782, 0.000891923076923087, 0.000378446216075079, 0.00128846153846152, 0.000735281003321978, 0.00213692307692309, 0.00257757336685853, 0.00837730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 195, '2022-03-27 00:00:00', 0.000221223520797064, 0.000590384615384606, 0.000308637950705008, 0.000914230769230755, 0.000458846882454789, 0.0013826923076923, 0.000601020286359239, 0.00209423076923076, 0.002648510060102, 0.00839153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 210, '2022-03-27 00:00:00', 0.000219617849912057, 0.00064999999999998, 0.000305764363773575, 0.000930384615384579, 0.000542612058614482, 0.00143038461538457, 0.000602413096190244, 0.00207153846153844, 0.002690315308944, 0.0084326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 225, '2022-03-27 00:00:00', 0.000306555303079485, 0.000668076923076919, 0.000417068893036226, 0.00103769230769232, 0.000607466491636817, 0.00136653846153844, 0.00066596061329596, 0.00202653846153844, 0.00267737934440491, 0.00845192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 240, '2022-03-27 00:00:00', 0.000308367662676557, 0.000731153846153862, 0.000436930728535375, 0.00102269230769228, 0.00049140364107476, 0.00131846153846152, 0.000662659908132506, 0.00198307692307691, 0.00264651120127264, 0.00848846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 255, '2022-03-27 00:00:00', 0.00031243657817966, 0.000603846153846139, 0.00043138916929453, 0.000833846153846134, 0.00045583330286412, 0.00115000000000001, 0.000661478646669723, 0.00184499999999998, 0.00269191304580106, 0.00850961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 270, '2022-03-27 00:00:00', 0.000287698560195327, 0.000592307692307678, 0.00031936475408826, 0.000834615384615378, 0.000432818491002694, 0.00111961538461536, 0.000643936451714118, 0.00182692307692307, 0.00271204016307906, 0.0085253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 285, '2022-03-27 00:00:00', 0.000218583200142696, 0.000581153846153862, 0.000260115063296707, 0.000750384615384655, 0.00049567312430049, 0.00110038461538459, 0.000633731318947846, 0.00190076923076923, 0.0027026151437792, 0.00853384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 300, '2022-03-27 00:00:00', 0.000245597544462791, 0.000503076923076948, 0.000352249037777769, 0.000760769230769219, 0.000478918171908925, 0.00102884615384614, 0.000649572166891405, 0.00195999999999999, 0.00272395382881915, 0.00856269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 315, '2022-03-27 00:00:00', 0.000212955755607008, 0.00053692307692305, 0.00043357281351043, 0.000775769230769189, 0.000403652554327828, 0.000970769230769202, 0.000684677689472591, 0.00209653846153846, 0.00269540729047365, 0.00862730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 330, '2022-03-27 00:00:00', 0.00028856461748025, 0.000491538461538436, 0.00033669639371168, 0.000652692307692296, 0.000405939176952174, 0.000941153846153829, 0.000785516292736075, 0.00220038461538459, 0.00269069999471114, 0.00864230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 345, '2022-03-27 00:00:00', 0.000274251989684956, 0.000473076923076914, 0.000251093608042901, 0.000619999999999988, 0.00042988603140832, 0.000894999999999996, 0.000777702039047385, 0.00221269230769231, 0.00270859679823052, 0.00870615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 360, '2022-03-27 00:00:00', 0.000155230845467704, 0.000406153846153834, 0.000336281932998985, 0.000628461538461539, 0.000409627222653072, 0.000872307692307694, 0.000785932860706611, 0.00226769230769231, 0.00270406998088778, 0.00872769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 375, '2022-03-27 00:00:00', 0.00025777867668572, 0.000434615384615405, 0.000333229419700363, 0.000595384615384639, 0.00035658573248994, 0.000835769230769249, 0.000869917149016984, 0.0025496153846154, 0.0026838062523215, 0.00876999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 390, '2022-03-27 00:00:00', 0.000116569556653785, 0.000362692307692318, 0.00023908447171528, 0.000565769230769222, 0.000345953531784022, 0.000840384615384613, 0.00110697988307757, 0.00278269230769231, 0.00271996993761667, 0.00882730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 405, '2022-03-27 00:00:00', 0.000224200459753844, 0.000405384615384607, 0.000289260063982881, 0.000580769230769218, 0.000409197338137051, 0.000917692307692299, 0.00107368896799768, 0.00286, 0.00273429943214261, 0.00884576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 420, '2022-03-27 00:00:00', 0.000191613794268157, 0.000420384615384611, 0.000254215232854691, 0.000625769230769223, 0.000388190476639806, 0.000910384615384593, 0.0010644265339392, 0.0029103846153846, 0.00275564050909849, 0.00887884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 435, '2022-03-27 00:00:00', 0.000223075358084679, 0.000451153846153855, 0.000330453534496991, 0.000683461538461541, 0.000377796852208257, 0.000952307692307688, 0.00114062499736564, 0.00300576923076923, 0.00276225417980426, 0.00890192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 450, '2022-03-27 00:00:00', 0.000183541234101187, 0.000449230769230774, 0.000257153949699681, 0.00061192307692308, 0.00036945031934155, 0.00100153846153845, 0.00115437175721089, 0.00309307692307694, 0.0028042524027736, 0.00891653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 465, '2022-03-27 00:00:00', 0.000240586782679321, 0.000425, 0.000326866004067977, 0.000724230769230748, 0.000390658615476681, 0.00113692307692309, 0.00118872679140979, 0.00324923076923078, 0.00280898120047382, 0.00892076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 480, '2022-03-27 00:00:00', 0.000238373978961925, 0.000606923076923073, 0.000306469975941955, 0.000829615384615379, 0.000368299418324936, 0.00116269230769232, 0.00121706456437041, 0.00328307692307693, 0.00280633165976785, 0.00890423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 495, '2022-03-27 00:00:00', 0.00023995416228939, 0.000524999999999998, 0.000296419660927927, 0.000793846153846171, 0.000463174497770131, 0.00128115384615386, 0.001313609003998, 0.00333615384615385, 0.00284249232459555, 0.00892884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 510, '2022-03-27 00:00:00', 0.000230924563106964, 0.000643076923076943, 0.000301728609591712, 0.000841923076923093, 0.000575307409464363, 0.00137884615384613, 0.00144116133725548, 0.003425, 0.00294900671674119, 0.00898384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 525, '2022-03-27 00:00:00', 0.000272175282888412, 0.000560769230769232, 0.000399252378250231, 0.0010123076923077, 0.000498817216407614, 0.00143115384615384, 0.00144364730403985, 0.00348153846153847, 0.00295106343283492, 0.00900076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 540, '2022-03-27 00:00:00', 0.000325769149032786, 0.000838461538461532, 0.000498525209608704, 0.00112076923076919, 0.000483251328144971, 0.00149038461538461, 0.00141439027363519, 0.00354961538461539, 0.00300579338048275, 0.0090353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 555, '2022-03-27 00:00:00', 0.000340311395862453, 0.000670384615384583, 0.000387982751400903, 0.00101884615384615, 0.000634563932646195, 0.00179076923076923, 0.00133725620351753, 0.00353307692307692, 0.00304839279217501, 0.00911884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 570, '2022-03-27 00:00:00', 0.000253666346574848, 0.000711153846153859, 0.00035203059307615, 0.000988461538461532, 0.000844713242194302, 0.0020273076923077, 0.00124636116509064, 0.00346807692307691, 0.00302448398650339, 0.00917923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 585, '2022-03-27 00:00:00', 0.000321497457819828, 0.000726153846153829, 0.000594219979986701, 0.00138576923076922, 0.000805446078030903, 0.00206076923076922, 0.00118523408917979, 0.0034203846153846, 0.00301298226908922, 0.0093030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 600, '2022-03-27 00:00:00', 0.000463847620867689, 0.00116115384615384, 0.000723840186356472, 0.00168615384615388, 0.000721498120899508, 0.00204653846153846, 0.00109935456588784, 0.00333730769230768, 0.00304459917786334, 0.00933192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 615, '2022-03-27 00:00:00', 0.000529664189695854, 0.00101192307692309, 0.000528209748548367, 0.00129153846153847, 0.000562503196572096, 0.00166461538461539, 0.000869910074928176, 0.00295653846153845, 0.0031400015923563, 0.00939500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 630, '2022-03-27 00:00:00', 0.00029723960808646, 0.000809230769230776, 0.000404956217956378, 0.00107846153846152, 0.00055233448617246, 0.00156576923076921, 0.000794587072248646, 0.00278384615384613, 0.00327632845634352, 0.00950807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 645, '2022-03-27 00:00:00', 0.000238806326420506, 0.000647307692307646, 0.000365740555375222, 0.00101307692307689, 0.000613481489909467, 0.00154653846153845, 0.000828068744823662, 0.00274461538461538, 0.00342529657334731, 0.00951615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 660, '2022-03-27 00:00:00', 0.000335084834264185, 0.000815384615384577, 0.0003919623215801, 0.00109769230769228, 0.000635347028130174, 0.00154461538461537, 0.000835104507508815, 0.00269653846153846, 0.00346426566755275, 0.00949384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 675, '2022-03-27 00:00:00', 0.000260200218766509, 0.000778076923076913, 0.000470952716881904, 0.00114269230769231, 0.00059854336003847, 0.00143692307692308, 0.000917013882958408, 0.00262230769230771, 0.00349028339162399, 0.00949307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 690, '2022-03-27 00:00:00', 0.000414024153884779, 0.00076999999999998, 0.000492392588833783, 0.00101230769230768, 0.000585017553977262, 0.00137153846153845, 0.000907440101858797, 0.00282346153846154, 0.00347939915237366, 0.00948230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 705, '2022-03-27 00:00:00', 0.000377292377953152, 0.000701538461538454, 0.000413669507624723, 0.0009423076923077, 0.000593200964779551, 0.00131923076923074, 0.000934490235368978, 0.00320000000000001, 0.00346802164841085, 0.00948307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 720, '2022-03-27 00:00:00', 0.000271083296877835, 0.000673076923076917, 0.000389779622153539, 0.000931923076923076, 0.000464013428187631, 0.00133269230769229, 0.000890668547518329, 0.00327230769230769, 0.00348955816026131, 0.00956807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 735, '2022-03-27 00:00:00', 0.000274770113703493, 0.00068884615384614, 0.000392996378922431, 0.000936923076923049, 0.000451581835159647, 0.00135307692307691, 0.00095041893596775, 0.00346807692307692, 0.00347289974162582, 0.00961615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 750, '2022-03-27 00:00:00', 0.000252939640109009, 0.000652307692307678, 0.000396205075104362, 0.00100230769230769, 0.000470117661213239, 0.00135115384615382, 0.000908544143967924, 0.0035426923076923, 0.00350765249133949, 0.00965499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 765, '2022-03-27 00:00:00', 0.00028808225321144, 0.000700769230769218, 0.000350224762995653, 0.000984230769230769, 0.00049062048626045, 0.00128730769230767, 0.00105150558724144, 0.00384, 0.00369016880998064, 0.0097553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 780, '2022-03-27 00:00:00', 0.000213259322097592, 0.000703461538461535, 0.000239932041660518, 0.000910769230769236, 0.000532798706397129, 0.00131769230769231, 0.00109285884794809, 0.00405269230769231, 0.00382873132231315, 0.00985653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 795, '2022-03-27 00:00:00', 0.000262159376070241, 0.000723461538461547, 0.000384773259905724, 0.000972307692307683, 0.000609202252634851, 0.00139923076923079, 0.00216192410739921, 0.0049496153846154, 0.00390326498440239, 0.00991846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 3, 810, '2022-03-27 00:00:00', 0.000229787862034[...];
Date: 2022-03-27 18:42:41 Duration: 2s222ms Database: acaweb_fx User: pgperfstats
10 1s248ms 3s950ms 1s661ms 499 13m49s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Mar 27 18 499 13m49s 1s661ms [ User: postgres - Total duration: 13m49s - Times executed: 499 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '579665226' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '579665226' OR a.resultuid = '579665226') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:53 Duration: 3s950ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580442524' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442524' OR a.resultuid = '580442524') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:34:01 Duration: 3s760ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580166088' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580166088' OR a.resultuid = '580166088') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:52 Duration: 3s744ms Database: acaweb_fx User: postgres Bind query: yes
11 349ms 14s955ms 1s573ms 29 45s638ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, a.patternprice, atbaridentified as patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = ? then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = ? then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity as interval, patternlengthbars as length, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Mar 27 18 29 45s638ms 1s573ms [ User: postgres - Total duration: 45s638ms - Times executed: 29 ]
-
SELECT CASE WHEN a.old_resultuid = '82038991' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82038991' OR a.resultuid = '82038991') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:18:00 Duration: 14s955ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82038997' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82038997' OR a.resultuid = '82038997') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:13 Duration: 10s12ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82010715' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82010715' OR a.resultuid = '82010715') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:48:26 Duration: 5s748ms Database: acaweb_fx User: postgres Bind query: yes
12 986ms 3s929ms 1s508ms 251 6m18s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Mar 27 18 251 6m18s 1s508ms [ User: postgres - Total duration: 6m18s - Times executed: 251 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s929ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82000740' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82000740' OR a.resultuid = '82000740') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s921ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985115' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985115' OR a.resultuid = '81985115') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:04:48 Duration: 3s915ms Database: acaweb_fx User: postgres Bind query: yes
13 447ms 18s221ms 1s68ms 88 1m34s select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars as length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternstartprice, resy1, supporty1, dtt.timezone, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Mar 27 18 88 1m34s 1s68ms [ User: postgres - Total duration: 1m34s - Times executed: 88 ]
-
SELECT CASE WHEN a.old_resultuid = '580442373' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442373' OR a.resultuid = '580442373') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:18:18 Duration: 18s221ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442455' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442455' OR a.resultuid = '580442455') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:33:29 Duration: 16s75ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580442749' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580442749' OR a.resultuid = '580442749') AND dtt.dayofweek = 3;
Date: 2022-03-27 18:47:53 Duration: 6s953ms Database: acaweb_fx User: postgres Bind query: yes
14 51ms 6s340ms 960ms 30 28s822ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Mar 27 18 30 28s822ms 960ms [ User: postgres - Total duration: 28s822ms - Times executed: 30 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580369992 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s340ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580369992 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s253ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4942 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580358347 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 4s956ms Database: acaweb_fx User: postgres Bind query: yes
15 833ms 1s443ms 946ms 181 2m51s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Mar 27 18 181 2m51s 946ms [ User: pgperfstats - Total duration: 2m51s - Times executed: 181 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1095, '2022-03-27 00:00:00', 0.102846412749227, 0.22923076923077, 0.739649215194919, 1.17519230769231, 0.783006729512293, 1.40346153846154, 0.815487867192677, 1.90230769230769, 1.91352108991212, 4.39480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 600, '2022-03-27 00:00:00', 0.573620083330421, 0.900000000000001, 0.70584090602301, 1.05076923076923, 0.658636820667097, 1.27730769230769, 0.739801636615154, 1.79769230769231, 1.86432895743709, 4.34230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 615, '2022-03-27 00:00:00', 0.43800724440795, 0.592884615384618, 0.396083130357562, 0.795384615384616, 0.42396049344249, 1.0425, 0.629290198434835, 1.60807692307692, 1.86772651803037, 4.30288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 630, '2022-03-27 00:00:00', 0.226194266403563, 0.494615384615385, 0.383243897036058, 0.713269230769231, 0.438266866365511, 1.04038461538462, 0.630471374327299, 1.48192307692308, 1.87763378095533, 4.23884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 645, '2022-03-27 00:00:00', 0.232875420640439, 0.460192307692307, 0.286595466709542, 0.630192307692308, 0.371581909388245, 0.891346153846153, 0.542725883494958, 1.33923076923077, 1.83349116336945, 4.21461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 660, '2022-03-27 00:00:00', 0.198898215175501, 0.457500000000001, 0.312961843336555, 0.698653846153848, 0.348884871907845, 0.860576923076924, 0.489628312718315, 1.28326923076923, 1.83846009977414, 4.18846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 675, '2022-03-27 00:00:00', 0.22375432956705, 0.455000000000001, 0.230026085477278, 0.555, 0.282768728550654, 0.758076923076923, 0.512453262409213, 1.20711538461538, 1.84671401517565, 4.15057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 690, '2022-03-27 00:00:00', 0.160062127361174, 0.376730769230769, 0.225157807907117, 0.545961538461538, 0.267440359994235, 0.732884615384615, 0.474753741833189, 1.14365384615385, 1.84220829023631, 4.12423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 705, '2022-03-27 00:00:00', 0.141377291180509, 0.371538461538461, 0.19088619243292, 0.491538461538462, 0.296592961169655, 0.689230769230768, 0.474879620373578, 1.07557692307692, 1.91348228670622, 4.51730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 720, '2022-03-27 00:00:00', 0.174504683648847, 0.35173076923077, 0.246319679715984, 0.499230769230769, 0.292522714436912, 0.668461538461539, 0.446649578701073, 1.04961538461539, 2.1387731655896, 4.69942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 735, '2022-03-27 00:00:00', 0.129130375381449, 0.325576923076924, 0.193914830630516, 0.469807692307692, 0.231999751326126, 0.638269230769231, 0.366100921352822, 0.998269230769231, 2.15103135370347, 4.73673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 750, '2022-03-27 00:00:00', 0.137131744627622, 0.313653846153846, 0.163684617011355, 0.429423076923077, 0.195411990813885, 0.555384615384616, 0.358853516290208, 0.965384615384616, 2.13185942674104, 4.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 765, '2022-03-27 00:00:00', 0.125231631541163, 0.270192307692308, 0.200164931993594, 0.405, 0.232341260947042, 0.547692307692308, 0.349253269353123, 0.980384615384618, 2.12149342354716, 4.81788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 780, '2022-03-27 00:00:00', 0.165706413227176, 0.298846153846154, 0.159054538300062, 0.377884615384616, 0.234344585206026, 0.535769230769231, 0.3546807882286, 1.01769230769231, 2.12865888621126, 4.85057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 795, '2022-03-27 00:00:00', 0.117654644551821, 0.273846153846154, 0.206537852742262, 0.398269230769231, 0.214103587438058, 0.532884615384616, 0.364538538640081, 1.06788461538462, 2.15007663548571, 4.88846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 810, '2022-03-27 00:00:00', 0.130659275039493, 0.260384615384616, 0.180243851916913, 0.384615384615385, 0.198467590843906, 0.525769230769231, 0.366289292982808, 1.05538461538462, 2.1535491993094, 4.89192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 825, '2022-03-27 00:00:00', 0.141536078575257, 0.257692307692309, 0.167934167504367, 0.36673076923077, 0.175738113724326, 0.46826923076923, 0.360554274160471, 1.03423076923077, 2.16335249981632, 4.90596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 840, '2022-03-27 00:00:00', 0.116385301741837, 0.253461538461537, 0.143941360923867, 0.351346153846153, 0.23996153537919, 0.436538461538459, 0.380372135596789, 1.04519230769231, 2.18365196050456, 4.93326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 855, '2022-03-27 00:00:00', 0.108215596771515, 0.223846153846153, 0.118768196986333, 0.291730769230768, 0.337687668620667, 0.475192307692308, 0.359958117221777, 1.08461538461538, 2.20187000943778, 4.94153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 870, '2022-03-27 00:00:00', 0.0878074817208314, 0.218076923076923, 0.175734064820859, 0.322307692307692, 0.312939905757296, 0.500769230769231, 0.35788400570361, 1.10980769230769, 2.2040568626617, 4.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 885, '2022-03-27 00:00:00', 0.122987960636553, 0.229038461538462, 0.261982750459761, 0.389807692307692, 0.256521703985032, 0.500769230769231, 0.769336302376175, 1.56211538461539, 2.21343378382653, 4.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 900, '2022-03-27 00:00:00', 0.166288558281634, 0.271730769230768, 0.167731928981932, 0.34, 0.237230575925293, 0.497884615384616, 0.934163241376185, 1.65980769230769, 2.32389815082, 5.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 915, '2022-03-27 00:00:00', 0.0768107063851428, 0.208269230769233, 0.164387090078921, 0.346346153846155, 0.230045898430325, 0.501346153846156, 0.927704632205415, 1.70826923076923, 2.32637443245923, 5.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 930, '2022-03-27 00:00:00', 0.133381465671267, 0.271153846153846, 0.202059397207851, 0.375000000000001, 0.188968149534417, 0.504807692307694, 0.963257474166934, 1.79980769230769, 2.33107978446437, 5.03019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 945, '2022-03-27 00:00:00', 0.136361087388764, 0.227884615384616, 0.152246889572875, 0.318653846153846, 0.210380973108676, 0.573076923076925, 0.99086118332256, 1.83826923076923, 2.35204539464304, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 960, '2022-03-27 00:00:00', 0.131941857824399, 0.239423076923077, 0.154617269410633, 0.362500000000001, 0.213007132419406, 0.649038461538462, 0.978254745019848, 1.85711538461539, 2.35405840232108, 5.04019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 975, '2022-03-27 00:00:00', 0.11945646133151, 0.255384615384616, 0.190185435825144, 0.477500000000001, 0.253362085075582, 0.702884615384617, 1.02318597452347, 1.95153846153846, 2.35517725120964, 5.04826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 990, '2022-03-27 00:00:00', 0.120366747260836, 0.378076923076924, 0.15223514200584, 0.516538461538461, 0.225654262432257, 0.674615384615385, 1.00593754585155, 1.96211538461538, 2.33706956547001, 5.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1005, '2022-03-27 00:00:00', 0.149928701003561, 0.383846153846153, 0.191688850444192, 0.518846153846154, 0.220292201056129, 0.660576923076923, 1.04436968476758, 1.96096153846154, 2.29132246832395, 5.03942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1020, '2022-03-27 00:00:00', 0.147834757024914, 0.343653846153846, 0.157272424107391, 0.418846153846154, 0.314925449053484, 0.630961538461538, 1.10117552572764, 1.95653846153846, 2.29602590611223, 5.02480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1035, '2022-03-27 00:00:00', 0.110612455829419, 0.258653846153845, 0.217366404594072, 0.41307692307692, 0.364894347195712, 0.63326923076923, 1.18152281139475, 1.98692307692308, 2.29926426359524, 5.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1050, '2022-03-27 00:00:00', 0.146273321611922, 0.28326923076923, 0.312589248793906, 0.470961538461538, 0.38622990363453, 0.63653846153846, 1.2127266164119, 2.03538461538461, 2.29366398182874, 5.01769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1065, '2022-03-27 00:00:00', 0.249720151061451, 0.328076923076924, 0.310466646294797, 0.466538461538462, 0.739001613405129, 1.15576923076923, 1.16745563249579, 2.00942307692308, 2.26315181855883, 4.99807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1080, '2022-03-27 00:00:00', 0.123300290098853, 0.259807692307692, 0.147155203258849, 0.330576923076923, 0.826872443888134, 1.21403846153846, 1.0976174897687, 1.96192307692308, 2.1952815221603, 4.94980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 2, 1095, '2022-03-27 00:00:00', 0.114394223899367, 0.220961538461538, 0.676296504159574, 1.00519230769231, 0.813469799921678, 1.27634615384615, 1.13430954939388, 2.00307692307692, 2.19537937846392, 4.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 600, '2022-03-27 00:00:00', 0.300029806211624, 0.691730769230768, 0.481980848646021, 0.903461538461537, 0.511707886922276, 1.15019230769231, 0.760669770662671, 1.7875, 2.165300876233, 4.90173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 615, '2022-03-27 00:00:00', 0.393313537094183, 0.578461538461539, 0.364840376055062, 0.7375, 0.373943228928587, 1.01153846153846, 0.689849175266148, 1.60326923076923, 2.18036613897758, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 630, '2022-03-27 00:00:00', 0.154338414381663, 0.432115384615385, 0.207229063153277, 0.653269230769231, 0.242119566775147, 0.858269230769231, 0.658578422408098, 1.45153846153846, 2.17254703410182, 4.72615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 645, '2022-03-27 00:00:00', 0.188987179052321, 0.458076923076923, 0.257200983967493, 0.647115384615384, 0.403448452526657, 0.894423076923077, 0.68285250124865, 1.38153846153846, 2.18299149016982, 4.69961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 660, '2022-03-27 00:00:00', 0.19303975278125, 0.437884615384614, 0.24560161613099, 0.536923076923077, 0.505402847698288, 0.81903846153846, 0.690761452757307, 1.32576923076923, 2.18309416971558, 4.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 675, '2022-03-27 00:00:00', 0.196811116008765, 0.366153846153847, 0.330411165764021, 0.593461538461538, 0.425345153963226, 0.7875, 0.627940957538084, 1.28038461538461, 2.17223479393918, 4.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 690, '2022-03-27 00:00:00', 0.253192538473119, 0.407307692307692, 0.360519123572576, 0.555961538461537, 0.358867663631038, 0.734999999999999, 0.595133469193125, 1.22538461538462, 2.1574499191977, 4.64807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 705, '2022-03-27 00:00:00', 0.202977926045021, 0.374038461538461, 0.222473853260591, 0.511153846153846, 0.290864031147517, 0.72826923076923, 0.612979106181755, 1.24076923076923, 2.60349390243188, 4.7975 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 720, '2022-03-27 00:00:00', 0.164796494548231, 0.333269230769232, 0.203698211917684, 0.470192307692308, 0.385132944079554, 0.699230769230769, 0.609969356102924, 1.17615384615385, 2.70987598353759, 4.85038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 735, '2022-03-27 00:00:00', 0.120654624700168, 0.306538461538462, 0.201032431367523, 0.425961538461538, 0.308768521711653, 0.635, 0.615816905856328, 1.15230769230769, 2.71318275349195, 4.86442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 750, '2022-03-27 00:00:00', 0.15060761549853, 0.294423076923077, 0.286297921752847, 0.477499999999999, 0.311978611199795, 0.640576923076924, 0.612645995159207, 1.14865384615385, 2.70077231831649, 4.85865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 765, '2022-03-27 00:00:00', 0.187905117900853, 0.342999999999999, 0.208511190746843, 0.4704, 0.367393635401232, 0.6648, 0.608981526813416, 1.1872, 2.68686834437417, 4.9714 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 780, '2022-03-27 00:00:00', 0.145080879300002, 0.307307692307691, 0.242514710101027, 0.455769230769232, 0.56080464170141, 0.684615384615383, 0.593400662414398, 1.18288461538461, 2.64483442116602, 4.86865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 795, '2022-03-27 00:00:00', 0.214937200130644, 0.315000000000001, 0.330680417414667, 0.441538461538462, 0.498853647414211, 0.599807692307691, 0.511579755418299, 1.16461538461538, 2.65237443696137, 4.83692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 810, '2022-03-27 00:00:00', 0.14563138398024, 0.252500000000002, 0.43269335384489, 0.416538461538461, 0.449756002226165, 0.537307692307692, 0.527643709917387, 1.18673076923077, 2.65201584430816, 4.82903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 825, '2022-03-27 00:00:00', 0.415723327004132, 0.336730769230768, 0.40938852150306, 0.405192307692307, 0.50425989178353, 0.56903846153846, 0.563836855836864, 1.23, 2.63235303483404, 4.8625 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 840, '2022-03-27 00:00:00', 0.130028399264871, 0.240769230769231, 0.207394458794014, 0.357307692307692, 0.310191814106147, 0.515192307692308, 0.554429297705169, 1.21538461538462, 2.6225203746367, 4.87365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 855, '2022-03-27 00:00:00', 0.167906681958027, 0.245576923076924, 0.296727341821774, 0.351346153846155, 0.311030606952979, 0.514038461538462, 0.581110243744348, 1.21865384615385, 2.6000358577409, 4.87730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 870, '2022-03-27 00:00:00', 0.169418462348752, 0.243846153846155, 0.202573158674551, 0.35673076923077, 0.252971266230893, 0.512307692307694, 0.596414672470809, 1.24230769230769, 2.5986532976791, 4.87980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 885, '2022-03-27 00:00:00', 0.142336005499446, 0.258461538461539, 0.170684256405256, 0.353653846153847, 0.26405426307135, 0.540576923076924, 1.0115538124018, 1.86865384615385, 2.59977925098385, 4.87192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 900, '2022-03-27 00:00:00', 0.112075695574292, 0.235192307692307, 0.144837309260583, 0.325384615384615, 0.200803482194753, 0.500961538461539, 1.13800380221076, 1.95942307692308, 2.59100241961707, 4.85153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 915, '2022-03-27 00:00:00', 0.119634861140053, 0.242500000000001, 0.166583774258343, 0.376923076923077, 0.277571889510004, 0.541923076923077, 1.13165297752379, 2.02230769230769, 2.58625521526038, 4.84403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 930, '2022-03-27 00:00:00', 0.132069474723897, 0.287884615384616, 0.175784942909927, 0.387115384615385, 0.304435732765744, 0.558653846153847, 1.1478076259347, 2.09211538461539, 2.57366470979837, 4.85596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 945, '2022-03-27 00:00:00', 0.15418021423496, 0.248461538461538, 0.26790411602776, 0.371153846153846, 0.327443947052833, 0.636538461538461, 1.25501837252871, 2.16865384615385, 2.58759464338245, 4.84596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 960, '2022-03-27 00:00:00', 0.250536654772541, 0.266153846153844, 0.294654687075202, 0.374230769230767, 0.301484851003522, 0.698653846153844, 1.27332020566464, 2.19711538461538, 2.57846814989055, 4.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 975, '2022-03-27 00:00:00', 0.164476325160984, 0.272307692307691, 0.246606896777973, 0.525192307692308, 0.297538879166043, 0.715769230769231, 1.28575965274051, 2.23326923076923, 2.56687562252994, 4.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 990, '2022-03-27 00:00:00', 0.186959477304164, 0.404615384615386, 0.212398482538401, 0.553653846153846, 0.322184192421281, 0.749423076923078, 1.28213547826093, 2.21923076923077, 2.55278888970173, 4.83365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1005, '2022-03-27 00:00:00', 0.141031911282518, 0.329999999999999, 0.183565121540431, 0.448076923076923, 0.35098701488144, 0.67173076923077, 1.33512563511396, 2.21730769230769, 2.51681661720027, 4.85173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1020, '2022-03-27 00:00:00', 0.119277472242729, 0.308653846153846, 0.23423591001053, 0.482307692307692, 0.317173393490787, 0.649807692307693, 1.35474255289165, 2.24423076923077, 2.51802553906521, 4.84115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1035, '2022-03-27 00:00:00', 0.192373035052694, 0.365769230769231, 0.249471749595329, 0.491923076923079, 0.319533795010553, 0.670384615384616, 1.34245488392892, 2.25865384615385, 2.51632778835778, 4.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1050, '2022-03-27 00:00:00', 0.180886385931569, 0.331730769230771, 0.221644986408445, 0.442500000000002, 0.294295834937464, 0.620961538461539, 1.31814340587871, 2.23903846153846, 2.50775918976407, 4.78192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1065, '2022-03-27 00:00:00', 0.117031389609138, 0.267884615384616, 0.218142508113741, 0.416923076923077, 0.844213152085327, 1.38461538461538, 1.29365773918523, 2.24211538461538, 2.51438975621399, 4.74961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1080, '2022-03-27 00:00:00', 0.159011368727571, 0.271153846153845, 0.173416018246918, 0.373653846153846, 0.899994188015421, 1.47153846153846, 1.22361293528003, 2.20384615384615, 2.51567290279284, 4.71807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 3, 1095, '2022-03-27 00:00:00', 0.116613101256316, 0.236153846153845, 0.773626823176691, 1.26730769230769, 0.876732570399889, 1.54, 1.19669173782751, 2.20634615384615, 2.51962686492694, 4.70153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 600, '2022-03-27 00:00:00', 0.396192066864232, 0.741923076923077, 0.554774417079728, 0.975576923076923, 0.631362537569464, 1.23442307692308, 0.963689085673461, 1.94942307692308, 2.52283540119812, 4.6226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 615, '2022-03-27 00:00:00', 0.280428861128533, 0.577884615384615, 0.402620120632913, 0.779807692307693, 0.577702744963586, 1.06730769230769, 0.718896831156011, 1.72057692307692, 2.54384019968599, 4.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 630, '2022-03-27 00:00:00', 0.288816750526376, 0.501346153846155, 0.307057248483332, 0.651923076923078, 0.546149211789653, 0.974807692307693, 0.621771291120407, 1.59346153846154, 2.45354998694984, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 645, '2022-03-27 00:00:00', 0.163189955384703, 0.444807692307693, 0.353177935106587, 0.665576923076924, 0.378693960058269, 0.946346153846152, 0.576727938793168, 1.51134615384615, 2.4424688093434, 4.41826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 660, '2022-03-27 00:00:00', 0.242381136610535, 0.468846153846155, 0.311428779362768, 0.656730769230768, 0.330562923138464, 0.879615384615385, 0.507604782665231, 1.42384615384615, 2.44769056773617, 4.39365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 675, '2022-03-27 00:00:00', 0.234946884340989, 0.400961538461537, 0.233396740468966, 0.575961538461537, 0.33044916983729, 0.775576923076922, 0.455516781756214, 1.26153846153846, 2.472953022976, 4.30942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 690, '2022-03-27 00:00:00', 0.147152981621168, 0.38, 0.212566731603549, 0.501153846153847, 0.329496585718273, 0.73, 0.369502992597437, 1.2076923076923, 2.47307065437655, 4.28730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 705, '2022-03-27 00:00:00', 0.214148402892804, 0.32346153846154, 0.252253535463522, 0.484615384615386, 0.363442091461836, 0.691923076923077, 0.32217291105148, 1.15576923076923, 2.51055492639805, 4.42596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 720, '2022-03-27 00:00:00', 0.190666039088084, 0.361538461538461, 0.245796663931795, 0.539999999999998, 0.251217343840256, 0.703076923076922, 0.312903278248186, 1.17230769230769, 2.51180135330434, 4.42403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 735, '2022-03-27 00:00:00', 0.164819715026869, 0.348461538461537, 0.200564587717159, 0.478076923076923, 0.222177770126675, 0.714807692307692, 0.316151679760497, 1.14673076923077, 2.53459461179768, 4.38038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 750, '2022-03-27 00:00:00', 0.153575338565099, 0.314230769230769, 0.211407462935004, 0.471346153846153, 0.254768748838266, 0.661346153846155, 0.371178994763774, 1.09538461538461, 2.54709533662291, 4.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 765, '2022-03-27 00:00:00', 0.162662581390481, 0.328653846153845, 0.171738620718094, 0.501923076923076, 0.259291045263514, 0.659615384615384, 0.328371037793436, 1.11846153846154, 2.53752445232629, 4.33211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 780, '2022-03-27 00:00:00', 0.129407674246338, 0.307115384615385, 0.1472679400068, 0.410384615384616, 0.205000938084157, 0.569230769230769, 0.375014666379864, 1.135, 2.54214788803, 4.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 795, '2022-03-27 00:00:00', 0.111572846158912, 0.2875, 0.224124621926834, 0.425384615384615, 0.234711607002164, 0.533461538461538, 0.457346527431712, 1.15961538461538, 2.54819924350813, 4.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 810, '2022-03-27 00:00:00', 0.21109686074261, 0.311730769230769, 0.242739493157709, 0.427307692307691, 0.245275669087161, 0.541923076923077, 0.494018373996508, 1.20807692307692, 2.54778885280188, 4.33403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 825, '2022-03-27 00:00:00', 0.171362526196993, 0.301346153846153, 0.184757637502173, 0.389230769230769, 0.223499784890621, 0.531923076923075, 0.500398302893267, 1.21230769230769, 2.54621918809951, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 840, '2022-03-27 00:00:00', 0.133476013402583, 0.244615384615384, 0.197485345123283, 0.377692307692307, 0.227318143713911, 0.50653846153846, 0.503352300542611, 1.21653846153846, 2.54525821570531, 4.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 855, '2022-03-27 00:00:00', 0.142931398283878, 0.280769230769231, 0.172075564796398, 0.394999999999999, 0.180999043771377, 0.505576923076922, 0.477989056842873, 1.21346153846154, 2.53934223009394, 4.3301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 870, '2022-03-27 00:00:00', 0.112862066939455, 0.259615384615384, 0.135107934060712, 0.333076923076923, 0.202300233849059, 0.484230769230768, 0.459062757566562, 1.17615384615384, 2.5464038367863, 4.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 885, '2022-03-27 00:00:00', 0.132598874574641, 0.232307692307691, 0.145387016667185, 0.33576923076923, 0.252318556285807, 0.520576923076922, 1.24631518423773, 1.90153846153846, 2.52373371903919, 4.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 900, '2022-03-27 00:00:00', 0.119140027504804, 0.247884615384616, 0.212970294064326, 0.362115384615383, 0.244966638230908, 0.580576923076921, 1.78989717152002, 2.13673076923077, 2.52301923069594, 4.35096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 915, '2022-03-27 00:00:00', 0.194755073005913, 0.268461538461537, 0.248043420516526, 0.411538461538461, 0.285687564684542, 0.635769230769229, 1.82163535994869, 2.21423076923077, 2.52045533889903, 4.35365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 930, '2022-03-27 00:00:00', 0.161523634850707, 0.283269230769231, 0.195175660525428, 0.421538461538461, 0.270053627152943, 0.639807692307691, 1.81325297356818, 2.28211538461538, 2.49780934790098, 4.37153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 945, '2022-03-27 00:00:00', 0.156186279314649, 0.301923076923076, 0.248208349205631, 0.470769230769229, 0.27376238995495, 0.695384615384614, 1.78737310469432, 2.34115384615385, 2.49535358986688, 4.35346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 960, '2022-03-27 00:00:00', 0.163016752324605, 0.302692307692307, 0.194899678335764, 0.418269230769229, 0.369445582544357, 0.79403846153846, 1.78611160173326, 2.38442307692308, 2.4922315378916, 4.34903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 975, '2022-03-27 00:00:00', 0.111291716465539, 0.275384615384614, 0.214193747664263, 0.524807692307691, 0.35104223940454, 0.779423076923075, 1.79167421703835, 2.3925, 2.4426862577593, 4.31307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 990, '2022-03-27 00:00:00', 0.133770756836522, 0.391153846153845, 0.230525570081801, 0.59403846153846, 0.314989438162372, 0.772115384615384, 1.78604940064335, 2.34730769230769, 2.39031011827722, 4.27730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1005, '2022-03-27 00:00:00', 0.184264442080898, 0.409230769230769, 0.208656508313396, 0.528461538461537, 0.302880529886978, 0.711153846153845, 1.78696968464665, 2.31442307692308, 2.37855111036433, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1020, '2022-03-27 00:00:00', 0.186248902939465, 0.369423076923077, 0.265900574246496, 0.498653846153846, 0.27717704700176, 0.656346153846154, 1.76962838341405, 2.30384615384615, 2.36790582583007, 4.27 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1035, '2022-03-27 00:00:00', 0.153742041695223, 0.318846153846153, 0.206841448011235, 0.449230769230768, 0.232743503586112, 0.548461538461537, 1.7690723449137, 2.26980769230769, 2.32721864365698, 4.23615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1050, '2022-03-27 00:00:00', 0.134021812231614, 0.299615384615386, 0.166382437127886, 0.401346153846154, 0.241367657638396, 0.487115384615385, 1.75978849253583, 2.26846153846154, 2.31474282505721, 4.24211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1065, '2022-03-27 00:00:00', 0.107841764422908, 0.284615384615383, 0.156314279085929, 0.363076923076922, 1.27528116055305, 1.37096153846154, 1.75159342841355, 2.28153846153846, 2.31070732594023, 4.23788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1080, '2022-03-27 00:00:00', 0.149838374462412, 0.236538461538462, 0.193784575078774, 0.332692307692309, 1.79722726613911, 1.64461538461538, 1.7649645888799, 2.34, 2.30468957529242, 4.24096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 4, 1095, '2022-03-27 00:00:00', 0.135648300905178, 0.212307692307693, 1.22042957443428, 1.28788461538461, 1.75277094909746, 1.695, 1.72692982352631, 2.30115384615385, 2.28669159738222, 4.23230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 600, '2022-03-27 00:00:00', 0.323696438990893, 0.734230769230767, 0.706976552761013, 1.06461538461538, 0.728795951183552, 1.26653846153846, 0.975152788817456, 1.89019230769231, 1.95167939517188, 3.96730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 615, '2022-03-27 00:00:00', 0.606491581525694, 0.64903846153846, 0.630682200844084, 0.834038461538461, 0.686008662201422, 1.11326923076923, 0.980968928387408, 1.82903846153846, 1.89045180802409, 3.94596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 630, '2022-03-27 00:00:00', 0.342549098109138, 0.531730769230771, 0.466131254212637, 0.722115384615384, 0.536138938651597, 1.00980769230769, 0.807033051463102, 1.66711538461538, 1.74060680179687, 3.82596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 645, '2022-03-27 00:00:00', 0.187347168482637, 0.454807692307689, 0.342932152966824, 0.682692307692307, 0.45211264763756, 0.930384615384614, 0.625038091146943, 1.54115384615384, 1.67859002187504, 3.73730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 660, '2022-03-27 00:00:00', 0.326288451904374, 0.526923076923078, 0.375343996068427, 0.686346153846155, 0.400746850844193, 0.879038461538463, 0.645661020850843, 1.54307692307692, 1.69483392651361, 3.75596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 675, '2022-03-27 00:00:00', 0.191039665635579, 0.416923076923078, 0.258910141822333, 0.582307692307693, 0.400337549882788, 0.813076923076924, 0.613544713435472, 1.49134615384615, 1.60940047365949, 3.75326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 690, '2022-03-27 00:00:00', 0.208521904401874, 0.38576923076923, 0.259433109802003, 0.511538461538461, 0.435527796516436, 0.792692307692307, 0.675896555580921, 1.47692307692308, 1.59091183336427, 3.75269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 705, '2022-03-27 00:00:00', 0.142226390497144, 0.342115384615384, 0.312509199864581, 0.55, 0.395228463627734, 0.76653846153846, 0.639450124355654, 1.42730769230769, 1.61552268274436, 3.84653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 720, '2022-03-27 00:00:00', 0.202188031297601, 0.375000000000001, 0.242684030091679, 0.516538461538461, 0.316681167009441, 0.699807692307691, 0.652953320277596, 1.36096153846154, 1.61868376015348, 3.86865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 735, '2022-03-27 00:00:00', 0.17445486522307, 0.337499999999999, 0.23972067078164, 0.464999999999999, 0.33311957889946, 0.655576923076923, 0.632213936526601, 1.32769230769231, 1.61434975001844, 3.87865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 750, '2022-03-27 00:00:00', 0.190620948885074, 0.337115384615385, 0.301329617630824, 0.481538461538461, 0.544199765357709, 0.72423076923077, 0.612871206196388, 1.32134615384615, 1.6382692203852, 3.93403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 765, '2022-03-27 00:00:00', 0.208256221626518, 0.310576923076924, 0.271440601237177, 0.460000000000002, 0.528626849633885, 0.707884615384617, 0.56154060062817, 1.33961538461539, 1.65526308622387, 3.95326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 780, '2022-03-27 00:00:00', 0.19629216842405, 0.313846153846155, 0.476438913672612, 0.550961538461539, 0.482169615863068, 0.713461538461538, 0.536298998120093, 1.41615384615385, 1.66277580708145, 3.94076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 795, '2022-03-27 00:00:00', 0.395208221652256, 0.371538461538461, 0.396777790941751, 0.483846153846153, 0.461582437007569, 0.712884615384614, 0.496986805272922, 1.40326923076923, 1.69741790330535, 3.95346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 810, '2022-03-27 00:00:00', 0.170636928999738, 0.269807692307693, 0.274833376094288, 0.43076923076923, 0.305579210428579, 0.569423076923076, 0.493152496308581, 1.35923076923077, 1.70425076025981, 3.94442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 825, '2022-03-27 00:00:00', 0.206712453571473, 0.30903846153846, 0.256046945815682, 0.43403846153846, 0.299693433104821, 0.561923076923076, 0.483090531410482, 1.38269230769231, 1.7181129630633, 3.95807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 840, '2022-03-27 00:00:00', 0.141008455829374, 0.304230769230769, 0.184744313954344, 0.382307692307691, 0.341007838845159, 0.587115384615384, 0.462158689030245, 1.36557692307692, 1.74207926164287, 3.95692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 855, '2022-03-27 00:00:00', 0.131607955102092, 0.234423076923077, 0.181141784671142, 0.367115384615385, 0.310799032272526, 0.590961538461538, 0.456158541939768, 1.35115384615385, 1.75351721274261, 3.95384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 870, '2022-03-27 00:00:00', 0.138313050721905, 0.2875, 0.303384244811756, 0.434999999999999, 0.361932260980508, 0.639807692307691, 0.466151221749403, 1.37019230769231, 1.76045821176892, 3.97134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 885, '2022-03-27 00:00:00', 0.228917855606294, 0.30076923076923, 0.22384472640306, 0.432307692307692, 0.327887410319692, 0.668076923076922, 1.23486799356792, 1.84980769230769, 1.82778596626124, 3.93153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 900, '2022-03-27 00:00:00', 0.113634776009988, 0.292916666666666, 0.237498188398888, 0.419791666666666, 0.251475987126901, 0.631458333333332, 1.41118498810474, 2.046875, 1.81751696959963, 3.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 915, '2022-03-27 00:00:00', 0.202914899703643, 0.30375, 0.220458904613056, 0.473958333333333, 0.256581484076725, 0.653333333333333, 1.4257919074696, 2.13104166666666, 1.84139940434017, 4.031875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 930, '2022-03-27 00:00:00', 0.137743197312233, 0.364166666666668, 0.162356820980334, 0.474791666666667, 0.301248308672864, 0.676250000000001, 1.42631499204129, 2.13375, 1.8474102393327, 4.034375 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 945, '2022-03-27 00:00:00', 0.121976476705818, 0.297500000000001, 0.233586463369702, 0.438125, 0.294525840996155, 0.757916666666667, 1.38934061554915, 2.20604166666667, 1.81034045510942, 4.02270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 960, '2022-03-27 00:00:00', 0.226202002675689, 0.331041666666667, 0.270402193065243, 0.486041666666667, 0.349056115977717, 0.893541666666666, 1.33701260928658, 2.27125, 1.78504064623068, 4.02125 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 975, '2022-03-27 00:00:00', 0.174606700902343, 0.30125, 0.24932072572364, 0.577708333333333, 0.283583116665945, 0.890416666666667, 1.29785769691799, 2.25208333333333, 1.76661117290475, 3.97541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 990, '2022-03-27 00:00:00', 0.209460573579034, 0.475416666666666, 0.260161599724123, 0.709166666666667, 0.238249579892266, 0.844583333333333, 1.29761820201029, 2.25729166666667, 1.77951628696669, 3.94895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1005, '2022-03-27 00:00:00', 0.253372541778971, 0.417916666666666, 0.269523784947031, 0.576874999999999, 0.262421831011265, 0.747499999999999, 1.28131951914615, 2.30416666666667, 1.75761325320051, 3.9325 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1020, '2022-03-27 00:00:00', 0.212346705150811, 0.407916666666666, 0.21909522448311, 0.543749999999999, 0.219973647960616, 0.729166666666666, 1.27357927380539, 2.30291666666667, 1.76330335530393, 3.926875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1035, '2022-03-27 00:00:00', 0.117851386395588, 0.344583333333332, 0.189110714447492, 0.517916666666666, 0.231480349433624, 0.691249999999999, 1.25777120566385, 2.33083333333333, 1.76522629363876, 3.91729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1050, '2022-03-27 00:00:00', 0.153750220925963, 0.380000000000001, 0.19953648734657, 0.518125, 0.241836178680609, 0.666041666666667, 1.26427214553316, 2.33083333333333, 1.75414245740463, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1065, '2022-03-27 00:00:00', 0.115626052678325, 0.317916666666666, 0.164975706380218, 0.436875, 1.14792706602512, 1.476875, 1.266994832585, 2.29958333333333, 1.75835262112507, 3.886875 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1080, '2022-03-27 00:00:00', 0.123701223735351, 0.282916666666665, 0.174617464928257, 0.396041666666666, 1.3042613928186, 1.61104166666667, 1.27380106673244, 2.288125, 1.73836253484025, 3.88395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 5, 1095, '2022-03-27 00:00:00', 0.114261966994486, 0.229166666666668, 1.18323149694484, 1.37708333333333, 1.31769534206233, 1.69666666666667, 1.27647866445041, 2.27895833333333, 1.72132779680628, 3.90708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 600, '2022-03-27 00:00:00', 0.590973913693884, 0.8178, 0.744307564115802, 1.103, 0.773326149391919, 1.276, 0.888483398831964, 1.9306, 1.46572882894484, 3.9212 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 615, '2022-03-27 00:00:00', 0.304005482406705, 0.6438, 0.336641129394494, 0.812799999999999, 0.432517148022287, 1.0474, 0.697662286974625, 1.6842, 1.42701138748084, 3.8636 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 630, '2022-03-27 00:00:00', 0.234038280344618, 0.490199999999999, 0.265110040046266, 0.639, 0.534447378139326, 0.969400000000001, 0.678103175532062, 1.5948, 1.39259942792846, 3.8246 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 645, '2022-03-27 00:00:00', 0.208760628471942, 0.4532, 0.415459885749114, 0.6894, 0.519892456828012, 0.9244, 0.691151997272188, 1.5234, 1.3501740011322, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 660, '2022-03-27 00:00:00', 0.247555885946318, 0.4412, 0.358362828243481, 0.604800000000001, 0.476819148105443, 0.857599999999998, 0.696054236392539, 1.4804, 1.34478700296119, 3.802 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 675, '2022-03-27 00:00:00', 0.226989720765795, 0.405800000000002, 0.398130736484053, 0.616799999999999, 0.438447260226361, 0.878799999999999, 0.658776454244282, 1.4302, 1.31765441852812, 3.7906 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 690, '2022-03-27 00:00:00', 0.227801997357355, 0.410999999999998, 0.259569033849059, 0.546399999999999, 0.337217536119739, 0.8186, 0.688571770648009, 1.4246, 1.30260245918187, 3.7926 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 705, '2022-03-27 00:00:00', 0.191833912538946, 0.3576, 0.279803949221594, 0.609399999999999, 0.299129570587731, 0.834199999999999, 0.667801866823787, 1.3602, 1.54135486937088, 3.9946 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 720, '2022-03-27 00:00:00', 0.191279028298103, 0.447199999999999, 0.227747118532815, 0.557, 0.279277639634825, 0.7822, 0.615894133218798, 1.3088, 1.68779195005388, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 735, '2022-03-27 00:00:00', 0.131271982286144, 0.3136, 0.207537546803785, 0.489799999999999, 0.299214248769451, 0.641, 0.61710682489609, 1.251, 1.67723669071084, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 750, '2022-03-27 00:00:00', 0.202302784624105, 0.374199999999999, 0.247497138030591, 0.5056, 0.31431035617682, 0.649199999999999, 0.619054857558413, 1.2318, 1.68438336887222, 4.0734 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 765, '2022-03-27 00:00:00', 0.138759384067049, 0.293999999999998, 0.176337035247845, 0.410199999999999, 0.24659345760448, 0.540999999999998, 0.611852855404522, 1.1908, 1.77220731010793, 4.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 780, '2022-03-27 00:00:00', 0.123710683990241, 0.302200000000001, 0.185126533304476, 0.4302, 0.32662822903111, 0.5762, 0.63012022662346, 1.2566, 1.79388080243179, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 795, '2022-03-27 00:00:00', 0.167715781408111, 0.298400000000001, 0.171227918284373, 0.3776, 0.39152607405723, 0.625200000000001, 0.622471083665741, 1.3016, 1.81136037735915, 4.2308 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 810, '2022-03-27 00:00:00', 0.109746678005911, 0.246199999999999, 0.28877427747868, 0.410199999999999, 0.491457695703981, 0.6016, 0.623239386859764, 1.3326, 1.81046913809653, 4.2488 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 825, '2022-03-27 00:00:00', 0.222682135191248, 0.305399999999998, 0.304065919388105, 0.4254, 0.511013127685255, 0.643600000000001, 0.606809072114121, 1.3262, 1.90479657706538, 4.278 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 840, '2022-03-27 00:00:00', 0.131906848444904, 0.251600000000001, 0.255321366125125, 0.368400000000001, 0.454182140409183, 0.5972, 0.615843459546879, 1.2994, 1.91711104268897, 4.3128 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 855, '2022-03-27 00:00:00', 0.149079676683309, 0.271800000000001, 0.341542213105985, 0.436400000000002, 0.415136222622568, 0.6138, 0.628495027824406, 1.3068, 1.93246157788454, 4.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 870, '2022-03-27 00:00:00', 0.252437781113156, 0.290400000000001, 0.329693670953307, 0.434999999999999, 0.39335384833506, 0.622799999999999, 0.651908927688524, 1.2946, 1.92825065365821, 4.3238 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 885, '2022-03-27 00:00:00', 0.170539096201819, 0.297399999999999, 0.238017506358952, 0.402600000000001, 0.394321674947413, 0.620000000000001, 0.991949553488819, 1.7658, 1.91588963234664, 4.3532 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 900, '2022-03-27 00:00:00', 0.166345523935372, 0.254000000000002, 0.326387678484754, 0.4332, 0.351280158847608, 0.5954, 1.00219376037438, 1.7494, 1.91509773466874, 4.3392 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 915, '2022-03-27 00:00:00', 0.221237052351846, 0.315999999999999, 0.257459543747492, 0.424999999999999, 0.275045450789502, 0.583, 0.967374539669098, 1.8052, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 930, '2022-03-27 00:00:00', 0.186911966800774, 0.2894, 0.222502247179665, 0.4152, 0.270723875317022, 0.5818, 0.951210719732139, 1.8482, 1.90518426492907, 4.379 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 945, '2022-03-27 00:00:00', 0.172013323127406, 0.293600000000001, 0.21601928926217, 0.4368, 0.256412265697255, 0.6058, 0.942987274569492, 1.853, 1.90599739856416, 4.3736 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 960, '2022-03-27 00:00:00', 0.177392690567191, 0.3216, 0.205785689492734, 0.4346, 0.290398433191366, 0.643, 0.887484366059483, 1.8858, 1.9110335990418, 4.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 975, '2022-03-27 00:00:00', 0.133674978960164, 0.2924, 0.187758044656769, 0.4398, 0.400494486021135, 0.706, 0.86653644855059, 1.891, 1.91078190801567, 4.352 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 990, '2022-03-27 00:00:00', 0.177335604622046, 0.367999999999999, 0.256946330323409, 0.551199999999999, 0.451916474583523, 0.794199999999999, 0.845619447505792, 1.9192, 1.91620843072981, 4.3462 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1005, '2022-03-27 00:00:00', 0.175883010360107, 0.3466, 0.300445225179787, 0.5194, 0.427711740934632, 0.7446, 0.841830941064377, 1.9222, 1.93555853265494, 4.3258 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1020, '2022-03-27 00:00:00', 0.22377909494261, 0.364, 0.279344470740578, 0.545, 0.402528466902239, 0.729, 0.840105499327318, 1.9178, 1.9396662728418, 4.3136 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1035, '2022-03-27 00:00:00', 0.204903432539982, 0.387, 0.310966638081965, 0.5124, 0.357789742726087, 0.6298, 0.848302226017749, 1.92, 1.94435128427624, 4.2904 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1050, '2022-03-27 00:00:00', 0.146059348668045, 0.288, 0.187950126363352, 0.427600000000001, 0.249403454934636, 0.529000000000001, 0.819799264047811, 1.89, 1.94614741219672, 4.2928 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1065, '2022-03-27 00:00:00', 0.139674621889591, 0.3206, 0.15574765915844, 0.373600000000001, 0.790470745821754, 1.2724, 0.842329507971791, 1.9024, 1.94512827340512, 4.3014 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1020204, 1, 1080, '2022-03-27 00:00:00', 0.096524176591499, 0.2226, 0.131648205456815, 0.331, 0.851442256801168, 1.3232, 0.824909186921, 1.8728, 1.93458141467347, 4.2964 where not exists (select 1 from powerstats_trumpet where symbolid = 1020204 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-03-27 18:14:44 Duration: 1s443ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 600, '2022-03-27 00:00:00', 0.159080652017, 0.369423076923077, 0.249049886877803, 0.500384615384615, 0.368000052257521, 0.714038461538461, 0.442795188372857, 1.01617307692308, 1.08559060494206, 2.21480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 615, '2022-03-27 00:00:00', 0.131108880178037, 0.296538461538461, 0.248975825208919, 0.459807692307692, 0.28780896441911, 0.584999999999999, 0.351635861149221, 0.907326923076923, 1.04280074060934, 2.18076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 630, '2022-03-27 00:00:00', 0.217684404586089, 0.3375, 0.258308700231689, 0.45076923076923, 0.267605981880939, 0.519807692307692, 0.321359674484238, 0.843096153846154, 1.0089807499879, 2.16807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 645, '2022-03-27 00:00:00', 0.149182387081668, 0.265769230769231, 0.170974132096507, 0.331923076923076, 0.155923181283408, 0.399038461538462, 0.297118873516981, 0.75175, 0.874471642676967, 2.09557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 660, '2022-03-27 00:00:00', 0.111303465976859, 0.222307692307692, 0.126125090531338, 0.293461538461538, 0.147250310173371, 0.369423076923077, 0.299233704009733, 0.760019230769231, 0.875918441057508, 2.08865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 675, '2022-03-27 00:00:00', 0.0806588256413768, 0.185384615384615, 0.0969141174125125, 0.262884615384615, 0.185509796548281, 0.43326923076923, 0.323850550171146, 0.754826923076922, 0.877162843402611, 2.08557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 690, '2022-03-27 00:00:00', 0.0800259573273191, 0.186923076923076, 0.119283921155174, 0.274423076923076, 0.169958365942504, 0.434615384615384, 0.30315468569946, 0.738288461538461, 0.878194936306197, 2.08288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 705, '2022-03-27 00:00:00', 0.0699167086885976, 0.172884615384615, 0.118157163915758, 0.308653846153846, 0.139260685268809, 0.378461538461538, 0.261409688037762, 0.69425, 1.02615295381117, 2.29326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 720, '2022-03-27 00:00:00', 0.0913210734799937, 0.208461538461538, 0.101446461817968, 0.274230769230769, 0.159064216591915, 0.374249999999999, 0.259377260879858, 0.658288461538462, 1.01875710474162, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 735, '2022-03-27 00:00:00', 0.0780899382861725, 0.170961538461538, 0.0862244387987167, 0.220576923076923, 0.149053817074958, 0.358096153846153, 0.239549083616569, 0.635788461538462, 1.02056969384751, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 750, '2022-03-27 00:00:00', 0.0791172450325366, 0.156538461538462, 0.124882383126623, 0.25251923076923, 0.153969059079564, 0.346365384615384, 0.235187539734046, 0.643673076923078, 1.0140762564256, 2.35557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 765, '2022-03-27 00:00:00', 0.0940827479484864, 0.170211538461537, 0.105611379413103, 0.238288461538462, 0.150095898831893, 0.336173076923077, 0.246211217172447, 0.643288461538462, 1.00876931875506, 2.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 780, '2022-03-27 00:00:00', 0.0747498392074424, 0.163461538461538, 0.0914851816500265, 0.22153846153846, 0.123395081562621, 0.292884615384615, 0.268232390632852, 0.653846153846154, 1.0067117263646, 2.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 795, '2022-03-27 00:00:00', 0.0711012279456856, 0.150769230769231, 0.0977258724895613, 0.222884615384616, 0.12312532702026, 0.285384615384615, 0.311580400785809, 0.672115384615385, 1.00567856923342, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 810, '2022-03-27 00:00:00', 0.0672206470112818, 0.133846153846154, 0.07744377613171, 0.173461538461538, 0.107555352475615, 0.251923076923078, 0.305394637502665, 0.668269230769231, 1.00053618317688, 2.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 825, '2022-03-27 00:00:00', 0.0485386443980457, 0.109999999999999, 0.0637024332345317, 0.174999999999999, 0.118577627932733, 0.270576923076922, 0.303900287290724, 0.675769230769231, 0.998234133164852, 2.35423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 840, '2022-03-27 00:00:00', 0.0681164161846921, 0.134615384615384, 0.0958333890746771, 0.189038461538462, 0.155758195240621, 0.283846153846154, 0.320668112636007, 0.699038461538461, 0.990036285271326, 2.35538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 855, '2022-03-27 00:00:00', 0.0681212154912105, 0.1125, 0.0929534623015518, 0.182115384615384, 0.186515002490004, 0.270384615384615, 0.344650770848049, 0.721923076923076, 0.984288907712646, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 870, '2022-03-27 00:00:00', 0.0864987772256837, 0.135961538461538, 0.131274960996434, 0.198653846153846, 0.169706987300057, 0.277307692307692, 0.326046952730148, 0.733846153846153, 0.958146387562986, 2.3525 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 885, '2022-03-27 00:00:00', 0.0804432432502288, 0.138653846153845, 0.124967842017304, 0.190192307692307, 0.130227168381316, 0.281346153846154, 0.424344018637999, 0.935384615384615, 0.943725779108448, 2.34711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 900, '2022-03-27 00:00:00', 0.0701043178742614, 0.118846153846153, 0.0699903839548972, 0.175576923076924, 0.113855002254892, 0.280192307692308, 0.425288544583375, 1.02288461538462, 0.923542927243525, 2.35153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 915, '2022-03-27 00:00:00', 0.046026748076108, 0.122307692307693, 0.0811487238631348, 0.193653846153847, 0.17595158862159, 0.314807692307692, 0.404353044523452, 1.08576923076923, 0.905241935362289, 2.34980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 930, '2022-03-27 00:00:00', 0.07017039700176, 0.15673076923077, 0.100742818029948, 0.226346153846154, 0.191397391670998, 0.350192307692308, 0.402108146570623, 1.10480769230769, 0.882406434351323, 2.34134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 945, '2022-03-27 00:00:00', 0.0735958297313519, 0.137884615384615, 0.171908293978102, 0.237692307692307, 0.210734703797488, 0.378653846153846, 0.411914853038642, 1.10038461538462, 0.861032028350952, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 960, '2022-03-27 00:00:00', 0.147626347450374, 0.178461538461539, 0.157621747816142, 0.251153846153847, 0.198801118244804, 0.408269230769231, 0.392266638123376, 1.11365384615385, 0.850735790134273, 2.32576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 975, '2022-03-27 00:00:00', 0.0682461607824082, 0.163461538461538, 0.0919673855233465, 0.269999999999999, 0.179258300955739, 0.403461538461538, 0.385136139765988, 1.10461538461538, 0.817852347027544, 2.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 990, '2022-03-27 00:00:00', 0.0688769806360476, 0.190961538461538, 0.110241169191076, 0.286346153846153, 0.149067486007564, 0.373653846153845, 0.369555866495904, 1.08653846153846, 0.783814072341139, 2.3225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1005, '2022-03-27 00:00:00', 0.0974071550049272, 0.201923076923077, 0.116590671219376, 0.280769230769231, 0.15216147799169, 0.373653846153847, 0.374171957589227, 1.08442307692308, 0.769347800712746, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1020, '2022-03-27 00:00:00', 0.0820405622003766, 0.190576923076923, 0.106405610031398, 0.261923076923077, 0.220046585976698, 0.3825, 0.376108873353694, 1.06173076923077, 0.740590616696203, 2.30269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1035, '2022-03-27 00:00:00', 0.0811446950728247, 0.187307692307692, 0.111830228471555, 0.27, 0.234176544184411, 0.384423076923077, 0.356650227275105, 1.05423076923077, 0.723818427082798, 2.29865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1050, '2022-03-27 00:00:00', 0.0833878795841365, 0.186538461538462, 0.173886014831114, 0.277115384615384, 0.205426479455639, 0.375961538461539, 0.334314741155466, 1.04711538461538, 0.730099677072616, 2.29653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1065, '2022-03-27 00:00:00', 0.151662580953703, 0.186538461538462, 0.186583452147784, 0.264230769230769, 0.319333741501799, 0.650961538461539, 0.314115363423156, 1.02730769230769, 0.72026589641497, 2.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1080, '2022-03-27 00:00:00', 0.0699582292954421, 0.153076923076922, 0.0804372665258691, 0.208076923076923, 0.318066998263912, 0.698846153846154, 0.305592803479502, 1.01480769230769, 0.709180160466999, 2.2725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 2, 1095, '2022-03-27 00:00:00', 0.0597665329556477, 0.139038461538461, 0.261697417758636, 0.551538461538461, 0.33304053807307, 0.745, 0.298998906609784, 1.01211538461538, 0.724542295840304, 2.28846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 600, '2022-03-27 00:00:00', 0.145461731684369, 0.333653846153846, 0.240112153282266, 0.485384615384616, 0.292493523925679, 0.622692307692308, 0.339799997736225, 0.915961538461539, 0.745574533239558, 2.24076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 615, '2022-03-27 00:00:00', 0.160925807080828, 0.326346153846154, 0.204395544133278, 0.438461538461539, 0.212527373802494, 0.523269230769231, 0.344250858889494, 0.839423076923077, 0.779958677406399, 2.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 630, '2022-03-27 00:00:00', 0.108039344685165, 0.262500000000001, 0.135816618446175, 0.343076923076924, 0.185366165695402, 0.483846153846154, 0.281843996674647, 0.809038461538462, 0.811178748204403, 2.19980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 645, '2022-03-27 00:00:00', 0.0910046490781991, 0.239615384615385, 0.136833981384518, 0.333461538461539, 0.154875259979915, 0.457884615384616, 0.226240936920048, 0.760192307692308, 0.832802428319818, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 660, '2022-03-27 00:00:00', 0.0848410278108424, 0.225, 0.10614793740523, 0.32076923076923, 0.162774501877715, 0.446538461538461, 0.221117528790598, 0.739807692307692, 0.866274783195264, 2.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 675, '2022-03-27 00:00:00', 0.114123414977619, 0.218076923076923, 0.127320461827627, 0.297500000000001, 0.210490270193549, 0.426923076923077, 0.228470920553276, 0.705192307692308, 0.886217892984651, 2.20692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 690, '2022-03-27 00:00:00', 0.0949177781839871, 0.18923076923077, 0.152723606557728, 0.2875, 0.204330896793938, 0.373653846153846, 0.233597615899319, 0.674615384615384, 0.894846291055277, 2.19673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 705, '2022-03-27 00:00:00', 0.10219607850372, 0.18596153846154, 0.164895887899467, 0.250576923076924, 0.167624236360332, 0.33673076923077, 0.214374313185713, 0.642884615384616, 1.00913925622856, 2.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 720, '2022-03-27 00:00:00', 0.121202944874098, 0.173076923076922, 0.113749556212151, 0.235192307692307, 0.138225707282856, 0.342884615384615, 0.187049561511216, 0.636538461538461, 1.00725338649984, 2.23423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 735, '2022-03-27 00:00:00', 0.0524789335022968, 0.135961538461539, 0.0913025401955165, 0.203076923076924, 0.145804531954468, 0.325192307692308, 0.217406390112016, 0.623461538461539, 0.994645433539781, 2.28153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 750, '2022-03-27 00:00:00', 0.082440654646004, 0.147307692307694, 0.10484585755362, 0.230576923076924, 0.156070127235754, 0.33173076923077, 0.235876108288945, 0.60846153846154, 0.996574614135069, 2.31519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 765, '2022-03-27 00:00:00', 0.0761617711494122, 0.156153846153846, 0.109053444907319, 0.234423076923077, 0.127363199611915, 0.309230769230769, 0.243554211308598, 0.619423076923077, 0.987056541128529, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 780, '2022-03-27 00:00:00', 0.0668871035057175, 0.15173076923077, 0.0706823881882884, 0.210000000000001, 0.0988536213880829, 0.289038461538462, 0.192033751039918, 0.614807692307693, 0.976316310660402, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 795, '2022-03-27 00:00:00', 0.0474799552847944, 0.127115384615385, 0.0618375663766335, 0.17173076923077, 0.109615411605934, 0.278461538461539, 0.184541427494041, 0.643461538461539, 0.961023432836858, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 810, '2022-03-27 00:00:00', 0.0441139259365846, 0.114038461538462, 0.065983680966176, 0.185384615384616, 0.123164680251842, 0.291538461538462, 0.191702594180111, 0.673269230769231, 0.96312903520844, 2.32653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 825, '2022-03-27 00:00:00', 0.0525503421638572, 0.146538461538462, 0.0893618400747124, 0.218461538461539, 0.123830063455466, 0.29173076923077, 0.195403428833785, 0.6825, 0.964786963332002, 2.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 840, '2022-03-27 00:00:00', 0.0904799170236996, 0.141153846153846, 0.122599410213164, 0.203846153846154, 0.0904214491231956, 0.284038461538461, 0.231704470259988, 0.704807692307692, 0.965131657021267, 2.33634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 855, '2022-03-27 00:00:00', 0.0763838988269129, 0.1375, 0.0760161926069802, 0.197692307692308, 0.0909092954543148, 0.272500000000001, 0.229823761909993, 0.720192307692306, 0.966688956418526, 2.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 870, '2022-03-27 00:00:00', 0.0541436834869808, 0.131538461538462, 0.0588050887384615, 0.185961538461538, 0.106590517690545, 0.283461538461539, 0.227312475545143, 0.735192307692306, 0.972744649867659, 2.34692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 885, '2022-03-27 00:00:00', 0.056929443510906, 0.125192307692308, 0.0894652919379263, 0.179038461538462, 0.107831064455184, 0.278461538461539, 0.522279508132748, 1.00326923076923, 0.991794895825047, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 900, '2022-03-27 00:00:00', 0.058326666285671, 0.115, 0.0961241184815035, 0.205384615384616, 0.103837150606871, 0.281923076923077, 0.598670321501036, 1.07807692307692, 0.997101491632314, 2.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 915, '2022-03-27 00:00:00', 0.0762586691162678, 0.150769230769231, 0.0747830194629764, 0.2025, 0.153376986539701, 0.3275, 0.640929373284187, 1.13269230769231, 1.00302734068112, 2.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 930, '2022-03-27 00:00:00', 0.0538877037494144, 0.138269230769231, 0.0790939071853599, 0.209615384615385, 0.144097189424361, 0.32, 0.676289793369221, 1.14326923076923, 1.00238632580151, 2.35711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 945, '2022-03-27 00:00:00', 0.0653914249847683, 0.139038461538462, 0.125995879053489, 0.229807692307693, 0.195301049664357, 0.3775, 0.664385314523015, 1.16961538461538, 0.99618690322341, 2.36288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 960, '2022-03-27 00:00:00', 0.0884344607387511, 0.155576923076923, 0.120583357698507, 0.207115384615385, 0.181840272259433, 0.40173076923077, 0.650057423498997, 1.18942307692308, 1.00457047844034, 2.36038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 975, '2022-03-27 00:00:00', 0.0650881059676925, 0.132307692307692, 0.167039032748452, 0.284038461538461, 0.176878598087893, 0.429038461538461, 0.641321382291761, 1.20134615384615, 1.00667726475997, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 990, '2022-03-27 00:00:00', 0.124728165963488, 0.228653846153846, 0.145528876330967, 0.299423076923077, 0.16441457917762, 0.433076923076923, 0.63337520779247, 1.21307692307692, 1.02899928982558, 2.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1005, '2022-03-27 00:00:00', 0.0939248881574233, 0.193269230769231, 0.136126779143561, 0.297499999999999, 0.157886522053511, 0.396923076923077, 0.642093930344008, 1.20115384615385, 1.03228776921048, 2.38096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1020, '2022-03-27 00:00:00', 0.0907413907762059, 0.2, 0.131042565016693, 0.291923076923077, 0.178460079569634, 0.389999999999999, 0.607954483367098, 1.19057692307692, 1.01789052229826, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1035, '2022-03-27 00:00:00', 0.0968108782825885, 0.197884615384616, 0.116588856836584, 0.260192307692308, 0.169200950170091, 0.384807692307691, 0.577703943342822, 1.16538461538461, 1.0228458038539, 2.39153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1050, '2022-03-27 00:00:00', 0.0662756481557254, 0.157307692307692, 0.0986627901178862, 0.247115384615383, 0.123816862278994, 0.361153846153844, 0.549074185824157, 1.13269230769231, 1.02442764507797, 2.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1065, '2022-03-27 00:00:00', 0.0482334068718102, 0.162692307692308, 0.0642653752929096, 0.234038461538461, 0.461898631902983, 0.687115384615384, 0.538260481694362, 1.10711538461538, 1.0350736131384, 2.38576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1080, '2022-03-27 00:00:00', 0.0505173237612602, 0.155, 0.0626737584639702, 0.225, 0.497885413137787, 0.76173076923077, 0.51751283893401, 1.08153846153846, 1.04230986091174, 2.39461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 3, 1095, '2022-03-27 00:00:00', 0.0655849419865919, 0.16576923076923, 0.438709646401985, 0.611923076923077, 0.529445319323768, 0.842115384615384, 0.504969762994243, 1.07769230769231, 1.04840180568036, 2.40288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 600, '2022-03-27 00:00:00', 0.134694526186535, 0.326153846153846, 0.239185155186391, 0.511538461538462, 0.329820930436268, 0.709615384615384, 0.30056107788345, 0.930192307692307, 0.977699025577598, 2.33076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 615, '2022-03-27 00:00:00', 0.175034172487721, 0.354807692307693, 0.241253218392242, 0.503653846153847, 0.276024246426621, 0.644230769230769, 0.246766784948554, 0.834615384615385, 0.98517505277762, 2.30173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 630, '2022-03-27 00:00:00', 0.147224710509532, 0.318653846153846, 0.166138959447065, 0.423076923076923, 0.176482402696525, 0.549038461538461, 0.226561249996552, 0.775, 0.979762157166415, 2.28326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 645, '2022-03-27 00:00:00', 0.104347791248601, 0.247307692307693, 0.141271152262373, 0.366538461538462, 0.170160105601935, 0.492692307692307, 0.207591777664354, 0.717884615384616, 0.989541230143468, 2.28038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 660, '2022-03-27 00:00:00', 0.132868500637053, 0.250961538461539, 0.13998804894045, 0.349423076923078, 0.149137649376468, 0.449038461538462, 0.209770203941215, 0.688461538461539, 0.974321243027876, 2.25673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 675, '2022-03-27 00:00:00', 0.0917052133406066, 0.234615384615385, 0.120266371026982, 0.31, 0.128524915273863, 0.394423076923077, 0.289019030515293, 0.665, 0.986604452733641, 2.24711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 690, '2022-03-27 00:00:00', 0.0932275957824966, 0.19076923076923, 0.0869776717589936, 0.268653846153846, 0.117394797421089, 0.351538461538461, 0.262312790385828, 0.645, 0.993051183900485, 2.22942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 705, '2022-03-27 00:00:00', 0.0850294066779256, 0.194999999999999, 0.0980941463006912, 0.252692307692307, 0.131863711693317, 0.344038461538461, 0.298765150887139, 0.671153846153846, 1.01697736530292, 2.27480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 720, '2022-03-27 00:00:00', 0.0507349826208545, 0.160961538461539, 0.111153566675188, 0.246346153846154, 0.121192155115496, 0.341538461538462, 0.337074346969055, 0.698653846153847, 0.997258935590644, 2.30423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 735, '2022-03-27 00:00:00', 0.085961529857167, 0.174230769230769, 0.0988969938097989, 0.241153846153847, 0.0997766737037503, 0.315769230769232, 0.349900700199356, 0.697500000000001, 0.993148005857365, 2.31980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 750, '2022-03-27 00:00:00', 0.0585320425066464, 0.155, 0.0708522297569979, 0.229038461538461, 0.0832884237962375, 0.305192307692309, 0.364559850525787, 0.698269230769232, 0.99127441283353, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 765, '2022-03-27 00:00:00', 0.0663313361379517, 0.165384615384616, 0.0679889696936198, 0.227500000000001, 0.08989908872645, 0.300384615384616, 0.386546295366464, 0.690961538461539, 0.990846122494072, 2.32903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 780, '2022-03-27 00:00:00', 0.0672598291358561, 0.163269230769231, 0.088588070042451, 0.234615384615385, 0.117335154414772, 0.316538461538462, 0.401854929813464, 0.69423076923077, 0.990418578954606, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 795, '2022-03-27 00:00:00', 0.0718355493738722, 0.162884615384616, 0.0847387387571574, 0.209423076923077, 0.133203285937755, 0.318653846153847, 0.396796983549328, 0.694615384615386, 0.986601938278748, 2.32423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 810, '2022-03-27 00:00:00', 0.0489835137100706, 0.12576923076923, 0.0970566844684068, 0.205, 0.131865315903999, 0.297692307692308, 0.366625201618135, 0.690961538461539, 0.96676804950229, 2.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 825, '2022-03-27 00:00:00', 0.0677202957874406, 0.144038461538463, 0.093747820487486, 0.209423076923078, 0.109363367513286, 0.277115384615385, 0.3643402889523, 0.675384615384617, 0.961092407307755, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 840, '2022-03-27 00:00:00', 0.0721931170808275, 0.140384615384616, 0.120780952395394, 0.185961538461539, 0.140172558490762, 0.292884615384616, 0.387824752254853, 0.689038461538462, 0.960633464879375, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 855, '2022-03-27 00:00:00', 0.092592573219372, 0.124230769230769, 0.0803501950598381, 0.178076923076922, 0.196947572094317, 0.302884615384615, 0.358027287314163, 0.673461538461539, 0.944629272010168, 2.30769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 870, '2022-03-27 00:00:00', 0.0523703527403996, 0.129423076923075, 0.118236562092209, 0.21826923076923, 0.197519716639981, 0.314038461538461, 0.341836949436423, 0.682500000000001, 0.938459503859711, 2.31309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 885, '2022-03-27 00:00:00', 0.1292600241612, 0.163076923076924, 0.207154438857732, 0.235192307692308, 0.25169250164559, 0.348653846153846, 0.720489070007312, 1.0875, 0.916516126216765, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 900, '2022-03-27 00:00:00', 0.103164730108994, 0.165192307692307, 0.102398918263516, 0.226538461538461, 0.252171873622246, 0.365576923076923, 0.690293499451224, 1.14865384615385, 0.911329625623167, 2.32405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 915, '2022-03-27 00:00:00', 0.0541340927697132, 0.1525, 0.191676510338081, 0.26326923076923, 0.257432291322173, 0.370769230769231, 0.667762423206154, 1.20942307692308, 0.911856387351564, 2.32213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 930, '2022-03-27 00:00:00', 0.173355237767823, 0.205961538461539, 0.231787701273253, 0.278461538461539, 0.249343137062162, 0.375000000000001, 0.668170550544833, 1.22173076923077, 0.913979806417221, 2.32655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 945, '2022-03-27 00:00:00', 0.0972113083007247, 0.160961538461539, 0.127095966164881, 0.24423076923077, 0.168813164816565, 0.348269230769232, 0.66793945487942, 1.21865384615385, 0.905500861189753, 2.32098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 960, '2022-03-27 00:00:00', 0.0855911569839204, 0.175384615384615, 0.107414545641569, 0.243269230769231, 0.182975513283986, 0.380961538461539, 0.666068401430826, 1.22634615384615, 0.915236267310251, 2.31425 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 975, '2022-03-27 00:00:00', 0.0610132394207637, 0.156153846153846, 0.128804712049497, 0.260576923076924, 0.213349839105057, 0.383076923076924, 0.672830673635363, 1.21865384615385, 0.907383276028044, 2.31751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 990, '2022-03-27 00:00:00', 0.109058911391258, 0.205384615384615, 0.145718379602046, 0.300384615384616, 0.202237864521344, 0.403076923076925, 0.678629983014422, 1.20942307692308, 0.905219953084077, 2.32078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1005, '2022-03-27 00:00:00', 0.103298856945049, 0.200576923076924, 0.161481720804078, 0.272115384615386, 0.217423815127541, 0.381346153846155, 0.677281812723592, 1.22942307692308, 0.907050203215812, 2.32213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1020, '2022-03-27 00:00:00', 0.103363622525231, 0.175961538461539, 0.117739608393333, 0.258846153846155, 0.160472379602798, 0.34423076923077, 0.688460489900362, 1.20461538461539, 0.922044597828443, 2.30540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1035, '2022-03-27 00:00:00', 0.0866753447331801, 0.186153846153846, 0.11926505710456, 0.241923076923077, 0.148220729371383, 0.320769230769231, 0.689504615926983, 1.20884615384615, 0.924184485620452, 2.30271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1050, '2022-03-27 00:00:00', 0.0890643673893301, 0.167692307692308, 0.131242728736315, 0.235576923076923, 0.138513676081241, 0.340961538461539, 0.692013339133331, 1.18769230769231, 0.938828940140936, 2.29482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1065, '2022-03-27 00:00:00', 0.0901451820462633, 0.163076923076923, 0.125049528649191, 0.214230769230769, 0.784156970157223, 0.803076923076923, 0.695212640409117, 1.16884615384615, 0.936490491347678, 2.30040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1080, '2022-03-27 00:00:00', 0.0646865221962517, 0.122884615384615, 0.0811446950728242, 0.202692307692307, 0.743378798770545, 0.869038461538461, 0.685175244287632, 1.16134615384615, 0.92789587964466, 2.29328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 4, 1095, '2022-03-27 00:00:00', 0.0835576723908981, 0.15326923076923, 0.78323078434039, 0.712692307692307, 0.727392180749411, 0.929230769230769, 0.684230196307107, 1.14980769230769, 0.927379331773142, 2.28925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 600, '2022-03-27 00:00:00', 0.354623053228951, 0.430652173913043, 0.332519576528516, 0.575217391304348, 0.359954020998797, 0.731521739130435, 0.358882212832773, 0.941521739130434, 0.754889811476056, 2.09067391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 615, '2022-03-27 00:00:00', 0.149000291800123, 0.350217391304348, 0.235762156561233, 0.492608695652174, 0.24085835471408, 0.593260869565218, 0.278015802718596, 0.827173913043478, 0.722064399507117, 2.05176086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 630, '2022-03-27 00:00:00', 0.171626432728373, 0.319782608695653, 0.187323566528814, 0.405869565217391, 0.237881169059019, 0.494782608695652, 0.244209825222446, 0.739565217391304, 0.729606221288095, 2.01002173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 645, '2022-03-27 00:00:00', 0.082612960156206, 0.23108695652174, 0.103344276695383, 0.321304347826087, 0.168002387993568, 0.419565217391305, 0.221388226957924, 0.708260869565217, 0.75598368698024, 2.00719565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 660, '2022-03-27 00:00:00', 0.118057189531175, 0.23875, 0.144595888650034, 0.308333333333333, 0.156864516221086, 0.386041666666667, 0.282457833200341, 0.724583333333332, 0.744724715395571, 2.00585416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 675, '2022-03-27 00:00:00', 0.0695244587344548, 0.194791666666667, 0.0912831238272018, 0.2625, 0.120661672168236, 0.376250000000001, 0.276005982790648, 0.711458333333332, 0.749334929456531, 2.00002083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 690, '2022-03-27 00:00:00', 0.0695140351796406, 0.181875000000001, 0.0937503623181403, 0.2625, 0.128745339017923, 0.386666666666667, 0.272847222606457, 0.696041666666665, 0.730383691290833, 2.00147916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 705, '2022-03-27 00:00:00', 0.0933087441729367, 0.190000000000001, 0.111475406724299, 0.274375000000001, 0.149364444627362, 0.391458333333333, 0.27413070774274, 0.694583333333332, 0.710049721416788, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 720, '2022-03-27 00:00:00', 0.0761957813887971, 0.171666666666667, 0.113453487564638, 0.252708333333334, 0.152248842836088, 0.358333333333333, 0.265621962898238, 0.695625, 0.706205414137078, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 735, '2022-03-27 00:00:00', 0.0997278906520788, 0.185, 0.120456371018061, 0.258541666666667, 0.171768165083732, 0.382291666666667, 0.242927402377926, 0.695625, 0.705965233727473, 2.08770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 750, '2022-03-27 00:00:00', 0.0938778114266673, 0.18, 0.120415945787923, 0.2475, 0.204758495957229, 0.392708333333333, 0.2409784365541, 0.674791666666666, 0.705210421881608, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 765, '2022-03-27 00:00:00', 0.103969886596268, 0.160208333333333, 0.157697282700162, 0.273541666666667, 0.233315734325952, 0.385833333333333, 0.25151632542744, 0.706874999999999, 0.707607695239615, 2.08395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 780, '2022-03-27 00:00:00', 0.114436038397256, 0.182708333333334, 0.177359737396274, 0.273958333333332, 0.218622167617817, 0.342499999999999, 0.252114877053862, 0.715208333333333, 0.693266494914485, 2.08479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 795, '2022-03-27 00:00:00', 0.153488274347974, 0.202291666666666, 0.186919996642755, 0.271041666666666, 0.225392974055589, 0.339583333333332, 0.266852290467097, 0.723333333333333, 0.684780160163554, 2.08270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 810, '2022-03-27 00:00:00', 0.108301904582661, 0.173541666666667, 0.143802999051591, 0.230208333333332, 0.142052118420762, 0.31125, 0.261993472647974, 0.714166666666667, 0.67899778953131, 2.08145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 825, '2022-03-27 00:00:00', 0.0787259855263904, 0.148958333333332, 0.112908677988971, 0.221249999999999, 0.160274758425666, 0.313541666666666, 0.268584504150119, 0.715625, 0.679195495964991, 2.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 840, '2022-03-27 00:00:00', 0.0838344534168978, 0.157291666666667, 0.100225967519488, 0.226875000000001, 0.181034542103939, 0.321875, 0.283069276997187, 0.717708333333334, 0.677917206692996, 2.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 855, '2022-03-27 00:00:00', 0.0732130106438486, 0.138333333333334, 0.109983323834748, 0.199375, 0.195073378984437, 0.310833333333333, 0.289025019603013, 0.714375, 0.6648335304333, 2.05333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 870, '2022-03-27 00:00:00', 0.0868312957005901, 0.141249999999999, 0.165614249719476, 0.224583333333332, 0.180120229573052, 0.295416666666665, 0.285454125860907, 0.703333333333333, 0.648896917965348, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 885, '2022-03-27 00:00:00', 0.118346090351348, 0.160833333333332, 0.147291980556417, 0.220833333333333, 0.13460085922589, 0.334999999999999, 0.324901253114485, 0.886041666666666, 0.647353272223112, 2.06479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 900, '2022-03-27 00:00:00', 0.0800271692994753, 0.155000000000001, 0.0861453103352326, 0.211666666666667, 0.140096854437166, 0.340208333333333, 0.315170473769724, 0.927916666666666, 0.647467754219176, 2.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 915, '2022-03-27 00:00:00', 0.0761708130035587, 0.147916666666666, 0.09443961340301, 0.235833333333333, 0.145450325202281, 0.345833333333332, 0.32169043709573, 0.961041666666666, 0.651381892260768, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 930, '2022-03-27 00:00:00', 0.0819726779331756, 0.182291666666666, 0.11968538921399, 0.269375, 0.160232507693475, 0.361249999999999, 0.347927026227786, 0.989791666666666, 0.654765557113849, 2.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 945, '2022-03-27 00:00:00', 0.0989693262391535, 0.184166666666667, 0.124253568461282, 0.244583333333332, 0.169074634064541, 0.383333333333333, 0.365170200539856, 0.994166666666666, 0.657548559952535, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 960, '2022-03-27 00:00:00', 0.104759688770559, 0.164375, 0.128874728524153, 0.235, 0.161507279864641, 0.377083333333333, 0.379349892025436, 1.00041666666667, 0.655277039265383, 2.06854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 975, '2022-03-27 00:00:00', 0.0840376037294008, 0.173333333333333, 0.134098573953014, 0.289583333333334, 0.177787835615245, 0.397916666666667, 0.363622076465048, 1.02166666666667, 0.648125921519057, 2.07208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 990, '2022-03-27 00:00:00', 0.109797037723035, 0.231458333333333, 0.143212210788188, 0.310208333333333, 0.171899026647386, 0.411666666666666, 0.335762974972403, 1.00791666666667, 0.651780970089657, 2.06020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1005, '2022-03-27 00:00:00', 0.10644940793295, 0.219791666666667, 0.12124635808067, 0.295625, 0.13763909302061, 0.406458333333334, 0.340231099529358, 1.005625, 0.653165334896261, 2.05020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1020, '2022-03-27 00:00:00', 0.0704025691230825, 0.19, 0.130895570445753, 0.288541666666666, 0.16103548533237, 0.412083333333334, 0.341783936219904, 0.993541666666666, 0.654172747594741, 2.050625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1035, '2022-03-27 00:00:00', 0.0826584994796768, 0.182083333333333, 0.105359761521305, 0.274375, 0.146183172518373, 0.386041666666667, 0.363333000930576, 0.9675, 0.635746700938057, 2.03270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1050, '2022-03-27 00:00:00', 0.0787673951342302, 0.172291666666667, 0.100550792918415, 0.248125, 0.122212210009322, 0.338541666666667, 0.352417055201791, 0.942291666666666, 0.629894422657997, 2.018125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1065, '2022-03-27 00:00:00', 0.0799852794427587, 0.170416666666667, 0.0979453781525675, 0.237083333333333, 0.201973505939391, 0.612083333333332, 0.341274186911601, 0.940624999999999, 0.636996142174289, 2.02479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1080, '2022-03-27 00:00:00', 0.0693643499463394, 0.16625, 0.110530465011472, 0.233124999999999, 0.211896094136123, 0.667291666666666, 0.355918323862188, 0.931875, 0.640193549481015, 2.02104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 5, 1095, '2022-03-27 00:00:00', 0.084390128810066, 0.157708333333334, 0.19319350890767, 0.542916666666666, 0.239477749261396, 0.683124999999999, 0.384392990329549, 0.913333333333334, 0.677189651630444, 2.02520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 600, '2022-03-27 00:00:00', 0.10823893322953, 0.3164, 0.147824501803096, 0.460999999999999, 0.254281995692446, 0.599799999999998, 0.337076029999168, 0.831599999999999, 0.631272656359093, 2.1302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 615, '2022-03-27 00:00:00', 0.124119566010628, 0.2984, 0.186937378106502, 0.4082, 0.239468682712375, 0.543399999999999, 0.315312279071611, 0.765199999999999, 0.645527884757893, 2.103 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 630, '2022-03-27 00:00:00', 0.105990565617889, 0.259399999999999, 0.155903816502355, 0.358199999999999, 0.210662051637213, 0.4808, 0.301564393344661, 0.713399999999999, 0.664840394380486, 2.0624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 645, '2022-03-27 00:00:00', 0.0960329804459557, 0.231599999999999, 0.165041156483264, 0.3586, 0.185910372670991, 0.4278, 0.264198946503072, 0.666399999999999, 0.693114829351289, 2.0346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 660, '2022-03-27 00:00:00', 0.134343465292014, 0.2474, 0.156085446684394, 0.3028, 0.157648871441145, 0.3764, 0.250666112588041, 0.6528, 0.69558919868938, 2.0288 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 675, '2022-03-27 00:00:00', 0.0826322172843822, 0.1998, 0.0910576740313525, 0.2696, 0.132397759296245, 0.347, 0.224915169193484, 0.6292, 0.703936668552884, 2.0232 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 690, '2022-03-27 00:00:00', 0.0721791752054104, 0.1784, 0.0845537304519031, 0.2408, 0.136923031907223, 0.333999999999999, 0.228440729001347, 0.631800000000001, 0.717269533253248, 2.0262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 705, '2022-03-27 00:00:00', 0.0791659649091689, 0.1712, 0.137951380324132, 0.2742, 0.164185616503599, 0.350599999999999, 0.26531035285743, 0.655999999999999, 0.985954993901852, 2.1852 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 720, '2022-03-27 00:00:00', 0.103212160136294, 0.1794, 0.106793024116745, 0.2212, 0.138230483854563, 0.3158, 0.281544401471598, 0.646199999999999, 1.06499323159039, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 735, '2022-03-27 00:00:00', 0.0549416356994694, 0.1404, 0.0875442745129573, 0.223399999999999, 0.112424789674401, 0.3068, 0.326123315122773, 0.637199999999999, 1.12637035058042, 2.2618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 750, '2022-03-27 00:00:00', 0.0750766275214869, 0.161399999999999, 0.0884133285577848, 0.2124, 0.13958330845771, 0.3228, 0.351002967698757, 0.629799999999999, 1.16758233114415, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 765, '2022-03-27 00:00:00', 0.0454771004645931, 0.1334, 0.0750488729651101, 0.2114, 0.135446791521001, 0.309000000000001, 0.366506593847006, 0.625999999999999, 1.1631390000053, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 780, '2022-03-27 00:00:00', 0.0524777730726705, 0.146799999999999, 0.110416635220123, 0.212799999999999, 0.109729971596947, 0.2886, 0.36974506983416, 0.640199999999999, 1.16334331418832, 2.2702 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 795, '2022-03-27 00:00:00', 0.0823270915312815, 0.1506, 0.0987703565516157, 0.210800000000001, 0.124115873279771, 0.3038, 0.373300258951604, 0.679799999999999, 1.16997300538659, 2.2858 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 810, '2022-03-27 00:00:00', 0.0602093569693832, 0.1428, 0.0731864058415207, 0.19, 0.102938897733882, 0.281199999999999, 0.335252019631003, 0.687799999999999, 1.16830764355969, 2.2914 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 825, '2022-03-27 00:00:00', 0.0491740107509363, 0.1308, 0.0827898947134648, 0.198999999999999, 0.0990063129300348, 0.282199999999999, 0.333794472692403, 0.705999999999998, 1.16550300299913, 2.2958 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 840, '2022-03-27 00:00:00', 0.0629536866805007, 0.134399999999999, 0.0939605413635603, 0.186599999999999, 0.0894809104409046, 0.291199999999998, 0.324467769328994, 0.717799999999998, 1.1642494721207, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 855, '2022-03-27 00:00:00', 0.0659153497550709, 0.1264, 0.0717878819857503, 0.1908, 0.103572840712869, 0.282599999999999, 0.301072112070624, 0.710599999999999, 1.16662593976533, 2.2916 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 870, '2022-03-27 00:00:00', 0.0614227156677394, 0.1396, 0.088187773151006, 0.211999999999999, 0.127755626099206, 0.289399999999999, 0.307022257607924, 0.707799999999999, 1.16796682315895, 2.2894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 885, '2022-03-27 00:00:00', 0.0632126042283767, 0.131, 0.101415810733173, 0.198199999999999, 0.180835560662167, 0.313399999999999, 0.345495055439775, 0.9578, 1.16849450861639, 2.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 900, '2022-03-27 00:00:00', 0.0753563755320891, 0.1384, 0.096359569668335, 0.1982, 0.185590948055125, 0.307599999999999, 0.353052168005428, 1.003, 1.16344273602099, 2.2786 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 915, '2022-03-27 00:00:00', 0.0671360558865355, 0.1248, 0.111752330326187, 0.2164, 0.170739811799513, 0.301, 0.41535205950294, 1.0694, 1.16386897888035, 2.2742 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 930, '2022-03-27 00:00:00', 0.0878445596873623, 0.159, 0.1008910303248, 0.2154, 0.16189966028377, 0.3014, 0.425760887510036, 1.1066, 1.16465581467946, 2.2826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 945, '2022-03-27 00:00:00', 0.0420049600245804, 0.1296, 0.0797924390737196, 0.197200000000001, 0.121668264829686, 0.3164, 0.423181206261967, 1.1114, 1.16852321329103, 2.2794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 960, '2022-03-27 00:00:00', 0.0750555349946515, 0.142, 0.0940708952510472, 0.2092, 0.111526528981524, 0.354399999999999, 0.422914688008508, 1.1162, 1.16814639493516, 2.2758 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 975, '2022-03-27 00:00:00', 0.0681682966390287, 0.1514, 0.0929372548192237, 0.255399999999999, 0.135046288360695, 0.402, 0.420376616856838, 1.1146, 1.16834277219202, 2.2754 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 990, '2022-03-27 00:00:00', 0.0805543294925852, 0.2084, 0.10424410454953, 0.2872, 0.167817609326316, 0.4226, 0.420696050215197, 1.1018, 1.16876209441158, 2.2656 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1005, '2022-03-27 00:00:00', 0.0827017734594205, 0.189999999999999, 0.128243583335256, 0.2812, 0.158745078663876, 0.395999999999999, 0.406978193519014, 1.119, 1.13122087439486, 2.2624 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1020, '2022-03-27 00:00:00', 0.0819806887829891, 0.179, 0.112611056295552, 0.265, 0.10866615541802, 0.372, 0.410827721395073, 1.1224, 1.12284341443201, 2.2576 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1035, '2022-03-27 00:00:00', 0.104573737939631, 0.1924, 0.11994721061089, 0.2746, 0.135828629775414, 0.361599999999999, 0.426674446543654, 1.1264, 1.12676942332197, 2.2602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1050, '2022-03-27 00:00:00', 0.0870330397033212, 0.1782, 0.110503770674729, 0.264400000000001, 0.114805269913885, 0.3286, 0.445246852880512, 1.11602, 1.12430078270897, 2.2572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1065, '2022-03-27 00:00:00', 0.0755711585196362, 0.168800000000001, 0.0704893608993586, 0.214, 0.29655213144853, 0.681600000000001, 0.444586045290073, 1.08222, 1.10814416932094, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1080, '2022-03-27 00:00:00', 0.0624519815538309, 0.127599999999999, 0.0909432057202006, 0.1996, 0.30584677536309, 0.733799999999999, 0.430191558107161, 1.07162, 1.09673637063182, 2.2284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029136, 1, 1095, '2022-03-27 00:00:00', 0.0715209759441246, 0.1556, 0.273596113520155, 0.6206, 0.343025995127677, 0.8178, 0.425698946831365, 1.07002, 1.09764141078344, 2.226 where not exists (select 1 from powerstats_trumpet where symbolid = 1029136 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:47 Duration: 1s405ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 600, '2022-03-27 00:00:00', 0.321238049762765, 0.481730769230769, 0.539482658165708, 0.713461538461539, 0.593299258060705, 0.895480769230769, 0.735125322910736, 1.29759615384615, 1.98177096644934, 3.14721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 615, '2022-03-27 00:00:00', 0.312509953687633, 0.483365384615384, 0.365097260487373, 0.62701923076923, 0.354720095503266, 0.772115384615384, 0.62615296730235, 1.16153846153846, 1.89085802918634, 3.07144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 630, '2022-03-27 00:00:00', 0.214895233866324, 0.387692307692308, 0.247332091451026, 0.517788461538462, 0.318688070907058, 0.686442307692308, 0.58487819244694, 1.0875, 1.86836827462237, 3.04201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 645, '2022-03-27 00:00:00', 0.147458990387679, 0.335576923076923, 0.186532838931916, 0.44, 0.327363139342229, 0.606249999999999, 0.574273454026911, 1.025, 1.85345828790399, 2.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 660, '2022-03-27 00:00:00', 0.130028732031987, 0.301634615384616, 0.222958516320862, 0.450000000000001, 0.238259231801124, 0.575192307692308, 0.507675178178392, 0.978942307692308, 1.81197076092898, 2.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 675, '2022-03-27 00:00:00', 0.182879978506292, 0.318942307692307, 0.207008755853465, 0.41875, 0.203576129211201, 0.519903846153847, 0.487407594792632, 0.950288461538462, 1.8078183090293, 2.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 690, '2022-03-27 00:00:00', 0.156651990583733, 0.272115384615385, 0.157069558329569, 0.377884615384615, 0.183379414371909, 0.482980769230769, 0.429321300247441, 0.883173076923077, 1.774197716846, 2.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 705, '2022-03-27 00:00:00', 0.111570605447851, 0.250000000000001, 0.127848016741033, 0.323846153846156, 0.192118377970058, 0.470865384615386, 0.439048983161771, 0.85548076923077, 1.73377309756674, 3.14942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 720, '2022-03-27 00:00:00', 0.11905077294357, 0.243557692307693, 0.19076205980629, 0.362211538461538, 0.2165230712525, 0.499903846153847, 0.459617326194805, 0.846057692307693, 1.73621423926179, 3.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 735, '2022-03-27 00:00:00', 0.135094411431413, 0.242499999999999, 0.136352801725749, 0.333557692307693, 0.204764498876147, 0.4575, 0.446483525408876, 0.796538461538462, 1.73023798107481, 3.13086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 750, '2022-03-27 00:00:00', 0.108819937723534, 0.234326923076924, 0.138941638273606, 0.315673076923078, 0.227446781602947, 0.440961538461539, 0.449077002134549, 0.776923076923077, 1.73672191487739, 3.10701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 765, '2022-03-27 00:00:00', 0.106626640126261, 0.207403846153846, 0.157032364376069, 0.302211538461539, 0.258507253283152, 0.424999999999999, 0.441433024800609, 0.776346153846153, 1.75314103002407, 3.11086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 780, '2022-03-27 00:00:00', 0.121039885352531, 0.230576923076923, 0.162881740960924, 0.312307692307693, 0.267329312905378, 0.425192307692307, 0.40269850575643, 0.783557692307692, 1.73460946890514, 3.11451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 795, '2022-03-27 00:00:00', 0.12447339073071, 0.208750000000001, 0.191959230447108, 0.297884615384615, 0.290660405204848, 0.416634615384615, 0.406559024478139, 0.807403846153846, 1.70780392328412, 3.13490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 810, '2022-03-27 00:00:00', 0.0943919814065039, 0.189615384615385, 0.137137809688479, 0.271826923076923, 0.206967319047829, 0.380865384615384, 0.412641502536262, 0.827019230769231, 1.71381800768388, 3.13528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 825, '2022-03-27 00:00:00', 0.103260732353367, 0.196826923076923, 0.147005527106976, 0.27625, 0.165467432305714, 0.365865384615384, 0.431503944183774, 0.826923076923077, 1.71982901654608, 3.16288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 840, '2022-03-27 00:00:00', 0.0941904780423484, 0.189615384615385, 0.121762102541738, 0.257019230769231, 0.251519554982235, 0.383557692307692, 0.429077364370791, 0.841730769230769, 1.72037328518686, 3.16009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 855, '2022-03-27 00:00:00', 0.0912663051818056, 0.173461538461539, 0.143930538802576, 0.264999999999999, 0.263934887803791, 0.37375, 0.420722741244159, 0.841249999999999, 1.71417825401516, 3.16355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 870, '2022-03-27 00:00:00', 0.119167020799187, 0.195673076923076, 0.210442414012444, 0.26951923076923, 0.251673475880036, 0.361538461538461, 0.480717812635039, 0.866346153846153, 1.71338129765498, 3.16336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 885, '2022-03-27 00:00:00', 0.139942055316313, 0.173173076923077, 0.167896946414712, 0.255769230769231, 0.201463109812652, 0.355769230769231, 1.12253515021203, 1.24278846153846, 1.71402924140302, 3.16240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 900, '2022-03-27 00:00:00', 0.115809525315692, 0.185384615384616, 0.135417303746036, 0.244615384615384, 0.23316187839881, 0.372692307692308, 1.15976334207259, 1.29451923076923, 1.71601080606693, 3.15894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 915, '2022-03-27 00:00:00', 0.1015078625223, 0.180384615384614, 0.173040485480666, 0.289519230769231, 0.256198916108919, 0.413269230769231, 1.17544237580842, 1.31932692307692, 1.71955432788222, 3.15144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 930, '2022-03-27 00:00:00', 0.111671909559277, 0.203846153846154, 0.172296730849829, 0.280288461538461, 0.218340969234255, 0.405673076923077, 1.1769267059396, 1.33163461538462, 1.72097939747647, 3.15394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 945, '2022-03-27 00:00:00', 0.125150371092599, 0.183846153846154, 0.162476507177547, 0.273846153846155, 0.249787679070415, 0.461730769230769, 1.18554755687631, 1.33201923076923, 1.72272436576041, 3.15509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 960, '2022-03-27 00:00:00', 0.117729154614115, 0.201923076923077, 0.137324573407451, 0.285961538461539, 0.252079524234836, 0.513557692307692, 1.18094939398513, 1.36663461538462, 1.72865428151496, 3.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 975, '2022-03-27 00:00:00', 0.0844787183032137, 0.189423076923076, 0.229245585478845, 0.378461538461538, 0.301599852708595, 0.565865384615385, 1.20604439658682, 1.40894230769231, 1.72600828948896, 3.17865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 990, '2022-03-27 00:00:00', 0.198281293000237, 0.335865384615385, 0.22206279430689, 0.43826923076923, 0.32519219169356, 0.612692307692308, 1.19668687264207, 1.42586538461538, 1.72888732559857, 3.19173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1005, '2022-03-27 00:00:00', 0.148667705095831, 0.293557692307693, 0.203811588143408, 0.422788461538463, 0.306724569505706, 0.552307692307693, 1.18650304304449, 1.41586538461538, 1.70929579516964, 3.21115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1020, '2022-03-27 00:00:00', 0.156224474838169, 0.286442307692309, 0.248630421586864, 0.423942307692308, 0.299680085835135, 0.539423076923076, 1.19617432241935, 1.44701923076923, 1.70710027419418, 3.21038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1035, '2022-03-27 00:00:00', 0.175880012639736, 0.291826923076923, 0.217070176529298, 0.379807692307693, 0.266718232193854, 0.471346153846153, 1.14946492986955, 1.43375, 1.69711413423358, 3.18826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1050, '2022-03-27 00:00:00', 0.140271748622231, 0.227211538461539, 0.234383499845872, 0.338749999999999, 0.321503259942798, 0.450384615384615, 1.12746574653751, 1.39298076923077, 1.68767314781215, 3.15692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1065, '2022-03-27 00:00:00', 0.195326575646649, 0.251634615384614, 0.208266378984666, 0.319230769230769, 0.97318502173968, 0.923557692307693, 1.05484461579018, 1.37721153846154, 1.67914938401744, 3.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1080, '2022-03-27 00:00:00', 0.105074378418338, 0.208749999999999, 0.175704981103598, 0.315096153846153, 0.959515783331123, 0.990961538461539, 1.02415625685807, 1.37346153846154, 1.6809347817166, 3.15490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 2, 1095, '2022-03-27 00:00:00', 0.186230445540341, 0.248173076923077, 0.933061379793172, 0.880961538461539, 0.962377604605465, 1.01192307692308, 1.02047564324757, 1.37403846153846, 1.67634617833411, 3.15951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 600, '2022-03-27 00:00:00', 0.398408564937283, 0.411730769230769, 0.631204099625957, 0.598846153846155, 0.628863351917263, 0.691346153846154, 0.713779546067702, 1.11259615384615, 1.6376047940631, 3.05019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 615, '2022-03-27 00:00:00', 0.303853978721054, 0.392596153846155, 0.308477043778724, 0.493557692307693, 0.31257097655511, 0.601153846153846, 0.427922631846171, 1.00182692307692, 1.50104248389629, 2.97403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 630, '2022-03-27 00:00:00', 0.139750326819488, 0.298076923076923, 0.193866156248225, 0.403557692307692, 0.296565743781401, 0.602596153846154, 0.4072738164165, 0.962307692307692, 1.50780519298748, 2.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 645, '2022-03-27 00:00:00', 0.175467836193592, 0.279807692307691, 0.263457557521861, 0.41576923076923, 0.294347648982523, 0.589038461538461, 0.413416673773381, 0.909615384615385, 1.51487172597347, 2.96961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 660, '2022-03-27 00:00:00', 0.171913020270315, 0.276442307692308, 0.196737036519466, 0.405192307692309, 0.392500318471209, 0.61, 0.431324659089255, 0.877307692307692, 1.51834264400872, 2.96173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 675, '2022-03-27 00:00:00', 0.178001296451631, 0.287692307692308, 0.259125229600255, 0.418269230769231, 0.378360430521765, 0.588846153846153, 0.437361010889349, 0.874423076923077, 1.50812803284785, 2.94971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 690, '2022-03-27 00:00:00', 0.206691729766448, 0.299134615384615, 0.334128847210865, 0.443557692307692, 0.401338733299134, 0.605673076923076, 0.398496513352183, 0.868365384615384, 1.4799889032848, 2.94057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 705, '2022-03-27 00:00:00', 0.198184670097206, 0.285288461538462, 0.226526467293813, 0.377403846153847, 0.340579271807042, 0.549903846153846, 0.330878318326332, 0.807307692307693, 2.11438687239442, 3.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 720, '2022-03-27 00:00:00', 0.15008154834571, 0.243365384615385, 0.306564587246872, 0.385384615384615, 0.296776269007738, 0.476923076923077, 0.330403497490336, 0.794134615384615, 2.17071399322541, 3.16990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 735, '2022-03-27 00:00:00', 0.187115862913452, 0.247884615384616, 0.193639062532489, 0.326057692307693, 0.196514239061311, 0.419615384615385, 0.315769450950922, 0.782884615384616, 2.21024217477494, 3.18586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 750, '2022-03-27 00:00:00', 0.133798679135713, 0.226442307692308, 0.140306943739569, 0.300961538461538, 0.18999514163829, 0.413076923076923, 0.416604267122429, 0.838653846153847, 2.2393511616091, 3.20875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 765, '2022-03-27 00:00:00', 0.119606767560009, 0.206826923076923, 0.161759199001288, 0.300961538461539, 0.19468910127135, 0.405384615384615, 0.451617477688638, 0.872884615384615, 2.2459506146533, 3.21971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 780, '2022-03-27 00:00:00', 0.104828981606307, 0.211346153846154, 0.131955120575724, 0.278076923076925, 0.26365159483974, 0.432211538461539, 0.442203964425747, 0.897884615384616, 2.25054581627521, 3.22586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 795, '2022-03-27 00:00:00', 0.0777312925799769, 0.188076923076924, 0.124203926607073, 0.271153846153846, 0.234551372099686, 0.417115384615384, 0.447148228735773, 0.941538461538461, 2.25066484408155, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 810, '2022-03-27 00:00:00', 0.0941463672243291, 0.188461538461539, 0.217991906165908, 0.309134615384616, 0.223573512260766, 0.391346153846154, 0.441612430148359, 0.938461538461538, 2.24991246197235, 3.23105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 825, '2022-03-27 00:00:00', 0.187744942572466, 0.219711538461538, 0.186420224224733, 0.2825, 0.190230224889575, 0.386538461538461, 0.450385518622231, 0.938653846153846, 2.25133121516684, 3.23009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 840, '2022-03-27 00:00:00', 0.0899526050420225, 0.183365384615385, 0.103992649518349, 0.249134615384615, 0.144882578450487, 0.354807692307692, 0.4717527057523, 0.921153846153846, 2.25024670656011, 3.22490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 855, '2022-03-27 00:00:00', 0.065547399173892, 0.172307692307692, 0.118665010071986, 0.25576923076923, 0.164645540012943, 0.358076923076923, 0.515926202236179, 0.944615384615385, 2.26671185310352, 3.23375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 870, '2022-03-27 00:00:00', 0.0980925779361204, 0.176923076923077, 0.118442618369208, 0.234423076923077, 0.186966163125433, 0.382884615384615, 0.510736572171846, 0.950384615384616, 2.26710873352281, 3.23451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 885, '2022-03-27 00:00:00', 0.0872358099547515, 0.161442307692308, 0.130276665659605, 0.254519230769232, 0.170782841193587, 0.408173076923078, 0.934442496275802, 1.30682692307692, 2.26599165123386, 3.23528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 900, '2022-03-27 00:00:00', 0.0668287852535232, 0.176057692307692, 0.144475477024783, 0.277788461538461, 0.191409573950731, 0.428749999999999, 0.926890251573258, 1.35846153846154, 2.21788223875841, 3.34625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 915, '2022-03-27 00:00:00', 0.11643225993618, 0.190865384615385, 0.148053297316048, 0.301826923076923, 0.282457076385068, 0.465, 0.894201061541272, 1.37846153846154, 2.2027327280344, 3.34163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 930, '2022-03-27 00:00:00', 0.124408755566232, 0.241538461538462, 0.196744685198473, 0.355865384615385, 0.42119157892086, 0.537115384615386, 0.898981694217664, 1.41644230769231, 2.19697309470238, 3.34817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 945, '2022-03-27 00:00:00', 0.174074061382373, 0.215673076923076, 0.262278184670107, 0.334615384615385, 0.461095017739963, 0.573846153846154, 0.89753894815854, 1.40528846153846, 2.19457472882211, 3.35259615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 960, '2022-03-27 00:00:00', 0.231290110866451, 0.236346153846155, 0.357789796474884, 0.361538461538462, 0.440260587170127, 0.580769230769231, 0.865657931198088, 1.38692307692308, 2.1826759181018, 3.35971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 975, '2022-03-27 00:00:00', 0.243431952267191, 0.253653846153847, 0.45815952881737, 0.458076923076923, 0.460439589288992, 0.631153846153847, 0.892856177581896, 1.39557692307692, 2.17069251844092, 3.37201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 990, '2022-03-27 00:00:00', 0.338690294199015, 0.353653846153845, 0.33621627654738, 0.45576923076923, 0.381674964919306, 0.606826923076923, 0.911156751058784, 1.38375, 2.16645682243186, 3.35471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1005, '2022-03-27 00:00:00', 0.181235927835683, 0.297307692307692, 0.242201124306606, 0.420769230769231, 0.311551344700379, 0.544903846153846, 0.977097275883246, 1.42894230769231, 2.13171554468732, 3.36721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1020, '2022-03-27 00:00:00', 0.152411891318836, 0.275769230769231, 0.19018980903702, 0.367788461538462, 0.2465673764995, 0.473365384615384, 1.05108563381648, 1.43701923076923, 2.08111658500542, 3.35009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1035, '2022-03-27 00:00:00', 0.108287056190763, 0.246057692307693, 0.164408526121788, 0.344711538461538, 0.262196656230513, 0.466442307692308, 0.955854837908898, 1.42913461538462, 2.02080498288334, 3.34432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1050, '2022-03-27 00:00:00', 0.14317985596391, 0.243365384615385, 0.174748638159104, 0.318557692307692, 0.252701423849144, 0.419519230769232, 0.949910405694217, 1.42317307692308, 2.0254516139332, 3.34009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1065, '2022-03-27 00:00:00', 0.104624787473362, 0.212884615384615, 0.217839743495429, 0.318076923076923, 0.67971317480243, 0.899999999999999, 0.98647289818127, 1.41682692307692, 2.02861311330217, 3.35028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1080, '2022-03-27 00:00:00', 0.15481552297443, 0.220384615384615, 0.146874095741897, 0.280000000000001, 0.654876030546709, 0.956153846153845, 0.997183152878455, 1.39490384615385, 2.03659742868797, 3.35144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 3, 1095, '2022-03-27 00:00:00', 0.106848742838434, 0.194423076923077, 0.661042998717818, 0.794615384615384, 0.666430163979345, 0.962211538461538, 0.988636765372477, 1.40557692307692, 2.02805479225405, 3.36009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 600, '2022-03-27 00:00:00', 0.297757257871886, 0.43576923076923, 0.318595294281729, 0.590192307692307, 0.399735116622919, 0.730288461538461, 0.733405046027407, 1.20980769230769, 1.91705445380306, 3.26932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 615, '2022-03-27 00:00:00', 0.175937488898758, 0.365, 0.236701877572092, 0.479326923076922, 0.310603398490497, 0.628365384615385, 0.692366954728489, 1.185, 1.95053030511034, 3.29836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 630, '2022-03-27 00:00:00', 0.148770376755588, 0.321249999999998, 0.214023385674053, 0.430480769230769, 0.327305682222879, 0.604519230769231, 0.617173083814107, 1.11384615384615, 1.91982477415558, 3.28721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 645, '2022-03-27 00:00:00', 0.164543687207988, 0.283749999999999, 0.248356772684905, 0.416442307692307, 0.32974082188195, 0.59298076923077, 0.599092679358994, 1.08096153846154, 1.94705464197751, 3.33182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 660, '2022-03-27 00:00:00', 0.224361058598376, 0.32173076923077, 0.294288712243343, 0.435384615384615, 0.337127515249736, 0.569807692307693, 0.57078549958672, 1.06105769230769, 1.94751792970911, 3.29644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 675, '2022-03-27 00:00:00', 0.201737667624223, 0.276442307692307, 0.250708553595911, 0.378173076923077, 0.376427999040373, 0.565961538461539, 0.519079964567489, 0.99701923076923, 1.96331944430462, 3.25509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 690, '2022-03-27 00:00:00', 0.143462438128752, 0.254134615384615, 0.193298593253666, 0.332115384615385, 0.396888668753109, 0.568846153846154, 0.39439633765268, 0.933365384615385, 1.9819898533661, 3.23567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 705, '2022-03-27 00:00:00', 0.188773775884095, 0.221538461538461, 0.269609974707055, 0.388461538461537, 0.35316350538874, 0.527307692307691, 0.364295856624594, 0.919134615384615, 1.96030127443168, 3.28144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 720, '2022-03-27 00:00:00', 0.210855605897643, 0.288942307692308, 0.320368192625539, 0.405673076923078, 0.313622522371181, 0.491442307692308, 0.378146301052913, 0.92625, 1.97574928581149, 3.25740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 735, '2022-03-27 00:00:00', 0.223309396440145, 0.278942307692308, 0.21315164789417, 0.33875, 0.273747655416725, 0.443173076923078, 0.393937824555328, 0.91201923076923, 1.97893223199941, 3.25067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 750, '2022-03-27 00:00:00', 0.0912789469365535, 0.199615384615385, 0.163530078390679, 0.291442307692308, 0.221291684469582, 0.410480769230769, 0.419367392169903, 0.932019230769231, 1.97427533199867, 3.25605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 765, '2022-03-27 00:00:00', 0.154053967816476, 0.216250000000001, 0.210143929614552, 0.309134615384617, 0.226598000534325, 0.415576923076923, 0.436506685559869, 0.938942307692307, 1.97542807678196, 3.23644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 780, '2022-03-27 00:00:00', 0.167684255717061, 0.219519230769232, 0.190478370466006, 0.289519230769231, 0.218476631385461, 0.39903846153846, 0.45959272312978, 0.960865384615384, 1.97777369252555, 3.24067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 795, '2022-03-27 00:00:00', 0.143307932305014, 0.202788461538461, 0.171370493825064, 0.289615384615384, 0.216580505550743, 0.423653846153845, 0.457440296650831, 0.938749999999999, 1.97454376668092, 3.23605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 810, '2022-03-27 00:00:00', 0.118194103718614, 0.204615384615385, 0.132143278882606, 0.269615384615384, 0.197504649409734, 0.421057692307692, 0.437773046663012, 0.935096153846154, 1.96375691988205, 3.22990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 825, '2022-03-27 00:00:00', 0.0838538678526289, 0.164134615384614, 0.144080239396717, 0.273653846153846, 0.20256015250936, 0.413846153846153, 0.423914099153989, 0.914711538461538, 1.96716878015471, 3.22798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 840, '2022-03-27 00:00:00', 0.140306258427221, 0.225384615384616, 0.185399464773935, 0.325192307692308, 0.201918205069433, 0.435192307692308, 0.417476680601628, 0.914326923076923, 1.96649235021689, 3.22971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 855, '2022-03-27 00:00:00', 0.129289775906086, 0.210384615384616, 0.149073678221413, 0.300192307692308, 0.203246747537606, 0.419903846153846, 0.431809531105841, 0.901634615384615, 1.96295544690613, 3.22105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 870, '2022-03-27 00:00:00', 0.0903652843484966, 0.191730769230768, 0.164542839874138, 0.307884615384615, 0.229397559674499, 0.417403846153846, 0.454336890000563, 0.92201923076923, 1.95734074163038, 3.22682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 885, '2022-03-27 00:00:00', 0.156313294872337, 0.230384615384616, 0.188728972338641, 0.31375, 0.258474835108981, 0.445096153846155, 0.934210814620472, 1.40038461538461, 1.9355067141151, 3.25009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 900, '2022-03-27 00:00:00', 0.115232373923303, 0.1875, 0.161862714859038, 0.263461538461539, 0.256647918063158, 0.451923076923076, 0.995955764386845, 1.46326923076923, 1.96550514401612, 3.26663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 915, '2022-03-27 00:00:00', 0.0896034533160059, 0.181826923076924, 0.165718047157955, 0.293365384615385, 0.272035083286074, 0.468942307692308, 1.03199135357141, 1.49807692307692, 1.97929880989358, 3.28317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 930, '2022-03-27 00:00:00', 0.137119017645256, 0.241249999999999, 0.209456531198094, 0.355961538461537, 0.318477870261269, 0.521923076923077, 1.03116761675595, 1.50442307692308, 2.00434397717711, 3.29817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 945, '2022-03-27 00:00:00', 0.168961534083945, 0.245, 0.245708101522612, 0.365865384615384, 0.335759815710804, 0.540576923076922, 1.03671205482303, 1.54326923076923, 1.99181251289836, 3.31144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 960, '2022-03-27 00:00:00', 0.15806063223187, 0.259711538461538, 0.282035526949246, 0.370961538461539, 0.318650037115713, 0.564615384615385, 1.0349045292274, 1.58576923076923, 1.98253476300883, 3.31855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 975, '2022-03-27 00:00:00', 0.185694564147275, 0.223365384615385, 0.197193213528099, 0.352211538461538, 0.249533796077036, 0.558653846153847, 0.981089523869334, 1.60942307692308, 1.95641996681144, 3.29894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 990, '2022-03-27 00:00:00', 0.138210298235917, 0.303557692307692, 0.245825454024097, 0.463076923076924, 0.252277396164191, 0.586730769230769, 0.947542266156949, 1.61211538461538, 1.93686453847052, 3.29240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1005, '2022-03-27 00:00:00', 0.260095840323997, 0.365384615384616, 0.248122875887053, 0.445192307692308, 0.303908450283709, 0.562115384615385, 0.974285897268037, 1.64701923076923, 1.93028614857606, 3.31134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1020, '2022-03-27 00:00:00', 0.150830298170342, 0.298173076923076, 0.185095219777863, 0.392403846153845, 0.271621360466253, 0.502211538461538, 0.929346358386448, 1.60442307692308, 1.88317244859674, 3.27086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1035, '2022-03-27 00:00:00', 0.143398349148313, 0.263942307692307, 0.210502169731189, 0.357211538461538, 0.285829040485069, 0.492403846153845, 0.891199968926943, 1.56576923076923, 1.85733336813417, 3.24240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1050, '2022-03-27 00:00:00', 0.123954745153842, 0.238173076923077, 0.172891501103572, 0.306634615384615, 0.306513207144237, 0.502115384615384, 0.883736260909415, 1.54182692307692, 1.84438933243916, 3.23298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1065, '2022-03-27 00:00:00', 0.0956621157230773, 0.202596153846154, 0.175608201359206, 0.322596153846153, 0.757798050020838, 1.04673076923077, 0.86556146739914, 1.51057692307692, 1.79921949157021, 3.19932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1080, '2022-03-27 00:00:00', 0.140667946433601, 0.239134615384616, 0.253799436260512, 0.353076923076923, 0.813985736267015, 1.08682692307692, 0.973086386393631, 1.55865384615385, 1.77156743124882, 3.18528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 4, 1095, '2022-03-27 00:00:00', 0.239952318981533, 0.243653846153846, 0.759261894868957, 0.92625, 0.824550932559424, 1.10490384615384, 0.962945820825945, 1.52557692307692, 1.75794419104992, 3.17432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 600, '2022-03-27 00:00:00', 0.236802572480397, 0.4109, 0.385376574491324, 0.560999999999999, 0.419858681582268, 0.693799999999999, 0.828586798913267, 1.2021, 1.627554351371, 2.9496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 615, '2022-03-27 00:00:00', 0.260004086506347, 0.373899999999999, 0.340988697271137, 0.4783, 0.317415080507108, 0.5949, 0.853721046361164, 1.1739, 1.6636916155546, 2.9575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 630, '2022-03-27 00:00:00', 0.25322120599718, 0.329400000000001, 0.243263403193602, 0.4225, 0.287325744292663, 0.5629, 0.851667176288171, 1.137, 1.66609694220755, 2.9458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 645, '2022-03-27 00:00:00', 0.132522953986596, 0.2704, 0.145363266221789, 0.381800000000001, 0.290437062889708, 0.5764, 0.828408451489964, 1.1319, 1.63307942116522, 2.9273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 660, '2022-03-27 00:00:00', 0.143993088776458, 0.280480769230768, 0.171214665080015, 0.407307692307691, 0.282217319427096, 0.573846153846153, 0.812474283616694, 1.15480769230769, 1.58755152551149, 2.91461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 675, '2022-03-27 00:00:00', 0.100800068681296, 0.259423076923076, 0.228350965536691, 0.422211538461539, 0.397723727556628, 0.615288461538462, 0.778020639433567, 1.17384615384616, 1.6313379360324, 2.89730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 690, '2022-03-27 00:00:00', 0.160672893937198, 0.309326923076923, 0.187956035162072, 0.396634615384614, 0.327531809964256, 0.556442307692308, 0.743592863167638, 1.14961538461539, 1.71749380247454, 2.92019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 705, '2022-03-27 00:00:00', 0.116715342409839, 0.236634615384613, 0.245893836535513, 0.375673076923076, 0.236724767155056, 0.501346153846153, 0.712188697175556, 1.10740384615385, 2.24998867518518, 3.11903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 720, '2022-03-27 00:00:00', 0.198446757052403, 0.276153846153847, 0.194207462424951, 0.36596153846154, 0.233861583815332, 0.515096153846155, 0.742257814685396, 1.09278846153846, 2.27989134356476, 3.14153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 735, '2022-03-27 00:00:00', 0.141044217016672, 0.233365384615385, 0.180956752164285, 0.334615384615385, 0.265277213495618, 0.487500000000001, 0.739185342897063, 1.07836538461539, 2.28557289569562, 3.14730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 750, '2022-03-27 00:00:00', 0.149818126920097, 0.250865384615385, 0.193696853753091, 0.370865384615386, 0.68843429522806, 0.581826923076924, 0.729248065053736, 1.07759615384615, 2.27872573196918, 3.16019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 765, '2022-03-27 00:00:00', 0.123394302324516, 0.246923076923078, 0.174225787413917, 0.333750000000001, 0.696795970855171, 0.581250000000001, 0.718839857259332, 1.07759615384615, 2.27916615150231, 3.17211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 780, '2022-03-27 00:00:00', 0.124852874955346, 0.244903846153847, 0.691866156742874, 0.456826923076923, 0.706376697280947, 0.586538461538463, 0.71200397713885, 1.08278846153846, 2.28576735137577, 3.18576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 795, '2022-03-27 00:00:00', 0.705794648986844, 0.348557692307692, 0.704453750460925, 0.461442307692309, 0.712063793598472, 0.577115384615386, 0.664567333221109, 1.08009615384615, 2.32827148661504, 3.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 810, '2022-03-27 00:00:00', 0.198564293985988, 0.245673076923078, 0.216204408266451, 0.317884615384616, 0.29673155441344, 0.491346153846154, 0.384817988944624, 1.01923076923077, 2.29086427258025, 3.18865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 825, '2022-03-27 00:00:00', 0.126375546867872, 0.208173076923078, 0.219391838604252, 0.325673076923078, 0.252609458377034, 0.475961538461538, 0.355832785383593, 0.996634615384615, 2.29543471666295, 3.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 840, '2022-03-27 00:00:00', 0.179255753045754, 0.24375, 0.212024785379882, 0.34451923076923, 0.354244225293577, 0.508365384615385, 0.336698064352116, 0.986442307692307, 2.31254823650315, 3.21788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 855, '2022-03-27 00:00:00', 0.182718783506661, 0.239423076923077, 0.199901153458019, 0.325865384615384, 0.352107569337291, 0.542596153846153, 0.337504942983746, 0.971057692307692, 2.32242936466239, 3.21807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 870, '2022-03-27 00:00:00', 0.103021702343953, 0.198365384615385, 0.285425795287294, 0.340769230769231, 0.318426857318189, 0.537788461538461, 0.345105948057427, 0.981153846153845, 2.32347552171311, 3.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 885, '2022-03-27 00:00:00', 0.268265242595114, 0.249903846153847, 0.274009281847279, 0.398942307692307, 0.320245999194369, 0.549999999999999, 1.22730406943274, 1.46432692307692, 2.34945100788706, 3.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 900, '2022-03-27 00:00:00', 0.13340132154735, 0.245104166666665, 0.234201324540803, 0.351770833333333, 0.326430779637778, 0.543854166666666, 1.35024507974009, 1.59916666666667, 2.40792275285061, 3.234375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 915, '2022-03-27 00:00:00', 0.131225239210288, 0.225208333333333, 0.17, 0.37125, 0.260638130468947, 0.5346875, 1.38677719373169, 1.6165625, 2.4022569753534, 3.21447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 930, '2022-03-27 00:00:00', 0.149314519166952, 0.303229166666666, 0.231639067535457, 0.408124999999999, 0.249347495395774, 0.561770833333333, 1.42143373667351, 1.64895833333333, 2.39517593375167, 3.21958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 945, '2022-03-27 00:00:00', 0.175774650641016, 0.274479166666667, 0.210014125646383, 0.386458333333333, 0.215123800512871, 0.533854166666666, 1.41786121844933, 1.65, 2.40690434825871, 3.20145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 960, '2022-03-27 00:00:00', 0.177607100521903, 0.264270833333333, 0.199899317954917, 0.366458333333333, 0.18259998253885, 0.544166666666666, 1.43066872412463, 1.63229166666667, 2.42024779955109, 3.18854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 975, '2022-03-27 00:00:00', 0.0861200712184258, 0.207083333333334, 0.137088646872924, 0.363333333333334, 0.132479105202357, 0.567187500000001, 1.4342843996678, 1.64, 2.425949042964, 3.18104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 990, '2022-03-27 00:00:00', 0.127172960791679, 0.318124999999999, 0.155376434840111, 0.446979166666666, 0.17323537722969, 0.607187500000001, 1.43470264997336, 1.65770833333333, 2.41754152393036, 3.18895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1005, '2022-03-27 00:00:00', 0.121330187887243, 0.294583333333334, 0.134064627233892, 0.436458333333334, 0.184652992956982, 0.533854166666667, 1.43289115846629, 1.6465625, 2.41768352232678, 3.203125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1020, '2022-03-27 00:00:00', 0.14290080773547, 0.321145833333332, 0.198763130775799, 0.434895833333333, 0.170068187518411, 0.494166666666667, 1.43658136605144, 1.63072916666667, 2.41471608249458, 3.20854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1035, '2022-03-27 00:00:00', 0.0817648819721099, 0.252187500000001, 0.10060769835053, 0.3303125, 0.153128567689878, 0.426354166666667, 1.42265357525972, 1.61927083333333, 2.42782821032308, 3.19833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1050, '2022-03-27 00:00:00', 0.093934721397671, 0.250416666666666, 0.108294533882559, 0.313645833333333, 0.212674880085931, 0.424687499999999, 1.39598274805974, 1.6090625, 2.39946267951021, 3.19604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1065, '2022-03-27 00:00:00', 0.0713666252479071, 0.212604166666665, 0.114529944742646, 0.282395833333332, 1.23307490927521, 1.22291666666666, 1.38181581056583, 1.59427083333333, 2.42602849659775, 3.211875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1080, '2022-03-27 00:00:00', 0.111645253327582, 0.213020833333333, 0.153741346816706, 0.298020833333333, 1.29917249565258, 1.29989583333333, 1.40732622665918, 1.71927083333333, 2.47994850051718, 3.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 5, 1095, '2022-03-27 00:00:00', 0.110093782074417, 0.204479166666665, 1.19177787340893, 1.15427083333333, 1.32979914305491, 1.30375, 1.39335169293951, 1.700625, 2.47812241739179, 3.25270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 600, '2022-03-27 00:00:00', 0.305660418874716, 0.4903, 0.374439358686201, 0.6306, 0.439231146436589, 0.766400000000001, 0.738872902918132, 1.2079, 1.96315749601673, 3.0658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 615, '2022-03-27 00:00:00', 0.204952331856297, 0.3751, 0.261366919610472, 0.492800000000001, 0.395506005011302, 0.685000000000001, 0.69518600628417, 1.1251, 1.94076857091033, 3.0196 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 630, '2022-03-27 00:00:00', 0.173475982967864, 0.347799999999999, 0.235325572346059, 0.4635, 0.393956215841304, 0.6866, 0.699296521512872, 1.0965, 1.92692708195372, 3.0012 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 645, '2022-03-27 00:00:00', 0.187330923768608, 0.314700000000001, 0.328480339340627, 0.480800000000001, 0.393473103697487, 0.642600000000001, 0.710418421307707, 1.0613, 1.94753189426173, 2.9968 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 660, '2022-03-27 00:00:00', 0.172723285440422, 0.323, 0.228236354101036, 0.4522, 0.256565943440148, 0.5586, 0.612524659367551, 0.9805, 1.87107195768451, 2.9558 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 675, '2022-03-27 00:00:00', 0.136946765813096, 0.2826, 0.212806152010072, 0.3975, 0.212085478050716, 0.5261, 0.612472788511186, 0.942, 1.86627772361636, 2.9529 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 690, '2022-03-27 00:00:00', 0.189645942042884, 0.2727, 0.185162203666587, 0.3581, 0.231091071513663, 0.4748, 0.635994955430729, 0.941, 1.8606843611066, 2.9541 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 705, '2022-03-27 00:00:00', 0.122287230186421, 0.239, 0.181289823211344, 0.3642, 0.217978401070687, 0.472499999999999, 0.619773513739765, 0.9259, 1.97135551398016, 3.1492 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 720, '2022-03-27 00:00:00', 0.105128889147244, 0.248999999999999, 0.143116502658964, 0.3261, 0.21212712383537, 0.46, 0.606939933875943, 0.8886, 1.9385419133978, 3.1523 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 735, '2022-03-27 00:00:00', 0.133752881588897, 0.222599999999998, 0.215065493900501, 0.338599999999999, 0.22905603390146, 0.434999999999999, 0.590785282484255, 0.887199999999999, 1.94640293233441, 3.1565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 750, '2022-03-27 00:00:00', 0.1497457567568, 0.2321, 0.188858853821225, 0.324799999999999, 0.582404999406198, 0.5468, 0.594941313632418, 0.8852, 1.96390818904551, 3.1673 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 765, '2022-03-27 00:00:00', 0.0997705701430366, 0.201, 0.11839446777616, 0.271200000000001, 0.572013985843004, 0.5265, 0.570643131329321, 0.865099999999999, 1.92715816251114, 3.1711 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 780, '2022-03-27 00:00:00', 0.0892431136465625, 0.201800000000001, 0.584523630831124, 0.409700000000001, 0.568103533697864, 0.522700000000001, 0.583413125495133, 0.8961, 1.91773340604649, 3.1867 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 795, '2022-03-27 00:00:00', 0.592320647960208, 0.333499999999999, 0.579016551289052, 0.4157, 0.566188793601569, 0.504800000000001, 0.619422647847709, 0.9439, 1.9408852147066, 3.2035 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 810, '2022-03-27 00:00:00', 0.169582821457049, 0.222, 0.201731669964501, 0.292900000000001, 0.256898245095861, 0.4171, 0.410993156877338, 0.895699999999999, 1.96876075658437, 3.1903 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 825, '2022-03-27 00:00:00', 0.127868910738042, 0.1841, 0.128622509694065, 0.266000000000001, 0.2880961934262, 0.4241, 0.404488050915393, 0.904699999999999, 1.98535422951842, 3.1947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 840, '2022-03-27 00:00:00', 0.0852664940055595, 0.201300000000001, 0.188637217960826, 0.285599999999999, 0.29257150123232, 0.4228, 0.411077547428706, 0.8958, 2.07856216329141, 3.2379 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 855, '2022-03-27 00:00:00', 0.169791538854758, 0.207, 0.277026322455707, 0.319599999999999, 0.299619133234178, 0.425700000000001, 0.397828794835165, 0.8914, 2.07954185659566, 3.2387 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 870, '2022-03-27 00:00:00', 0.192430290408414, 0.2049, 0.225557088117399, 0.2902, 0.274463947237763, 0.4199, 0.379125968511785, 0.881400000000001, 2.08230800435478, 3.2317 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 885, '2022-03-27 00:00:00', 0.165812896563164, 0.2078, 0.199437855818131, 0.2941, 0.21975839005599, 0.3945, 0.683605636801415, 1.314, 2.11021784025568, 3.2363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 900, '2022-03-27 00:00:00', 0.162608169126482, 0.216800000000001, 0.237350918121953, 0.3111, 0.222853745013781, 0.3899, 0.782313183237166, 1.4192, 2.12219902656026, 3.2337 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 915, '2022-03-27 00:00:00', 0.122965272875449, 0.1869, 0.123322071557908, 0.2705, 0.215793110795195, 0.405999999999999, 0.813860565965285, 1.4818, 2.11202188869655, 3.2685 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 930, '2022-03-27 00:00:00', 0.110339249589617, 0.2068, 0.1498660513036, 0.2809, 0.23567535933992, 0.4253, 0.82987652193966, 1.5151, 2.11345864836134, 3.2753 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 945, '2022-03-27 00:00:00', 0.123168076221073, 0.193699999999999, 0.195331875705598, 0.296699999999999, 0.22075306717386, 0.449399999999999, 0.822818859166463, 1.5219, 2.1044182192869, 3.2905 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 960, '2022-03-27 00:00:00', 0.175528487716382, 0.2354, 0.223077527629597, 0.3139, 0.217396910434961, 0.495200000000001, 0.817476426775313, 1.5515, 2.10549742737118, 3.2931 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 975, '2022-03-27 00:00:00', 0.147043785995873, 0.2035, 0.172982296782069, 0.322699999999999, 0.272526298425186, 0.498199999999999, 0.823010960842361, 1.5547, 2.10431348662693, 3.2971 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 990, '2022-03-27 00:00:00', 0.173213981344847, 0.287699999999999, 0.20977229718594, 0.4074, 0.290551487118319, 0.549199999999999, 0.822352722376475, 1.5641, 2.10025197893015, 3.3061 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1005, '2022-03-27 00:00:00', 0.113275107592092, 0.272000000000001, 0.194664882982695, 0.3744, 0.25444965120825, 0.527899999999999, 0.822583430419067, 1.5493, 2.10656711262661, 3.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1020, '2022-03-27 00:00:00', 0.172312700247739, 0.279499999999999, 0.18198145509914, 0.391199999999999, 0.24507005801063, 0.5002, 0.825328873843633, 1.5389, 2.11096640585933, 3.3055 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1035, '2022-03-27 00:00:00', 0.14122027710873, 0.2666, 0.199265212719129, 0.3517, 0.217574795568481, 0.4499, 0.82939588958872, 1.5231, 2.1182715634844, 3.2991 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1050, '2022-03-27 00:00:00', 0.11797845848572, 0.2278, 0.150623841627634, 0.291100000000001, 0.175656625266454, 0.4136, 0.798028168884615, 1.5255, 2.089382195371, 3.3001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1065, '2022-03-27 00:00:00', 0.125284010685056, 0.205100000000001, 0.165612373732561, 0.2983, 0.710216046941587, 1.0612, 0.801592919338321, 1.5347, 2.08339375579046, 3.3117 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1080, '2022-03-27 00:00:00', 0.138761786286187, 0.2131, 0.153853285091132, 0.32, 0.803087894732991, 1.1822, 0.810483394853548, 1.5435, 2.07916814295205, 3.3087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029066, 1, 1095, '2022-03-27 00:00:00', 0.121257130374532, 0.2447, 0.6723357916002, 1.0075, 0.801783454764024, 1.2209, 0.796710842568786, 1.5326, 2.05816871980085, 3.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029066 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:33:31 Duration: 1s398ms Database: acaweb_fx User: pgperfstats
16 564ms 1s373ms 816ms 333 4m31s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 18 333 4m31s 816ms [ User: pgperfstats - Total duration: 4m31s - Times executed: 333 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1125, '2022-03-27 00:00:00', 0.8645116479798, 1.68729166666667, 0.902240342630257, 2.374375, 1.14385852221355, 3.08916666666667, 2.57867213891181, 5.5975, 6.13867425084366, 17.8229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1140, '2022-03-27 00:00:00', 0.647303772515685, 1.575, 0.813876926920719, 2.15, 0.957882250486502, 2.81166666666667, 2.76677007838863, 5.86416666666667, 6.05899373057721, 17.659375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1155, '2022-03-27 00:00:00', 0.587921872890592, 1.46604166666667, 0.701749850916164, 1.95937500000001, 1.16055956565562, 2.665625, 2.88052641500407, 7.32708333333333, 6.06366162858833, 17.6664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1170, '2022-03-27 00:00:00', 0.638605782947896, 1.33270833333334, 0.895463784579122, 1.86354166666667, 1.14815871419026, 2.43354166666667, 2.87258517835138, 7.46104166666667, 6.00185460090148, 17.6077083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1185, '2022-03-27 00:00:00', 0.684316410204643, 1.34958333333333, 0.900492593657433, 1.89604166666666, 0.875604734090856, 2.45479166666666, 2.78574671090514, 7.66604166666667, 5.92005195687516, 17.5822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1200, '2022-03-27 00:00:00', 0.647241603916644, 1.33270833333334, 0.727861170868441, 1.70666666666667, 1.25650106547358, 2.66333333333333, 2.89408729292293, 7.85229166666667, 5.77885411576588, 17.53125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1215, '2022-03-27 00:00:00', 0.58904764546104, 1.34645833333334, 0.625818883833271, 1.83666666666666, 1.34279179688535, 2.774375, 3.06706582153418, 8.11416666666667, 5.74499753645209, 17.5364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1230, '2022-03-27 00:00:00', 0.444377465137164, 1.331875, 1.11778045794955, 2.11625, 1.24320056504473, 2.57041666666666, 3.17995812085038, 8.22354166666667, 5.61304352053374, 17.5497916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1245, '2022-03-27 00:00:00', 1.03331671474481, 1.60604166666667, 1.20222823015902, 2.09875, 1.12635586571557, 2.41666666666666, 3.11939095893896, 8.50770833333333, 5.62447578475193, 17.546875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1260, '2022-03-27 00:00:00', 0.728931587364666, 1.40729166666667, 0.938127736698103, 1.76354166666666, 0.941258312125275, 2.29791666666667, 3.20696032403388, 8.49354166666667, 5.61909631817884, 17.5539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1275, '2022-03-27 00:00:00', 0.731040769645616, 1.23479166666665, 0.792438334820292, 1.66458333333333, 1.55607202433806, 2.90083333333333, 3.20047853645651, 8.62041666666667, 5.6166270977082, 17.5460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1290, '2022-03-27 00:00:00', 0.581927044520984, 1.15395833333333, 0.782530009379646, 1.77354166666667, 1.74808653153645, 2.94, 3.29853382009627, 8.66333333333334, 5.44794935077623, 17.6772916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1305, '2022-03-27 00:00:00', 0.808953939633941, 1.47229166666667, 1.69317811485479, 2.40270833333333, 2.07527856302002, 3.21937500000001, 3.49297524206323, 8.82270833333334, 5.3612255250488, 17.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1320, '2022-03-27 00:00:00', 0.569399851138195, 1.2997619047619, 0.619194176790637, 1.81214285714286, 1.50822984385827, 3.47880952380953, 3.85980490809722, 8.95214285714286, 5.31308835397482, 17.2085714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1335, '2022-03-27 00:00:00', 0.600418405701193, 1.35952380952381, 0.990887108557158, 1.96952380952381, 2.28791530187886, 5.75285714285714, 4.0173477835863, 9.03428571428572, 5.36770648015918, 17.3335714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1350, '2022-03-27 00:00:00', 0.625929974784181, 1.37166666666668, 1.18320569398804, 2.84928571428573, 2.51384909290609, 5.8354761904762, 4.04477459787552, 8.91738095238096, 5.3764658798455, 17.3485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1365, '2022-03-27 00:00:00', 0.940591442606596, 2.44452380952382, 2.33373803463151, 5.13928571428571, 2.70524182529646, 6.12166666666667, 4.12558962596921, 8.91380952380953, 5.45360749980275, 17.4404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 990, '2022-03-27 00:00:00', 1.13994412818551, 2.83615384615384, 1.55869404162094, 3.76134615384615, 1.979420583442, 4.88538461538461, 3.51786126568622, 7.34173076923077, 5.0908282120511, 17.5332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1005, '2022-03-27 00:00:00', 1.05766906268164, 2.80538461538462, 1.27491672427895, 3.46942307692308, 1.99942192607302, 4.69596153846154, 3.32623862412417, 6.85576923076923, 5.21545049311695, 17.4703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1020, '2022-03-27 00:00:00', 0.912403756779108, 2.33615384615385, 1.30855663291219, 3.23230769230769, 1.90990576690619, 4.14403846153846, 3.12235719634037, 6.31269230769231, 5.30326679074759, 17.4544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1035, '2022-03-27 00:00:00', 0.860698285383178, 2.19153846153846, 1.19480035345466, 3.01326923076923, 1.4822430637382, 4.00749999999999, 2.93802388454449, 5.88711538461538, 5.31685255723578, 17.4363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1050, '2022-03-27 00:00:00', 0.85985696484938, 2.11, 1.1899764703556, 2.71, 1.52608711567045, 3.71326923076922, 2.72649544005036, 5.58076923076923, 5.37844173887396, 17.4415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1065, '2022-03-27 00:00:00', 0.909658938622268, 1.95576923076922, 1.34907485394194, 2.90519230769229, 1.51999090331286, 3.60288461538461, 2.47803331603606, 5.24365384615384, 5.92908697407567, 16.6771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1080, '2022-03-27 00:00:00', 0.772210712574867, 1.93076923076923, 1.01786412875952, 2.49923076923076, 1.33346236715379, 3.19326923076923, 2.42324163847965, 4.99596153846154, 6.04830219025268, 16.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1095, '2022-03-27 00:00:00', 0.711220862590954, 1.57865384615385, 0.936187275807899, 2.20615384615384, 1.16934360285524, 2.98230769230769, 2.585194896685, 5.05942307692308, 5.84270907923844, 16.7742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1110, '2022-03-27 00:00:00', 0.770164018495164, 1.65384615384615, 0.92042007550065, 2.19365384615385, 1.69526521637358, 3.01692307692308, 2.86892268711017, 5.17423076923077, 5.7140045502257, 17.235 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1125, '2022-03-27 00:00:00', 0.665081487199425, 1.52423076923076, 0.935432540839553, 2.19596153846154, 1.85074267836954, 3.00269230769231, 2.94497141164132, 5.15615384615384, 6.64949854963052, 18.2998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1140, '2022-03-27 00:00:00', 0.815804746624694, 1.63423076923077, 1.55902233911069, 2.20442307692308, 1.71562753712857, 2.87038461538462, 2.89668558608203, 5.54923076923077, 6.91900437479711, 18.6065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1155, '2022-03-27 00:00:00', 0.921127235844969, 1.54076923076924, 1.18632666729634, 2.0848076923077, 1.24944252184109, 2.66115384615385, 3.08155295514853, 7.57115384615385, 7.05499217684787, 18.9161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1170, '2022-03-27 00:00:00', 0.639324282709123, 1.34346153846154, 0.660517862100526, 1.81038461538462, 0.936666942695463, 2.55519230769231, 3.29086551626679, 8.26461538461539, 7.10480270932709, 19.1065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1185, '2022-03-27 00:00:00', 0.547519722159712, 1.45538461538462, 0.789175421661019, 1.93538461538462, 1.10679002247316, 2.56192307692308, 3.30695500190362, 8.45923076923077, 6.92458844375495, 19.2263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1200, '2022-03-27 00:00:00', 0.645433068686324, 1.44538461538462, 0.9351743769932, 2.01634615384616, 1.43382437772338, 2.64711538461538, 3.3762910692971, 8.76576923076923, 6.86804573032578, 19.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1215, '2022-03-27 00:00:00', 0.720202856038605, 1.35307692307692, 0.896216427329572, 1.85173076923077, 1.45375577252641, 2.65461538461539, 3.3542832147294, 8.82673076923077, 6.87403179476096, 19.3163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1230, '2022-03-27 00:00:00', 0.552549197252704, 1.27384615384615, 0.966592985697698, 1.86499999999999, 1.16336131036816, 2.53346153846154, 3.33267769449502, 8.73884615384616, 6.86970933491031, 19.3121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1245, '2022-03-27 00:00:00', 0.605670385097884, 1.22615384615384, 0.748425244198679, 1.77711538461538, 1.1247535114586, 2.37730769230769, 3.370326484984, 8.71615384615385, 6.84417275160746, 19.2244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1260, '2022-03-27 00:00:00', 0.545273008543573, 1.32057692307693, 0.842853212879644, 1.77846153846155, 1.32759684566339, 2.50423076923077, 3.47665478585378, 8.7225, 6.79065575172689, 19.1765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1275, '2022-03-27 00:00:00', 0.734275912300424, 1.31865384615385, 0.804750821444359, 1.72173076923077, 1.7573172407438, 2.81173076923077, 3.50999837825954, 8.67615384615385, 6.81948589591732, 19.2432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1290, '2022-03-27 00:00:00', 0.557030209096549, 1.25442307692308, 1.02785766748874, 1.89423076923077, 2.0522452619959, 2.91884615384616, 3.50886278421679, 8.64596153846154, 6.82310826980918, 19.2673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1305, '2022-03-27 00:00:00', 0.948881771025575, 1.40115384615385, 1.56751861723701, 2.18384615384615, 2.08188229365048, 3.08173076923077, 3.48979197638793, 8.58403846153846, 6.84359088153625, 19.2469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1320, '2022-03-27 00:00:00', 0.724813932781476, 1.34565217391304, 0.820117423868558, 1.78304347826088, 1.55740161884196, 3.28456521739131, 3.61567848803703, 8.46826086956522, 7.13597867154817, 19.520652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1335, '2022-03-27 00:00:00', 0.609100937915194, 1.22695652173914, 0.652052248203592, 1.70304347826087, 2.67496839772992, 6.16673913043479, 3.64162826534024, 8.36217391304348, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1350, '2022-03-27 00:00:00', 0.466909145549357, 1.25782608695652, 1.09193943026507, 2.73608695652174, 2.93895925826459, 6.93260869565218, 3.59571635240554, 8.35478260869566, 7.12968677418746, 19.5180434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 1365, '2022-03-27 00:00:00', 1.0424537316393, 2.41434782608696, 2.78948223977281, 5.8704347826087, 3.11050540483661, 6.98565217391305, 3.67298752404343, 8.36347826086957, 7.13276613711668, 19.5336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 990, '2022-03-27 00:00:00', 1.1727508916416, 3.01442307692308, 1.59149861644737, 4.25038461538462, 1.85353558202861, 5.16807692307693, 2.54319091663633, 6.36096153846154, 7.20194661986498, 18.8286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1005, '2022-03-27 00:00:00', 1.24177715392095, 2.90750000000001, 1.37569077753128, 3.57365384615385, 1.97779072549301, 4.46192307692308, 2.38877919416206, 5.98096153846154, 7.04862838812248, 18.8169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1020, '2022-03-27 00:00:00', 0.569023725340169, 2.29, 1.08547104273462, 3.12423076923077, 1.22252613626301, 3.62807692307692, 1.84291154468641, 5.5001923076923, 6.84797126611513, 18.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1035, '2022-03-27 00:00:00', 1.07720350195094, 2.14423076923077, 1.25406563440061, 2.68615384615384, 1.2043928569392, 3.29692307692308, 1.96739191864215, 5.5901923076923, 6.83787894463908, 18.6073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1050, '2022-03-27 00:00:00', 0.752728268470004, 1.85538461538461, 0.716858531264127, 2.39807692307691, 1.29150746744319, 3.23846153846153, 1.92416732240608, 5.43326923076922, 6.80255820657538, 18.6269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1065, '2022-03-27 00:00:00', 0.572173185186225, 1.64807692307693, 0.687430807706937, 2.17134615384616, 1.20921253778583, 3.01980769230769, 2.08470408340959, 5.40365384615384, 6.75075309758958, 18.5342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1080, '2022-03-27 00:00:00', 0.665281779514399, 1.60038461538462, 0.986909258551864, 2.28673076923077, 1.09593298854657, 3.00365384615384, 2.49217325610833, 5.50153846153846, 6.72591688059073, 18.5367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1095, '2022-03-27 00:00:00', 0.96768337558553, 1.71365384615385, 1.0408799716512, 2.28365384615384, 1.09902462000839, 2.85134615384616, 2.93353961177383, 5.74942307692307, 6.57842538150278, 18.5675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1110, '2022-03-27 00:00:00', 0.544525516813979, 1.62096153846154, 0.775997521804123, 2.18192307692308, 0.986094393983736, 2.73307692307692, 3.76087357384711, 6.08596153846154, 6.48401441712913, 18.5751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1125, '2022-03-27 00:00:00', 0.539808406181868, 1.43634615384615, 0.572647058707325, 1.94557692307692, 0.979414346198001, 2.49230769230769, 3.69457130332933, 6.05634615384615, 6.54800879011205, 19.2163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1140, '2022-03-27 00:00:00', 0.47824780348525, 1.45019230769231, 0.680220467653972, 1.82826923076923, 1.02140393576684, 2.41500000000001, 3.76450764989976, 6.63461538461539, 6.71503809485729, 19.3611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1155, '2022-03-27 00:00:00', 0.648312009404773, 1.24730769230768, 0.880466572116952, 1.69923076923077, 1.39044331613504, 2.54884615384615, 4.10045487157781, 8.37692307692307, 6.69470948700424, 19.4063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1170, '2022-03-27 00:00:00', 0.5861095985722, 1.1873076923077, 0.735798990109497, 1.65807692307693, 1.22860572945983, 2.52596153846154, 4.11151245332495, 8.69442307692307, 6.73792545110254, 19.4507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1185, '2022-03-27 00:00:00', 0.557092762611254, 1.31288461538462, 1.16947162625494, 2.03673076923077, 1.43050589491432, 2.75634615384615, 4.2550670789253, 8.94038461538461, 6.70113572463653, 19.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1200, '2022-03-27 00:00:00', 0.953248373478002, 1.52269230769231, 0.984024077253893, 1.89576923076923, 1.25359329682563, 2.68307692307693, 4.0323108329897, 8.92942307692308, 6.65696930638514, 19.5678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1215, '2022-03-27 00:00:00', 0.548793642035378, 1.24230769230769, 0.918707034578824, 1.92615384615385, 1.41153838608257, 2.87115384615385, 3.83935435277259, 8.81538461538461, 6.45670598322753, 19.6330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1230, '2022-03-27 00:00:00', 0.889190578343805, 1.48826923076923, 1.14448081947836, 1.93711538461539, 1.51505196661317, 2.86769230769231, 3.70348787787114, 8.77730769230769, 6.40560507260273, 19.5828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1245, '2022-03-27 00:00:00', 0.618530796447388, 1.33211538461539, 1.14591944944458, 2.17576923076923, 1.6373912295055, 2.98903846153846, 3.66277772378371, 8.72942307692307, 6.28343119151166, 19.5084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1260, '2022-03-27 00:00:00', 1.21243201236827, 1.86423076923076, 1.28568438823602, 2.33288461538462, 2.11978417805645, 3.16519230769231, 3.76918477208983, 8.84461538461538, 6.25012330955281, 19.5292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1275, '2022-03-27 00:00:00', 0.861468000209302, 1.48134615384615, 1.17820397868307, 2.06384615384615, 2.03152913230025, 3.17115384615384, 3.5022968123131, 8.5551923076923, 6.26710585885972, 19.5503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1290, '2022-03-27 00:00:00', 0.968003417031476, 1.49115384615384, 1.39060126729965, 2.11173076923077, 2.67139992110158, 3.42653846153846, 3.43052330612199, 8.46307692307692, 6.45422415047815, 19.5957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1305, '2022-03-27 00:00:00', 0.936374185560782, 1.46384615384616, 1.51414713236909, 2.25846153846154, 2.18030838503322, 3.21557692307692, 3.51595003574371, 8.47442307692308, 6.58226233027942, 19.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1320, '2022-03-27 00:00:00', 0.859204809773748, 1.61478260869565, 1.52610311298499, 2.2395652173913, 1.69056320573032, 3.56695652173913, 3.78502604144111, 8.64695652173913, 6.51777522422473, 20.495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1335, '2022-03-27 00:00:00', 0.836281885074859, 1.35086956521739, 0.997668675744245, 1.81717391304348, 2.9688290534513, 5.93869565217391, 3.63972005178091, 8.50565217391304, 6.55635684801987, 20.3858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1350, '2022-03-27 00:00:00', 0.681784597328331, 1.39065217391304, 1.18385603794426, 2.8858695652174, 3.19472129769726, 6.59652173913043, 3.86469648906214, 8.67304347826087, 6.56073468633703, 20.3884782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 1365, '2022-03-27 00:00:00', 1.28900584451494, 2.48739130434783, 3.01502838232827, 5.61434782608696, 3.36087414224336, 6.74, 3.81595081629875, 8.62521739130435, 6.65692068333323, 20.3695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 990, '2022-03-27 00:00:00', 1.20068903828871, 2.848, 1.55981096611097, 3.9454, 1.68335911696426, 4.769, 2.59293789294435, 6.9296, 6.91087267161922, 18.5944 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1005, '2022-03-27 00:00:00', 1.01010725503121, 2.735, 1.16444736534833, 3.50720000000001, 1.4579759943154, 4.2424, 2.3223883719137, 6.3426, 6.65181377520448, 18.1234 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1020, '2022-03-27 00:00:00', 0.846692240427411, 2.30760000000001, 1.08000108024637, 2.97760000000001, 1.30992738348353, 3.63080000000001, 2.57901366805219, 5.90139999999999, 6.48001189556522, 17.855 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1035, '2022-03-27 00:00:00', 0.925310758610322, 2.041, 1.1158892940909, 2.6812, 1.21706100915279, 3.54, 2.38797944575186, 5.796, 6.41979054694673, 17.8176 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1050, '2022-03-27 00:00:00', 0.737533219590823, 1.70360000000001, 0.98146433964766, 2.46080000000001, 1.42727222350888, 3.4768, 2.48419587928703, 5.76299999999999, 6.31647592939818, 17.8166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1065, '2022-03-27 00:00:00', 0.877795202007094, 1.8716, 1.01727782177076, 2.55, 1.20846538358918, 3.3436, 2.53636674201504, 5.83099999999999, 6.22545873811722, 17.7114 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1080, '2022-03-27 00:00:00', 0.696094042975993, 1.67859999999999, 0.880902709346108, 2.34699999999999, 0.945156821203052, 3.0462, 2.55504864598177, 5.6256, 6.08436043612365, 17.5424 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1095, '2022-03-27 00:00:00', 0.650344908490869, 1.7588, 0.702692737498636, 2.28100000000001, 1.24855910285951, 3.05960000000001, 2.63120849927684, 5.65540000000001, 6.12232526632379, 17.394 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1110, '2022-03-27 00:00:00', 0.615414832992073, 1.502, 0.909974953867777, 2.1476, 1.29933341884727, 3.06560000000001, 2.83422993656713, 5.6202, 6.15763656635672, 17.4962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1125, '2022-03-27 00:00:00', 0.808283263054067, 1.5102, 0.997656629306902, 2.15400000000001, 1.34673716812153, 2.8552, 2.95113925741682, 5.66800000000001, 6.33292783789615, 18.336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1140, '2022-03-27 00:00:00', 0.744941944046652, 1.5302, 0.910632792805824, 2.031, 1.18202252516608, 2.69780000000001, 3.06190481291195, 5.99060000000001, 6.75368068167278, 18.5044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1155, '2022-03-27 00:00:00', 0.55287069012564, 1.3742, 0.89835511723742, 1.8724, 1.06542733992829, 2.496, 3.18920076194648, 7.21840000000001, 6.89699362041173, 18.5322 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1170, '2022-03-27 00:00:00', 0.815736732449046, 1.44920000000001, 1.01285249008266, 1.95420000000001, 1.16133407481797, 2.49480000000001, 3.18543531823622, 7.35760000000001, 6.93887568942789, 18.663 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1185, '2022-03-27 00:00:00', 0.812923581894395, 1.46020000000001, 0.815368015070502, 1.868, 1.20674192905249, 2.4414, 3.13208665801784, 7.41220000000001, 7.21972940397816, 18.7302 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1200, '2022-03-27 00:00:00', 0.690254904606502, 1.3682, 0.91961799134206, 1.7642, 1.2788006425293, 2.3354, 3.10703569875426, 7.34700000000001, 7.26101908595941, 18.6324 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1215, '2022-03-27 00:00:00', 0.574244648792365, 1.1794, 0.679742598341462, 1.604, 1.08847465902213, 2.33, 3.01404040837765, 7.48400000000001, 7.3717518101195, 18.6532 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1230, '2022-03-27 00:00:00', 0.629074584873155, 1.2616, 0.925156428214534, 1.8104, 1.22217361014437, 2.465, 3.22970597216939, 7.74440000000001, 7.42975105011377, 18.6694 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1245, '2022-03-27 00:00:00', 0.743350354812587, 1.4298, 0.947022615006288, 1.9468, 1.46710315474634, 2.649, 3.15663300316439, 7.88940000000001, 7.43245690087291, 18.6402 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1260, '2022-03-27 00:00:00', 0.767803957183523, 1.356, 1.00316677742703, 1.7646, 1.43516671505439, 2.6442, 3.07006247221995, 7.76240000000001, 7.53991979952927, 18.5602 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1275, '2022-03-27 00:00:00', 0.653547817684366, 1.2232, 1.06299976481653, 1.7682, 1.5370127954358, 2.86800000000001, 2.82527833437108, 7.62320000000001, 7.57103495236947, 18.4166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1290, '2022-03-27 00:00:00', 0.814142851920554, 1.3366, 0.934749297940362, 1.846, 1.64205427742203, 2.9988, 2.75872399549742, 7.62680000000001, 7.75615942332286, 18.4094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1305, '2022-03-27 00:00:00', 0.824618750292114, 1.4324, 1.39750113297509, 2.3064, 1.76323157393842, 3.2328, 2.94110655196304, 7.60660000000001, 7.72348408535077, 18.3828 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1320, '2022-03-27 00:00:00', 0.704422217262605, 1.52022727272727, 0.814014721938414, 2.07159090909091, 1.58960933764254, 3.48568181818183, 2.83046016787107, 7.935, 7.74499187437915, 19.0159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1335, '2022-03-27 00:00:00', 0.587569098819404, 1.39727272727272, 0.979718601926618, 2.20659090909091, 2.05792814158578, 5.29795454545455, 2.88322545340309, 7.95659090909091, 7.71665676394604, 19.0552272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1350, '2022-03-27 00:00:00', 0.842896341446712, 1.75636363636364, 1.32244241848802, 2.80795454545455, 2.02754895425603, 5.57500000000001, 2.94575305125209, 7.91909090909091, 7.70114319393598, 19.0627272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 1365, '2022-03-27 00:00:00', 1.04099303759871, 2.21613636363637, 1.91973905829622, 4.60863636363637, 2.19977094439221, 5.48727272727273, 3.11302788948197, 7.90454545454545, 7.73025672585452, 18.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 990, '2022-03-27 00:00:00', 0.989559540064841, 2.6402, 1.51728658576201, 3.73760000000001, 1.86042058416907, 4.3728, 3.39243517501317, 7.1232, 7.3730354049966, 18.2836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1005, '2022-03-27 00:00:00', 1.1843029947329, 2.8756, 1.41023275265704, 3.3372, 1.68594310896502, 4.006, 3.40890491947194, 7.2334, 7.40835092986287, 18.2848 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1020, '2022-03-27 00:00:00', 0.934729238870802, 2.315, 1.22724566272066, 2.94439999999999, 2.12597601115347, 3.9686, 3.36830858889146, 7.1056, 7.3641788861126, 18.1484 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1035, '2022-03-27 00:00:00', 0.780855940619008, 2.09379999999999, 1.24565401162066, 2.8168, 1.81857815339346, 3.9716, 3.32397964293806, 6.9014, 7.38010700577347, 18.0626 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1050, '2022-03-27 00:00:00', 0.849907004716778, 1.94760000000001, 1.43446636419262, 2.81800000000001, 1.47321366406913, 3.6678, 3.37099883812893, 6.7396, 7.39714486023718, 17.986 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1065, '2022-03-27 00:00:00', 0.931705112504312, 1.91340000000001, 0.979249840439091, 2.53859999999999, 1.0734210497284, 3.3634, 3.37027728829543, 6.4074, 7.54060780596188, 17.9066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1080, '2022-03-27 00:00:00', 0.91137885462998, 1.86479999999999, 0.982384089854878, 2.5142, 1.25645261218507, 3.3026, 3.40660690179147, 6.1632, 7.53971315214755, 17.7816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1095, '2022-03-27 00:00:00', 0.668292475891607, 1.6326, 0.989224359452063, 2.2876, 1.55652957997378, 3.1102, 3.57749213835614, 5.945, 7.97448771604379, 17.6572 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1110, '2022-03-27 00:00:00', 0.797723479659461, 1.6826, 1.0874109158915, 2.267, 1.73049000767605, 3.11539999999999, 3.6100066712773, 5.7174, 7.95341479596448, 17.9006 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1125, '2022-03-27 00:00:00', 0.827185136471881, 1.5654, 1.07937277311101, 2.12319999999999, 2.01152278552013, 2.93519999999999, 3.6525686965933, 5.6932, 7.72987076757001, 18.349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1140, '2022-03-27 00:00:00', 0.758270313116388, 1.50104166666667, 0.992472734448253, 2.02729166666667, 1.44469743522574, 2.825625, 2.73254479225257, 5.92020833333333, 6.32364220045283, 17.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1155, '2022-03-27 00:00:00', 0.616446543164702, 1.45041666666667, 0.618210916531604, 1.90395833333334, 1.32643030198141, 2.79895833333334, 4.31857711382388, 7.65812500000001, 6.35556983556807, 17.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1170, '2022-03-27 00:00:00', 0.499532344704324, 1.33770833333334, 1.26453976777141, 2.12104166666667, 1.29528576669062, 2.63500000000001, 4.481415711063, 8.05291666666668, 6.35624336460971, 17.8033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1185, '2022-03-27 00:00:00', 1.02723457377817, 1.6125, 1.28233793506632, 2.11416666666667, 1.33092874772534, 2.86812500000001, 4.4809038003235, 8.47979166666668, 6.30934520463351, 17.7789583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1200, '2022-03-27 00:00:00', 0.681607174200031, 1.37760869565218, 0.744673111827099, 1.73804347826088, 1.18392723410359, 2.74217391304348, 4.7451051230145, 8.65391304347827, 6.38696325374925, 17.6428260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1215, '2022-03-27 00:00:00', 0.585668261264822, 1.25130434782609, 1.00197113044492, 1.99065217391304, 1.12467500795465, 2.64434782608696, 4.68929362522302, 8.73260869565218, 6.36265540434703, 17.6076086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1230, '2022-03-27 00:00:00', 0.742455798447444, 1.46739130434783, 0.8759167980774, 1.91065217391305, 1.16702558473027, 2.80847826086957, 4.68980308375808, 8.80065217391305, 6.42357673290187, 17.5469565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1245, '2022-03-27 00:00:00', 0.553983240567842, 1.35260869565218, 0.649409658950611, 1.75478260869566, 0.982661043937702, 2.665, 4.6029004324778, 8.64586956521739, 6.42145548250815, 17.4328260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1260, '2022-03-27 00:00:00', 0.582185809003913, 1.27195652173913, 0.947775688093295, 1.9641304347826, 1.02549506024021, 2.6441304347826, 4.43524971334904, 8.63673913043478, 6.18599901345501, 17.5376086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1275, '2022-03-27 00:00:00', 0.720856086902045, 1.55195652173913, 0.689998138280126, 2.01760869565217, 1.3135297767117, 2.81673913043478, 4.51760894861962, 8.61239130434783, 6.35660178592478, 17.5460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1290, '2022-03-27 00:00:00', 0.675544576107532, 1.56173913043479, 1.07342236473931, 2.16413043478261, 1.62289039104428, 3.12869565217391, 4.38817699415324, 8.73282608695652, 6.18403212796342, 17.6552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1305, '2022-03-27 00:00:00', 0.800590197311715, 1.50413043478261, 1.26834039270956, 2.20347826086957, 1.76137138338217, 3.16717391304348, 4.30444185278784, 8.65586956521739, 6.22073691668128, 17.5078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1320, '2022-03-27 00:00:00', 0.626843544233613, 1.39025, 0.846805879389374, 2.03525, 1.95655806805835, 3.717, 4.07329669762001, 8.37025, 5.8457122388078, 18.466 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1335, '2022-03-27 00:00:00', 0.648108381124798, 1.3895, 0.886180264125939, 2.03375000000001, 3.91484838719672, 5.818, 3.84158910375709, 8.241, 5.70148145568094, 18.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1350, '2022-03-27 00:00:00', 0.715077286952818, 1.5725, 1.54172022429493, 3.02525, 3.60852389999597, 6.47, 3.42821745725245, 8.07725, 5.42524762956542, 18.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 1365, '2022-03-27 00:00:00', 1.29138899109284, 2.4725, 3.55182328085464, 5.18975, 3.48297366144445, 6.69850000000001, 3.33823435642572, 7.87575, 5.44837693721717, 18.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 990, '2022-03-27 00:00:00', 1.27121980883383, 2.7345652173913, 1.51236376905838, 3.95652173913043, 1.97940567796109, 5.22173913043479, 3.17350750766179, 7.12108695652173, 6.78885119103896, 18.1936956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1005, '2022-03-27 00:00:00', 1.31408905311843, 2.93369565217391, 1.69809975754113, 3.82782608695652, 2.23769666479537, 5.035, 2.96447538833825, 6.69565217391304, 6.70507054016708, 18.0613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1020, '2022-03-27 00:00:00', 0.944192305980062, 2.49826086956522, 1.19848933238552, 3.19804347826087, 1.5859167122462, 4.165, 2.16041017734766, 6.23195652173913, 6.11154621469782, 17.6780434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1035, '2022-03-27 00:00:00', 0.937082555282632, 2.02347826086956, 1.24884286362365, 3.03195652173913, 1.63496558085878, 3.74021739130434, 2.20611851297265, 6.1545652173913, 6.13029100341584, 17.5571739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1050, '2022-03-27 00:00:00', 0.859528549882579, 2.09565217391304, 1.16942483582329, 2.61608695652173, 1.47519506983692, 3.57869565217391, 2.0811431042947, 5.79543478260869, 5.97206830188433, 17.4704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1065, '2022-03-27 00:00:00', 0.818328214834172, 1.77260869565217, 0.958872340829527, 2.4795652173913, 1.3774933197115, 3.3541304347826, 2.08529142236895, 5.52195652173913, 5.89388836501749, 17.4928260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1080, '2022-03-27 00:00:00', 0.54847578952913, 1.66565217391304, 0.868620845889072, 2.32891304347825, 1.26763107312396, 3.19891304347825, 2.08760552737932, 5.32826086956521, 5.88544920560688, 17.5115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1095, '2022-03-27 00:00:00', 0.688652591154898, 1.5941304347826, 0.934527633210071, 2.23152173913043, 1.10709328134393, 3.13347826086956, 2.15093917349218, 5.51565217391304, 5.94376545022368, 17.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 1110, '2022-03-27 00:00:00', 0.755363627325389, 1.6991304347826, 0.954622051321658, 2.30847826086956, 1.33495355280336, 3.26847826086956, 2.36169665012119, 5.57760869565217, 6.04687125514382, 17.4123913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 930, '2022-03-27 00:00:00', 1.95223803193497, 2.51666666666667, 1.97566655418704, 3.63166666666666, 2.15417617663923, 4.56499999999998, 5.1763049884385, 8.18166666666665, 4.07465029174283, 19.615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 945, '2022-03-27 00:00:00', 0.802932126645836, 2.395, 0.790759128938792, 3.49000000000001, 1.13766207636541, 4.27999999999999, 3.85099446030935, 7.36166666666668, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 960, '2022-03-27 00:00:00', 1.07194915924217, 2.65, 0.893662874541267, 2.85666666666665, 1.98503358493839, 4.11333333333333, 2.92276125151085, 6.52166666666667, 3.95785400606608, 19.5283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 1, 975, '2022-03-27 00:00:00', 0.298844998842775, 1.66166666666665, 0.474798202748653, 2.26666666666665, 1.5357191583533, 3.60666666666666, 3.02141109417439, 5.80499999999999, 3.60389141530836, 19.3316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 930, '2022-03-27 00:00:00', 1.14513099687327, 4.02500000000002, 0.640644207029141, 4.44500000000001, 1.0576979720128, 4.90500000000001, 0.47822588804874, 5.90000000000002, 0.954214336509361, 21.065 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 945, '2022-03-27 00:00:00', 0.83144953745452, 2.80666666666669, 1.1034302575756, 3.34666666666669, 1.15860177045438, 3.34666666666669, 1.2165318589771, 5.07833333333336, 1.27735845192595, 20.225 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 960, '2022-03-27 00:00:00', 0.651427918754903, 2.06333333333333, 1.09928764813099, 2.61333333333334, 0.388372673257703, 3.17333333333335, 0.761511654539831, 5.29, 1.30441877222516, 20.3616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 2, 975, '2022-03-27 00:00:00', 0.618304132284427, 1.88000000000001, 0.809789067185621, 2.31333333333333, 0.27335873865672, 2.92, 1.04602023562325, 5.12166666666667, 1.76941374471887, 20.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 930, '2022-03-27 00:00:00', 1.29512869373407, 3.27333333333335, 2.97771864576445, 5.00666666666666, 2.75761370270262, 5.95833333333333, 3.34755258858368, 8.30833333333336, 5.25263346649403, 17.7566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 945, '2022-03-27 00:00:00', 2.7388090477432, 3.67, 2.63704853956084, 4.94999999999999, 1.78235097553765, 5.75999999999999, 2.52300581317866, 7.83166666666669, 6.02168788629897, 17.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 960, '2022-03-27 00:00:00', 0.55481979056267, 2.79999999999997, 0.669384045223666, 3.28999999999998, 0.810945949699087, 4.79833333333333, 0.576071465473979, 6.06666666666668, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 3, 975, '2022-03-27 00:00:00', 0.320208265560602, 2.29166666666669, 1.1599281586949, 3.30166666666666, 1.19411054764627, 5.15499999999999, 0.805046582503156, 7.05500000000001, 8.50280541938952, 15.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 930, '2022-03-27 00:00:00', 0.415361288518793, 2.66499999999998, 1.61001811584011, 4.37166666666667, 1.23659815623346, 5.56999999999999, 0.74911614586789, 7.11999999999999, 5.01516284215513, 13.7733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 945, '2022-03-27 00:00:00', 1.35277492584686, 3.705, 1.63255423595461, 4.20833333333333, 1.18082951069716, 5.17166666666666, 1.32714292121583, 6.45333333333332, 5.02381909838854, 13.7683333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 960, '2022-03-27 00:00:00', 1.00339839213215, 2.60833333333335, 0.870780301415547, 3.30333333333334, 1.66658583137305, 4.87666666666668, 1.27026572023338, 6.025, 5.33256739291684, 13.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 4, 975, '2022-03-27 00:00:00', 0.837531093950169, 2.13166666666666, 0.803746435969299, 2.59166666666666, 1.06514474759696, 4.20166666666667, 1.41796802972893, 6.11333333333333, 5.17963399607862, 13.6783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 930, '2022-03-27 00:00:00', 0.363352445980469, 2.81, 1.03942291681486, 3.85500000000002, 0.909702332267699, 4.50333333333335, 0.409918691124639, 5.32166666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 945, '2022-03-27 00:00:00', 0.140475383371388, 3.06166666666667, 0.300513449504915, 3.53666666666667, 0.96179952866144, 4.24333333333334, 0.693763888749888, 5.23666666666668, 6.86182616606783, 13.6666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 960, '2022-03-27 00:00:00', 1.03823166971538, 2.63999999999999, 1.26351691717997, 3.31, 0.548361194834195, 3.94, 0.37166292972711, 4.63333333333333, 7.28357112502742, 13.4216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029186, 5, 975, '2022-03-27 00:00:00', 0.731818511198861, 2.06166666666667, 0.509632220331487, 2.38499999999999, 1.40899787082877, 3.61500000000001, 0.630971473206199, 4.335, 7.1879291176249, 13.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1029186 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:00 Duration: 1s373ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1125, '2022-03-27 00:00:00', 0.0916594200034141, 0.184166666666666, 0.126469442663183, 0.253541666666666, 0.180893389813617, 0.349375, 0.448809566713893, 0.733125, 1.21620606851263, 2.524375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1140, '2022-03-27 00:00:00', 0.114493212253714, 0.175, 0.156521141554819, 0.265208333333333, 0.181556150734602, 0.338125, 0.488000532712349, 0.765208333333333, 1.2219162420298, 2.54854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1155, '2022-03-27 00:00:00', 0.0948661814942723, 0.166874999999999, 0.101107768233215, 0.226458333333333, 0.146252554790023, 0.299375, 0.43332756754804, 0.973541666666667, 1.22342384182226, 2.560625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1170, '2022-03-27 00:00:00', 0.0712387163706998, 0.140208333333334, 0.13118951332251, 0.207916666666668, 0.171118311262341, 0.294791666666668, 0.425055782784166, 1.010625, 1.22327607179495, 2.575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1185, '2022-03-27 00:00:00', 0.0883460648467879, 0.144375000000001, 0.108722614409596, 0.196458333333333, 0.141519798123335, 0.311875, 0.379495278846347, 1.02083333333333, 1.22957832703689, 2.60041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1200, '2022-03-27 00:00:00', 0.0788642201342995, 0.155, 0.116313388514934, 0.223750000000001, 0.159589600474813, 0.333333333333334, 0.353316327865316, 1.05291666666667, 1.23030682811417, 2.60625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1215, '2022-03-27 00:00:00', 0.0918045734707416, 0.167083333333334, 0.0959654885883459, 0.225625000000001, 0.184467506270251, 0.3475, 0.365399758751497, 1.081875, 1.2227250207832, 2.60604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1230, '2022-03-27 00:00:00', 0.0611602788592809, 0.146666666666667, 0.117747580669937, 0.219166666666667, 0.170121306890029, 0.317291666666666, 0.374868092742662, 1.1225, 1.22233855740259, 2.610625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1245, '2022-03-27 00:00:00', 0.0981781507024977, 0.157083333333334, 0.149138680477242, 0.238541666666666, 0.162720168574365, 0.296875, 0.359986916026325, 1.13583333333333, 1.21453844039141, 2.60333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1260, '2022-03-27 00:00:00', 0.107510532008513, 0.165416666666665, 0.159225366670341, 0.23375, 0.161785637160115, 0.290624999999999, 0.365492458634703, 1.15604166666667, 1.21373719190544, 2.59583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1275, '2022-03-27 00:00:00', 0.0954430458441058, 0.145625000000001, 0.0985379993649183, 0.196458333333334, 0.35651233031505, 0.391458333333335, 0.384222759116621, 1.18979166666667, 1.20654435283678, 2.59416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1290, '2022-03-27 00:00:00', 0.0818532510664348, 0.146041666666667, 0.105726438085016, 0.202083333333334, 0.38093396856384, 0.397083333333334, 0.395781194125224, 1.20166666666667, 1.19074297838774, 2.60583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1305, '2022-03-27 00:00:00', 0.108816925100858, 0.145416666666667, 0.380109573732994, 0.319375000000001, 0.408385607420028, 0.413750000000001, 0.393607836079502, 1.21354166666667, 1.18708110460619, 2.609375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1320, '2022-03-27 00:00:00', 0.0709636056956887, 0.141666666666668, 0.106602287119215, 0.195952380952381, 0.274570010154406, 0.410238095238095, 0.400372594323981, 1.19571428571429, 1.25581893220169, 2.64309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1335, '2022-03-27 00:00:00', 0.0713951112105165, 0.143809523809524, 0.130415544647539, 0.234285714285715, 0.278926086812907, 0.734523809523809, 0.390262426970317, 1.19119047619048, 1.24872882984105, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1350, '2022-03-27 00:00:00', 0.118886700766098, 0.18404761904762, 0.226542332846267, 0.342142857142858, 0.346070458006404, 0.786190476190476, 0.391843627702977, 1.17214285714286, 1.24607947082802, 2.63738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1365, '2022-03-27 00:00:00', 0.134328134130745, 0.252619047619047, 0.29461375036607, 0.643809523809524, 0.350138918009355, 0.779523809523809, 0.391000243575616, 1.1447619047619, 1.2313991751546, 2.65714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 990, '2022-03-27 00:00:00', 0.137141701002453, 0.319615384615385, 0.226231331571504, 0.438846153846154, 0.223992530782065, 0.560576923076923, 0.342434496824407, 0.89423076923077, 1.18713332800555, 2.56846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1005, '2022-03-27 00:00:00', 0.150983952280214, 0.346923076923077, 0.154420006675102, 0.418461538461539, 0.190359275702956, 0.549423076923078, 0.362961960287004, 0.87423076923077, 1.18626234288788, 2.57211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1020, '2022-03-27 00:00:00', 0.101312160406112, 0.261923076923078, 0.136932324666098, 0.387307692307693, 0.184333831779361, 0.525192307692308, 0.382121003791288, 0.832307692307693, 1.15970778812861, 2.57692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1035, '2022-03-27 00:00:00', 0.0990081581720183, 0.256153846153846, 0.113210491495335, 0.348846153846154, 0.164409900506678, 0.466153846153846, 0.367674396087709, 0.757692307692308, 1.15541249710289, 2.57403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1050, '2022-03-27 00:00:00', 0.0817557337438782, 0.234999999999999, 0.140791854003866, 0.332884615384615, 0.166624866553123, 0.435384615384615, 0.375360544625482, 0.721538461538461, 1.1271927689892, 2.57346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1065, '2022-03-27 00:00:00', 0.13984111863661, 0.246538461538462, 0.149253140670474, 0.3325, 0.213942479688782, 0.45923076923077, 0.36238743610417, 0.695576923076923, 1.20217239260368, 2.47769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1080, '2022-03-27 00:00:00', 0.0872875442695881, 0.201346153846154, 0.137709281291588, 0.284615384615385, 0.203567886994448, 0.418269230769232, 0.378660188640869, 0.666538461538463, 1.19282167085509, 2.47846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1095, '2022-03-27 00:00:00', 0.101150307045428, 0.195769230769231, 0.16529972776747, 0.305000000000001, 0.221921417138174, 0.408653846153846, 0.385922869934475, 0.697692307692308, 1.15408238607396, 2.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1110, '2022-03-27 00:00:00', 0.110862354018222, 0.217692307692308, 0.131187036179413, 0.285961538461539, 0.221674397397487, 0.388461538461538, 0.383735084901832, 0.671153846153846, 1.14945219394016, 2.49211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1125, '2022-03-27 00:00:00', 0.0822213242039197, 0.177884615384616, 0.18058420154087, 0.260576923076923, 0.267962468669373, 0.376730769230768, 0.377396801992076, 0.652115384615384, 1.18040372819577, 2.62480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1140, '2022-03-27 00:00:00', 0.144381439250343, 0.189999999999999, 0.17986629649655, 0.261730769230768, 0.239671329436474, 0.347115384615384, 0.340686862766293, 0.663461538461538, 1.18491849768406, 2.62961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1155, '2022-03-27 00:00:00', 0.0882629376003664, 0.172115384615384, 0.125373902326662, 0.258846153846153, 0.168118662305482, 0.311730769230769, 0.388572535551107, 0.918846153846154, 1.17425631129468, 2.62326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1170, '2022-03-27 00:00:00', 0.0760536248061444, 0.166923076923077, 0.0884733771342449, 0.198461538461539, 0.126879258170303, 0.297115384615384, 0.360029112070764, 0.980192307692308, 1.17301965686199, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1185, '2022-03-27 00:00:00', 0.054012818991278, 0.13423076923077, 0.0886800645362522, 0.198076923076922, 0.176168625513695, 0.305769230769232, 0.375688086664375, 1.02846153846154, 1.17042465994842, 2.60826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1200, '2022-03-27 00:00:00', 0.0801913576774565, 0.155576923076923, 0.13680769771415, 0.237115384615385, 0.239078760759197, 0.335576923076924, 0.377767124032784, 1.04, 1.16652476975911, 2.60596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1215, '2022-03-27 00:00:00', 0.0938183596924651, 0.153269230769231, 0.138072026911264, 0.218269230769231, 0.230313582217476, 0.322884615384615, 0.394279723039368, 1.0425, 1.17763060683469, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1230, '2022-03-27 00:00:00', 0.0648527918858137, 0.138269230769231, 0.129458636102573, 0.206538461538461, 0.150394864887786, 0.298846153846153, 0.384137395291762, 1.05653846153846, 1.18516152745263, 2.61461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1245, '2022-03-27 00:00:00', 0.0855093337235536, 0.144615384615385, 0.111407084431549, 0.206538461538462, 0.119966662035751, 0.28, 0.404024608923003, 1.07173076923077, 1.18414911028325, 2.62634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1260, '2022-03-27 00:00:00', 0.066662179336158, 0.144615384615384, 0.0857691445325541, 0.207115384615385, 0.163801591990009, 0.310192307692308, 0.410202951645234, 1.07730769230769, 1.19688840171248, 2.63538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1275, '2022-03-27 00:00:00', 0.0788408816248566, 0.151730769230769, 0.0929542898418362, 0.2075, 0.214690116572343, 0.369615384615385, 0.409523926228794, 1.08461538461539, 1.1944194759863, 2.65826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1290, '2022-03-27 00:00:00', 0.060069511017205, 0.137884615384615, 0.133618285252603, 0.220384615384616, 0.190247207601058, 0.354999999999999, 0.404670046029906, 1.08961538461539, 1.19901215750557, 2.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1305, '2022-03-27 00:00:00', 0.111525092036932, 0.164615384615385, 0.175959894906154, 0.281730769230769, 0.208498293665772, 0.381538461538461, 0.413514998332774, 1.09942307692308, 1.20273016348383, 2.65961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1320, '2022-03-27 00:00:00', 0.0985497607098471, 0.174347826086956, 0.123568882712046, 0.235217391304346, 0.199713480537245, 0.383260869565217, 0.429427300394503, 1.10652173913044, 1.20141225362573, 2.79130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1335, '2022-03-27 00:00:00', 0.103247658817929, 0.158478260869564, 0.132308478930256, 0.246521739130435, 0.396408904747164, 0.731739130434783, 0.432379435547744, 1.10739130434783, 1.19315827945914, 2.78195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1350, '2022-03-27 00:00:00', 0.0734261749109617, 0.171304347826087, 0.103382038332596, 0.295869565217392, 0.382103859812741, 0.830217391304348, 0.435962657500821, 1.1154347826087, 1.19257733982432, 2.7804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 1365, '2022-03-27 00:00:00', 0.0934917721644575, 0.250434782608696, 0.396938506403213, 0.700217391304348, 0.396276518420387, 0.871521739130436, 0.442817180488708, 1.11434782608696, 1.17414505100116, 2.77434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 990, '2022-03-27 00:00:00', 0.159611547683262, 0.334615384615384, 0.217343843146859, 0.497115384615384, 0.261976217358635, 0.621538461538462, 0.315791861833076, 0.8975, 1.16253939552767, 2.54961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1005, '2022-03-27 00:00:00', 0.130860465911067, 0.342307692307692, 0.186637039773418, 0.450769230769232, 0.195131908048021, 0.542307692307692, 0.293979656543677, 0.849038461538462, 1.15813924033339, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1020, '2022-03-27 00:00:00', 0.113128925771236, 0.291923076923077, 0.143564110578354, 0.369423076923077, 0.162385699446151, 0.488653846153846, 0.255624800169191, 0.774038461538461, 1.16142955678966, 2.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1035, '2022-03-27 00:00:00', 0.134372616257926, 0.255, 0.136592037159509, 0.345769230769231, 0.177579884515719, 0.461153846153846, 0.275537028085437, 0.734423076923077, 1.15763859446056, 2.49365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1050, '2022-03-27 00:00:00', 0.0754687913083171, 0.218461538461539, 0.109884029776852, 0.3075, 0.169267653323187, 0.416538461538461, 0.265587085529398, 0.7025, 1.1620975233801, 2.48557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1065, '2022-03-27 00:00:00', 0.0701427116670007, 0.2, 0.129987129540404, 0.279423076923077, 0.138285796589749, 0.374807692307692, 0.275712782550135, 0.678461538461537, 1.15631651575829, 2.47326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1080, '2022-03-27 00:00:00', 0.117285483395792, 0.206730769230769, 0.12838179238266, 0.26826923076923, 0.121523185505419, 0.361730769230769, 0.306999123025557, 0.687307692307692, 1.15305360473163, 2.46884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1095, '2022-03-27 00:00:00', 0.0669362498087663, 0.157307692307692, 0.0856452881635365, 0.241346153846154, 0.126877894055663, 0.319999999999999, 0.379260261764722, 0.722884615384615, 1.12571326107222, 2.49288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1110, '2022-03-27 00:00:00', 0.0586685605754901, 0.175000000000001, 0.0712452427561629, 0.233269230769231, 0.109790184512935, 0.29173076923077, 0.391931705196786, 0.732692307692307, 1.11153919616691, 2.50076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1125, '2022-03-27 00:00:00', 0.0686159882691611, 0.163076923076924, 0.102530295710397, 0.212692307692309, 0.116827453306805, 0.285576923076924, 0.379923474075827, 0.735384615384616, 1.12022133801934, 2.60461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1140, '2022-03-27 00:00:00', 0.0639738528318704, 0.140576923076924, 0.0668085669310809, 0.18923076923077, 0.125862562405922, 0.290769230769232, 0.390415754726242, 0.767692307692308, 1.11482735814185, 2.63096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1155, '2022-03-27 00:00:00', 0.0488624442853458, 0.143461538461538, 0.0919590209738095, 0.212307692307692, 0.1649983682903, 0.322692307692307, 1.1081407332173, 1.40326923076923, 1.11806902566606, 2.63788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1170, '2022-03-27 00:00:00', 0.0597999871366083, 0.150961538461539, 0.0835457037518062, 0.213269230769232, 0.154278968106478, 0.31, 1.12993784716751, 1.42153846153846, 1.13028432433886, 2.62442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1185, '2022-03-27 00:00:00', 0.0630265511815948, 0.142884615384616, 0.13656669263939, 0.227692307692307, 0.165013752340642, 0.318461538461539, 1.12812785691094, 1.45769230769231, 1.12642308283276, 2.61519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1200, '2022-03-27 00:00:00', 0.103761560987012, 0.167692307692307, 0.119490102583371, 0.216730769230768, 0.160280643296016, 0.30326923076923, 1.14609774385152, 1.46403846153846, 1.13106146537734, 2.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1215, '2022-03-27 00:00:00', 0.0454418478768365, 0.134807692307692, 0.0947498731478756, 0.208461538461538, 0.159592750943914, 0.335384615384615, 1.14151323318587, 1.45769230769231, 1.13337475980094, 2.61788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1230, '2022-03-27 00:00:00', 0.0920495268027788, 0.151346153846153, 0.138443545839507, 0.216153846153845, 0.201078629855625, 0.346153846153846, 1.13370408905431, 1.47519230769231, 1.12892183077483, 2.6275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1245, '2022-03-27 00:00:00', 0.0910502819663608, 0.153076923076923, 0.137915386546077, 0.260576923076923, 0.202386910491913, 0.347692307692307, 1.136016048099, 1.46769230769231, 1.13458097992166, 2.63 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1260, '2022-03-27 00:00:00', 0.141366408805138, 0.207692307692307, 0.1618560614107, 0.265769230769231, 0.24398801988244, 0.366923076923077, 1.12829069153981, 1.46826923076923, 1.14194860452851, 2.62615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1275, '2022-03-27 00:00:00', 0.0968045215091489, 0.168653846153847, 0.126390116458771, 0.227307692307692, 0.268299201524085, 0.392307692307692, 1.09762318390518, 1.44057692307692, 1.1481751407543, 2.60692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1290, '2022-03-27 00:00:00', 0.120601218261484, 0.159423076923076, 0.17603583551259, 0.233846153846153, 0.282115906349473, 0.400769230769229, 1.08509398742158, 1.42480769230769, 1.14728852584625, 2.59019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1305, '2022-03-27 00:00:00', 0.103606689715704, 0.167884615384615, 0.210342577715498, 0.295, 0.212713693458168, 0.398653846153845, 1.08145436263466, 1.42846153846154, 1.1495522372445, 2.58711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1320, '2022-03-27 00:00:00', 0.109470518708935, 0.172608695652174, 0.146131607259744, 0.241086956521738, 0.184345332409116, 0.403260869565217, 1.12986370684584, 1.46978260869565, 1.0994991673359, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1335, '2022-03-27 00:00:00', 0.0786948878612452, 0.152608695652173, 0.0947239592632085, 0.241086956521739, 1.12915626620844, 1.19565217391304, 1.13162166333665, 1.45804347826087, 1.1005049146613, 2.75260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1350, '2022-03-27 00:00:00', 0.0569610851142374, 0.171739130434783, 0.132372692215082, 0.314565217391305, 1.15446940398743, 1.23782608695652, 1.13652172022947, 1.4454347826087, 1.09317578659393, 2.74586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 1365, '2022-03-27 00:00:00', 0.135953302259478, 0.259130434782608, 1.12868032178058, 1.14478260869565, 1.14906406320269, 1.27130434782609, 1.1293971160977, 1.43086956521739, 1.09514523374937, 2.73891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 990, '2022-03-27 00:00:00', 0.248943601377233, 0.392999999999999, 0.301482448355898, 0.505000000000001, 0.294685566890089, 0.639, 0.366347398880717, 0.886, 1.01777240415855, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1005, '2022-03-27 00:00:00', 0.17512900007328, 0.3342, 0.161845347992046, 0.442200000000001, 0.193309984222233, 0.566, 0.376736866614706, 0.8166, 1.01633606646621, 2.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1020, '2022-03-27 00:00:00', 0.103107144918931, 0.2546, 0.157048824679886, 0.3582, 0.220435553696162, 0.5072, 0.438357540522955, 0.7686, 1.01759594142272, 2.3166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1035, '2022-03-27 00:00:00', 0.127787910226281, 0.2512, 0.157566917001423, 0.3526, 0.193024178105576, 0.452, 0.457335307332961, 0.7158, 1.00534911017683, 2.3068 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1050, '2022-03-27 00:00:00', 0.0997901965792898, 0.241799999999999, 0.13261567277915, 0.3366, 0.146948120096856, 0.410000000000001, 0.411959949509659, 0.6912, 0.947714663458012, 2.2862 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1065, '2022-03-27 00:00:00', 0.111243726414871, 0.2278, 0.135156390895879, 0.2938, 0.157552107782367, 0.3932, 0.414285831280772, 0.6784, 0.935402898933574, 2.3134 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1080, '2022-03-27 00:00:00', 0.0900361038695039, 0.192600000000001, 0.109556682437297, 0.248800000000001, 0.127162297871658, 0.338400000000001, 0.418876274493237, 0.6614, 0.92102311769756, 2.3174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1095, '2022-03-27 00:00:00', 0.083379154069427, 0.172, 0.107393357957247, 0.252, 0.164944940308375, 0.336200000000001, 0.405900542005058, 0.6736, 0.912845824879535, 2.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1110, '2022-03-27 00:00:00', 0.0869947316412517, 0.1792, 0.126717204830285, 0.2498, 0.209481104955396, 0.3686, 0.417250124825226, 0.6818, 0.910303612355057, 2.3262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1125, '2022-03-27 00:00:00', 0.0831875391309709, 0.159200000000001, 0.115445513843833, 0.238800000000001, 0.186435198751023, 0.3532, 0.429779206880308, 0.6932, 0.946009293470912, 2.4076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1140, '2022-03-27 00:00:00', 0.0864580823289533, 0.164999999999999, 0.132001578273393, 0.2534, 0.173589554217221, 0.337, 0.441269664339921, 0.742200000000001, 0.884743230170953, 2.4318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1155, '2022-03-27 00:00:00', 0.0910357072801652, 0.174000000000001, 0.108784190027779, 0.2306, 0.137786670859945, 0.3282, 0.469036867776227, 0.9432, 0.863081832736618, 2.4554 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1170, '2022-03-27 00:00:00', 0.0942810514720043, 0.1592, 0.129777694539547, 0.2362, 0.173364500403053, 0.3336, 0.48436487623829, 1.0148, 0.859697136593269, 2.458 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1185, '2022-03-27 00:00:00', 0.105256828757093, 0.1754, 0.114982969753496, 0.2476, 0.147189786783368, 0.3124, 0.496628214395169, 1.029, 0.858323802536082, 2.4552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1200, '2022-03-27 00:00:00', 0.0847791247890661, 0.178, 0.126529640796139, 0.235799999999999, 0.194779148439115, 0.3008, 0.500743364076516, 1.0372, 0.842433083395945, 2.4482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1215, '2022-03-27 00:00:00', 0.0874890469335059, 0.157799999999999, 0.0988635423197036, 0.1936, 0.199641971205121, 0.2894, 0.506315283856478, 1.0652, 0.827619578469882, 2.453 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1230, '2022-03-27 00:00:00', 0.0674339182706546, 0.1384, 0.156042729190865, 0.209199999999999, 0.241617466256063, 0.3204, 0.533633144897627, 1.0782, 0.817778902475071, 2.4504 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1245, '2022-03-27 00:00:00', 0.119477333973158, 0.154599999999999, 0.147811253518352, 0.2324, 0.221190340355691, 0.317799999999999, 0.557709004170932, 1.0832, 0.801039688987588, 2.446 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1260, '2022-03-27 00:00:00', 0.0968452373635374, 0.1704, 0.154392087448375, 0.2334, 0.185294360410672, 0.3256, 0.529449556929961, 1.0878, 0.803928012946432, 2.4326 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1275, '2022-03-27 00:00:00', 0.0667289292586054, 0.1356, 0.0924134730437068, 0.1944, 0.137467268831529, 0.314200000000001, 0.489528940240853, 1.0736, 0.80839924129933, 2.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1290, '2022-03-27 00:00:00', 0.0767175555745447, 0.147799999999999, 0.106611444038621, 0.229200000000001, 0.173144929659135, 0.321, 0.483169483721808, 1.0806, 0.803923970285747, 2.409 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1305, '2022-03-27 00:00:00', 0.080408851088256, 0.175200000000001, 0.105197433428768, 0.240400000000001, 0.184849488323158, 0.3512, 0.449061521397679, 1.078, 0.803653998932376, 2.4042 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1320, '2022-03-27 00:00:00', 0.074901450404697, 0.160681818181819, 0.0863588230602197, 0.209318181818181, 0.191293727140463, 0.423636363636364, 0.461909035103185, 1.13136363636364, 0.776017834623457, 2.50181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1335, '2022-03-27 00:00:00', 0.0716910760807115, 0.159090909090908, 0.116815844637794, 0.264318181818181, 0.322465894703228, 0.691590909090909, 0.454152557467801, 1.13045454545455, 0.761915626613552, 2.49522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1350, '2022-03-27 00:00:00', 0.10446627907226, 0.198181818181818, 0.177813956230391, 0.370227272727273, 0.378605395437711, 0.752045454545455, 0.464656753172057, 1.11977272727273, 0.75543646539385, 2.48840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 1365, '2022-03-27 00:00:00', 0.12521150936684, 0.277727272727273, 0.340335729965147, 0.586136363636363, 0.394993903728506, 0.735227272727273, 0.44599055568204, 1.07363636363636, 0.736724829244932, 2.46795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 990, '2022-03-27 00:00:00', 0.124144740793425, 0.3066, 0.153611523005275, 0.4244, 0.224345715359131, 0.5582, 0.391944723993916, 0.9354, 0.756676560140901, 2.3714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1005, '2022-03-27 00:00:00', 0.0908510686049802, 0.2918, 0.167680251272077, 0.406999999999999, 0.24263192287908, 0.518399999999999, 0.382003163163169, 0.894199999999999, 0.734001192097125, 2.3584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1020, '2022-03-27 00:00:00', 0.124745407397093, 0.2802, 0.16349745156016, 0.3522, 0.229610176894086, 0.478999999999999, 0.359910289748247, 0.873, 0.734651107669484, 2.3432 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1035, '2022-03-27 00:00:00', 0.0929148355574425, 0.220400000000001, 0.130545968915168, 0.3388, 0.215583123952997, 0.4636, 0.323757239301302, 0.835, 0.735568261051731, 2.3426 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1050, '2022-03-27 00:00:00', 0.095670005748928, 0.2444, 0.122008196445976, 0.3162, 0.222726850648951, 0.4752, 0.310001612899031, 0.8302, 0.736834445448908, 2.347 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1065, '2022-03-27 00:00:00', 0.0987070581738374, 0.2042, 0.145497136283388, 0.304399999999999, 0.249466096560901, 0.463999999999999, 0.31219892162957, 0.8116, 0.746960507657533, 2.381 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1080, '2022-03-27 00:00:00', 0.0987387124350598, 0.2242, 0.163815953639035, 0.3276, 0.217806680338322, 0.4728, 0.297666200074289, 0.7852, 0.747152539088683, 2.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1095, '2022-03-27 00:00:00', 0.111111805553386, 0.206000000000001, 0.15707561873187, 0.3204, 0.199030357818432, 0.4562, 0.302007588204888, 0.7374, 0.789932750302201, 2.346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1110, '2022-03-27 00:00:00', 0.101913770741086, 0.204799999999999, 0.129048440517506, 0.2858, 0.176115965583286, 0.3878, 0.278575244174112, 0.692, 0.803445082130694, 2.3336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1125, '2022-03-27 00:00:00', 0.0804275035876006, 0.174600000000001, 0.114222735623575, 0.2598, 0.157916116973537, 0.333, 0.297065228527338, 0.6654, 1.22114761597442, 2.7016 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1140, '2022-03-27 00:00:00', 0.0794247319383459, 0.183125, 0.0943858869332378, 0.23, 0.134376579869378, 0.29625, 0.311883885398099, 0.705416666666667, 1.27212413656867, 2.70458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1155, '2022-03-27 00:00:00', 0.0523764937872822, 0.157916666666667, 0.0679073857800336, 0.20625, 0.169349645810766, 0.319791666666666, 0.454612233236959, 0.99875, 1.28090802258353, 2.72083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1170, '2022-03-27 00:00:00', 0.0591791678975253, 0.145, 0.0869032445484262, 0.2125, 0.165363017438096, 0.313333333333333, 0.477220211678825, 1.0625, 1.30931999166732, 2.73083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1185, '2022-03-27 00:00:00', 0.0757184788772089, 0.154375000000001, 0.170278969741515, 0.244166666666667, 0.165037874440991, 0.30875, 0.479246842693705, 1.08416666666667, 1.31063457843459, 2.73270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1200, '2022-03-27 00:00:00', 0.0704769185438097, 0.154782608695651, 0.0789481242596091, 0.193478260869564, 0.126346502663025, 0.289565217391304, 0.500991309795009, 1.08326086956522, 1.34586730195306, 2.75760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1215, '2022-03-27 00:00:00', 0.0709339168054307, 0.139565217391303, 0.0927436434436853, 0.208260869565217, 0.126855789400199, 0.284130434782608, 0.513384299268275, 1.0945652173913, 1.34912001036659, 2.7545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1230, '2022-03-27 00:00:00', 0.0736056150117968, 0.152173913043478, 0.0930175936437445, 0.205, 0.134712033671125, 0.317826086956522, 0.507391317048883, 1.09130434782609, 1.35112363573856, 2.74847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1245, '2022-03-27 00:00:00', 0.0758430874440346, 0.148913043478261, 0.0974131821841429, 0.214347826086956, 0.141234324395141, 0.338043478260869, 0.508249534119616, 1.10195652173913, 1.36190733928212, 2.75434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1260, '2022-03-27 00:00:00', 0.0856652645440789, 0.146086956521739, 0.128124584256531, 0.235, 0.154741911867915, 0.327173913043477, 0.514338959459024, 1.09326086956522, 1.37458060438254, 2.75673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1275, '2022-03-27 00:00:00', 0.0872080108370222, 0.170652173913043, 0.100632878745393, 0.237608695652173, 0.160770440029726, 0.343043478260869, 0.534829495197121, 1.11195652173913, 1.37549814907283, 2.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1290, '2022-03-27 00:00:00', 0.0732287552323908, 0.164782608695651, 0.137346752545456, 0.243695652173912, 0.147778677587152, 0.348913043478261, 0.575763627663915, 1.13086956521739, 1.37342414188691, 2.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1305, '2022-03-27 00:00:00', 0.0976062307672261, 0.157608695652174, 0.136639871726574, 0.240000000000001, 0.163769214845847, 0.348913043478261, 0.582132256817021, 1.11565217391304, 1.37835526665179, 2.74217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1320, '2022-03-27 00:00:00', 0.0705667843438495, 0.160750000000001, 0.0931834636335058, 0.239, 0.201915009478323, 0.43725, 0.585412809814355, 1.1815, 1.33739660200429, 2.89325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1335, '2022-03-27 00:00:00', 0.0808812482333795, 0.171250000000001, 0.105092377909803, 0.23875, 0.432195359701337, 0.85175, 0.580170743923945, 1.16075, 1.32855441819493, 2.886 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1350, '2022-03-27 00:00:00', 0.0712570402800577, 0.16025, 0.187933883950825, 0.34425, 0.423744585433502, 0.909, 0.555708355448963, 1.13525, 1.32065514045113, 2.882 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 1365, '2022-03-27 00:00:00', 0.178076528492668, 0.27925, 0.43471549982658, 0.77775, 0.430594066378068, 0.91575, 0.567658857895629, 1.1145, 1.31795794997213, 2.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 990, '2022-03-27 00:00:00', 0.105839855908888, 0.289565217391305, 0.16570605910381, 0.473043478260869, 0.22029871025299, 0.597608695652173, 0.408446759003806, 0.894130434782608, 1.19135410552156, 2.60217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1005, '2022-03-27 00:00:00', 0.153748292834123, 0.366086956521739, 0.17475222436624, 0.462608695652175, 0.204065158546985, 0.57195652173913, 0.407671373310172, 0.843695652173913, 1.2151972464691, 2.5645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1020, '2022-03-27 00:00:00', 0.105725892887586, 0.269347826086957, 0.130187232150544, 0.346521739130435, 0.158325601364501, 0.450217391304348, 0.394670899075515, 0.759130434782609, 1.24277524766369, 2.51804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1035, '2022-03-27 00:00:00', 0.0930372444441196, 0.216739130434783, 0.114418533422317, 0.340652173913044, 0.20416077133808, 0.439565217391305, 0.39825024905148, 0.751521739130435, 1.24898013731172, 2.51173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1050, '2022-03-27 00:00:00', 0.0953928842814891, 0.244565217391305, 0.149287835095529, 0.306304347826087, 0.230014177256817, 0.402391304347826, 0.39719458398801, 0.706086956521739, 1.25474904188159, 2.49760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1065, '2022-03-27 00:00:00', 0.114340781129259, 0.189782608695652, 0.155320337092811, 0.266956521739131, 0.228565945198204, 0.365869565217391, 0.360787456728761, 0.676956521739131, 1.2520098861194, 2.48913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1080, '2022-03-27 00:00:00', 0.085857681671335, 0.184782608695653, 0.106982969351319, 0.243913043478261, 0.205827885810148, 0.389130434782608, 0.293315010956097, 0.657173913043478, 1.25300133750075, 2.48652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1095, '2022-03-27 00:00:00', 0.0736304467441759, 0.161521739130435, 0.121029836585338, 0.266304347826087, 0.203357441496144, 0.397391304347825, 0.41272364879745, 0.741086956521739, 1.24699714413079, 2.49217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 1110, '2022-03-27 00:00:00', 0.0985111498273983, 0.201086956521739, 0.147954765547519, 0.297391304347826, 0.210252765252786, 0.418043478260869, 0.425113563065185, 0.749782608695652, 1.24616835665272, 2.49086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 930, '2022-03-27 00:00:00', 0.0700594985232784, 0.381666666666668, 0.151327459504215, 0.479999999999999, 0.136137185711079, 0.603333333333334, 0.276601397923678, 0.848333333333334, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 945, '2022-03-27 00:00:00', 0.138654246238617, 0.274999999999999, 0.0284312035153835, 0.448333333333333, 0.082512625296576, 0.503333333333333, 0.252603114258974, 0.781666666666666, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 960, '2022-03-27 00:00:00', 0.0401040313850522, 0.343333333333334, 0.0292973263854104, 0.351666666666667, 0.0936749699759767, 0.495, 0.291733325716029, 0.803333333333332, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 1, 975, '2022-03-27 00:00:00', 0.0850490054811512, 0.163333333333334, 0.116225355810737, 0.246666666666665, 0.126194294641238, 0.385, 0.294066319050653, 0.804999999999997, 0.385746030439718, 2.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 930, '2022-03-27 00:00:00', 0.126918609089975, 0.488333333333334, 0.171342736447544, 0.523333333333333, 0.151767365837761, 0.601666666666664, 0.189999999999998, 0.764999999999998, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 945, '2022-03-27 00:00:00', 0.142857738094, 0.363333333333332, 0.257601112834032, 0.503333333333333, 0.168002976164111, 0.589999999999999, 0.191768089107648, 0.779999999999999, 0.854419881166943, 2.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 960, '2022-03-27 00:00:00', 0.0448144321991609, 0.278333333333334, 0.0189296944860025, 0.321666666666665, 0.0548482755730138, 0.398333333333333, 0.324306953363629, 0.699999999999998, 0.721410655128777, 1.99666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 2, 975, '2022-03-27 00:00:00', 0.0284312035153864, 0.186666666666667, 0.121655250605965, 0.289999999999999, 0.074665922615341, 0.344999999999999, 0.317227573412734, 0.661666666666667, 0.715914333795135, 1.99333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 930, '2022-03-27 00:00:00', 0.109658560997305, 0.350000000000004, 0.0579511288357133, 0.491666666666667, 0.135769412362777, 0.626666666666667, 0.249516198538959, 0.938333333333335, 0.38178309723367, 1.51833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 945, '2022-03-27 00:00:00', 0.0637050495120563, 0.471666666666666, 0.170024508037324, 0.601666666666667, 0.135677313259566, 0.691666666666668, 0.324281256524844, 0.981666666666667, 0.336538754578629, 1.56166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 960, '2022-03-27 00:00:00', 0.0577350269189634, 0.298333333333334, 0.106887791632159, 0.390000000000003, 0.113026545554571, 0.535000000000001, 0.417143060991468, 0.81166666666667, 0.367094447429178, 1.52833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 3, 975, '2022-03-27 00:00:00', 0.0568624070307728, 0.296666666666667, 0.102591422643415, 0.414999999999999, 0.100041657989728, 0.456666666666666, 0.399822877451169, 0.921666666666667, 0.415541814983765, 1.485 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 930, '2022-03-27 00:00:00', 0.137689263682153, 0.316666666666668, 0.0433012701892236, 0.464999999999999, 0.0708872343937878, 0.539999999999999, 0.149331845230682, 0.765000000000001, 0.415040158699535, 1.06833333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 945, '2022-03-27 00:00:00', 0.0579511288357093, 0.361666666666665, 0.0694622199472477, 0.454999999999998, 0.104043260233424, 0.474999999999999, 0.16615755575156, 0.786666666666664, 0.397502620536437, 1.05166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 960, '2022-03-27 00:00:00', 0.0407226390762334, 0.256666666666665, 0.0629152869605893, 0.276666666666666, 0.103319891598858, 0.32, 0.21594752448994, 0.676666666666669, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 4, 975, '2022-03-27 00:00:00', 0.0629152869605898, 0.173333333333334, 0.0854887906882149, 0.221666666666666, 0.165856363559957, 0.358333333333334, 0.275741424768446, 0.713333333333336, 0.445009363197375, 0.963333333333336 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 930, '2022-03-27 00:00:00', 0.0800520663901471, 0.256666666666668, 0.172940259434675, 0.381666666666668, 0.164620776331543, 0.625000000000002, 0.0461880215351691, 0.748333333333333, 0.761993000842747, 1.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 945, '2022-03-27 00:00:00', 0.128970280814354, 0.301666666666667, 0.170758113521242, 0.451666666666666, 0.0936749699759755, 0.63, 0.0461880215351691, 0.748333333333333, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 960, '2022-03-27 00:00:00', 0.120034717200207, 0.251666666666665, 0.162095650774477, 0.405000000000001, 0.158928705189888, 0.521666666666666, 0.0808290376865479, 0.728333333333332, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029191, 5, 975, '2022-03-27 00:00:00', 0.0444409720865779, 0.229999999999999, 0.0964797042560402, 0.288333333333332, 0.160026039547735, 0.463333333333331, 0.138684293751433, 0.658333333333331, 0.766980008431338, 1.65666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029191 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:34:01 Duration: 1s290ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1125, '2022-03-27 00:00:00', 0.165246850920465, 0.2825, 0.197571762783235, 0.374583333333333, 0.242618191726263, 0.531249999999999, 0.579795066243737, 1.03333333333333, 1.19492010526688, 3.73916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1140, '2022-03-27 00:00:00', 0.127901116696353, 0.2375, 0.144833112356197, 0.351250000000001, 0.271905514279597, 0.517499999999999, 0.645328811817912, 1.04666666666667, 1.21246395434244, 3.79583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1155, '2022-03-27 00:00:00', 0.101152775829293, 0.233333333333334, 0.15944139353071, 0.342916666666666, 0.336998419555062, 0.51125, 0.784605504123856, 1.58333333333333, 1.23390390248986, 3.83833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1170, '2022-03-27 00:00:00', 0.124583363627548, 0.235833333333333, 0.205847488218334, 0.359166666666666, 0.356236110840362, 0.512083333333333, 0.815570285937606, 1.66375, 1.25685590875101, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1185, '2022-03-27 00:00:00', 0.106953023684991, 0.242916666666666, 0.217665063136337, 0.369583333333334, 0.255402140991788, 0.487083333333333, 0.834420739803664, 1.72833333333333, 1.27895337644905, 3.885 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1200, '2022-03-27 00:00:00', 0.166758851317566, 0.264583333333334, 0.179914935616727, 0.350416666666667, 0.26237902664502, 0.475833333333333, 0.828502993443553, 1.73541666666667, 1.29535177920288, 3.90833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1215, '2022-03-27 00:00:00', 0.107702455127912, 0.232083333333334, 0.134212005121899, 0.289583333333333, 0.266824794602174, 0.450416666666666, 0.813830515952586, 1.70625, 1.30532243781629, 3.93666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1230, '2022-03-27 00:00:00', 0.0990388593036802, 0.204999999999999, 0.192688360696297, 0.32625, 0.228834475967466, 0.435, 0.79890584143456, 1.73375, 1.32310460550232, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1245, '2022-03-27 00:00:00', 0.139468452616935, 0.239166666666667, 0.182582123670577, 0.326666666666667, 0.169500545080565, 0.405000000000001, 0.8006478355193, 1.7275, 1.33371335164188, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1260, '2022-03-27 00:00:00', 0.103237449670614, 0.208333333333332, 0.131402688962846, 0.278333333333333, 0.162728100777365, 0.3875, 0.788909424275148, 1.72958333333333, 1.3515974847822, 3.97625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1275, '2022-03-27 00:00:00', 0.0954470791985602, 0.191666666666667, 0.124621165066809, 0.28, 0.334217667509308, 0.498333333333333, 0.820478717631943, 1.75875, 1.36025546407145, 3.98583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1290, '2022-03-27 00:00:00', 0.104714068930034, 0.205416666666667, 0.129309761784457, 0.290833333333333, 0.387016645711745, 0.510833333333334, 0.872183250921736, 1.79083333333333, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1305, '2022-03-27 00:00:00', 0.101509441268616, 0.212083333333333, 0.336489765548434, 0.404166666666667, 0.410086593895426, 0.523333333333334, 0.873145135436392, 1.84541666666667, 1.35964589379799, 3.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1320, '2022-03-27 00:00:00', 0.115340076874143, 0.213333333333334, 0.133454111963626, 0.28, 0.277680014542261, 0.491904761904762, 0.942853571421809, 1.88857142857143, 1.37456867693799, 4.05095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1335, '2022-03-27 00:00:00', 0.0989251761494031, 0.228095238095238, 0.132008296997538, 0.315238095238095, 0.732225895407122, 1.33619047619048, 1.00596719628425, 1.92, 1.40670655551658, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1350, '2022-03-27 00:00:00', 0.140414352814056, 0.241904761904763, 0.245124846713243, 0.415238095238096, 0.768534784044102, 1.41428571428572, 1.00448802405812, 1.91809523809524, 1.39757459976373, 4.06380952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1365, '2022-03-27 00:00:00', 0.15762523365792, 0.275714285714285, 0.674209943281058, 1.26761904761905, 0.785617439918922, 1.49380952380952, 0.981670102670032, 1.89809523809524, 1.38939675159161, 4.05666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 990, '2022-03-27 00:00:00', 0.358080351962432, 0.861538461538462, 0.427765751856712, 0.996538461538462, 0.53104439912888, 1.16192307692308, 0.720478580261332, 1.54576923076923, 1.49756684710181, 4.05769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1005, '2022-03-27 00:00:00', 0.219889832556073, 0.513461538461539, 0.286118856421592, 0.670000000000001, 0.306571111088188, 0.824615384615385, 0.624174655044564, 1.285, 1.47165422360219, 3.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1020, '2022-03-27 00:00:00', 0.239695961263752, 0.456923076923077, 0.285726065691223, 0.639230769230769, 0.283087646117975, 0.798846153846153, 0.581876672103688, 1.21269230769231, 1.47440444300011, 4.01269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1035, '2022-03-27 00:00:00', 0.155480396983522, 0.403076923076923, 0.183069553827122, 0.512307692307692, 0.250368651269405, 0.672692307692307, 0.528946703727904, 1.09384615384615, 1.4812170152121, 4.02038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1050, '2022-03-27 00:00:00', 0.193495776141537, 0.353846153846154, 0.240693868765988, 0.498461538461538, 0.261591578316569, 0.623076923076923, 0.527582585587683, 1.04923076923077, 1.47788773384386, 4.01807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1065, '2022-03-27 00:00:00', 0.171532907809372, 0.34653846153846, 0.21179271433681, 0.441923076923077, 0.258239006765795, 0.609230769230769, 0.48301186480092, 1.00269230769231, 1.5627979346721, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1080, '2022-03-27 00:00:00', 0.10303397497913, 0.280000000000001, 0.147988045255221, 0.387307692307693, 0.269788806291144, 0.555, 0.454309958576233, 0.948461538461539, 1.57961772395923, 4.00807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1095, '2022-03-27 00:00:00', 0.134299894037417, 0.292692307692307, 0.215045254629024, 0.427307692307692, 0.31992426988514, 0.586538461538462, 0.478432215277551, 0.985769230769231, 1.55514357487067, 4.03653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1110, '2022-03-27 00:00:00', 0.158096854442507, 0.301153846153845, 0.197604110826128, 0.41076923076923, 0.315735039842929, 0.556153846153846, 0.43346351101865, 0.958846153846153, 1.55917497907856, 4.02884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1125, '2022-03-27 00:00:00', 0.105349236060171, 0.252307692307693, 0.204949900069413, 0.387307692307693, 0.27322124030508, 0.534615384615385, 0.390342847329804, 0.913461538461538, 1.63694405712408, 4.36538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1140, '2022-03-27 00:00:00', 0.164165020166156, 0.266923076923077, 0.191234049108577, 0.377692307692308, 0.283564129227614, 0.523846153846154, 0.482496233544487, 0.951153846153846, 1.73413250314431, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1155, '2022-03-27 00:00:00', 0.11201716901371, 0.260384615384616, 0.170060622675019, 0.376153846153846, 0.232270399451886, 0.478461538461539, 0.668767523134908, 1.515, 1.79788918970596, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1170, '2022-03-27 00:00:00', 0.13999780218055, 0.269230769230769, 0.182800858439324, 0.341923076923077, 0.192248236963008, 0.440769230769231, 0.627158672107784, 1.63, 1.82450031093869, 4.49576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1185, '2022-03-27 00:00:00', 0.094952619763753, 0.22, 0.139798206217171, 0.333461538461539, 0.223357595314364, 0.446153846153847, 0.641732390906412, 1.71730769230769, 1.8380293795258, 4.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1200, '2022-03-27 00:00:00', 0.113143204017674, 0.244230769230769, 0.167745228064651, 0.322307692307692, 0.255055951629321, 0.43846153846154, 0.642134421585243, 1.79384615384616, 1.84693696531478, 4.54192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1215, '2022-03-27 00:00:00', 0.143310314192127, 0.234615384615385, 0.210841537288443, 0.323076923076924, 0.277828115097198, 0.462692307692308, 0.68178871078498, 1.89038461538462, 1.84553715340965, 4.54923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1230, '2022-03-27 00:00:00', 0.112469483040444, 0.225769230769231, 0.144607692103099, 0.29923076923077, 0.195826060966986, 0.450384615384616, 0.682957933156601, 1.91653846153846, 1.84501261200609, 4.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1245, '2022-03-27 00:00:00', 0.0969734301437567, 0.199615384615385, 0.129384935515931, 0.292692307692308, 0.17806697097959, 0.430384615384616, 0.73744016706442, 1.965, 1.85077347656013, 4.54769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1260, '2022-03-27 00:00:00', 0.102095731847803, 0.216538461538462, 0.150145058065654, 0.326538461538463, 0.182654360431432, 0.441153846153847, 0.751301639720128, 1.99692307692308, 1.86206171921176, 4.54461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1275, '2022-03-27 00:00:00', 0.103511426348087, 0.238846153846155, 0.118967998282668, 0.305769230769231, 0.258694057497684, 0.508846153846154, 0.760911599030045, 2.02769230769231, 1.89919760384788, 4.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1290, '2022-03-27 00:00:00', 0.0709192390084561, 0.178461538461538, 0.121751322848603, 0.259230769230769, 0.250156873858108, 0.462307692307692, 0.790179336995966, 2.01923076923077, 1.94077050519791, 4.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1305, '2022-03-27 00:00:00', 0.115273587607916, 0.2, 0.258985298068026, 0.374230769230769, 0.261893989122433, 0.502692307692308, 0.794668387539007, 2.03538461538462, 1.95389760380472, 4.53961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1320, '2022-03-27 00:00:00', 0.126845273148659, 0.224782608695652, 0.144968307835471, 0.306086956521739, 0.207833735615947, 0.47304347826087, 0.758740635381193, 2.13652173913044, 1.88648741914933, 4.74434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1335, '2022-03-27 00:00:00', 0.106083716661472, 0.200869565217392, 0.126912250660009, 0.323913043478262, 0.572915020359355, 1.3104347826087, 0.760694762529052, 2.12260869565217, 1.89168724487191, 4.74478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1350, '2022-03-27 00:00:00', 0.101741748555888, 0.238260869565218, 0.0915026080105216, 0.340000000000001, 0.555193944676573, 1.47304347826087, 0.764648773644197, 2.12826086956522, 1.89675497801912, 4.75608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 1365, '2022-03-27 00:00:00', 0.0851318438073527, 0.277391304347826, 0.587659994192819, 1.29478260869565, 0.58753117821567, 1.61260869565217, 0.768989892355846, 2.15, 1.89326275870989, 4.76565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 990, '2022-03-27 00:00:00', 0.422598554731957, 0.891538461538462, 0.430107142286842, 1.06807692307692, 0.557934239301206, 1.31884615384615, 0.827005348322395, 1.78461538461538, 2.06504628370556, 4.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1005, '2022-03-27 00:00:00', 0.193438521340662, 0.542307692307692, 0.282835369347339, 0.740384615384616, 0.500763263582549, 1.04038461538462, 0.644195980691017, 1.50269230769231, 1.95373267992716, 4.30076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1020, '2022-03-27 00:00:00', 0.190064361568552, 0.482692307692307, 0.271809039301774, 0.668076923076923, 0.456782897430076, 0.868846153846154, 0.646630199870541, 1.37115384615385, 1.92919943539761, 4.24769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1035, '2022-03-27 00:00:00', 0.154919333848296, 0.42, 0.350796017870566, 0.604615384615384, 0.444807996607698, 0.803076923076924, 0.622585304627776, 1.31730769230769, 1.91487975119548, 4.22730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1050, '2022-03-27 00:00:00', 0.23884594326759, 0.399230769230769, 0.246565641127501, 0.501153846153847, 0.357108042259137, 0.736923076923078, 0.635266751966326, 1.22961538461538, 1.8899263314906, 4.19846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1065, '2022-03-27 00:00:00', 0.126342635473784, 0.312307692307694, 0.272899248808054, 0.485000000000001, 0.334846922545902, 0.682307692307693, 0.651739565730408, 1.19730769230769, 1.90022670712248, 4.20153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1080, '2022-03-27 00:00:00', 0.196064745977917, 0.345769230769231, 0.240120482578739, 0.505384615384616, 0.378758295161764, 0.694615384615385, 0.656147731958166, 1.18538461538462, 1.89670357766797, 4.20269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1095, '2022-03-27 00:00:00', 0.149968201757778, 0.322307692307693, 0.207238621289194, 0.480384615384615, 0.431360637981724, 0.680000000000001, 0.77735567544969, 1.26538461538462, 1.8724026933739, 4.20961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1110, '2022-03-27 00:00:00', 0.142753687814414, 0.341153846153846, 0.255059570719047, 0.479230769230769, 0.420804540776904, 0.652692307692308, 0.835737629053151, 1.30576923076923, 1.86948746575509, 4.22076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1125, '2022-03-27 00:00:00', 0.168293242242864, 0.288846153846154, 0.375043792314771, 0.454615384615385, 0.408227123811468, 0.575769230769231, 0.874113616977, 1.30115384615385, 1.9624977804985, 4.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1140, '2022-03-27 00:00:00', 0.365162977312869, 0.34, 0.369956546304894, 0.419615384615385, 0.482391478429643, 0.608461538461539, 0.892712805915851, 1.32807692307692, 1.98850233554339, 4.49846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1155, '2022-03-27 00:00:00', 0.170690903727718, 0.269230769230769, 0.257179972901348, 0.401538461538461, 0.439232897745078, 0.588461538461538, 1.07099558283941, 1.79653846153846, 2.0171146567465, 4.53346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1170, '2022-03-27 00:00:00', 0.250933334695769, 0.293461538461539, 0.391875176358689, 0.406923076923078, 0.47490258110318, 0.587307692307693, 1.08320755877376, 1.93115384615385, 2.01150923055684, 4.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1185, '2022-03-27 00:00:00', 0.171581333035252, 0.248076923076923, 0.221359783714554, 0.391923076923077, 0.259008761360574, 0.531538461538462, 0.923255444275644, 1.95615384615385, 1.98604066888408, 4.50846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1200, '2022-03-27 00:00:00', 0.156376272054102, 0.268461538461538, 0.20891514655845, 0.371538461538461, 0.277823408217965, 0.504615384615384, 0.876658428351659, 1.965, 1.96332563230391, 4.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1215, '2022-03-27 00:00:00', 0.149861474497154, 0.247692307692306, 0.183167010802037, 0.346923076923076, 0.265423898987725, 0.544615384615385, 0.842556549117944, 1.96846153846154, 1.94501924056135, 4.48038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1230, '2022-03-27 00:00:00', 0.147754994709277, 0.253461538461539, 0.238349775298017, 0.368846153846154, 0.337828586484557, 0.581923076923077, 0.838191184359787, 1.98730769230769, 1.9486342357188, 4.48076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1245, '2022-03-27 00:00:00', 0.132386380893783, 0.246923076923077, 0.202113448720876, 0.394615384615385, 0.340046150713965, 0.540769230769231, 0.824211417985981, 1.95730769230769, 1.98901630112823, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1260, '2022-03-27 00:00:00', 0.217715410570773, 0.300000000000001, 0.33840440077153, 0.421538461538462, 0.388215641899427, 0.54923076923077, 0.822330740124584, 1.95961538461538, 2.0109240508934, 4.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1275, '2022-03-27 00:00:00', 0.29880067964087, 0.295384615384615, 0.311606507288624, 0.361153846153846, 0.509181092162095, 0.634230769230769, 0.794443491721382, 1.92730769230769, 2.01146177232839, 4.44769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1290, '2022-03-27 00:00:00', 0.156408242946267, 0.236538461538461, 0.223759830037613, 0.332692307692308, 0.555861631924846, 0.653076923076923, 0.781925827684442, 1.92, 2.01640289014488, 4.44384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1305, '2022-03-27 00:00:00', 0.119522125405879, 0.238461538461539, 0.378513692466489, 0.483846153846154, 0.534070724213131, 0.646538461538462, 0.770428152692734, 1.90653846153846, 2.04789603101479, 4.46692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1320, '2022-03-27 00:00:00', 0.236430136586193, 0.299130434782609, 0.358258854900509, 0.406956521739131, 0.367340619091849, 0.561304347826087, 0.730953408484765, 1.95739130434783, 2.0072051046208, 4.70217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1335, '2022-03-27 00:00:00', 0.17776166483853, 0.260869565217391, 0.187444853550397, 0.340869565217391, 0.66946146724549, 1.35826086956522, 0.70164713043821, 1.92782608695652, 2.00334463418558, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1350, '2022-03-27 00:00:00', 0.10024870259281, 0.229565217391304, 0.149298756113624, 0.350869565217392, 0.728358379407937, 1.53173913043478, 0.697964006909176, 1.91913043478261, 2.0066250942253, 4.68521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 1365, '2022-03-27 00:00:00', 0.13699052216141, 0.271304347826087, 0.654290793674913, 1.27347826086956, 0.685700069257864, 1.63130434782609, 0.681104079270136, 1.92130434782609, 2.00670989058714, 4.68130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 990, '2022-03-27 00:00:00', 0.47210803848272, 0.8112, 0.599346032494308, 1.1136, 0.608238714102724, 1.3128, 0.686591824400302, 1.646, 2.11905891061732, 4.2876 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1005, '2022-03-27 00:00:00', 0.310589224968715, 0.7064, 0.399510116684589, 0.872, 0.409824352619509, 1.0368, 0.577537300382697, 1.3908, 2.07706507681712, 4.1892 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1020, '2022-03-27 00:00:00', 0.239121308126231, 0.439599999999999, 0.314212242494358, 0.607199999999999, 0.325592792713025, 0.772399999999999, 0.507778495015297, 1.1584, 2.0170801504485, 4.0704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1035, '2022-03-27 00:00:00', 0.166665333328, 0.417599999999999, 0.222756967717436, 0.5404, 0.260821139225076, 0.691199999999999, 0.439923099340479, 1.0736, 2.02765324122905, 4.0512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1050, '2022-03-27 00:00:00', 0.185739961595058, 0.3808, 0.20579682537234, 0.4876, 0.211468673803001, 0.6276, 0.407906443521877, 1.0272, 2.02926505579401, 4.032 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1065, '2022-03-27 00:00:00', 0.125043992258724, 0.3212, 0.166670333293, 0.4596, 0.164131045204739, 0.5516, 0.397969010518825, 1.0072, 2.00720992092672, 3.998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1080, '2022-03-27 00:00:00', 0.137298943914365, 0.3248, 0.149021251280929, 0.4064, 0.1548203259696, 0.498800000000001, 0.385212928131961, 1.0084, 2.0012352019024, 3.9644 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1095, '2022-03-27 00:00:00', 0.108512672071054, 0.26, 0.128882375314342, 0.3576, 0.179031654556765, 0.4924, 0.403271207336535, 1.0388, 1.97156638234679, 3.9564 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1110, '2022-03-27 00:00:00', 0.105593560409715, 0.26, 0.124962661089889, 0.353600000000001, 0.189131347657301, 0.5196, 0.424741882402321, 1.0584, 2.00739989372654, 3.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1125, '2022-03-27 00:00:00', 0.0994786409235667, 0.237200000000001, 0.146466150810804, 0.3424, 0.221888109941325, 0.5048, 0.427811095383621, 1.0784, 2.01381271886605, 4.254 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1140, '2022-03-27 00:00:00', 0.125509627784749, 0.2512, 0.159267071298495, 0.360800000000001, 0.223233808670042, 0.528, 0.494318385928206, 1.1056, 1.98883240453622, 4.2528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1155, '2022-03-27 00:00:00', 0.113207773584679, 0.230799999999999, 0.156920361967465, 0.3664, 0.225161423575768, 0.516799999999999, 0.919368805213664, 1.6416, 1.95665530945029, 4.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1170, '2022-03-27 00:00:00', 0.121412519947492, 0.2692, 0.194507926145269, 0.398, 0.304052078872464, 0.5432, 0.912175604438825, 1.7068, 1.93942362571976, 4.2716 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1185, '2022-03-27 00:00:00', 0.123659478676997, 0.242, 0.130352087312274, 0.338, 0.250466231922255, 0.468, 0.906624141159573, 1.7056, 1.90531379742725, 4.2704 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1200, '2022-03-27 00:00:00', 0.0963500562186309, 0.244, 0.163643922384345, 0.352800000000001, 0.19910466259399, 0.4452, 0.951226050946882, 1.7668, 1.90273951624143, 4.2752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1215, '2022-03-27 00:00:00', 0.127890578229986, 0.236800000000001, 0.151545372743611, 0.3108, 0.156201792563338, 0.4164, 0.988846634552936, 1.7648, 1.92646325339122, 4.2976 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1230, '2022-03-27 00:00:00', 0.0888856943870423, 0.195599999999999, 0.117163703139382, 0.2824, 0.150894002531577, 0.387599999999999, 1.013944936046, 1.7852, 1.92942590770761, 4.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1245, '2022-03-27 00:00:00', 0.105801701309572, 0.2124, 0.135215876779812, 0.308, 0.194486503387768, 0.431999999999999, 1.01400312294062, 1.8124, 1.92546686979202, 4.2932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1260, '2022-03-27 00:00:00', 0.0787252606643294, 0.203199999999999, 0.122430932910491, 0.286799999999999, 0.198135475537994, 0.4492, 0.991680896256452, 1.8168, 1.9185041916382, 4.288 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1275, '2022-03-27 00:00:00', 0.0951787791474556, 0.2044, 0.151918837980461, 0.3172, 0.2324485606179, 0.5064, 0.954345849260111, 1.8048, 1.89290182876274, 4.2724 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1290, '2022-03-27 00:00:00', 0.103266645147405, 0.208399999999999, 0.122474487139159, 0.298, 0.217855456667948, 0.4988, 0.925470691054018, 1.8328, 1.85630250767487, 4.2456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1305, '2022-03-27 00:00:00', 0.0916733330909261, 0.2104, 0.154973115948111, 0.364, 0.238776743702844, 0.5368, 0.921940525919831, 1.8292, 1.84162410207223, 4.2272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1320, '2022-03-27 00:00:00', 0.112914939444626, 0.254545454545455, 0.144000511062104, 0.361363636363638, 0.297681153693125, 0.510454545454546, 0.946222039051167, 1.90863636363636, 1.72511904351141, 4.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1335, '2022-03-27 00:00:00', 0.101742396037814, 0.21909090909091, 0.152306935486874, 0.335454545454547, 0.858344449976346, 1.23863636363636, 0.917527380248947, 1.87227272727273, 1.69931409641314, 4.49272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1350, '2022-03-27 00:00:00', 0.100961824682849, 0.248636363636364, 0.198536310700756, 0.365, 0.839550101122247, 1.34409090909091, 0.90336504153548, 1.86272727272727, 1.68429773925481, 4.47727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 1365, '2022-03-27 00:00:00', 0.125760887663061, 0.26409090909091, 0.829327819402336, 1.16681818181818, 0.830094267843415, 1.40772727272727, 0.883096799173204, 1.83136363636364, 1.64855866471159, 4.44136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 990, '2022-03-27 00:00:00', 0.388660949071725, 0.7464, 0.411281736364097, 0.8988, 0.502427440864185, 1.138, 0.647059502673441, 1.5112, 1.6789310091047, 4.0148 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1005, '2022-03-27 00:00:00', 0.2002706502045, 0.512, 0.265372065849693, 0.658399999999999, 0.386183462445853, 0.872799999999999, 0.53090394611455, 1.3356, 1.66203158814747, 3.9136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1020, '2022-03-27 00:00:00', 0.185, 0.456, 0.219497152601121, 0.6704, 0.362846615895294, 0.8292, 0.447875726811207, 1.2652, 1.66545539317829, 3.878 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1035, '2022-03-27 00:00:00', 0.175511633042751, 0.4472, 0.283383132878441, 0.5932, 0.367054945932259, 0.7772, 0.4679447973141, 1.2216, 1.69807116066043, 3.8396 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1050, '2022-03-27 00:00:00', 0.162242616678438, 0.3632, 0.24365754656895, 0.512400000000001, 0.289206961649727, 0.7064, 0.457921754597151, 1.1644, 1.68390053150416, 3.8272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1065, '2022-03-27 00:00:00', 0.181035908040367, 0.346400000000001, 0.195544538831098, 0.4728, 0.253937656390961, 0.6252, 0.469704517045912, 1.1316, 1.69006380550163, 3.7964 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1080, '2022-03-27 00:00:00', 0.11667190464432, 0.3304, 0.17075030502657, 0.448399999999999, 0.271708790190282, 0.644400000000001, 0.503694020876432, 1.1292, 1.67366085772078, 3.7936 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1095, '2022-03-27 00:00:00', 0.117615191762515, 0.277999999999998, 0.145924638084183, 0.392399999999999, 0.283612411576079, 0.6012, 0.502303692998569, 1.1044, 1.67128972154242, 3.7848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1110, '2022-03-27 00:00:00', 0.130989821487524, 0.302, 0.230056514795822, 0.4652, 0.270934801505208, 0.588399999999999, 0.532416503626, 1.1044, 1.71295582741256, 3.8048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1125, '2022-03-27 00:00:00', 0.144472604092726, 0.3184, 0.175577143539053, 0.407599999999999, 0.203246156175215, 0.514399999999999, 0.5526882786285, 1.0668, 1.75891083723233, 3.9756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1140, '2022-03-27 00:00:00', 0.108686092333226, 0.242799999999999, 0.156819429068382, 0.345599999999999, 0.176202534979873, 0.471599999999999, 0.567443095531761, 1.072, 1.76650200490498, 4.0128 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1155, '2022-03-27 00:00:00', 0.113081091847104, 0.2604, 0.137933558884946, 0.344399999999999, 0.274901800648887, 0.492799999999999, 0.724417467118697, 1.6484, 1.77030110433225, 4.0408 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1170, '2022-03-27 00:00:00', 0.103781822428915, 0.2396, 0.147337481087921, 0.324, 0.331397042835327, 0.503599999999999, 0.801787170430325, 1.7628, 1.83093946741374, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1185, '2022-03-27 00:00:00', 0.0956242647030555, 0.2176, 0.262249880838867, 0.355999999999999, 0.347902285131903, 0.5088, 0.867186638888461, 1.7928, 1.83540803819387, 4.0668 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1200, '2022-03-27 00:00:00', 0.0947880931799748, 0.2275, 0.146818926237216, 0.320833333333333, 0.205842207753301, 0.471666666666666, 0.892258878239438, 1.85958333333333, 1.86543847081746, 4.08458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1215, '2022-03-27 00:00:00', 0.106545730808996, 0.212916666666665, 0.153641781756946, 0.308333333333333, 0.220289664378255, 0.456666666666666, 0.873194099145549, 1.89375, 1.8558305594039, 4.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1230, '2022-03-27 00:00:00', 0.10503881270232, 0.213750000000001, 0.132989593141938, 0.304166666666667, 0.238508347619235, 0.450833333333334, 0.877344374902986, 1.92125, 1.84649766400838, 4.07666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1245, '2022-03-27 00:00:00', 0.0859716417687007, 0.205416666666665, 0.123093430992979, 0.290416666666665, 0.211207278503259, 0.424583333333333, 0.879968708271056, 1.90333333333333, 1.84308219913102, 4.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1260, '2022-03-27 00:00:00', 0.104076337646801, 0.196666666666666, 0.152141715020159, 0.300833333333333, 0.222260700171173, 0.432083333333334, 0.911863834228506, 1.925, 1.85099224271975, 4.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1275, '2022-03-27 00:00:00', 0.0972073832706069, 0.218333333333333, 0.132926235401334, 0.287916666666667, 0.281990851943304, 0.486666666666668, 0.903096023430637, 1.92541666666667, 1.85498134683383, 4.08416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1290, '2022-03-27 00:00:00', 0.0852574957391433, 0.195833333333333, 0.136697592824666, 0.300833333333334, 0.3614441143885, 0.51625, 0.898123244504249, 1.91583333333333, 1.84213481819486, 4.10541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1305, '2022-03-27 00:00:00', 0.0870271904869846, 0.202083333333335, 0.267711382010498, 0.362083333333334, 0.394347746193047, 0.531666666666668, 0.930382401512129, 1.92125, 1.84253129090689, 4.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1320, '2022-03-27 00:00:00', 0.0970861178836312, 0.234285714285715, 0.154951605348252, 0.34, 0.261685016038458, 0.490952380952381, 0.906652660956249, 2.02238095238095, 1.67141699222688, 4.39047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1335, '2022-03-27 00:00:00', 0.119524852964523, 0.238095238095238, 0.188165327507993, 0.338095238095238, 0.70685150323038, 1.38095238095238, 0.888158608743795, 2.04428571428571, 1.66212385648173, 4.37428571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1350, '2022-03-27 00:00:00', 0.131666968052699, 0.245238095238096, 0.169694403196424, 0.361904761904762, 0.777223385183558, 1.5447619047619, 0.893348436261814, 2.08285714285714, 1.65724312094055, 4.36619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 1365, '2022-03-27 00:00:00', 0.125777581468241, 0.27, 0.719629203462582, 1.34190476190476, 0.788130095618133, 1.61761904761905, 0.89420701768449, 2.09190476190476, 1.65139378361777, 4.35714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 990, '2022-03-27 00:00:00', 0.34420154496648, 0.767391304347826, 0.456324030216862, 0.990434782608695, 0.517237646163439, 1.19434782608695, 0.620590691457832, 1.66347826086956, 1.1860320133786, 3.81086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1005, '2022-03-27 00:00:00', 0.206294237081322, 0.551304347826087, 0.27056886347365, 0.704347826086956, 0.394743124559949, 0.95695652173913, 0.57437575669715, 1.38434782608696, 1.14977244698327, 3.71695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1020, '2022-03-27 00:00:00', 0.180877308666715, 0.474347826086957, 0.258321581610386, 0.648695652173913, 0.313199099438885, 0.868695652173913, 0.514511549323581, 1.29304347826087, 1.07863898285569, 3.65434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1035, '2022-03-27 00:00:00', 0.176940399960946, 0.415217391304347, 0.214221635440749, 0.58, 0.240881122994352, 0.703478260869564, 0.50310694766671, 1.16434782608696, 1.03410020844535, 3.61217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1050, '2022-03-27 00:00:00', 0.129168823561404, 0.378695652173914, 0.172782391871138, 0.499130434782609, 0.23430074251838, 0.671739130434782, 0.480403321989614, 1.12347826086956, 1.02080317908732, 3.60869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1065, '2022-03-27 00:00:00', 0.160119767427225, 0.342608695652174, 0.193763435081812, 0.455217391304347, 0.246279028103885, 0.624782608695651, 0.462815750566392, 1.07565217391304, 1.0332970370607, 3.61869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1080, '2022-03-27 00:00:00', 0.135157644744226, 0.303043478260869, 0.172717182979699, 0.436956521739131, 0.218534464679977, 0.571304347826086, 0.453246959531017, 1.02652173913043, 1.02934512356119, 3.60826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1095, '2022-03-27 00:00:00', 0.121901923903536, 0.303478260869566, 0.133301050110171, 0.396521739130434, 0.261817152501269, 0.561304347826087, 0.476375893696209, 1.06608695652174, 1.02349108061324, 3.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 1110, '2022-03-27 00:00:00', 0.147239419451165, 0.296086956521738, 0.222893299416786, 0.427826086956521, 0.296889007886706, 0.58391304347826, 0.529306728323211, 1.06739130434782, 1.0224028119491, 3.59434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 930, '2022-03-27 00:00:00', 0.157162336455018, 0.549999999999997, 0.208406653764539, 0.656666666666664, 0.414769012021549, 1.01333333333334, 0.316438514301491, 1.35666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 945, '2022-03-27 00:00:00', 0.040414518843274, 0.343333333333334, 0.0424352447854377, 0.503333333333337, 0.0445570070247096, 0.740000000000004, 0.046784857375945, 1.28333333333333, 0.0491241002447423, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 960, '2022-03-27 00:00:00', 0.0550757054728582, 0.406666666666669, 0.165227116418583, 0.640000000000003, 0.155026879389778, 0.68666666666667, 0.545374489074555, 1.33333333333333, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 1, 975, '2022-03-27 00:00:00', 0.0899999999999999, 0.330000000000001, 0.100664459136941, 0.393333333333336, 0.145716619962629, 0.446666666666668, 0.590028247911346, 1.31666666666667, 1.12147224664724, 3.32 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 930, '2022-03-27 00:00:00', 0.121243556529819, 0.520000000000001, 0.117189305541644, 0.736666666666667, 0.0862167810425139, 0.996666666666667, 0.0971253485622246, 1.17333333333333, 1.40215310623817, 3.39333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 945, '2022-03-27 00:00:00', 0.0404145188432719, 0.533333333333334, 0.106926766215634, 0.743333333333335, 0.115470053837925, 0.866666666666667, 0.0602771377334192, 1.09333333333334, 1.32447473865429, 3.33333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 960, '2022-03-27 00:00:00', 0.181750745069543, 0.506666666666665, 0.175783958312472, 0.609999999999999, 0.313421973277777, 0.803333333333335, 0.156311654502583, 1.00666666666667, 1.22306990805923, 3.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 2, 975, '2022-03-27 00:00:00', 0.255799400572661, 0.486666666666669, 0.29365512652316, 0.633333333333333, 0.338673884437525, 0.740000000000002, 0.181750745069544, 0.916666666666669, 1.31370975992924, 3.18333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 930, '2022-03-27 00:00:00', 0.259807621135329, 0.609999999999999, 0.327159492195063, 0.673333333333334, 0.63846169292553, 1.02333333333333, 0.647018804466555, 1.06666666666667, 2.28902453751229, 2.83666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 945, '2022-03-27 00:00:00', 0.111355287256599, 0.399999999999999, 0.0568624070307728, 0.50333333333333, 0.402781992315113, 0.816666666666663, 0.378197479279451, 0.843333333333331, 2.23065760109734, 2.75333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 960, '2022-03-27 00:00:00', 0.050332229568472, 0.386666666666666, 0.396106046406771, 0.699999999999998, 0.402160830182819, 0.733333333333332, 0.309246395829173, 0.823333333333333, 2.21156807115073, 2.76666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 3, 975, '2022-03-27 00:00:00', 0.28792360097776, 0.429999999999997, 0.262741951985844, 0.506666666666665, 0.221133443874956, 0.56, 0.388887301584059, 0.893333333333333, 2.18781473926229, 2.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 930, '2022-03-27 00:00:00', 0.414286535302967, 0.723333333333331, 0.512867754234299, 1.01333333333333, 0.873632264361463, 1.27333333333333, 0.796806124474454, 1.37, 1.58004219352944, 2.47333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 945, '2022-03-27 00:00:00', 0.141891977691949, 0.506666666666665, 0.232594066992257, 0.699999999999998, 0.296704117486313, 0.863333333333332, 0.190787840283386, 1.02, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 960, '2022-03-27 00:00:00', 0.153079500042734, 0.466666666666666, 0.175594229214213, 0.606666666666667, 0.236290781312633, 0.816666666666668, 0.196299091524469, 1.01333333333333, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 4, 975, '2022-03-27 00:00:00', 0.10969655114603, 0.403333333333334, 0.0404145188432699, 0.526666666666666, 0.320780298646907, 0.82, 0.238607068908974, 0.973333333333331, 1.09454709050517, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 930, '2022-03-27 00:00:00', 0.0750555349946506, 0.476666666666664, 0.39272551907577, 0.696666666666665, 0.337095436535906, 0.876666666666667, 0.268514431641951, 1.13, 1.01391978643941, 1.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 945, '2022-03-27 00:00:00', 0.231156512634477, 0.453333333333333, 0.22338307903689, 0.650000000000001, 0.234552232988734, 0.650000000000001, 0.246279844638171, 1.11666666666667, 0.258593836870079, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 960, '2022-03-27 00:00:00', 0.182482875908949, 0.370000000000002, 0.150000000000002, 0.430000000000002, 0.204205778566621, 0.540000000000001, 0.214416067494952, 1.05, 0.2251368708697, 1.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032091, 5, 975, '2022-03-27 00:00:00', 0.0655743852430178, 0.340000000000001, 0.164620776331541, 0.490000000000002, 0.0665832811847912, 0.546666666666669, 0.20984120980716, 1.04666666666667, 1.01336074524327, 1.89 where not exists (select 1 from powerstats_trumpet where symbolid = 1032091 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 18:42:24 Duration: 1s260ms Database: acaweb_fx User: pgperfstats
17 658ms 1s114ms 694ms 75 52s72ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 18 75 52s72ms 694ms [ User: pgperfstats - Total duration: 52s72ms - Times executed: 75 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1110, '2022-03-27 00:00:00', 0.129704234340276, 0.288333333333333, 0.170947911381793, 0.398333333333334, 0.273754094668602, 0.5625, 0.418845895357673, 0.956666666666667, 1.02574813630366, 3.73875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1125, '2022-03-27 00:00:00', 0.160106395784224, 0.280833333333334, 0.225311378743516, 0.38, 0.267413808408496, 0.546666666666666, 0.445801468453574, 0.954583333333333, 1.12112254498318, 3.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1140, '2022-03-27 00:00:00', 0.158388624975846, 0.255, 0.192036662411491, 0.385416666666667, 0.230279839212698, 0.52125, 0.518050274545359, 0.9775, 1.17213635008407, 3.93583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1155, '2022-03-27 00:00:00', 0.127971209397983, 0.238749999999999, 0.159577680870114, 0.340416666666666, 0.279174507785187, 0.505833333333333, 0.579001514353104, 1.41583333333333, 1.17602306679044, 4.01291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1170, '2022-03-27 00:00:00', 0.111744240846313, 0.222083333333334, 0.197549755244347, 0.344583333333333, 0.287512759641241, 0.51875, 0.68967843273493, 1.54958333333333, 1.16689355971749, 4.03166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1185, '2022-03-27 00:00:00', 0.129362287585197, 0.239583333333334, 0.189849291869072, 0.344166666666667, 0.248951060320664, 0.47875, 0.684837333907143, 1.6625, 1.15859915102404, 4.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1200, '2022-03-27 00:00:00', 0.119706767331373, 0.204166666666667, 0.129234087126278, 0.313333333333334, 0.21556128285633, 0.448333333333333, 0.723229472273647, 1.69, 1.2139941861714, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1215, '2022-03-27 00:00:00', 0.119273161090507, 0.22, 0.144793080745885, 0.294583333333333, 0.26443815199756, 0.458333333333333, 0.717065148739102, 1.74458333333333, 1.25910761762195, 4.11708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1230, '2022-03-27 00:00:00', 0.120647408183721, 0.200833333333334, 0.169076241270969, 0.310416666666667, 0.235251561315647, 0.432916666666667, 0.718208318251604, 1.82333333333333, 1.24210288028705, 4.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1245, '2022-03-27 00:00:00', 0.109722145783622, 0.219583333333333, 0.176573156822165, 0.332916666666666, 0.161586338926087, 0.396666666666667, 0.684973288382184, 1.83833333333333, 1.23118771452845, 4.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1260, '2022-03-27 00:00:00', 0.111654228162963, 0.231666666666666, 0.141860694069003, 0.31125, 0.166602342659731, 0.395416666666667, 0.687104695311305, 1.85541666666667, 1.22740439870933, 4.12458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1275, '2022-03-27 00:00:00', 0.128231420102288, 0.242083333333333, 0.139106230910987, 0.29875, 0.142792415460498, 0.44625, 0.677421448465119, 1.87708333333333, 1.22983849240106, 4.12375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1290, '2022-03-27 00:00:00', 0.0948186675193501, 0.194166666666666, 0.117602098719319, 0.292916666666667, 0.178015937244516, 0.42875, 0.700562920655312, 1.89333333333333, 1.26346400991394, 4.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1305, '2022-03-27 00:00:00', 0.107298851243903, 0.205000000000001, 0.132062786999764, 0.316666666666667, 0.203166509136675, 0.423750000000001, 0.717116685470161, 1.91041666666667, 1.27872190492887, 4.14583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1320, '2022-03-27 00:00:00', 0.109457655104016, 0.23625, 0.133739417839536, 0.289166666666667, 0.251196773149218, 0.477083333333333, 0.684775299017808, 1.93041666666667, 1.27940649453599, 4.15125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1335, '2022-03-27 00:00:00', 0.100389639456195, 0.215416666666667, 0.140479896957804, 0.319583333333334, 0.425378774093485, 1.17083333333333, 0.681459298390094, 1.91958333333333, 1.35051459596446, 4.17125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1350, '2022-03-27 00:00:00', 0.0958221480555052, 0.219166666666667, 0.161226616100229, 0.351249999999999, 0.559473743410016, 1.3175, 0.68569651460754, 1.91333333333333, 1.37384866158086, 4.17583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1365, '2022-03-27 00:00:00', 0.141164925643319, 0.253333333333333, 0.381911430281565, 1.11041666666667, 0.561852525908325, 1.44, 0.677563837304788, 1.88666666666667, 1.37289384148957, 4.16125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 990, '2022-03-27 00:00:00', 0.239744736045526, 0.798461538461537, 0.313329759935979, 1.00653846153846, 0.515231538690654, 1.22653846153846, 0.590719509125556, 1.69846153846154, 1.34411835559453, 4.14692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1005, '2022-03-27 00:00:00', 0.24367317329697, 0.613846153846154, 0.361444112075223, 0.885384615384616, 0.497414855489398, 1.07153846153846, 0.611223866831634, 1.54115384615385, 1.34296709393217, 4.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1020, '2022-03-27 00:00:00', 0.261471575157577, 0.600769230769231, 0.427612513309025, 0.727307692307692, 0.496292717595635, 1.00230769230769, 0.570632577462536, 1.41153846153846, 1.38077999138725, 4.06423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1035, '2022-03-27 00:00:00', 0.290162023703998, 0.434999999999999, 0.303791679634884, 0.625769230769231, 0.35961004520923, 0.889230769230768, 0.48549102819881, 1.25846153846154, 1.38617081864449, 4.00846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1050, '2022-03-27 00:00:00', 0.212749039589262, 0.483076923076923, 0.277231644325435, 0.66576923076923, 0.310606602535203, 0.842692307692308, 0.409614452870013, 1.19, 1.39951112343396, 3.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1065, '2022-03-27 00:00:00', 0.205123977520538, 0.410384615384615, 0.218604314124508, 0.560384615384615, 0.252213889692551, 0.729615384615384, 0.332748923595324, 1.04538461538461, 1.40382926860235, 3.92384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1080, '2022-03-27 00:00:00', 0.140868187160359, 0.360384615384615, 0.155163933160532, 0.469615384615384, 0.2225174150488, 0.655, 0.285912305006003, 0.955384615384616, 1.41673758495191, 3.92576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1095, '2022-03-27 00:00:00', 0.126647299464057, 0.306538461538461, 0.171503756406495, 0.438461538461537, 0.256211751366837, 0.602692307692308, 0.276863754329704, 0.941538461538462, 1.5130179723372, 3.88076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1110, '2022-03-27 00:00:00', 0.11730105908106, 0.303461538461539, 0.156299515231297, 0.451538461538462, 0.227194596360443, 0.605769230769231, 0.262651860834832, 0.945, 1.49994071677722, 3.87307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1125, '2022-03-27 00:00:00', 0.098437016177077, 0.315384615384615, 0.132058844692578, 0.426538461538461, 0.170552495866093, 0.538076923076923, 0.298680431230438, 0.925, 1.57532223809802, 4.04807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1140, '2022-03-27 00:00:00', 0.12605310236319, 0.28423076923077, 0.169451604164275, 0.424615384615385, 0.166687178225007, 0.526153846153846, 0.321201829671962, 0.921153846153846, 1.58522044087056, 4.06961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1155, '2022-03-27 00:00:00', 0.135401397561245, 0.308461538461539, 0.127177646802234, 0.366923076923078, 0.11944229375921, 0.507692307692308, 0.612783435204918, 1.40653846153846, 1.58929747421257, 4.11230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1170, '2022-03-27 00:00:00', 0.0711444900293658, 0.238461538461539, 0.125198304240175, 0.368846153846154, 0.120401891117272, 0.483846153846154, 0.611619288320892, 1.49692307692308, 1.58528371641749, 4.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1185, '2022-03-27 00:00:00', 0.123918707844483, 0.280384615384616, 0.116482418613944, 0.378076923076923, 0.176569010261187, 0.496153846153846, 0.600365017173848, 1.57307692307692, 1.58037463912833, 4.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1200, '2022-03-27 00:00:00', 0.0750558766212517, 0.244230769230769, 0.107033423967254, 0.321923076923077, 0.189810026483972, 0.459615384615384, 0.630337638461753, 1.59846153846154, 1.56708587953761, 4.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1215, '2022-03-27 00:00:00', 0.082619610262939, 0.224999999999999, 0.156211395230949, 0.334999999999999, 0.201512740578318, 0.469230769230768, 0.635467120737542, 1.66230769230769, 1.55067270761881, 4.23461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1230, '2022-03-27 00:00:00', 0.105800974257547, 0.245384615384616, 0.116638165016694, 0.332692307692308, 0.161565418996097, 0.460769230769231, 0.64189299371828, 1.67115384615385, 1.54873193787195, 4.27115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1245, '2022-03-27 00:00:00', 0.0832013313502951, 0.232307692307691, 0.11879393923934, 0.339999999999999, 0.163760143549597, 0.474230769230768, 0.701348700718836, 1.695, 1.55174680726147, 4.30692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1260, '2022-03-27 00:00:00', 0.0911229093882795, 0.250769230769231, 0.138792595679253, 0.360769230769231, 0.177049753980669, 0.468846153846154, 0.692919797778824, 1.71461538461538, 1.5527145955985, 4.31884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1275, '2022-03-27 00:00:00', 0.110180970016814, 0.250384615384615, 0.125365312341419, 0.322692307692308, 0.173390178055604, 0.461923076923077, 0.686078376325575, 1.72346153846154, 1.55283799739504, 4.31538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1290, '2022-03-27 00:00:00', 0.0630115984439484, 0.242307692307692, 0.103700752908772, 0.314615384615385, 0.157182892003111, 0.457692307692308, 0.685764256420977, 1.73384615384615, 1.55022048059672, 4.32346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1305, '2022-03-27 00:00:00', 0.0937008332612166, 0.230384615384616, 0.138788161765167, 0.336923076923077, 0.184097382256908, 0.500384615384616, 0.680441485643413, 1.74384615384615, 1.5520053528853, 4.32384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1320, '2022-03-27 00:00:00', 0.0940965134643893, 0.243076923076923, 0.12021839101594, 0.342692307692308, 0.187370878617372, 0.540384615384616, 0.666723446300003, 1.73807692307692, 1.55176628890584, 4.32884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1335, '2022-03-27 00:00:00', 0.0831976331024275, 0.254615384615384, 0.106092122523486, 0.366538461538462, 0.564515312867187, 1.17153846153846, 0.637384076941415, 1.72769230769231, 1.54989036833131, 4.32807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1350, '2022-03-27 00:00:00', 0.0859740569098516, 0.263461538461539, 0.112873652986255, 0.382692307692308, 0.557071463444876, 1.25384615384615, 0.63290745465182, 1.71961538461538, 1.53867795400917, 4.32461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 2, 1365, '2022-03-27 00:00:00', 0.071816004215902, 0.258461538461539, 0.524241870191173, 1.09846153846154, 0.5013128917, 1.32884615384615, 0.608809178137629, 1.72615384615385, 1.53107669505934, 4.32961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 990, '2022-03-27 00:00:00', 0.311873988359697, 0.74423076923077, 0.362446600841474, 0.893461538461538, 0.332611115036997, 1.07307692307692, 0.426354132328802, 1.52538461538462, 1.52999994972348, 4.17038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1005, '2022-03-27 00:00:00', 0.191003825978595, 0.592307692307692, 0.235763897542892, 0.763846153846153, 0.29108418026406, 1.005, 0.391747956648738, 1.37769230769231, 1.58307101740694, 4.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1020, '2022-03-27 00:00:00', 0.0908193473118687, 0.478076923076923, 0.155706331080215, 0.652692307692308, 0.260887243548154, 0.876923076923077, 0.397713658108638, 1.28807692307692, 1.59207305591942, 4.03615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1035, '2022-03-27 00:00:00', 0.125156517393838, 0.448076923076923, 0.223265623107407, 0.633461538461539, 0.276998194939968, 0.81, 0.366595144539586, 1.23, 1.6317160857868, 3.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1050, '2022-03-27 00:00:00', 0.157269000319638, 0.361538461538462, 0.159767138240436, 0.458461538461539, 0.218294437717643, 0.687307692307692, 0.389821260816564, 1.15384615384615, 1.64801927733311, 3.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1065, '2022-03-27 00:00:00', 0.102848656548572, 0.354615384615384, 0.191661560690071, 0.523076923076923, 0.187598999505287, 0.695769230769231, 0.396062932062376, 1.14538461538462, 1.65660431188436, 3.92461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1080, '2022-03-27 00:00:00', 0.174408891798731, 0.347692307692308, 0.169464314373716, 0.486923076923077, 0.210575767471364, 0.626923076923076, 0.432282848998734, 1.07269230769231, 1.67424053965235, 3.89423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1095, '2022-03-27 00:00:00', 0.131612484794742, 0.315384615384615, 0.158950887431889, 0.444230769230769, 0.222346922277225, 0.563076923076922, 0.558197649031788, 1.09384615384615, 1.67760727044388, 3.89307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1110, '2022-03-27 00:00:00', 0.087814489780358, 0.299230769230769, 0.119262477173412, 0.386538461538461, 0.170129814689119, 0.518076923076922, 0.570957225933917, 1.08807692307692, 1.67659054218788, 3.90038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1125, '2022-03-27 00:00:00', 0.0607491690351533, 0.257692307692307, 0.109556448393582, 0.361153846153846, 0.172518003519812, 0.532307692307693, 0.5645463801891, 1.07384615384615, 1.6777206607134, 4.09884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1140, '2022-03-27 00:00:00', 0.128951392154027, 0.282692307692308, 0.13988346798455, 0.399230769230769, 0.212640903511422, 0.558076923076923, 0.587434579008918, 1.07923076923077, 1.66193066596099, 4.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1155, '2022-03-27 00:00:00', 0.112587060330423, 0.279615384615385, 0.160970135787309, 0.39923076923077, 0.232688963739482, 0.548076923076923, 0.78643538538434, 1.66615384615385, 1.59163138368734, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1170, '2022-03-27 00:00:00', 0.116925354228834, 0.276538461538462, 0.162685633614696, 0.358846153846153, 0.209950910013233, 0.500769230769231, 0.799774583626777, 1.67923076923077, 1.59946034168259, 4.27423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1185, '2022-03-27 00:00:00', 0.106100822877981, 0.24576923076923, 0.161187897999629, 0.358461538461537, 0.151202360583933, 0.443076923076923, 0.828618962259123, 1.81576923076923, 1.61235980905199, 4.29192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1200, '2022-03-27 00:00:00', 0.0823659750513157, 0.261923076923076, 0.110667902371846, 0.339230769230769, 0.176026658820148, 0.465769230769231, 0.800439879066505, 1.83, 1.64150981158763, 4.31230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1215, '2022-03-27 00:00:00', 0.0971723290780937, 0.227692307692307, 0.10059897537328, 0.301923076923077, 0.224469631319285, 0.518846153846153, 0.77400218644096, 1.89076923076923, 1.64576178293028, 4.31961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1230, '2022-03-27 00:00:00', 0.0597546264703871, 0.208846153846154, 0.129553077925614, 0.33, 0.226040159808283, 0.503076923076923, 0.772050616116687, 1.87692307692308, 1.64755823989507, 4.32192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1245, '2022-03-27 00:00:00', 0.111104247651267, 0.258076923076924, 0.215466577811609, 0.424615384615384, 0.252337076150137, 0.525, 0.767309485249496, 1.87961538461538, 1.64720780063158, 4.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1260, '2022-03-27 00:00:00', 0.233157919412178, 0.338846153846153, 0.237725439562923, 0.415769230769231, 0.330672042967047, 0.54, 0.940611585005285, 1.95692307692308, 1.64133866565819, 4.32615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1275, '2022-03-27 00:00:00', 0.129215383699524, 0.263846153846154, 0.189699357283692, 0.365384615384615, 0.403785358061204, 0.548846153846153, 0.89758033709438, 1.93230769230769, 1.66580177045816, 4.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1290, '2022-03-27 00:00:00', 0.150578372131743, 0.295384615384616, 0.271321835578227, 0.386538461538462, 0.479535191617883, 0.585, 0.898115719801098, 1.93961538461538, 1.68114782217389, 4.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1305, '2022-03-27 00:00:00', 0.149075613235494, 0.243461538461539, 0.293601771111824, 0.394999999999999, 0.385818809606471, 0.518076923076924, 0.912070257077903, 1.89807692307692, 1.69363409907172, 4.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1320, '2022-03-27 00:00:00', 0.19437038394222, 0.279615384615384, 0.302723280596958, 0.375769230769231, 0.296838987694313, 0.48423076923077, 0.910219669175439, 1.89961538461538, 1.69040172740092, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1335, '2022-03-27 00:00:00', 0.147466815041424, 0.252307692307693, 0.169261290953911, 0.335769230769232, 0.75002943531981, 1.28192307692308, 0.917388936895612, 1.90230769230769, 1.6866410862558, 4.31692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1350, '2022-03-27 00:00:00', 0.103180200843736, 0.246923076923077, 0.133736825375581, 0.341538461538462, 0.754906922433793, 1.36269230769231, 0.913797907299319, 1.91115384615385, 1.68054936072885, 4.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 3, 1365, '2022-03-27 00:00:00', 0.0787918387027093, 0.258076923076923, 0.72033891595981, 1.22192307692308, 0.741560931673598, 1.50384615384615, 0.90628608150984, 1.89769230769231, 1.67285702179972, 4.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 990, '2022-03-27 00:00:00', 0.419083126201314, 0.851599999999999, 0.517302941547149, 1.0224, 0.666833312505207, 1.296, 0.911170858474597, 1.6964, 1.71672896327094, 4.186 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1005, '2022-03-27 00:00:00', 0.291325705468409, 0.5896, 0.474595617341754, 0.849199999999999, 0.469965601578101, 1.0752, 0.841956649715411, 1.4992, 1.64776333252078, 4.1164 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1020, '2022-03-27 00:00:00', 0.258380855843979, 0.6024, 0.335789120331993, 0.7872, 0.382514923456153, 0.9752, 0.835361797865651, 1.4272, 1.63911592024481, 4.1052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1035, '2022-03-27 00:00:00', 0.174501193883214, 0.4544, 0.243154957451691, 0.640799999999999, 0.294181349964045, 0.8048, 0.687178530902512, 1.2668, 1.55956959874618, 4.0064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1050, '2022-03-27 00:00:00', 0.1624551220081, 0.402, 0.181377139316581, 0.5168, 0.71905563067123, 0.8908, 0.696299743884294, 1.172, 1.55240587476343, 3.9784 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1065, '2022-03-27 00:00:00', 0.13738631664034, 0.384, 0.204917056391116, 0.549200000000001, 0.721185366832503, 0.87, 0.683052706604695, 1.1388, 1.55292466011716, 3.952 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1080, '2022-03-27 00:00:00', 0.179992592440171, 0.3616, 0.727350671959544, 0.6384, 0.716028863477816, 0.7584, 0.672549130795165, 1.1016, 1.55361642627773, 3.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1095, '2022-03-27 00:00:00', 0.119029134175666, 0.318749999999999, 0.215122142588538, 0.424166666666667, 0.20161979932105, 0.52375, 0.26236797922334, 0.9325, 1.57038050406143, 3.85416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1110, '2022-03-27 00:00:00', 0.12259793482432, 0.289583333333333, 0.126979971032749, 0.367499999999999, 0.1604522593678, 0.518333333333334, 0.259045069102053, 0.92, 1.56866872155054, 3.86208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1125, '2022-03-27 00:00:00', 0.427697322881498, 0.368000000000001, 0.416065699940127, 0.4576, 0.398278796824537, 0.5852, 0.480440076041401, 1.0168, 1.54816644238704, 4.0188 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1140, '2022-03-27 00:00:00', 0.272662662526851, 0.306666666666666, 0.299724511191019, 0.405, 0.278223856800155, 0.525416666666667, 0.480958998222316, 1.04208333333333, 1.44035315466205, 3.94458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1155, '2022-03-27 00:00:00', 0.172256444316884, 0.28875, 0.246746951290212, 0.393333333333334, 0.238979942763986, 0.48625, 0.657329770766722, 1.58041666666667, 1.39879036769404, 3.95333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1170, '2022-03-27 00:00:00', 0.144568322948009, 0.28, 0.1930915154359, 0.3848, 0.266572691774682, 0.4988, 0.747624460095664, 1.7244, 1.45492978066526, 4.0896 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1185, '2022-03-27 00:00:00', 0.152847418471275, 0.260400000000001, 0.156979828852838, 0.3348, 0.238357574524774, 0.466800000000001, 0.773640097202827, 1.8424, 1.45801234562674, 4.084 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1200, '2022-03-27 00:00:00', 0.162663251330266, 0.2452, 0.22523543238132, 0.3432, 0.248856049420811, 0.4372, 0.769542721361199, 1.8928, 1.47169596044835, 4.0816 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1215, '2022-03-27 00:00:00', 0.0846108740056505, 0.2256, 0.119891617722008, 0.303600000000001, 0.160600954750171, 0.4348, 0.749622127030235, 1.884, 1.46959143982265, 4.0736 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1230, '2022-03-27 00:00:00', 0.100983497001573, 0.2132, 0.133135269556943, 0.292, 0.165401531633375, 0.4192, 0.781019632702448, 1.886, 1.45776335528096, 4.0836 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1245, '2022-03-27 00:00:00', 0.099079092984679, 0.236, 0.137143477181138, 0.346, 0.176330182706573, 0.4644, 0.766742460021617, 1.9276, 1.41674297833681, 4.1024 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1260, '2022-03-27 00:00:00', 0.103682206766638, 0.249999999999999, 0.139812970309147, 0.3168, 0.169059161242447, 0.446799999999999, 0.780233512054778, 1.9332, 1.40669233783842, 4.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1275, '2022-03-27 00:00:00', 0.0772700890815238, 0.2196, 0.133032577463817, 0.3168, 0.152317650542104, 0.4744, 0.793916872222779, 1.9304, 1.39307214457831, 4.102 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1290, '2022-03-27 00:00:00', 0.0956521475625777, 0.210799999999999, 0.112898184219233, 0.297199999999999, 0.173111717300322, 0.4552, 0.786139724646114, 1.9064, 1.37803700966266, 4.0912 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1305, '2022-03-27 00:00:00', 0.103743272874277, 0.2272, 0.121603179782987, 0.3396, 0.249666444147653, 0.506, 0.792206833261786, 1.886, 1.39216833273375, 4.0992 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1320, '2022-03-27 00:00:00', 0.0796617850666174, 0.2428, 0.0990908673894831, 0.3224, 0.21011346141232, 0.5532, 0.760009210470505, 1.8584, 1.38272171217976, 4.0812 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1335, '2022-03-27 00:00:00', 0.0734325086956273, 0.2256, 0.169610337735253, 0.3552, 0.577482178657201, 1.1476, 0.742913633383226, 1.8496, 1.37782098498559, 4.0764 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1350, '2022-03-27 00:00:00', 0.121321885906872, 0.2676, 0.171525508307072, 0.4028, 0.64485140407177, 1.332, 0.761752365711237, 1.84, 1.36746029802209, 4.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 4, 1365, '2022-03-27 00:00:00', 0.110086329759874, 0.2624, 0.560733745491863, 1.0784, 0.696759882121045, 1.4808, 0.779853191312313, 1.8272, 1.35657251925579, 4.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 990, '2022-03-27 00:00:00', 0.293849734841919, 0.783199999999999, 0.406922597062389, 1.0388, 0.49851445983709, 1.304, 0.685240347128898, 1.6728, 1.36842646861276, 4.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1005, '2022-03-27 00:00:00', 0.234449710314743, 0.64, 0.340416411668611, 0.872000000000001, 0.423220982466607, 1.0408, 0.582186396268412, 1.4708, 1.31287686652887, 4.0296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1020, '2022-03-27 00:00:00', 0.217545397561061, 0.525200000000001, 0.246981780704569, 0.658000000000001, 0.320750681994598, 0.856800000000001, 0.543036831163412, 1.3084, 1.26188443739248, 3.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1035, '2022-03-27 00:00:00', 0.21095023109729, 0.456, 0.300711378789252, 0.6476, 0.320729377097473, 0.8344, 0.564490921096167, 1.256, 1.25927320308184, 3.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1050, '2022-03-27 00:00:00', 0.160563590725503, 0.4084, 0.174523159876657, 0.534000000000001, 0.28927898875192, 0.736400000000001, 0.573657853893184, 1.136, 1.19116791427573, 3.8632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1065, '2022-03-27 00:00:00', 0.151049660707993, 0.359200000000001, 0.238257563713445, 0.536000000000001, 0.308811161283612, 0.723200000000001, 0.556405727265035, 1.1204, 1.19004579743806, 3.8556 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1080, '2022-03-27 00:00:00', 0.168520028483263, 0.3864, 0.230005072407835, 0.552400000000001, 0.269797454892863, 0.676400000000002, 0.497159263549754, 1.0744, 1.15161726859809, 3.8116 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1095, '2022-03-27 00:00:00', 0.182654500811413, 0.3428, 0.173205080756888, 0.452000000000001, 0.208712721222258, 0.601200000000001, 0.471297146182745, 1.0072, 1.19545904711677, 3.7716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1110, '2022-03-27 00:00:00', 0.114029236017202, 0.298800000000001, 0.169625076762449, 0.413200000000001, 0.181078251961227, 0.5232, 0.478966595912492, 0.9756, 1.19263741346647, 3.7656 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1125, '2022-03-27 00:00:00', 0.1245899942478, 0.2532, 0.165264434568764, 0.3696, 0.175321609240467, 0.4728, 0.478200446117177, 0.935599999999999, 1.281216609321, 4.0492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1140, '2022-03-27 00:00:00', 0.115907728168899, 0.277916666666667, 0.119900320919178, 0.3575, 0.184520039365746, 0.512916666666666, 0.467132596078288, 0.982916666666667, 1.08453255809368, 4.2225 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1155, '2022-03-27 00:00:00', 0.070682388188289, 0.2472, 0.117831801027284, 0.3548, 0.317764587915857, 0.5408, 0.691532597448112, 1.4944, 1.34469798343965, 4.1328 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1170, '2022-03-27 00:00:00', 0.102936873859663, 0.257200000000001, 0.17007057358638, 0.3736, 0.422095170942922, 0.546800000000001, 0.701006894878122, 1.5424, 1.35239294092607, 4.148 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1185, '2022-03-27 00:00:00', 0.127667536985719, 0.266399999999999, 0.3249358911129, 0.381999999999999, 0.443924918576705, 0.5388, 0.741583441023328, 1.6728, 1.33974661783488, 4.1572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1200, '2022-03-27 00:00:00', 0.0735241259822192, 0.206666666666666, 0.0863249254481179, 0.292083333333333, 0.204086866984041, 0.435833333333333, 0.752879977731886, 1.6875, 1.33629815296706, 4.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1215, '2022-03-27 00:00:00', 0.0883176086632775, 0.240000000000001, 0.181075690795592, 0.348333333333334, 0.236504971299283, 0.467083333333335, 0.745792060229558, 1.77333333333333, 1.34504020466821, 4.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1230, '2022-03-27 00:00:00', 0.13753984929804, 0.230416666666668, 0.168561153053841, 0.327083333333334, 0.215042547188804, 0.462083333333335, 0.742700590188715, 1.79708333333333, 1.33077263163226, 4.09083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1245, '2022-03-27 00:00:00', 0.0961646760902155, 0.249583333333333, 0.140185565425343, 0.345416666666667, 0.211665240209731, 0.462500000000001, 0.755583563703665, 1.8275, 1.33331884050094, 4.09 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1260, '2022-03-27 00:00:00', 0.119120417700088, 0.243750000000001, 0.16393209534456, 0.350416666666667, 0.216326377146375, 0.438333333333334, 0.744459608505157, 1.88125, 1.3361492908864, 4.08916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1275, '2022-03-27 00:00:00', 0.108614462431461, 0.241666666666667, 0.149489469359133, 0.319166666666667, 0.209448897298865, 0.435833333333333, 0.745606940783767, 1.92416666666667, 1.32357381544345, 4.09041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1290, '2022-03-27 00:00:00', 0.0848015586403111, 0.225, 0.117120494128601, 0.300416666666666, 0.173338384820483, 0.41875, 0.728535855503091, 1.94583333333333, 1.32240715681888, 4.07291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1305, '2022-03-27 00:00:00', 0.08937788203522, 0.218333333333333, 0.140214638777613, 0.309166666666667, 0.149781846193975, 0.414583333333333, 0.697685615009585, 1.935, 1.33174506852334, 4.07333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1320, '2022-03-27 00:00:00', 0.083074961783695, 0.233333333333334, 0.115888971102467, 0.310416666666668, 0.135148200993887, 0.450416666666667, 0.693975629192439, 1.9225, 1.35295322444504, 4.06708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1335, '2022-03-27 00:00:00', 0.080067905962486, 0.2175, 0.0930131672149829, 0.309166666666666, 0.611320144311129, 1.17083333333333, 0.669870066353992, 1.91708333333333, 1.33228119719742, 4.05916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1350, '2022-03-27 00:00:00', 0.0831403562692609, 0.240833333333332, 0.129623199748516, 0.3425, 0.632862716069848, 1.2425, 0.664082673393494, 1.91833333333333, 1.32900249997039, 4.05291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 5, 1365, '2022-03-27 00:00:00', 0.0981951754930899, 0.281739130434783, 0.585187379199777, 1.16521739130435, 0.62324155792573, 1.42869565217391, 0.568369486793394, 1.99434782608696, 1.08696171540261, 4.20304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 990, '2022-03-27 00:00:00', 0.47043164099979, 0.738260869565218, 0.582162725305544, 0.959565217391305, 0.598784671650797, 1.28391304347826, 0.552254094579875, 1.73869565217391, 1.13679756142075, 3.99217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1005, '2022-03-27 00:00:00', 0.290311948889439, 0.60913043478261, 0.344351943321894, 0.843478260869565, 0.375024109896886, 1.12608695652174, 0.452706398236155, 1.54608695652174, 1.07396829801365, 3.90478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1020, '2022-03-27 00:00:00', 0.217231047650286, 0.485652173913043, 0.263188115593625, 0.660434782608695, 0.282878345058026, 0.897391304347826, 0.415613742083555, 1.34434782608696, 1.01982987033469, 3.82434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1035, '2022-03-27 00:00:00', 0.188039605617095, 0.379565217391303, 0.188063776920819, 0.590434782608695, 0.243338116075509, 0.749565217391304, 0.479901999218335, 1.25173913043478, 1.00537468680565, 3.79347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1050, '2022-03-27 00:00:00', 0.178242407219005, 0.393913043478261, 0.202235529732455, 0.519130434782609, 0.310274645646765, 0.71608695652174, 0.479940707800404, 1.17608695652174, 0.992251800887071, 3.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1065, '2022-03-27 00:00:00', 0.15199594336172, 0.311304347826087, 0.211894335663242, 0.460869565217392, 0.299915666670858, 0.703043478260871, 0.48474393223835, 1.11695652173913, 1.0000964380376, 3.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1080, '2022-03-27 00:00:00', 0.17008600475012, 0.317391304347826, 0.237212068026464, 0.478260869565218, 0.290207095197149, 0.682608695652176, 0.467960844279365, 1.07347826086957, 0.993216119920315, 3.76347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026874, 1, 1095, '2022-03-27 00:00:00', 0.144463023702923, 0.318260869565218, 0.168435019313756, 0.496086956521739, 0.234645473051826, 0.626956521739131, 0.414371756481025, 1.03304347826087, 1.01251008876055, 3.75304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026874 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:12 Duration: 1s114ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1110, '2022-03-27 00:00:00', 0.457984715902183, 0.902500000000001, 0.592491515257536, 1.18875, 0.949709242309206, 1.70541666666667, 1.1385802721951, 2.84208333333334, 4.70154875423044, 11.1795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1125, '2022-03-27 00:00:00', 0.521619377863131, 0.822083333333336, 0.68954182961051, 1.18375, 0.843917710117091, 1.60166666666667, 1.2191353998586, 2.80041666666667, 5.46775548099949, 11.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1140, '2022-03-27 00:00:00', 0.497462401171897, 0.835833333333331, 0.620531416715088, 1.17375, 0.760236304796365, 1.48875, 1.3355734126508, 2.90458333333333, 5.49527722131745, 12.0325 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1155, '2022-03-27 00:00:00', 0.425310628170496, 0.8075, 0.559717837817428, 1.08166666666667, 0.846703646630503, 1.46125, 1.54124432131022, 4.43916666666667, 5.49631482271847, 12.08625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1170, '2022-03-27 00:00:00', 0.388933649942985, 0.685416666666664, 0.541627813545241, 0.967083333333329, 0.78898933241627, 1.52541666666666, 1.81248968013054, 4.80333333333333, 5.4181055669655, 12.08375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1185, '2022-03-27 00:00:00', 0.382654487131326, 0.703749999999996, 0.650121504808519, 1.06833333333333, 0.794945878205155, 1.55458333333333, 1.83623413460851, 4.97416666666666, 5.43867144635979, 12.1308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1200, '2022-03-27 00:00:00', 0.558405467977051, 0.775833333333335, 0.667602242074724, 1.14833333333334, 0.835728875666742, 1.54583333333334, 1.8405716956062, 5.09208333333333, 5.53299844018868, 12.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1215, '2022-03-27 00:00:00', 0.484208602788608, 0.843333333333334, 0.576842354070226, 1.07083333333333, 0.864506959259845, 1.49375, 1.82131024663366, 5.11666666666666, 5.64952531031449, 12.3983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1230, '2022-03-27 00:00:00', 0.348218811352449, 0.699583333333329, 0.637735463761527, 0.972499999999998, 0.826518694388645, 1.41875, 1.84072405216857, 5.09958333333333, 5.64315654229701, 12.39375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1245, '2022-03-27 00:00:00', 0.512406760694855, 0.697083333333334, 0.677796942787569, 1.025, 0.883289307078939, 1.405, 1.83956989301966, 5.165, 5.70247999380183, 12.4254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1260, '2022-03-27 00:00:00', 0.554294008470316, 0.78375, 0.731829155639129, 1.06, 0.844333949832991, 1.37291666666667, 1.79965032835488, 5.2425, 5.79645542301625, 12.4720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1275, '2022-03-27 00:00:00', 0.407324026198853, 0.744583333333339, 0.455610555475692, 0.966250000000003, 0.556292072175417, 1.265, 1.8367267178957, 5.36791666666667, 5.81226532953112, 12.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1290, '2022-03-27 00:00:00', 0.392712602809989, 0.656666666666668, 0.434310214384651, 0.915833333333334, 0.60984302446839, 1.30041666666667, 1.84517054708395, 5.3625, 5.82286682654774, 12.5070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1305, '2022-03-27 00:00:00', 0.450217137628605, 0.717916666666665, 0.523540760147893, 0.949166666666668, 0.813024301292869, 1.46541666666667, 1.87279101761306, 5.39375, 5.84478324005163, 12.5304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1320, '2022-03-27 00:00:00', 0.403500758758694, 0.709583333333333, 0.495670933092757, 0.998749999999999, 0.942877187816282, 1.97, 1.91489413942844, 5.4175, 5.85235732264222, 12.5558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1335, '2022-03-27 00:00:00', 0.482014943541278, 0.81583333333333, 0.66308184730988, 1.24083333333333, 1.57810471539553, 3.83166666666667, 1.93854677192905, 5.50375, 5.85598577389477, 12.5729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1350, '2022-03-27 00:00:00', 0.563171660189482, 0.911666666666668, 0.86486825670114, 1.63166666666666, 1.83237056406666, 4.21916666666667, 1.92606337089299, 5.49375, 5.87716656011741, 12.5445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1365, '2022-03-27 00:00:00', 0.698540403736374, 1.2825, 1.42160732669199, 3.5575, 1.75973482850873, 4.35166666666666, 1.90341264841466, 5.48333333333333, 5.89017259103448, 12.49875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 990, '2022-03-27 00:00:00', 1.04664063335255, 2.53615384615385, 1.34180979965923, 3.15846153846154, 1.28158723704391, 3.59461538461538, 1.80767628143469, 4.75153846153846, 5.82295024351587, 12.3715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1005, '2022-03-27 00:00:00', 0.681230222013534, 1.89115384615385, 0.900658904102134, 2.35230769230769, 0.929674881136077, 2.86076923076923, 1.75536334174394, 4.27269230769231, 5.85217499344015, 12.2180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1020, '2022-03-27 00:00:00', 0.663997335490485, 1.57269230769231, 0.791429475938707, 2.07615384615384, 0.912721458901053, 2.44730769230769, 1.82337911159895, 3.93923076923077, 5.70581960673621, 12.1257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1035, '2022-03-27 00:00:00', 0.599260056556929, 1.38384615384615, 0.686983148376908, 1.74461538461538, 0.776918667161897, 2.23115384615385, 1.68532767870684, 3.62423076923077, 5.51751071240813, 11.9626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1050, '2022-03-27 00:00:00', 0.350756544979784, 1.15307692307692, 0.701847232994147, 1.58153846153846, 0.77395895339382, 2.12730769230769, 1.67814022518519, 3.49115384615385, 5.43835099441564, 11.9615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1065, '2022-03-27 00:00:00', 0.546666682301441, 1.10730769230769, 0.630846683800065, 1.55346153846154, 0.64756348070167, 1.98230769230769, 1.5129185752659, 3.26884615384615, 5.38783223141238, 11.9319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1080, '2022-03-27 00:00:00', 0.374743399387655, 1.12384615384615, 0.445027397600851, 1.37576923076923, 0.626764708642724, 1.845, 1.46083627261395, 3.12115384615385, 5.53544240466691, 11.8888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1095, '2022-03-27 00:00:00', 0.408498940776333, 1.03923076923077, 0.485709631522629, 1.41461538461539, 0.828209189479603, 1.84230769230769, 1.44024228730927, 2.97461538461539, 5.69868639384417, 11.8611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1110, '2022-03-27 00:00:00', 0.39469033626181, 1.04269230769231, 0.57817165404269, 1.33230769230769, 0.919051434067509, 1.80653846153846, 1.45945384937707, 2.84846153846154, 6.02298685166958, 11.8088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1125, '2022-03-27 00:00:00', 0.455264758135307, 0.944999999999999, 0.662141630213308, 1.29653846153846, 0.929550428970909, 1.74, 1.34139428036078, 2.70115384615385, 6.15860823438343, 12.4807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1140, '2022-03-27 00:00:00', 0.558391784158202, 0.954230769230772, 0.713769193464149, 1.29769230769231, 0.886377676058788, 1.72576923076923, 1.31787941551803, 2.86692307692308, 6.21845576922809, 12.6619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1155, '2022-03-27 00:00:00', 0.390068435810161, 0.875769230769229, 0.499387470962022, 1.19961538461539, 0.656300587793781, 1.5523076923077, 3.22664503065431, 4.95307692307692, 6.01629930975972, 12.9357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1170, '2022-03-27 00:00:00', 0.396759954554972, 0.847692307692307, 0.427193344805551, 1.09692307692308, 0.71157895934648, 1.58615384615384, 3.17420470960232, 5.14346153846154, 5.99114244916225, 12.9496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1185, '2022-03-27 00:00:00', 0.408831731419399, 0.820769230769234, 0.501168480806449, 1.11538461538462, 0.816391780006105, 1.59653846153846, 3.21793658205905, 5.31038461538462, 5.99367421665414, 13.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1200, '2022-03-27 00:00:00', 0.318809564570358, 0.756538461538461, 0.634700292688185, 1.16730769230769, 1.0469549251924, 1.55884615384615, 3.27011916978807, 5.41076923076923, 6.06100580635057, 13.1692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1215, '2022-03-27 00:00:00', 0.480073071361178, 0.883076923076919, 0.708022272574484, 1.18346153846153, 0.965621123342979, 1.51192307692307, 3.25879845719483, 5.45923076923077, 6.0012203374365, 13.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1230, '2022-03-27 00:00:00', 0.347292162528675, 0.720384615384613, 0.490593518098233, 0.945, 0.544135871041276, 1.27961538461539, 3.2618365992183, 5.465, 5.99998765383345, 13.2103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1245, '2022-03-27 00:00:00', 0.374819135871404, 0.704230769230769, 0.421170530052399, 0.933846153846154, 0.524922411849157, 1.30346153846154, 3.23867012118341, 5.51192307692308, 6.0317540885397, 13.2657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1260, '2022-03-27 00:00:00', 0.34813724084266, 0.723461538461536, 0.436893403651109, 0.979615384615387, 0.691034119162113, 1.35192307692308, 3.22255123489736, 5.57730769230769, 6.0642935412005, 13.2919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1275, '2022-03-27 00:00:00', 0.349292912126117, 0.751538461538466, 0.476462122152593, 1.01807692307692, 0.801762673498453, 1.42923076923077, 3.21847907224229, 5.58653846153846, 6.20411431725258, 13.3976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1290, '2022-03-27 00:00:00', 0.393436340271399, 0.821923076923076, 0.570108356772237, 1.04346153846154, 0.818681585515114, 1.52346153846154, 3.21148882319999, 5.58269230769231, 6.26625443270416, 13.4361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1305, '2022-03-27 00:00:00', 0.42895938484448, 0.746923076923075, 0.588264723245736, 1.08076923076923, 0.868903553114723, 1.66423076923077, 3.14028024227138, 5.57, 6.23842224876179, 13.4180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1320, '2022-03-27 00:00:00', 0.463414916263366, 0.835769230769233, 0.682989469453675, 1.17884615384616, 0.958632680115075, 2.01384615384615, 3.10674759441198, 5.62384615384616, 6.22412528299853, 13.4065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1335, '2022-03-27 00:00:00', 0.516624100810697, 0.91730769230769, 0.61548792402076, 1.30576923076923, 3.09680351330206, 4.45, 3.11352236838947, 5.61846153846154, 6.21941753394467, 13.4376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1350, '2022-03-27 00:00:00', 0.346571116023157, 0.983461538461539, 0.572829414801244, 1.58153846153846, 3.05508071151093, 4.69692307692308, 3.10515997358244, 5.62769230769231, 6.20609721285322, 13.4488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 2, 1365, '2022-03-27 00:00:00', 0.573445188850148, 1.39076923076923, 3.07600490146654, 4.34307692307692, 3.09222660628476, 4.89423076923077, 3.10481036210191, 5.65076923076923, 6.22133719239991, 13.4673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 990, '2022-03-27 00:00:00', 0.8729662959394, 2.70692307692308, 0.964174018765047, 3.10653846153846, 1.04676622913693, 3.46653846153846, 1.36301701552673, 4.23076923076923, 5.48627228074414, 12.4365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1005, '2022-03-27 00:00:00', 0.652844191566054, 1.80153846153846, 0.774541154490835, 2.195, 0.874000264037981, 2.66269230769231, 1.15339818996537, 3.66076923076923, 5.48707753236218, 12.3196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1020, '2022-03-27 00:00:00', 0.387092515278471, 1.44615384615385, 0.674123020044446, 1.92538461538461, 0.853063619234543, 2.37153846153846, 1.1457842460348, 3.41153846153846, 5.4725589570567, 12.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1035, '2022-03-27 00:00:00', 0.56340557873866, 1.36538461538461, 0.707797559062892, 1.79576923076923, 0.731364162686101, 2.16153846153846, 1.15667913242378, 3.42115384615385, 5.45290257216635, 12.1723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1050, '2022-03-27 00:00:00', 0.38807156358272, 1.16653846153846, 0.388206130811967, 1.41, 0.717233681477768, 1.98192307692307, 1.39834825639175, 3.38461538461539, 5.46730535512274, 12.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1065, '2022-03-27 00:00:00', 0.350617257901635, 1.02730769230769, 0.622498687054531, 1.42615384615384, 0.760935861039143, 1.80923076923076, 1.47554469733931, 3.39807692307693, 5.46136991830945, 12.0457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1080, '2022-03-27 00:00:00', 0.57469242609885, 1.09076923076923, 0.621397927752724, 1.41076923076923, 0.639256900326766, 1.70576923076923, 1.39772744124168, 3.335, 5.41902352827518, 11.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1095, '2022-03-27 00:00:00', 0.265813121167135, 0.926153846153846, 0.410059095178318, 1.2326923076923, 0.575298183553537, 1.67, 1.53651538829312, 3.35653846153846, 5.41942581403659, 11.9419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1110, '2022-03-27 00:00:00', 0.345951752972311, 0.931153846153844, 0.465602174195292, 1.18576923076923, 0.664879977601508, 1.73423076923077, 1.66533581736999, 3.39923076923077, 5.43812480406761, 11.8842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1125, '2022-03-27 00:00:00', 0.342976114889381, 0.883846153846158, 0.390894044270508, 1.23307692307693, 0.633930959599275, 1.63269230769231, 1.64665236161128, 3.31, 6.19729202648531, 12.4973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1140, '2022-03-27 00:00:00', 0.289814794971919, 0.906153846153848, 0.457105441463329, 1.18423076923077, 0.605369817041297, 1.47615384615385, 1.64955551122579, 3.41423076923077, 6.41666086180224, 12.6361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1155, '2022-03-27 00:00:00', 0.355317626053952, 0.821153846153846, 0.405284325647296, 1.09923076923077, 0.540215341678312, 1.43615384615385, 3.12718059304839, 5.71769230769231, 6.41173809388807, 12.6442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1170, '2022-03-27 00:00:00', 0.290501952859844, 0.810769230769231, 0.410126622098401, 1.01038461538461, 0.516703158347377, 1.47692307692308, 3.02287842957669, 5.935, 6.40721229433014, 12.6742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1185, '2022-03-27 00:00:00', 0.266403106934989, 0.671153846153844, 0.51100444074542, 1.09846153846154, 0.642440539002521, 1.50538461538461, 2.98051882422146, 5.94730769230769, 6.40908749055109, 12.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1200, '2022-03-27 00:00:00', 0.383538986083751, 0.903076923076923, 0.417459164285746, 1.14192307692308, 0.624549560760518, 1.50692307692308, 2.86888817917593, 5.96076923076923, 6.40319559643104, 12.7053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1215, '2022-03-27 00:00:00', 0.25228585740416, 0.711923076923073, 0.498432157253739, 1.09115384615384, 0.934658144004455, 1.76538461538462, 2.70694858011463, 5.90884615384615, 6.40166301710855, 12.6642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1230, '2022-03-27 00:00:00', 0.361718972939792, 0.766153846153845, 0.429918060171403, 1.02846153846154, 1.0514117249606, 1.87884615384615, 2.71277130511331, 5.88192307692308, 6.39841961256539, 12.6484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1245, '2022-03-27 00:00:00', 0.321657486251351, 0.766538461538461, 0.905609272173248, 1.43807692307692, 1.13324727425897, 1.99576923076923, 2.73747339994101, 5.89615384615385, 6.38929234073575, 12.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1260, '2022-03-27 00:00:00', 0.943670737883965, 1.24230769230769, 1.05655412326327, 1.61884615384615, 1.23812438793524, 2.01, 2.65483781918102, 5.88961538461539, 6.35150269318517, 12.6623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1275, '2022-03-27 00:00:00', 0.824213191240826, 1.07923076923077, 0.874373973854349, 1.41538461538462, 1.27011356245749, 1.92730769230769, 2.49580164399214, 5.71538461538462, 6.31593940878034, 12.6011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1290, '2022-03-27 00:00:00', 0.64695892153509, 1.02961538461538, 0.945168849384149, 1.34807692307693, 1.46779148592498, 1.94038461538461, 2.49410973788552, 5.73076923076923, 6.31539467065629, 12.6346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1305, '2022-03-27 00:00:00', 0.402097003221859, 0.885000000000002, 0.745211689077984, 1.31269230769231, 1.01074656338007, 1.76384615384616, 2.49598807319636, 5.68269230769231, 6.30940928601573, 12.5615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1320, '2022-03-27 00:00:00', 0.602516262148873, 1.02461538461539, 0.881924120231529, 1.37307692307692, 0.909141691588618, 1.88884615384615, 2.47383741148474, 5.63653846153846, 6.31482608323764, 12.5573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1335, '2022-03-27 00:00:00', 0.573879644310413, 0.924615384615383, 0.57624353825845, 1.20384615384615, 2.53558092266538, 4.72115384615385, 2.47911811243123, 5.57115384615384, 6.31984592071187, 12.5526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1350, '2022-03-27 00:00:00', 0.433543716188063, 0.941923076923075, 0.627017972997214, 1.52653846153846, 2.46597476436024, 4.88653846153846, 2.41924082179641, 5.57307692307692, 6.24211311607264, 12.5280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 3, 1365, '2022-03-27 00:00:00', 0.591653744893202, 1.31307692307692, 2.40068083291771, 4.56269230769231, 2.30976722103865, 4.93615384615385, 2.31771731202525, 5.49846153846154, 6.22678220394648, 12.5138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 990, '2022-03-27 00:00:00', 1.13746399210407, 2.9392, 1.20843604161191, 3.2252, 1.2357773531938, 3.5604, 1.64360761740751, 4.4428, 6.20809680981216, 12.1308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1005, '2022-03-27 00:00:00', 0.591149445289994, 1.7192, 0.786256955454132, 2.246, 0.924982342173803, 2.6756, 1.56451451468712, 3.7384, 6.22009383637685, 11.7844 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1020, '2022-03-27 00:00:00', 0.707155805557255, 1.5688, 0.778893445857646, 1.982, 1.02634432169066, 2.4492, 1.65465021479869, 3.5556, 6.22475014224132, 11.6432 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1035, '2022-03-27 00:00:00', 0.493906873813271, 1.3524, 0.643167163340914, 1.7616, 0.974396052263489, 2.3068, 1.36836118526263, 3.3004, 6.24960932112293, 11.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1050, '2022-03-27 00:00:00', 0.380949252963345, 1.1484, 0.678097338145486, 1.5492, 0.973462377290461, 2.0496, 1.37828734304571, 3.0952, 6.24981727732899, 11.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1065, '2022-03-27 00:00:00', 0.503065602083863, 1.07, 0.794903138753397, 1.5328, 0.816875551517286, 1.8676, 1.42248116566325, 3.0488, 6.21899174571999, 11.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1080, '2022-03-27 00:00:00', 0.478195566687939, 1.0872, 0.475026315060544, 1.342, 0.542410668528313, 1.7148, 1.25691328260942, 2.9332, 6.21992127495732, 11.3404 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1095, '2022-03-27 00:00:00', 0.379561150101886, 0.948, 0.511501058975769, 1.242, 0.649229543382003, 1.7436, 1.27878158155853, 2.8736, 6.20340865976118, 11.3104 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1110, '2022-03-27 00:00:00', 0.402600712037784, 0.900400000000002, 0.485661061509634, 1.238, 0.70434437599799, 1.6852, 1.31068150212018, 2.8388, 6.14335136550075, 11.3492 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1125, '2022-03-27 00:00:00', 0.383199251912979, 0.933999999999999, 0.550098476032554, 1.324, 0.76789257061128, 1.6856, 1.48750495797493, 2.8628, 6.41523714812373, 12.7748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1140, '2022-03-27 00:00:00', 0.428727963476457, 0.980800000000002, 0.671098105098401, 1.2668, 0.855472578948814, 1.708, 1.67296861895255, 3.0736, 6.37720858474406, 12.8032 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1155, '2022-03-27 00:00:00', 0.406335247466094, 0.801999999999998, 0.514608912994452, 1.0984, 0.746663020824431, 1.4784, 2.67926917896155, 4.842, 6.28752237901915, 12.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1170, '2022-03-27 00:00:00', 0.474468825811205, 0.890400000000004, 0.632799863042546, 1.1824, 0.723130463102383, 1.4848, 2.7895399859714, 5.15, 6.28557960732342, 12.8612 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1185, '2022-03-27 00:00:00', 0.353205794591956, 0.787200000000005, 0.4444348471186, 1.02160000000001, 0.567367311947618, 1.37840000000001, 2.82971859613873, 5.2436, 6.24930630817, 12.9028 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1200, '2022-03-27 00:00:00', 0.351614372099127, 0.789200000000003, 0.423723573413923, 1.012, 0.733720428137767, 1.4304, 2.88658084937872, 5.3636, 6.23630945886, 12.9216 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1215, '2022-03-27 00:00:00', 0.354886366789892, 0.801200000000001, 0.437457426499996, 1.0776, 0.665494302505042, 1.4492, 2.95484303023584, 5.3984, 6.23474738862771, 12.978 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1230, '2022-03-27 00:00:00', 0.383141836226049, 0.823200000000002, 0.585576069638555, 1.0908, 0.625565877159769, 1.3792, 3.2021034753216, 5.49, 6.25391629301192, 12.9824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1245, '2022-03-27 00:00:00', 0.441568416744979, 0.8208, 0.473913845897476, 1.0388, 0.754959822330523, 1.3532, 3.40497430239936, 5.576, 6.24429878635971, 12.9544 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1260, '2022-03-27 00:00:00', 0.354714908999701, 0.836800000000003, 0.481946400892604, 1.0584, 0.745335942154051, 1.4744, 3.40724962396359, 5.592, 6.24160684439512, 12.9568 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1275, '2022-03-27 00:00:00', 0.309131579320739, 0.730399999999997, 0.590478054912568, 1.0532, 0.680734162503981, 1.4936, 3.41169542407681, 5.6436, 6.21082589784429, 12.972 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1290, '2022-03-27 00:00:00', 0.449156617079908, 0.781999999999999, 0.510645996100366, 1.1452, 0.565678059205648, 1.502, 3.52162807992743, 5.7168, 6.19870166513386, 13.0276 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1305, '2022-03-27 00:00:00', 0.350505349459893, 0.850400000000001, 0.427626004821972, 1.0916, 0.580566390116871, 1.4836, 3.42776773814485, 5.704, 6.13519649237088, 12.9988 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1320, '2022-03-27 00:00:00', 0.33207579456102, 0.840799999999998, 0.4418151951514, 1.0944, 0.784404657473851, 1.8136, 3.39657513779199, 5.6968, 6.09756858646679, 12.9752 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1335, '2022-03-27 00:00:00', 0.372407482918015, 0.8196, 0.492651668693678, 1.2116, 2.5715878363377, 4.1684, 3.40308056521343, 5.7764, 6.07864329709626, 12.9572 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1350, '2022-03-27 00:00:00', 0.392231649241448, 0.9796, 0.700912976053376, 1.5796, 2.65693884009399, 4.5336, 3.38065945243429, 5.782, 6.01982106600077, 12.9204 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 4, 1365, '2022-03-27 00:00:00', 0.570767027779287, 1.258, 2.61804812789987, 3.9148, 2.6929594624997, 4.5784, 3.3333180666317, 5.7252, 5.97408453237816, 12.9388 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 990, '2022-03-27 00:00:00', 0.996054215391911, 2.6964, 1.19025949551628, 3.2748, 1.30331308594673, 3.678, 2.03794888715754, 5.0476, 4.93538657722641, 12.5336 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1005, '2022-03-27 00:00:00', 0.746410744831558, 1.8204, 0.812208922219729, 2.312, 1.02900842238212, 2.786, 1.78029613641476, 4.3472, 4.88248304315199, 12.1464 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1020, '2022-03-27 00:00:00', 0.713080640601052, 1.6956, 0.993749297693676, 2.0928, 1.39873967079892, 2.5932, 1.79084868149155, 4.1984, 5.03722251510361, 12.1476 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1035, '2022-03-27 00:00:00', 0.645716656127127, 1.344, 0.721751342222514, 1.772, 1.21859892226004, 2.376, 1.54441607088245, 3.8228, 4.88843355960441, 12.0392 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1050, '2022-03-27 00:00:00', 0.47113444648706, 1.2652, 0.811994868620895, 1.6876, 1.0805720707107, 2.2212, 1.5856535981523, 3.6884, 4.85542178051162, 12.0496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1065, '2022-03-27 00:00:00', 0.730342385460405, 1.206, 1.05686249499797, 1.662, 1.09613685276976, 2.1192, 1.64286264388313, 3.5732, 4.86408614232931, 12.0456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1080, '2022-03-27 00:00:00', 0.595114274740575, 1.1388, 0.618671156592907, 1.4296, 0.922507091210327, 2.0412, 1.49702671986842, 3.4584, 4.81313196716372, 11.9068 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1095, '2022-03-27 00:00:00', 0.459356433865182, 0.994, 0.726877339491794, 1.5456, 0.852543840514962, 1.9268, 1.56692639691, 3.45, 4.89290551036226, 11.9092 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1110, '2022-03-27 00:00:00', 0.48343493185054, 1.1652, 0.59048652256706, 1.4408, 0.598581100046884, 1.7792, 1.55530039970847, 3.3852, 4.83436655623051, 11.824 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1125, '2022-03-27 00:00:00', 0.344113353417156, 0.878399999999999, 0.415742308006613, 1.148, 0.57407171445154, 1.692, 1.44242134389828, 3.3028, 4.67005174846418, 12.122 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1140, '2022-03-27 00:00:00', 0.417739153060857, 0.9168, 0.421225197093749, 1.2116, 0.681816690907463, 1.7264, 1.60193632832269, 3.392, 4.75391196805326, 12.1504 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1155, '2022-03-27 00:00:00', 0.317826996965329, 0.921599999999996, 0.463545035568281, 1.2836, 0.805888122921953, 1.7916, 2.4879715968368, 4.8812, 4.79266366439374, 12.126 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1170, '2022-03-27 00:00:00', 0.369124188677289, 0.901200000000002, 0.517256222775523, 1.2404, 0.764253012206473, 1.7508, 2.57200200881207, 5.2512, 4.74613175824973, 12.194 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1185, '2022-03-27 00:00:00', 0.481022175511, 0.893599999999999, 0.828336686780602, 1.322, 0.974498503504922, 1.7616, 2.66473125599312, 5.7152, 4.76691175360596, 12.1768 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1200, '2022-03-27 00:00:00', 0.545419496842783, 0.919583333333332, 0.502635806149134, 1.18416666666667, 0.792568746161056, 1.61, 2.82083282490951, 5.8575, 4.89015379785408, 12.2670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1215, '2022-03-27 00:00:00', 0.314241380036968, 0.852083333333334, 0.55413269482883, 1.1125, 0.807228102920682, 1.56791666666667, 2.91627057351869, 5.92416666666667, 4.9636347131127, 12.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1230, '2022-03-27 00:00:00', 0.489728555396778, 0.85083333333333, 0.648880306507998, 1.0925, 0.867625027535397, 1.60916666666667, 2.96446294962682, 5.97333333333334, 5.00011644791935, 12.2758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1245, '2022-03-27 00:00:00', 0.370246441625349, 0.819583333333333, 0.552976137546324, 1.16, 0.758441264814827, 1.62375, 2.99039522253439, 5.99875, 4.99799784188991, 12.2854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1260, '2022-03-27 00:00:00', 0.538524386163481, 0.904583333333335, 0.802270216323653, 1.25875, 0.85386419176062, 1.59666666666666, 2.94367560830954, 5.975, 5.0319677879375, 12.2795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1275, '2022-03-27 00:00:00', 0.488232541411112, 0.838333333333335, 0.569889386673832, 1.105, 0.881689336986972, 1.5275, 2.89919775885115, 5.92458333333334, 5.02458708376309, 12.2666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1290, '2022-03-27 00:00:00', 0.531429573230873, 0.865, 0.755650693782845, 1.18583333333333, 1.06871240081332, 1.60625, 2.85513112341343, 5.93541666666667, 5.00834244253916, 12.27375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1305, '2022-03-27 00:00:00', 0.427698381803232, 0.812916666666666, 0.574041734583368, 1.0925, 0.905559219488157, 1.64875, 3.03968200091172, 6.00333333333334, 4.91784592219935, 12.2479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1320, '2022-03-27 00:00:00', 0.385332295896504, 0.821249999999999, 0.603210612869387, 1.1925, 0.874795214131094, 1.94333333333334, 3.142023689013, 6.05208333333334, 4.93818159852389, 12.26125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1335, '2022-03-27 00:00:00', 0.418716984422032, 0.912500000000001, 0.598736441255212, 1.27625, 2.12995254080624, 4.1725, 3.150253239188, 6.08458333333334, 4.91200717556007, 12.2716666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1350, '2022-03-27 00:00:00', 0.528703637430161, 0.988333333333331, 0.798919106750138, 1.6775, 2.34213252883108, 4.5775, 3.16866150935526, 6.03375, 4.93602983983182, 12.2391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 5, 1365, '2022-03-27 00:00:00', 0.6684156241743, 1.41608695652174, 1.95242192760663, 4.13173913043478, 2.30358605128008, 5.18217391304348, 2.94929421449206, 6.23, 4.5369870380462, 12.7717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 990, '2022-03-27 00:00:00', 1.08606407631668, 2.41521739130435, 1.21061069748683, 3.02347826086956, 1.72215039305067, 3.77260869565218, 2.01516297558828, 4.98, 4.4969988235458, 11.865652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1005, '2022-03-27 00:00:00', 0.809465983142969, 1.58478260869565, 1.15358711899306, 2.39782608695652, 1.49458006316737, 2.97826086956522, 1.60633528364357, 4.31695652173913, 4.50754010371081, 11.6378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1020, '2022-03-27 00:00:00', 0.822407773221138, 1.71, 0.857331552728787, 2.02086956521739, 1.31020108283818, 2.59217391304348, 1.30718748863152, 3.93130434782609, 4.5360282377773, 11.5839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1035, '2022-03-27 00:00:00', 0.534336794799578, 1.14391304347827, 0.864306480190681, 1.69434782608696, 1.06438462244901, 2.25347826086957, 1.23572737057465, 3.54304347826087, 4.51955032916612, 11.5347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1050, '2022-03-27 00:00:00', 0.623598190790602, 1.26739130434783, 0.827637955255941, 1.60130434782609, 0.965886105283355, 2.15217391304348, 1.20478705907206, 3.50869565217391, 4.58225715476675, 11.5352173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1065, '2022-03-27 00:00:00', 0.520465738526791, 1.01130434782608, 0.664553700278131, 1.4595652173913, 0.835630693623976, 1.93173913043478, 1.24541705318485, 3.36, 4.5889243704239, 11.4478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1080, '2022-03-27 00:00:00', 0.485165714731563, 1.06304347826087, 0.593761041087277, 1.40391304347827, 0.733836364782148, 1.82391304347827, 1.14670140432108, 3.16826086956522, 4.60854079089508, 11.3613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026879, 1, 1095, '2022-03-27 00:00:00', 0.422893757857435, 0.888695652173914, 0.541540767774742, 1.29130434782609, 0.97723150937989, 1.77217391304348, 1.20930565123246, 2.99739130434783, 4.66597765005685, 11.3373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1026879 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:13 Duration: 974ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1110, '2022-03-27 00:00:00', 0.186220513666311, 0.277916666666667, 0.220588393009321, 0.406250000000001, 0.297948298209264, 0.564166666666668, 0.514552711346101, 0.980833333333333, 2.03206893747891, 3.75458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1125, '2022-03-27 00:00:00', 0.160094514656775, 0.249583333333333, 0.190466627606737, 0.345833333333334, 0.286497780551385, 0.50125, 0.568162560938482, 0.955000000000001, 2.01761517998174, 3.86333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1140, '2022-03-27 00:00:00', 0.189597208442728, 0.270833333333334, 0.260428854787248, 0.378333333333334, 0.293300805179326, 0.499166666666668, 0.649413894059175, 0.980833333333334, 2.01373958133848, 3.88083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1155, '2022-03-27 00:00:00', 0.14720339866902, 0.235833333333334, 0.179586885031626, 0.340833333333334, 0.290530499284486, 0.500833333333334, 1.15300238193753, 1.74833333333333, 2.03057498817667, 3.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1170, '2022-03-27 00:00:00', 0.134883202293204, 0.237499999999999, 0.161702334329274, 0.325416666666667, 0.306664795993032, 0.487916666666666, 1.3900140104601, 2.01791666666667, 2.02905949334568, 3.91708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1185, '2022-03-27 00:00:00', 0.127585577986482, 0.205416666666668, 0.219936996907513, 0.31625, 0.307900499173523, 0.43875, 1.47583702607579, 2.06916666666667, 2.02958869075071, 3.91958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1200, '2022-03-27 00:00:00', 0.145420429958363, 0.215833333333333, 0.207028230939156, 0.302083333333334, 0.295215163488639, 0.462916666666668, 1.48466014995674, 2.08375, 2.02028176396192, 3.91083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1215, '2022-03-27 00:00:00', 0.176725448246627, 0.216666666666667, 0.22466722573362, 0.311666666666668, 0.348835537014305, 0.499166666666667, 1.4719492523349, 2.06541666666667, 2.01137269263945, 3.90875 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1230, '2022-03-27 00:00:00', 0.150303437047881, 0.217916666666668, 0.255766820887048, 0.344166666666668, 0.344944597525922, 0.467083333333335, 1.48578719437089, 2.10375, 2.00991126597705, 3.92291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1245, '2022-03-27 00:00:00', 0.178512371186613, 0.231666666666667, 0.272289008863425, 0.3475, 0.271565176205523, 0.407916666666666, 1.44847120806032, 2.11583333333334, 1.98181881036119, 3.89333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1260, '2022-03-27 00:00:00', 0.137173855623681, 0.224166666666667, 0.156072725522987, 0.282500000000001, 0.227441663168664, 0.380833333333334, 1.4398286431861, 2.1325, 1.96899992087501, 3.87958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1275, '2022-03-27 00:00:00', 0.117349965883053, 0.201666666666667, 0.142103758785154, 0.2625, 0.207005916039524, 0.380833333333333, 1.44838984813272, 2.17625, 1.97494519278201, 3.88541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1290, '2022-03-27 00:00:00', 0.127494671670416, 0.191249999999998, 0.187565930437458, 0.29375, 0.231566811969672, 0.388333333333333, 1.48430630847925, 2.215, 1.97597742278659, 3.88458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1305, '2022-03-27 00:00:00', 0.135164955581657, 0.2, 0.171793607210109, 0.275, 0.303757865049962, 0.430833333333333, 1.44571875459624, 2.20375, 1.96558635275709, 3.87583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1320, '2022-03-27 00:00:00', 0.11208175070269, 0.186666666666666, 0.157336872043231, 0.27375, 0.356220091549015, 0.528333333333334, 1.41879305463625, 2.21458333333333, 1.95959327338646, 3.85166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1335, '2022-03-27 00:00:00', 0.133410530188652, 0.196249999999999, 0.208178783253964, 0.325833333333332, 0.886546793683956, 1.445, 1.49237913112402, 2.26291666666667, 1.9585593918246, 3.86375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1350, '2022-03-27 00:00:00', 0.174353879688176, 0.250833333333333, 0.287318625838325, 0.429583333333334, 1.15204889942513, 1.73083333333333, 1.48423008636645, 2.26208333333333, 1.95402367296119, 3.86458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1365, '2022-03-27 00:00:00', 0.174749821173014, 0.276250000000001, 0.863544158970896, 1.34708333333333, 1.22353898382011, 1.77291666666667, 1.47288825741825, 2.21208333333333, 1.93314562119713, 3.83541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 990, '2022-03-27 00:00:00', 0.403291267143047, 0.800384615384616, 0.618553647943825, 1.14615384615385, 0.836336424762556, 1.30884615384615, 1.30500674917205, 1.86884615384615, 1.8247098821035, 3.63692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1005, '2022-03-27 00:00:00', 0.373561034041086, 0.650384615384616, 0.475396514663123, 0.804615384615385, 0.578164868687659, 0.958846153846155, 1.20122373500463, 1.64230769230769, 1.72044627484132, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1020, '2022-03-27 00:00:00', 0.260534362121685, 0.493076923076923, 0.389540952720193, 0.656923076923078, 0.470187687565788, 0.832692307692309, 1.17364029347221, 1.54346153846154, 1.70204478834679, 3.40269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1035, '2022-03-27 00:00:00', 0.199058166991849, 0.411923076923078, 0.325130033158333, 0.57846153846154, 0.380741988147435, 0.742692307692308, 1.15927829007799, 1.43692307692308, 1.70891819131736, 3.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1050, '2022-03-27 00:00:00', 0.263877594000294, 0.410769230769232, 0.317164601769152, 0.525769230769232, 0.403398066430665, 0.685000000000001, 1.13968612413175, 1.36730769230769, 1.72288291490209, 3.32153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1065, '2022-03-27 00:00:00', 0.246472029931312, 0.377307692307692, 0.306330138651347, 0.523076923076923, 0.335343910726792, 0.673461538461539, 1.11615390446906, 1.30346153846154, 1.72737564397111, 3.29115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1080, '2022-03-27 00:00:00', 0.201798452384095, 0.341153846153847, 0.227752902539978, 0.42076923076923, 0.370868419544432, 0.63923076923077, 1.11814103967942, 1.23076923076923, 1.76114949350177, 3.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1095, '2022-03-27 00:00:00', 0.157265576457345, 0.277307692307691, 0.225901612348249, 0.423461538461541, 0.339267083351972, 0.616923076923078, 1.11676875920598, 1.18269230769231, 1.76792155238422, 3.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1110, '2022-03-27 00:00:00', 0.212627518300106, 0.337692307692309, 0.326345734553921, 0.471538461538463, 0.847727459832372, 0.794615384615384, 1.11838069753344, 1.15923076923077, 1.78134607703103, 3.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1125, '2022-03-27 00:00:00', 0.178705171893649, 0.293461538461539, 0.22742572752101, 0.407692307692308, 1.12696030917754, 0.783461538461539, 1.11683233367344, 1.09769230769231, 1.87105322047401, 3.45192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1140, '2022-03-27 00:00:00', 0.200204895045052, 0.285000000000002, 0.823811778353435, 0.564615384615386, 1.11738107265984, 0.737307692307694, 1.1028388542582, 1.08846153846154, 1.95386500596599, 3.57269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1155, '2022-03-27 00:00:00', 0.665497847190646, 0.419230769230769, 0.968800050816234, 0.561538461538462, 0.957283335598914, 0.63923076923077, 1.45431432429381, 1.77692307692308, 1.85337434468551, 3.70269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1170, '2022-03-27 00:00:00', 0.466351633591916, 0.349615384615385, 0.466597668891933, 0.434230769230769, 0.526431820408362, 0.547692307692307, 1.18196030129872, 1.83692307692308, 1.70873272879685, 3.67346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1185, '2022-03-27 00:00:00', 0.178808449292704, 0.257307692307692, 0.203797788166455, 0.331538461538462, 0.437782524161872, 0.528461538461539, 1.19661779773082, 1.89307692307692, 1.72319118096451, 3.69038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1200, '2022-03-27 00:00:00', 0.191456361768261, 0.243461538461539, 0.297271955260862, 0.358846153846154, 0.437031419395063, 0.527307692307693, 1.1884496041223, 1.91730769230769, 1.71241098589544, 3.70923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1215, '2022-03-27 00:00:00', 0.179129519106663, 0.249230769230769, 0.302559339380152, 0.366923076923077, 0.334492957267473, 0.491538461538462, 1.18162319908479, 1.91576923076923, 1.71033743859104, 3.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1230, '2022-03-27 00:00:00', 0.162725346708922, 0.226538461538463, 0.221788534072785, 0.316923076923078, 0.277464342823474, 0.447692307692308, 1.1751219249344, 1.91653846153846, 1.71376077677137, 3.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1245, '2022-03-27 00:00:00', 0.20664834492814, 0.236538461538463, 0.222264222526669, 0.315769230769232, 0.26792880799542, 0.454615384615386, 1.1763942301012, 1.91923076923077, 1.71420028450138, 3.72884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1260, '2022-03-27 00:00:00', 0.211101506754086, 0.239615384615385, 0.24701448104545, 0.341923076923075, 0.247147417857937, 0.474615384615384, 1.17074867565095, 1.89730769230769, 1.70795838536946, 3.74461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1275, '2022-03-27 00:00:00', 0.123565616327769, 0.227307692307693, 0.165434625712441, 0.313846153846155, 0.208590876708819, 0.426923076923078, 1.12357615879627, 1.87923076923077, 1.66807028075512, 3.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1290, '2022-03-27 00:00:00', 0.0870411043481989, 0.218076923076922, 0.130596265702296, 0.309230769230769, 0.184199306772269, 0.41423076923077, 1.12564982941479, 1.86346153846154, 1.66383158356293, 3.75653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1305, '2022-03-27 00:00:00', 0.111760733437381, 0.212307692307692, 0.132179365316166, 0.29076923076923, 0.207394458794013, 0.447307692307694, 1.1278783349553, 1.86153846153846, 1.6674515331441, 3.75884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1320, '2022-03-27 00:00:00', 0.103795657238336, 0.211538461538461, 0.186724395835147, 0.315, 0.242436351678919, 0.48923076923077, 1.12574658987509, 1.86423076923077, 1.65944703486989, 3.77269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1335, '2022-03-27 00:00:00', 0.189948981004416, 0.263846153846154, 0.206880121363519, 0.37923076923077, 1.1322943352055, 1.52230769230769, 1.11869456888891, 1.86846153846154, 1.64962037590937, 3.77923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1350, '2022-03-27 00:00:00', 0.0925344010874637, 0.258846153846155, 0.184244402900061, 0.385000000000001, 1.01899950932275, 1.59, 1.00126942504925, 1.82730769230769, 1.57486062875418, 3.755 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 2, 1365, '2022-03-27 00:00:00', 0.191430244375174, 0.318461538461539, 1.00871769322015, 1.44076923076923, 1.04365902182952, 1.63807692307692, 0.996115223486488, 1.80846153846154, 1.58506398803135, 3.77038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 990, '2022-03-27 00:00:00', 0.664191353335885, 0.836923076923077, 0.654241075304344, 0.990769230769231, 0.64288101542976, 1.18, 0.696547088253082, 1.35538461538461, 1.46116749948062, 3.57230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1005, '2022-03-27 00:00:00', 0.245442144208865, 0.515384615384615, 0.265093597404038, 0.678846153846153, 0.388417103323018, 0.910384615384615, 0.604553999624134, 1.15846153846154, 1.47675303908999, 3.55653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1020, '2022-03-27 00:00:00', 0.167945045957116, 0.448461538461538, 0.331981695510227, 0.650384615384613, 0.42512134014438, 0.828076923076923, 0.869132547207495, 1.15076923076923, 1.49489469657436, 3.53692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1035, '2022-03-27 00:00:00', 0.257257727700332, 0.441538461538459, 0.320008653729142, 0.588461538461538, 0.302854115680496, 0.703846153846152, 0.839991666625333, 1.065, 1.54177964104422, 3.51269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1050, '2022-03-27 00:00:00', 0.198539281135614, 0.415384615384616, 0.237415572038049, 0.503076923076923, 0.245098724222271, 0.60423076923077, 0.8567495819397, 1.02038461538462, 1.55257191088256, 3.50346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1065, '2022-03-27 00:00:00', 0.169962891877564, 0.300769230769231, 0.191210315138553, 0.414230769230768, 0.250869564637759, 0.533461538461538, 0.87473187100611, 0.970384615384615, 1.56916773629061, 3.47923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1080, '2022-03-27 00:00:00', 0.158850195515728, 0.295769230769231, 0.203554944387543, 0.378846153846155, 0.266522909969223, 0.517692307692308, 0.882426113708026, 0.949615384615385, 1.56904091234594, 3.47423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1095, '2022-03-27 00:00:00', 0.145944668124075, 0.260384615384615, 0.184468050183389, 0.357307692307693, 0.268667366544868, 0.493076923076925, 0.892867549829462, 0.972692307692307, 1.56313196450637, 3.46153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1110, '2022-03-27 00:00:00', 0.186902278045136, 0.282692307692307, 0.250929349541936, 0.391538461538463, 0.274454984399153, 0.501538461538461, 0.910934347039011, 1.01576923076923, 1.57708904192308, 3.46538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1125, '2022-03-27 00:00:00', 0.146251627209882, 0.248461538461539, 0.197523513692773, 0.346538461538462, 0.431392913889237, 0.519615384615384, 0.903066229788613, 0.993846153846154, 2.09462803747697, 3.89884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1140, '2022-03-27 00:00:00', 0.1534866568994, 0.246923076923076, 0.175634673289582, 0.333461538461538, 0.403990289296854, 0.478076923076923, 0.868093667402671, 0.981153846153847, 2.33093959265687, 4.09923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1155, '2022-03-27 00:00:00', 0.122810673552675, 0.227692307692308, 0.379244796120679, 0.368846153846154, 0.487126109086597, 0.460384615384615, 1.04993897258548, 1.51961538461539, 2.36566260030071, 4.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1170, '2022-03-27 00:00:00', 0.350576887210429, 0.281923076923075, 0.36498851404478, 0.346153846153844, 0.53721632943851, 0.454230769230768, 1.02552200591474, 1.57923076923077, 2.3730422214144, 4.23576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1185, '2022-03-27 00:00:00', 0.130845769456317, 0.213846153846153, 0.259479953279334, 0.304615384615384, 0.352615065780496, 0.39576923076923, 0.891625740733443, 1.58269230769231, 2.37685224938039, 4.24115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1200, '2022-03-27 00:00:00', 0.264730922898065, 0.232307692307691, 0.345488951175888, 0.298846153846155, 0.636768766145499, 0.452307692307693, 0.887907566221758, 1.58961538461538, 2.39015635149992, 4.25923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1215, '2022-03-27 00:00:00', 0.140852350407741, 0.209230769230771, 0.164589933330827, 0.285384615384616, 0.424244668159236, 0.483461538461539, 0.881462159404213, 1.58346153846154, 2.403408733125, 4.26846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1230, '2022-03-27 00:00:00', 0.101359983000423, 0.214615384615386, 0.366594305214068, 0.33923076923077, 0.365596035999383, 0.527307692307693, 0.872730463280881, 1.59769230769231, 2.41139056594706, 4.27269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1245, '2022-03-27 00:00:00', 0.283592340137418, 0.233846153846154, 0.297495184188562, 0.379230769230769, 0.305446961277808, 0.505384615384615, 0.854541172433849, 1.62615384615385, 2.42931813795242, 4.29115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1260, '2022-03-27 00:00:00', 0.187824795610575, 0.286923076923076, 0.218477599626282, 0.382692307692308, 0.259276211492984, 0.488076923076924, 0.837118592829916, 1.62346153846154, 2.46626672086811, 4.30653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1275, '2022-03-27 00:00:00', 0.138092499657072, 0.258461538461538, 0.195360022680022, 0.338461538461538, 0.287140008733345, 0.465769230769231, 0.844025154564994, 1.61769230769231, 2.4637145501489, 4.30576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1290, '2022-03-27 00:00:00', 0.15489798131475, 0.235769230769231, 0.229451855181331, 0.338076923076924, 0.380035018629358, 0.511153846153846, 0.861992771699124, 1.62653846153846, 2.46393656261994, 4.32076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1305, '2022-03-27 00:00:00', 0.150888649723512, 0.239230769230769, 0.212867600598624, 0.336153846153846, 0.303159770012192, 0.464615384615384, 0.851356925962675, 1.61384615384615, 2.46071384264498, 4.31615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1320, '2022-03-27 00:00:00', 0.176693128158572, 0.267307692307693, 0.256383426801464, 0.372692307692309, 0.267119103368919, 0.483846153846154, 0.872716801364918, 1.61115384615385, 2.45625230475523, 4.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1335, '2022-03-27 00:00:00', 0.162503964448683, 0.25346153846154, 0.178303112704181, 0.340000000000001, 0.852831663432971, 1.25461538461538, 0.853675492300116, 1.61461538461538, 2.45185518458041, 4.33538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1350, '2022-03-27 00:00:00', 0.121721624398271, 0.248076923076924, 0.188863809295318, 0.371538461538462, 0.829791910893699, 1.31115384615385, 0.836809324848765, 1.60461538461538, 2.43040120144802, 4.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 3, 1365, '2022-03-27 00:00:00', 0.142595716841491, 0.288461538461538, 0.821919704107403, 1.17, 0.793892552311322, 1.35423076923077, 0.821013726110311, 1.60346153846154, 2.42812599470329, 4.30961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 990, '2022-03-27 00:00:00', 0.45954760362774, 0.724399999999999, 0.57198484828417, 0.885999999999998, 0.579202900545223, 1.0648, 0.668686523467211, 1.396, 2.47764491671695, 4.2792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1005, '2022-03-27 00:00:00', 0.260865865915799, 0.534799999999999, 0.285585947366696, 0.695199999999999, 0.384301530918973, 0.827199999999999, 0.525777202498041, 1.208, 2.38286088557431, 4.2052 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1020, '2022-03-27 00:00:00', 0.231129833643346, 0.4528, 0.324089493813052, 0.5844, 0.365063008260218, 0.7072, 0.519891655379592, 1.0896, 2.41367458452874, 4.182 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1035, '2022-03-27 00:00:00', 0.278919343180068, 0.407200000000001, 0.332286522948694, 0.493200000000001, 0.351111568213487, 0.6772, 0.543978247114104, 1.0696, 2.40928806911917, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1050, '2022-03-27 00:00:00', 0.136957414305809, 0.316399999999999, 0.172750301495155, 0.4348, 0.247095123383688, 0.6068, 0.461194825064924, 1.0144, 2.41979289747422, 4.1632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1065, '2022-03-27 00:00:00', 0.13723702124427, 0.315600000000001, 0.215230883781426, 0.459200000000001, 0.240903161733784, 0.584800000000001, 0.487489487066129, 1.0028, 2.42417250486291, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1080, '2022-03-27 00:00:00', 0.174869475133123, 0.3328, 0.20037464909514, 0.432, 0.271369981145053, 0.546, 0.503895822566529, 0.978799999999999, 2.40633365655444, 4.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1095, '2022-03-27 00:00:00', 0.137485756838057, 0.287600000000002, 0.182366846402154, 0.379200000000001, 0.277366784841541, 0.496400000000001, 0.500743780124459, 0.9388, 2.40926005238123, 4.1744 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1110, '2022-03-27 00:00:00', 0.132853302555864, 0.28, 0.183323939153255, 0.3592, 0.271589764166472, 0.488800000000001, 0.424767387323147, 0.922399999999999, 2.43590660740514, 4.1792 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1125, '2022-03-27 00:00:00', 0.103348923555111, 0.216800000000001, 0.151217282962851, 0.308000000000002, 0.227596133534819, 0.444000000000002, 0.364107584833567, 0.8792, 2.49590618146329, 4.3632 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1140, '2022-03-27 00:00:00', 0.131898951221507, 0.241599999999999, 0.21383404780343, 0.344, 0.23124518012995, 0.470800000000001, 0.371203897249655, 0.904399999999998, 2.53991942129404, 4.4064 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1155, '2022-03-27 00:00:00', 0.130630522211822, 0.216800000000002, 0.139401099947838, 0.309200000000001, 0.232086909008959, 0.4532, 0.752589972472836, 1.502, 2.55146670237597, 4.4436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1170, '2022-03-27 00:00:00', 0.127962234011967, 0.2408, 0.161020702602698, 0.3412, 0.232021550723202, 0.454399999999999, 0.840977209362218, 1.5952, 2.56175018298038, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1185, '2022-03-27 00:00:00', 0.0891945439288016, 0.2184, 0.153929637605411, 0.298799999999999, 0.223019431141474, 0.437200000000001, 0.924304783787973, 1.6868, 2.56156527667492, 4.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1200, '2022-03-27 00:00:00', 0.111806380259208, 0.215600000000001, 0.149764259198693, 0.312800000000001, 0.202333882481408, 0.418400000000001, 0.936996442540382, 1.7104, 2.55499021524545, 4.438 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1215, '2022-03-27 00:00:00', 0.133525278505606, 0.230400000000001, 0.176542723818722, 0.314400000000002, 0.287938072045594, 0.442, 0.92707550933028, 1.7224, 2.5495478684138, 4.4512 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1230, '2022-03-27 00:00:00', 0.0964831591522596, 0.205600000000001, 0.138452157801894, 0.2724, 0.230259274152713, 0.421199999999999, 0.918709783700307, 1.7288, 2.52908580321032, 4.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1245, '2022-03-27 00:00:00', 0.108355895086516, 0.190799999999999, 0.206830848762947, 0.319599999999999, 0.215593753774701, 0.438399999999999, 0.912720840856246, 1.7352, 2.51709323095775, 4.486 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1260, '2022-03-27 00:00:00', 0.144485293369258, 0.245199999999999, 0.149499163877261, 0.317999999999999, 0.222671656630713, 0.459199999999998, 0.920162485651311, 1.7364, 2.502966573222, 4.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1275, '2022-03-27 00:00:00', 0.0895358401237561, 0.206, 0.15467385040788, 0.313599999999998, 0.242306967845882, 0.457199999999999, 0.923643509874526, 1.7244, 2.50108889619435, 4.4996 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1290, '2022-03-27 00:00:00', 0.128953479984061, 0.220399999999998, 0.226816372130996, 0.329599999999999, 0.232379000772446, 0.451999999999999, 0.907103999917687, 1.7372, 2.50232738332404, 4.4944 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1305, '2022-03-27 00:00:00', 0.128027340829997, 0.2308, 0.130253598798652, 0.3108, 0.180898682508563, 0.440799999999999, 0.850460659485984, 1.726, 2.47483043190168, 4.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1320, '2022-03-27 00:00:00', 0.0983581889490317, 0.229199999999999, 0.148842198317548, 0.3296, 0.27293344732126, 0.515199999999999, 0.807975865976206, 1.71, 2.46155607966451, 4.448 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1335, '2022-03-27 00:00:00', 0.120784932835185, 0.241600000000002, 0.15414495342588, 0.3324, 0.666216181130419, 1.2476, 0.797370261129253, 1.7008, 2.45913006298298, 4.4304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1350, '2022-03-27 00:00:00', 0.105543040193721, 0.226800000000002, 0.217782766382773, 0.382800000000002, 0.727558703244395, 1.34, 0.773389078450599, 1.6816, 2.46388872854816, 4.4268 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 4, 1365, '2022-03-27 00:00:00', 0.173975094002945, 0.315600000000001, 0.612807745817016, 1.186, 0.771806754742835, 1.4476, 0.748668150785112, 1.6696, 2.45308221087947, 4.4296 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 990, '2022-03-27 00:00:00', 0.326566991595905, 0.752799999999999, 0.388508687161562, 0.918399999999999, 0.453425113258334, 1.1388, 0.66786974778021, 1.45, 2.35749810887163, 4.4416 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1005, '2022-03-27 00:00:00', 0.23668333274652, 0.5276, 0.319013061383594, 0.738799999999999, 0.383067444018238, 0.873599999999999, 0.654560921534429, 1.214, 2.32037410776797, 4.3788 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1020, '2022-03-27 00:00:00', 0.22233008493379, 0.4884, 0.284413431469049, 0.600799999999999, 0.390366494463855, 0.7712, 0.670382477893528, 1.1428, 2.32120299270299, 4.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1035, '2022-03-27 00:00:00', 0.178384416359725, 0.3628, 0.341224754865957, 0.555200000000001, 0.368487901203463, 0.698, 0.65742249226303, 1.1028, 2.34523829635, 4.3748 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1050, '2022-03-27 00:00:00', 0.249290326059128, 0.3996, 0.274288777264643, 0.5148, 0.338298684596909, 0.622799999999999, 0.637691147813736, 1.062, 2.34608837571534, 4.3716 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1065, '2022-03-27 00:00:00', 0.127544763383946, 0.3048, 0.160475335591903, 0.412400000000001, 0.25637342555993, 0.5624, 0.634845913063425, 0.9872, 2.36022407128363, 4.3608 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1080, '2022-03-27 00:00:00', 0.124668894810748, 0.305600000000001, 0.183245736648905, 0.400399999999998, 0.210544532106631, 0.540399999999999, 0.64800411521327, 0.9752, 2.37864996724332, 4.3456 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1095, '2022-03-27 00:00:00', 0.173658669041694, 0.296399999999998, 0.19432532859443, 0.4196, 0.242624538467705, 0.558, 0.63823245504022, 0.9736, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1110, '2022-03-27 00:00:00', 0.101803732740996, 0.281600000000002, 0.13494196283341, 0.364800000000001, 0.204521392524108, 0.500400000000001, 0.685445840311253, 0.978800000000001, 2.38250862188017, 4.3384 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1125, '2022-03-27 00:00:00', 0.0994685880064633, 0.232399999999999, 0.156233799160104, 0.354399999999999, 0.221547587062765, 0.482000000000001, 0.652180445377913, 0.953200000000001, 2.42866307530158, 4.4128 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1140, '2022-03-27 00:00:00', 0.123048770818728, 0.2492, 0.140386371608263, 0.345999999999999, 0.244912909691044, 0.4864, 0.657196571303696, 0.9436, 2.45245434887855, 4.4136 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1155, '2022-03-27 00:00:00', 0.107196082017953, 0.240799999999999, 0.192642155303559, 0.3388, 0.484521413355488, 0.5112, 1.08043586883566, 1.738, 2.44177360402911, 4.424 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1170, '2022-03-27 00:00:00', 0.11814115850682, 0.223600000000002, 0.168176494592239, 0.322000000000002, 0.423061067301952, 0.5084, 1.13670972547964, 1.8844, 2.41112304400529, 4.4132 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1185, '2022-03-27 00:00:00', 0.0889887633356041, 0.2176, 0.389359302786856, 0.3544, 0.382154855174357, 0.4844, 1.19268296989043, 1.9748, 2.41076426332674, 4.4048 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1200, '2022-03-27 00:00:00', 0.109412131378349, 0.221666666666667, 0.150182859555768, 0.323749999999999, 0.19250023527183, 0.427083333333333, 1.2317393734301, 2.02916666666667, 2.45686080929138, 4.42208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1215, '2022-03-27 00:00:00', 0.104214626640396, 0.222083333333332, 0.122047745468375, 0.3, 0.207412894236718, 0.42125, 1.24386028387319, 2.06333333333333, 2.45355786474503, 4.42375 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1230, '2022-03-27 00:00:00', 0.110157167035447, 0.222916666666666, 0.161455674358656, 0.296249999999999, 0.240162610974615, 0.444583333333332, 1.25688012353109, 2.08541666666667, 2.46544275354641, 4.41416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1245, '2022-03-27 00:00:00', 0.15383974345619, 0.216666666666667, 0.209518080572911, 0.302500000000001, 0.254890925805472, 0.429583333333334, 1.25430129519603, 2.0975, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1260, '2022-03-27 00:00:00', 0.150438971207502, 0.226666666666667, 0.209844231393849, 0.314583333333332, 0.242710763034426, 0.410416666666666, 1.25090199340374, 2.10083333333333, 2.47650861648738, 4.40583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1275, '2022-03-27 00:00:00', 0.116785912144241, 0.217083333333333, 0.136626010212794, 0.293333333333334, 0.204375595553801, 0.402916666666666, 1.20701744941339, 2.10291666666667, 2.46491070479413, 4.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1290, '2022-03-27 00:00:00', 0.0906248438279501, 0.209583333333334, 0.139511959904954, 0.29125, 0.247101677716754, 0.44375, 1.1799495659819, 2.10875, 2.4651483404817, 4.41208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1305, '2022-03-27 00:00:00', 0.102306728354819, 0.208333333333332, 0.157369108251539, 0.292083333333332, 0.248275209616557, 0.446666666666665, 1.16643983302096, 2.10583333333333, 2.44252627446447, 4.40041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1320, '2022-03-27 00:00:00', 0.0965003566862826, 0.214166666666666, 0.189066643414892, 0.326249999999999, 0.23271203515149, 0.453749999999999, 1.15011333720021, 2.09291666666667, 2.41543403097063, 4.38458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1335, '2022-03-27 00:00:00', 0.146835582900729, 0.237083333333334, 0.166328098143049, 0.309583333333334, 0.887227810883877, 1.40416666666667, 1.10146937433988, 2.07, 2.39112656124348, 4.36916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1350, '2022-03-27 00:00:00', 0.10392217684681, 0.222083333333334, 0.159725761355455, 0.324166666666668, 0.928766421237006, 1.55625, 1.05667203857273, 2.04083333333334, 2.37972196494355, 4.35625 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 5, 1365, '2022-03-27 00:00:00', 0.106813346118784, 0.250000000000001, 0.821753162981177, 1.37652173913044, 0.965762104603277, 1.72652173913044, 1.00047478847372, 2.1204347826087, 2.25857242680296, 4.53695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 990, '2022-03-27 00:00:00', 0.494662019801392, 0.807826086956521, 0.602758481119317, 1.05217391304348, 0.777726493070486, 1.31304347826087, 0.790060036744093, 1.64304347826087, 2.23929945637826, 4.15565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1005, '2022-03-27 00:00:00', 0.361536029180022, 0.530869565217393, 0.495217842431441, 0.740434782608695, 0.634989029191589, 0.972608695652174, 0.63035563084966, 1.31130434782609, 2.15224196003736, 3.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1020, '2022-03-27 00:00:00', 0.300761221325096, 0.431304347826086, 0.466704449816219, 0.623043478260869, 0.488335480486496, 0.825217391304348, 0.54036585469198, 1.17956521739131, 2.11454898058767, 3.91913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1035, '2022-03-27 00:00:00', 0.346709546856475, 0.405652173913044, 0.375438610424698, 0.552173913043478, 0.461978474251707, 0.751739130434782, 0.528961246217527, 1.13, 2.06585166045482, 3.87608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1050, '2022-03-27 00:00:00', 0.232573673991689, 0.347826086956523, 0.284876368719038, 0.480000000000001, 0.361190390270444, 0.63304347826087, 0.490106465807263, 1.0695652173913, 2.04751830890384, 3.86304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1065, '2022-03-27 00:00:00', 0.200240961563182, 0.326521739130435, 0.271777198914483, 0.450869565217391, 0.283849177788533, 0.563913043478261, 0.498220548969047, 1.03652173913043, 2.04003477843717, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1080, '2022-03-27 00:00:00', 0.188691144005454, 0.269565217391305, 0.203221096909867, 0.384782608695653, 0.277562085779832, 0.550434782608695, 0.537920531327551, 1.03304347826087, 2.03926641464067, 3.85565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1026884, 1, 1095, '2022-03-27 00:00:00', 0.171077727752056, 0.256956521739131, 0.252594442870722, 0.396956521739131, 0.29463248360501, 0.560869565217392, 0.534792265088435, 1.01869565217391, 2.03821581669239, 3.85652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1026884 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095);
Date: 2022-03-27 18:27:14 Duration: 950ms Database: acaweb_fx User: pgperfstats
18 50ms 7s369ms 340ms 365 2m4s select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 18 365 2m4s 340ms [ User: postgres - Total duration: 2m4s - Times executed: 365 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580349138 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 7s369ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%ustech100%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580330577 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s972ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%gbpcad%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580141074 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 6s500ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 3s276ms 339ms 66 22s438ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Mar 27 18 66 22s438ms 339ms [ User: postgres - Total duration: 22s438ms - Times executed: 66 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s276ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5147 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335464 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:33:27 Duration: 3s186ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:18:15 Duration: 1s818ms Database: acaweb_fx User: postgres Bind query: yes
20 116ms 956ms 292ms 132 38s559ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Mar 27 18 132 38s559ms 292ms [ User: postgres - Total duration: 38s559ms - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:02:04 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:16:30 Duration: 935ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '622' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 18:46:26 Duration: 915ms Database: acaweb_fx User: postgres Bind query: yes
Time consuming prepare
Rank Total duration Times executed Min duration Max duration Avg duration Query NO DATASET
Time consuming bind
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 202ms 3 64ms 69ms 67ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4966 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580325701 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Mar 27 18 3 202ms 67ms [ User: postgres - Total duration: 239ms - Times executed: 3 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4966 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580325701 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:34:11 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4966 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580325701 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:22:11 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 665 AND sg.groupid = 4966 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580325701 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres
2 196ms 3 64ms 68ms 65ms with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 18 3 196ms 65ms [ User: postgres - Total duration: 615ms - Times executed: 3 ]
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 18:18:11 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '643', $2 = '643', $3 = '643', $4 = '643', $5 = '643', $6 = '643', $7 = '643', $8 = '643', $9 = '643'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 18:48:31 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 18:18:11 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '643', $2 = '643', $3 = '643', $4 = '643', $5 = '643', $6 = '643', $7 = '643', $8 = '643', $9 = '643'
3 174ms 3 50ms 71ms 58ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73339319 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 18 3 174ms 58ms [ User: postgres - Total duration: 298ms - Times executed: 3 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73339319 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:18:10 Duration: 71ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73339319 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:22:11 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73339319 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:34:11 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
4 140ms 2 57ms 82ms 70ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 489 AND sg.groupid = 3127 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580407245 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 18 2 140ms 70ms [ User: postgres - Total duration: 256ms - Times executed: 2 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 489 AND sg.groupid = 3127 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580407245 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:22:11 Duration: 82ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 489 AND sg.groupid = 3127 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580407245 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:42:11 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres
5 131ms 2 64ms 66ms 65ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%eurusd%' AND timegranularity = 60);Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 18 2 131ms 65ms [ User: postgres - Total duration: 185ms - Times executed: 2 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%eurusd%' AND timegranularity = 60);
Date: 2022-03-27 18:22:11 Duration: 66ms Database: postgres User: acaweb_fx Remote: postgres
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%eurusd%' AND timegranularity = 60);
Date: 2022-03-27 18:22:11 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres
6 92ms 1 92ms 92ms 92ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND (((s.symbol ilike '%xauusd%' AND timegranularity = 15);Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 18 1 92ms 92ms [ User: postgres - Total duration: 178ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND (((s.symbol ilike '%xauusd%' AND timegranularity = 15);
Date: 2022-03-27 18:22:11 Duration: 92ms Database: postgres User: acaweb_fx Remote: postgres
7 85ms 1 85ms 85ms 85ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73340041 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 18 1 85ms 85ms [ User: postgres - Total duration: 57ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73340041 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:22:11 Duration: 85ms Database: postgres User: acaweb_fx Remote: postgres
8 82ms 1 82ms 82ms 82ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73347950 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 18 1 82ms 82ms [ User: postgres - Total duration: 54ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5346 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73347950 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:34:11 Duration: 82ms Database: postgres User: acaweb_fx Remote: postgres
9 74ms 1 74ms 74ms 74ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%gbpnzd%' AND timegranularity <= 1440);Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 18 1 74ms 74ms [ User: postgres - Total duration: 215ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%gbpnzd%' AND timegranularity <= 1440);
Date: 2022-03-27 18:22:11 Duration: 74ms Database: postgres User: acaweb_fx Remote: postgres
10 74ms 1 74ms 74ms 74ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%audusd%' AND timegranularity <= 1440);Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 18 1 74ms 74ms [ User: postgres - Total duration: 155ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%audusd%' AND timegranularity <= 1440);
Date: 2022-03-27 18:22:11 Duration: 74ms Database: postgres User: acaweb_fx Remote: postgres
11 70ms 1 70ms 70ms 70ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580358621 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 18 1 70ms 70ms [ User: postgres - Total duration: 86ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580358621 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:13:33 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres
12 70ms 1 70ms 70ms 70ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3368 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 18 1 70ms 70ms [ User: postgres - Total duration: 64ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3368 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:27:26 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres
13 67ms 1 67ms 67ms 67ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3907 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335390 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #13
Day Hour Count Duration Avg duration 18 1 67ms 67ms [ User: postgres - Total duration: 50ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3907 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335390 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:13:33 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
14 65ms 1 65ms 65ms 65ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND (((s.symbol ilike '%eurusd%' AND timegranularity <= 1440);Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 18 1 65ms 65ms [ User: postgres - Total duration: 105ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND (((s.symbol ilike '%eurusd%' AND timegranularity <= 1440);
Date: 2022-03-27 18:22:11 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres
15 64ms 1 64ms 64ms 64ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3520 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 72995304 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #15
Day Hour Count Duration Avg duration 18 1 64ms 64ms [ User: postgres - Total duration: 6s197ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3520 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 72995304 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:10:52 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres
16 61ms 1 61ms 61ms 61ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 643 AND sg.groupid = 4750 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 18 1 61ms 61ms [ User: postgres - Total duration: 71ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 643 AND sg.groupid = 4750 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:22:11 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '125', $2 = '125', $3 = '125', $4 = '125', $5 = '125', $6 = '125'
17 61ms 1 61ms 61ms 61ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3896 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #17
Day Hour Count Duration Avg duration 18 1 61ms 61ms [ User: postgres - Total duration: 140ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3896 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:09:33 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '49', $2 = '49', $3 = '49', $4 = '49', $5 = '49', $6 = '49'
18 61ms 1 61ms 61ms 61ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3913 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335390 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #18
Day Hour Count Duration Avg duration 18 1 61ms 61ms [ User: postgres - Total duration: 56ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 3913 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73335390 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:13:32 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
19 59ms 1 59ms 59ms 59ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3368 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #19
Day Hour Count Duration Avg duration 18 1 59ms 59ms [ User: postgres - Total duration: 56ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3368 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 18:27:26 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
20 58ms 1 58ms 58ms 58ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73338377 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #20
Day Hour Count Duration Avg duration 18 1 58ms 58ms [ User: postgres - Total duration: 82ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73338377 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 18:30:11 Duration: 58ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 58,099 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 16790 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 16,790 Max number of times the same event was reported
- 16,858 Total events found
Rank Times reported Error 1 16,790 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Mar 27 18 16,790 - ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
- ERROR: duplicate key value violates unique constraint "pk_t240_1"
Detail: Key (pricedatetime, symbolid)=(2022-03-21 04:30:00, 960579) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960579, '2022-03-21 04:30', 1.31567, 1.31576, 1.31528, 1.31529, 0, 0,'2022-03-27 18:00');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960579, '2022-03-21 04:30', 1.31567, 1.31576, 1.31528, 1.31529, 0, 0,'2022-03-27 18:00');Date: 2022-03-27 18:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-03-20 22:00:00, 960617) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960617, '2022-03-20 22:00', 1.31705, 1.31762, 1.31675, 1.31693, 0, 0,'2022-03-27 18:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960617, '2022-03-20 22:00', 1.31705, 1.31762, 1.31675, 1.31693, 0, 0,'2022-03-27 18:00');Date: 2022-03-27 18:00:48 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-03-20 20:00:00, 960655) already exists.
Statement: INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960655, '2022-03-20 20:00', 1.31705, 1.31762, 1.31583, 1.31586, 0, 0,'2022-03-27 18:01');INSERT INTO T240 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960655, '2022-03-20 20:00', 1.31705, 1.31762, 1.31583, 1.31586, 0, 0,'2022-03-27 18:01');Date: 2022-03-27 18:01:11 Database: acaweb_fx Application: User: postgres Remote:
2 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Mar 27 18 68 - WARNING: there is no transaction in progress
Date: 2022-03-27 18:00:45 Database: acaweb_fx Application: User: postgres Remote: