-
Global information
- Generated on Sun Nov 7 12:59:09 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-11-07_140000.log
- Parsed 36,452 log entries in 8s
- Log start from 2021-11-07 14:00:01 to 2021-11-07 14:59:01
-
Overview
Global Stats
- 487 Number of unique normalized queries
- 2,481 Number of queries
- 1h48m24s Total query duration
- 2021-11-07 14:00:14 First query
- 2021-11-07 14:58:57 Last query
- 15 queries/s at 2021-11-07 14:19:10 Query peak
- 1h48m24s Total query duration
- 0ms Prepare/parse total duration
- 1s42ms Bind total duration
- 1h48m23s Execute total duration
- 13,880 Number of events
- 3 Number of unique normalized events
- 13,808 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
- 134 Number temporary file
- 8.88 MiB Max size of temporary file
- 6.33 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
- 2,481 Average queries per session
- 1h48m24s 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
- 15 queries/s Query Peak
- 2021-11-07 14:19:10 Date
SELECT Traffic
Key values
- 14 queries/s Query Peak
- 2021-11-07 14:19:10 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 7 queries/s Query Peak
- 2021-11-07 14:16:12 Date
Queries duration
Key values
- 1h48m24s 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) Nov 07 14 2,481 0ms 12m25s 2s621ms 3m43s 5m15s 14m16s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Nov 07 14 829 20 1s854ms 29s284ms 55s723ms 1m47s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Nov 07 14 640 34 0 79 3s219ms 54s838ms 56s997ms 1m Day Hour Prepare Bind Bind/Prepare Percentage of prepare Nov 07 14 0 1,505 1,505.00 0.00% Day Hour Count Average / Second Nov 07 14 0 0.00/s Day Hour Count Average Duration Average idle time Nov 07 14 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 Nov 07 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Nov 07 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Nov 07 14 0 0s Day Hour Mean distance Mean estimate Nov 07 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 17.77 MiB Temp Files size Peak
- 2021-11-07 14:11:00 Date
Number of temporary files
Key values
- 2 per second Temp Files Peak
- 2021-11-07 14:30:50 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Nov 07 14 134 848.45 MiB 6.33 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 34 270.06 MiB 6.23 MiB 8.88 MiB 7.94 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, $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 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: 2021-11-07 14:30:34 Duration: 0ms Database: acaweb_fx User: postgres
2 27 148.90 MiB 3.13 MiB 8.44 MiB 5.51 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), 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 rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results 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 outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? 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), 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 rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 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 OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.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 fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) 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: 2021-11-07 14:26:28 Duration: 0ms Database: acaweb_fx User: postgres
3 24 198.94 MiB 7.87 MiB 8.71 MiB 8.29 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), 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 rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.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 kr.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 (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), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (kr.simulation = 0 OR kr.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 p.patternname in ($9)) AND ($10 = 0 OR kr.patternclassid in ($11)) AND ($12 = 0 OR kr.patternlengthbars <= $13) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $14 OR relevant = 1) AND ($15 = 0 OR age <= $16) ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:26:20 Duration: 0ms Database: acaweb_fx User: postgres
4 21 68.23 MiB 3.12 MiB 3.37 MiB 3.25 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, $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 fr.pattern in ($16)) AND ($17 = 0 OR fr.patternlengthbars <= $18) AND ($19 = 0 OR ($20 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($21 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) 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: 2021-11-07 14:30:35 Duration: 0ms Database: acaweb_fx User: postgres
5 7 21.93 MiB 3.13 MiB 3.13 MiB 3.13 MiB select resultuid from relevance_autochartist_results order by resultuid desc limit ?), 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 rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (ar.simulation = 0 OR ar.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR ar.pattern in ($15)) AND ($16 = 0 OR ($17 = 1 AND ar.breakout >= 0) OR ($18 = 2 AND ar.breakout < 0)) AND ($19 = 0 OR ar.patternlengthbars <= $20) and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:36:39 Duration: 0ms Database: acaweb_fx User: postgres
6 4 24.91 MiB 6.23 MiB 6.23 MiB 6.23 MiB select distinct a.symbolid, p.resultuid, case when a.breakout >= ? then ? else ? end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient from relevance_autochartist_results p inner join autochartist_results a on p.resultuid = a.resultuid inner join autochartist_stocklist asl on a.symbolid = asl.symbolid where asl.enabled = ? and asl.recognitionengine ilike ?;-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2021-11-07 14:15:41 Duration: 7s639ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'ICMARKETS - 1';
Date: 2021-11-07 14:05:32 Duration: 1s316ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2021-11-07 14:00:23 Duration: 682ms Database: acaweb_fx User: postgres
7 2 6.27 MiB 3.13 MiB 3.13 MiB 3.13 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: 2021-11-07 14:26:08 Duration: 0ms Database: acaweb_fx User: postgres
8 2 16.42 MiB 7.82 MiB 8.60 MiB 8.21 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 > 522170708 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:48:45 Duration: 0ms Database: acaweb_fx User: postgres
9 1 8.60 MiB 8.60 MiB 8.60 MiB 8.60 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 ?;-
) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) AND breakout >= 0.1 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.1 AND symmetry >= 0.1 AND noise <= 0.9 AND volumeincrease >= 0.1 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 522047327 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:08:44 Duration: 0ms Database: acaweb_fx User: postgres
10 1 8.60 MiB 8.60 MiB 8.60 MiB 8.60 MiB ) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?)) or ((c.symbol ilike ? and timegranularity = ?))) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
) OR ((c.symbol ilike '%eurusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurusd%' AND timegranularity = 15)) OR ((c.symbol ilike '%eurusd%' AND timegranularity = 30)) OR ((c.symbol ilike '%eurusd%' AND timegranularity = 60)) OR ((c.symbol ilike '%eurusd%' AND timegranularity = 240)) OR ((c.symbol ilike '%eurusd%' AND timegranularity = 1440))) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-11-07 14:00:43 Duration: 0ms Database: acaweb_fx User: postgres
11 1 8.60 MiB 8.60 MiB 8.60 MiB 8.60 MiB )) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
)) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-11-07 14:16:44 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:06:15 - Database: acaweb_fx - User: postgres ]
2 8.88 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, 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, $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 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: 2021-11-07 14:06:15 - Database: acaweb_fx - User: postgres ]
3 8.88 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, 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, $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 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: 2021-11-07 14:11:00 - Database: acaweb_fx - User: postgres ]
4 8.88 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, 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, $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 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: 2021-11-07 14:16:00 - Database: acaweb_fx - User: postgres ]
5 8.88 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, 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, $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 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: 2021-11-07 14:20:37 - Database: acaweb_fx - User: postgres ]
6 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:20:45 - Database: acaweb_fx - User: postgres ]
7 8.88 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, 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, $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 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: 2021-11-07 14:25:34 - Database: acaweb_fx - User: postgres ]
8 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:25:45 - Database: acaweb_fx - User: postgres ]
9 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:35:50 - Database: acaweb_fx - User: postgres ]
10 8.88 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, 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, $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 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: 2021-11-07 14:35:50 - Database: acaweb_fx - User: postgres ]
11 8.88 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, 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, $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 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: 2021-11-07 14:40:34 - Database: acaweb_fx - User: postgres ]
12 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:40:45 - Database: acaweb_fx - User: postgres ]
13 8.88 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, 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, $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 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: 2021-11-07 14:50:37 - Database: acaweb_fx - User: postgres ]
14 8.88 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, 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, $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 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: 2021-11-07 14:55:34 - Database: acaweb_fx - User: postgres ]
15 8.88 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, 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, $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 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: 2021-11-07 14:30:34 - Database: acaweb_fx - User: postgres ]
16 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:30:45 - Database: acaweb_fx - User: postgres ]
17 8.88 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, 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, $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 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: 2021-11-07 14:45:34 - Database: acaweb_fx - User: postgres ]
18 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:45:45 - Database: acaweb_fx - User: postgres ]
19 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:50:46 - Database: acaweb_fx - User: postgres ]
20 8.88 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, 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, $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)) AND ($254 = 0 OR p.patternname in ($255)) AND ($256 = 0 OR kr.patternclassid in ($257, $258)) AND ($259 = 0 OR kr.patternlengthbars <= $260) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $261 OR relevant = 1) AND ($262 = 0 OR age <= $263) ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:55:45 - 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 Nov 07 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 4 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 4 7s653ms 1s369ms 2s922ms 1s913ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';
Date: 2021-11-07 14:02:10 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1';
Date: 2021-11-07 14:02:10 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';
Date: 2021-11-07 14:17:03 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 2s922ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';[ Date: 2021-11-07 14:02:10 - Database: acaweb_fx - User: postgres ]
2 1s985ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1';[ Date: 2021-11-07 14:02:10 - Database: acaweb_fx - User: postgres ]
3 1s376ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1';[ Date: 2021-11-07 14:17:03 - Database: acaweb_fx - User: postgres ]
4 1s369ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'Alpari - 1';[ Date: 2021-11-07 14:17:03 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 829 Total read queries
- 1,644 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,481 Requests
- 1h48m23s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,817 Requests
User Request type Count Duration pgperfstats Total 664 40m28s insert 596 39m46s select 68 42s445ms postgres Total 1,817 1h7m54s copy from 79 11s504ms copy to 20 4s68ms cte 868 40m50s ddl 3 484ms insert 44 4s789ms others 8 53s565ms select 761 25m27s update 34 22s56ms Duration by user
Key values
- 1h7m54s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 664 40m28s insert 596 39m46s select 68 42s445ms postgres Total 1,817 1h7m54s copy from 79 11s504ms copy to 20 4s68ms cte 868 40m50s ddl 3 484ms insert 44 4s789ms others 8 53s565ms select 761 25m27s update 34 22s56ms Queries by host
Key values
- unknown Main host
- 2,481 Requests
- 1h48m23s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,481 Requests
- 1h48m23s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-11-07 14:31:26 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 833 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 12m25s select powerstats_tdata_add ();[ Date: 2021-11-07 14:12:40 - Database: acaweb_fx - User: postgres ]
2 1m38s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:02:09 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 1m31s select updateageforrelevantresults ();[ Date: 2021-11-07 14:03:34 - Database: acaweb_fx - User: postgres ]
4 1m26s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:11:56 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 1m17s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:06:48 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 1m16s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:16:46 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 51s867ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:36:22 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 48s952ms WITH rar_max as ( ;[ Date: 2021-11-07 14:02:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 45s175ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '690' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (ar.simulation = 0 OR ar.simulation IS NULL) AND ('2' = 0 OR s.timegranularity in ('15', '60')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR s.symbol in ('#AAPL', '#TSLA', 'AUDUSD', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'EURCAD', 'EURCHF', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'NAS100', 'NZDJPY', 'NZDUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'WTI', 'XAGUSD', 'XAUUSD')) 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: 2021-11-07 14:03:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 41s675ms WITH rar_max as ( ;[ Date: 2021-11-07 14:02:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 33s780ms 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 = '627' 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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: 2021-11-07 14:06:15 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 32s528ms WITH rar_max as ( ;[ Date: 2021-11-07 14:07:21 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 30s483ms select updateageforrelevantresults ();[ Date: 2021-11-07 14:17:33 - Database: acaweb_fx - User: postgres ]
14 30s473ms WITH rar_max as ( ;[ Date: 2021-11-07 14:12:27 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 28s281ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:50:58 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 28s247ms select updateresultsmaterializedview ();[ Date: 2021-11-07 14:04:02 - Database: acaweb_fx - User: postgres ]
17 27s476ms 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 = '660' 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 ('223' = 0 OR 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', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', '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', 'FCA.MI', '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', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', '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', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', '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', 'UCG.MI', 'UMI.br.', '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: 2021-11-07 14:11:38 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 25s314ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2021-11-07 14:06:15 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 24s526ms select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;[ Date: 2021-11-07 14:14:48 - Database: acaweb_fx - User: pgperfstats ]
20 23s729ms WITH rar_max as ( ;[ Date: 2021-11-07 14:06:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 12m25s 1 12m25s 12m25s 12m25s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Nov 07 14 1 12m25s 12m25s [ User: postgres - Total duration: 12m25s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-11-07 14:12:40 Duration: 12m25s Database: acaweb_fx User: postgres
2 9m6s 24 956ms 1m38s 22s786ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #2
Day Hour Count Duration Avg duration Nov 07 14 24 9m6s 22s786ms [ User: postgres - Total duration: 9m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:02:09 Duration: 1m38s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:11:56 Duration: 1m26s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:06:48 Duration: 1m17s Database: acaweb_fx User: postgres Bind query: yes
3 9m6s 115 52ms 48s952ms 4s753ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Nov 07 14 115 9m6s 4s753ms [ User: postgres - Total duration: 9m6s - Times executed: 115 ]
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 48s952ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 41s675ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:07:21 Duration: 32s528ms Database: acaweb_fx User: postgres Bind query: yes
4 8m9s 178 51ms 18s22ms 2s750ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #4
Day Hour Count Duration Avg duration Nov 07 14 178 8m9s 2s750ms [ User: postgres - Total duration: 8m9s - Times executed: 178 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '630' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:03:37 Duration: 18s22ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:31:19 Duration: 11s270ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:26:20 Duration: 11s157ms Database: acaweb_fx User: postgres Bind query: yes
5 7m4s 96 194ms 33s780ms 4s419ms 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 Nov 07 14 96 7m4s 4s419ms [ User: postgres - Total duration: 7m4s - Times executed: 96 ]
-
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 = '627' 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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: 2021-11-07 14:06:15 Duration: 33s780ms 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 = '660' 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 ('223' = 0 OR 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', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', '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', 'FCA.MI', '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', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', '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', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', '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', 'UCG.MI', 'UMI.br.', '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: 2021-11-07 14:11:38 Duration: 27s476ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:06:15 Duration: 25s314ms Database: acaweb_fx User: postgres Bind query: yes
6 6m42s 141 2s178ms 3s683ms 2s857ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Nov 07 14 141 6m42s 2s857ms [ User: pgperfstats - Total duration: 6m42s - Times executed: 141 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970035, 5, 900, '2021-11-07 00:00:00', 0.0736777653394367, 0.0915185185185191, 0.080172374834538, 0.122074074074075, 0.114743638447203, 0.199888888888889, 0.250673400755154, 0.593, 0.394227182250376, 1.15192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 915, '2021-11-07 00:00:00', 0.0593651120121616, 0.0892962962962965, 0.0784176487490389, 0.138407407407407, 0.112312915032915, 0.199037037037037, 0.253773779288033, 0.625851851851852, 0.398407013176411, 1.16307407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 930, '2021-11-07 00:00:00', 0.0497605663162509, 0.105037037037036, 0.0821488295682304, 0.151259259259259, 0.099905653499387, 0.201296296296296, 0.253435775508693, 0.639333333333333, 0.4001113876249, 1.16225925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 945, '2021-11-07 00:00:00', 0.0747417776971707, 0.104555555555556, 0.0919955405831146, 0.137888888888888, 0.0985309328553461, 0.206037037037037, 0.255284657608436, 0.639444444444444, 0.40013132459616, 1.157 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 960, '2021-11-07 00:00:00', 0.0611324748982037, 0.0914444444444442, 0.059772217197607, 0.135777777777778, 0.0849820493866129, 0.216222222222222, 0.250060682094057, 0.639037037037037, 0.402743914874776, 1.15425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 975, '2021-11-07 00:00:00', 0.0468179172851309, 0.104925925925926, 0.057238915497181, 0.160703703703704, 0.0820301348282632, 0.228407407407407, 0.244440969283767, 0.645185185185185, 0.416279153133247, 1.15244444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 990, '2021-11-07 00:00:00', 0.0490073254597507, 0.131222222222222, 0.0794243713807716, 0.179333333333333, 0.0751514330650981, 0.23774074074074, 0.249983970996114, 0.648296296296296, 0.436946690405603, 1.15577777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1005, '2021-11-07 00:00:00', 0.0536350705949076, 0.116518518518518, 0.0610510505170124, 0.162999999999999, 0.0686576626741302, 0.213518518518518, 0.253697730501356, 0.633, 0.447813313259849, 1.14392592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1020, '2021-11-07 00:00:00', 0.0380115067298661, 0.119518518518518, 0.0559910961582541, 0.161185185185185, 0.0672179980307304, 0.204481481481481, 0.259932442461257, 0.638481481481482, 0.455696408285403, 1.1432962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1035, '2021-11-07 00:00:00', 0.0402705593295894, 0.102222222222222, 0.057255935633279, 0.14462962962963, 0.0662752612700268, 0.192444444444445, 0.26363120121945, 0.641888888888889, 0.455554972899356, 1.14355555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1050, '2021-11-07 00:00:00', 0.0497764518291047, 0.108185185185185, 0.0650751045390578, 0.145, 0.0763085840518614, 0.206666666666666, 0.256417078114384, 0.639555555555556, 0.455344783427758, 1.15044444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1065, '2021-11-07 00:00:00', 0.0492703166476949, 0.100777777777778, 0.0520450987864593, 0.133, 0.220698076624245, 0.434222222222223, 0.248633123697206, 0.62825925925926, 0.460671669917293, 1.13781481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1080, '2021-11-07 00:00:00', 0.0249538034714604, 0.0783333333333334, 0.0615862955118404, 0.125888888888889, 0.204642367498762, 0.451962962962963, 0.243978929313, 0.620222222222222, 0.458526936577287, 1.13551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1095, '2021-11-07 00:00:00', 0.051018459315067, 0.0890370370370368, 0.205680075474737, 0.398296296296296, 0.205739254945771, 0.472555555555555, 0.243290272504177, 0.609814814814814, 0.460057131346276, 1.13755555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 600, '2021-11-07 00:00:00', 0.104115002983018, 0.218423076923077, 0.106154582494659, 0.275653846153846, 0.131969139749238, 0.364576923076923, 0.169730446930964, 0.501230769230769, 0.433275609567575, 1.15607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 615, '2021-11-07 00:00:00', 0.0838618277516427, 0.157384615384615, 0.109922637131058, 0.242884615384615, 0.110739666994957, 0.286923076923077, 0.141816783209886, 0.444, 0.441958438700362, 1.13630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 630, '2021-11-07 00:00:00', 0.079036865789618, 0.141884615384615, 0.0947253925829814, 0.1855, 0.109508419065174, 0.252576923076923, 0.131706182320871, 0.398961538461538, 0.436352632626412, 1.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 645, '2021-11-07 00:00:00', 0.0608171155059294, 0.111807692307692, 0.0731437362584533, 0.166384615384615, 0.0898077690660192, 0.240346153846154, 0.124821768318486, 0.380923076923077, 0.428013558376188, 1.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 660, '2021-11-07 00:00:00', 0.0552035673317754, 0.107076923076923, 0.064172459944938, 0.172769230769231, 0.0838652765772858, 0.228769230769231, 0.134220920070664, 0.367153846153846, 0.414113050339564, 1.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 675, '2021-11-07 00:00:00', 0.0425889115218433, 0.112846153846154, 0.0597495928534564, 0.152576923076924, 0.0801538616565763, 0.212807692307692, 0.127999837740282, 0.346961538461538, 0.410476535448552, 1.10388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 690, '2021-11-07 00:00:00', 0.043050042437216, 0.100884615384616, 0.0544492000365052, 0.148653846153846, 0.0892042858577132, 0.203730769230769, 0.122170398026061, 0.330615384615385, 0.400314670458898, 1.09665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 705, '2021-11-07 00:00:00', 0.0446421153344962, 0.104038461538462, 0.0747145130582977, 0.143538461538462, 0.0959027391924514, 0.193153846153847, 0.128536974626579, 0.330923076923077, 0.506823738136309, 1.27430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 720, '2021-11-07 00:00:00', 0.0442784371901268, 0.0924999999999996, 0.0604482741370986, 0.134076923076923, 0.0714187758118376, 0.178807692307692, 0.118400909559916, 0.328153846153846, 0.522121954513135, 1.29015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 735, '2021-11-07 00:00:00', 0.046625974933094, 0.0973076923076929, 0.0577079250656667, 0.13173076923077, 0.0803028977348602, 0.189346153846154, 0.119314039408613, 0.329, 0.519624043086775, 1.29111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 750, '2021-11-07 00:00:00', 0.0389368127177278, 0.0843461538461536, 0.0452963744516216, 0.119192307692308, 0.0683539206010784, 0.179461538461538, 0.135977079516535, 0.324615384615384, 0.551803303862751, 1.31038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 765, '2021-11-07 00:00:00', 0.0300160213629578, 0.0818076923076924, 0.0499299355250783, 0.126038461538462, 0.0711185900180385, 0.167423076923077, 0.142271917332756, 0.324538461538461, 0.556437234002736, 1.31265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 780, '2021-11-07 00:00:00', 0.0413127657677944, 0.0857692307692307, 0.0505726742877556, 0.125653846153846, 0.058986895545993, 0.157423076923077, 0.147620183110368, 0.334961538461538, 0.554870745863742, 1.31523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 795, '2021-11-07 00:00:00', 0.0389228032827109, 0.0807692307692307, 0.0468310383596836, 0.113884615384615, 0.0710013651006359, 0.159076923076923, 0.152082083099884, 0.346, 0.554527668727735, 1.31515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 810, '2021-11-07 00:00:00', 0.032462356898177, 0.0772692307692305, 0.0372539724262858, 0.105538461538461, 0.0596082596238522, 0.148769230769231, 0.153494996159985, 0.349076923076924, 0.555509641265084, 1.31619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 825, '2021-11-07 00:00:00', 0.0259063401803198, 0.0734615384615382, 0.0593544762099186, 0.111076923076923, 0.0530401299453095, 0.135846153846154, 0.156528060890544, 0.344076923076923, 0.553255912408883, 1.32323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 840, '2021-11-07 00:00:00', 0.0494856156256153, 0.0818846153846154, 0.0448135453423832, 0.107423076923076, 0.0436829310090164, 0.135038461538461, 0.154403347911092, 0.349076923076923, 0.554998823283577, 1.33057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 855, '2021-11-07 00:00:00', 0.0287016483043151, 0.0702307692307688, 0.0299815584343748, 0.0954230769230763, 0.0597665329556469, 0.140038461538461, 0.150717754556196, 0.355192307692308, 0.561828318972976, 1.3445 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 870, '2021-11-07 00:00:00', 0.028299850502459, 0.0738076923076919, 0.0378739813267431, 0.103038461538461, 0.0579661970462092, 0.149, 0.157290427113472, 0.364961538461538, 0.566193519512951, 1.35730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 885, '2021-11-07 00:00:00', 0.0321747392554134, 0.0744230769230769, 0.0582948077909568, 0.10673076923077, 0.0830373132068669, 0.161346153846154, 0.161343093580586, 0.497923076923077, 0.568700570125913, 1.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 900, '2021-11-07 00:00:00', 0.0521589287289708, 0.0790769230769233, 0.0515505577079431, 0.1055, 0.087966497118986, 0.187230769230769, 0.174342779074399, 0.516730769230769, 0.573738194113496, 1.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 915, '2021-11-07 00:00:00', 0.0219529917358395, 0.062576923076923, 0.0505980388796001, 0.110807692307692, 0.0779656038559015, 0.176346153846154, 0.201832619152223, 0.540384615384615, 0.56621105198028, 1.37734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 930, '2021-11-07 00:00:00', 0.045717190841756, 0.0796923076923079, 0.0619439945558761, 0.134538461538461, 0.0948839371994099, 0.179807692307693, 0.211154544205095, 0.545192307692308, 0.56502200365595, 1.37523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 945, '2021-11-07 00:00:00', 0.0503678927034333, 0.0947307692307689, 0.0527318324529511, 0.117615384615384, 0.0933738968630128, 0.183269230769231, 0.228616750177099, 0.551461538461539, 0.562518900879032, 1.37792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 960, '2021-11-07 00:00:00', 0.0378465118807325, 0.0760384615384616, 0.0758125217990961, 0.123461538461539, 0.0902152980375281, 0.198, 0.234627787061844, 0.570961538461539, 0.561204985174415, 1.38034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 975, '2021-11-07 00:00:00', 0.0551043206458998, 0.0946153846153845, 0.0689838777151249, 0.142846153846154, 0.0845836863703634, 0.212, 0.228285263515763, 0.584807692307692, 0.558682302730824, 1.38365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 990, '2021-11-07 00:00:00', 0.0476069969000997, 0.112884615384616, 0.0681684339310753, 0.161153846153846, 0.0884410277225188, 0.213846153846154, 0.221486714308972, 0.593269230769231, 0.556527902403686, 1.38311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1005, '2021-11-07 00:00:00', 0.0484792263203057, 0.110653846153846, 0.0669305150596792, 0.157423076923077, 0.0945378149818287, 0.215961538461539, 0.229129845620002, 0.604615384615384, 0.558368950260833, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1020, '2021-11-07 00:00:00', 0.0557738427801201, 0.118192307692308, 0.0762885614976755, 0.158230769230769, 0.0972938846999134, 0.2245, 0.243968122129479, 0.615730769230769, 0.560506700707906, 1.38619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1035, '2021-11-07 00:00:00', 0.0495194289764517, 0.109576923076923, 0.0777522693213219, 0.158153846153846, 0.0898821792895913, 0.210384615384615, 0.247496128951856, 0.601576923076922, 0.559390620366347, 1.38188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1050, '2021-11-07 00:00:00', 0.0557264334460352, 0.106346153846153, 0.0658427030008758, 0.144307692307692, 0.0865255942570662, 0.187961538461538, 0.249132121265311, 0.595423076923077, 0.551244629487183, 1.37219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1065, '2021-11-07 00:00:00', 0.043696664192344, 0.0810384615384616, 0.0446729827145605, 0.112346153846154, 0.155014366579856, 0.358576923076923, 0.244285284043063, 0.5915, 0.544838467240168, 1.37865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1080, '2021-11-07 00:00:00', 0.0423550015210267, 0.0841153846153847, 0.0511836512359775, 0.113615384615384, 0.165968676377386, 0.384807692307693, 0.250863321659118, 0.596384615384615, 0.54593635160154, 1.3785 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1095, '2021-11-07 00:00:00', 0.0261648325341185, 0.074961538461538, 0.161441263431818, 0.324807692307692, 0.190131812577081, 0.418115384615384, 0.25139078068892, 0.59226923076923, 0.557695760732016, 1.38380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 600, '2021-11-07 00:00:00', 0.0716266387918307, 0.210153846153846, 0.0871931983938761, 0.257576923076923, 0.121829363645034, 0.334923076923077, 0.200732213504612, 0.503692307692307, 0.499769940918973, 1.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 615, '2021-11-07 00:00:00', 0.0727122146124445, 0.147884615384615, 0.0949294231764594, 0.224346153846154, 0.113328175599077, 0.275653846153846, 0.184135806905163, 0.458346153846154, 0.488861548749903, 1.32357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 630, '2021-11-07 00:00:00', 0.0652492027655393, 0.153538461538462, 0.0710443848265623, 0.197769230769231, 0.11428068683997, 0.261653846153846, 0.178378581846416, 0.441038461538461, 0.491154396843255, 1.32080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 645, '2021-11-07 00:00:00', 0.0456711489471616, 0.118576923076923, 0.0664980740033415, 0.173923076923077, 0.0773740664166367, 0.233884615384615, 0.171831442452726, 0.421730769230769, 0.520426365145408, 1.32219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 660, '2021-11-07 00:00:00', 0.0491471417120213, 0.113192307692308, 0.0686894012650702, 0.166923076923077, 0.0802258446751804, 0.222884615384616, 0.165068452001446, 0.401923076923077, 0.513798183965411, 1.31157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 675, '2021-11-07 00:00:00', 0.0442640329769514, 0.123230769230769, 0.0575371050847924, 0.159038461538462, 0.100727148582388, 0.225038461538461, 0.15209117204948, 0.383730769230769, 0.513122423538927, 1.31030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 690, '2021-11-07 00:00:00', 0.0372303432906338, 0.0985384615384617, 0.0520124393405448, 0.139423076923077, 0.0867259255000836, 0.214115384615385, 0.135525036006693, 0.356653846153846, 0.511387229466613, 1.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 705, '2021-11-07 00:00:00', 0.043569096316612, 0.097115384615385, 0.0611662048469956, 0.151769230769231, 0.0866968547029508, 0.214230769230769, 0.126700810512859, 0.347153846153846, 0.520629518356975, 1.36984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 720, '2021-11-07 00:00:00', 0.047652927910691, 0.100192307692308, 0.0647873800626677, 0.14426923076923, 0.102491553122871, 0.212038461538461, 0.126761265619819, 0.331538461538461, 0.543040994344314, 1.39080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 735, '2021-11-07 00:00:00', 0.0454172451151111, 0.0943846153846154, 0.0608534683923979, 0.136769230769231, 0.106108079877946, 0.204730769230769, 0.119081646199313, 0.321961538461538, 0.543720602742028, 1.39357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 750, '2021-11-07 00:00:00', 0.0478048597465213, 0.0937692307692309, 0.0797137281874232, 0.145038461538462, 0.105542911433436, 0.201115384615384, 0.111189567855982, 0.306, 0.548062337835621, 1.39761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 765, '2021-11-07 00:00:00', 0.0405381491740994, 0.0953076923076925, 0.0605265739476981, 0.130115384615384, 0.0763849864426654, 0.178884615384615, 0.0852299333477475, 0.297307692307692, 0.555484603400837, 1.39476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 780, '2021-11-07 00:00:00', 0.037811434981823, 0.0782307692307693, 0.0447877902317833, 0.121884615384615, 0.0700804921830275, 0.166346153846154, 0.111683130053117, 0.321807692307693, 0.554117826959074, 1.39638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 795, '2021-11-07 00:00:00', 0.0334664240465212, 0.0861923076923077, 0.0477777547207257, 0.119076923076923, 0.0667394589775445, 0.151653846153846, 0.139667957891345, 0.336461538461539, 0.551706956774923, 1.39738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 810, '2021-11-07 00:00:00', 0.0323320512566331, 0.0818076923076925, 0.0570953992488419, 0.110269230769231, 0.0682443122453892, 0.158384615384615, 0.170804863919215, 0.346692307692308, 0.550852776645867, 1.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 825, '2021-11-07 00:00:00', 0.036913391357859, 0.0750384615384621, 0.0371106453729927, 0.103, 0.0716554147398398, 0.157461538461539, 0.196929772722703, 0.354846153846154, 0.546281049108776, 1.40423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 840, '2021-11-07 00:00:00', 0.025570415597838, 0.0746153846153841, 0.0584898150239719, 0.117538461538461, 0.064690172835899, 0.146461538461538, 0.199200061785594, 0.363769230769231, 0.53724690212802, 1.41307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 855, '2021-11-07 00:00:00', 0.0429212516843793, 0.0829230769230773, 0.0501982684347395, 0.111884615384616, 0.0516453736106603, 0.134269230769231, 0.198130120414299, 0.357230769230769, 0.528359541046989, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 870, '2021-11-07 00:00:00', 0.041453365827898, 0.0803076923076929, 0.0471527305678052, 0.0995000000000003, 0.0489857750152649, 0.135615384615385, 0.197358556946488, 0.358, 0.525329399959243, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 885, '2021-11-07 00:00:00', 0.0281418658831397, 0.0697307692307693, 0.027780125712736, 0.092153846153846, 0.0567774061238609, 0.147923076923077, 0.247798454083462, 0.515923076923077, 0.526458577521683, 1.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 900, '2021-11-07 00:00:00', 0.0265432013604531, 0.0706923076923073, 0.0408294765316201, 0.105384615384615, 0.0548043934229871, 0.148807692307692, 0.260733725061825, 0.547346153846154, 0.538957804827628, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 915, '2021-11-07 00:00:00', 0.0442250364177781, 0.079576923076923, 0.0608812336880962, 0.118730769230769, 0.0593148703627839, 0.151423076923077, 0.256179660514917, 0.553538461538462, 0.554293368588817, 1.44146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 930, '2021-11-07 00:00:00', 0.0448124295944088, 0.0810769230769231, 0.0410957605898901, 0.101307692307692, 0.0484866357479445, 0.145923076923077, 0.249441459141141, 0.571807692307692, 0.554421179804113, 1.44526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 945, '2021-11-07 00:00:00', 0.0204602428739622, 0.0693076923076924, 0.0404438452101751, 0.100769230769231, 0.0660325793715608, 0.185692307692308, 0.253255750940853, 0.596346153846154, 0.558579507459633, 1.45288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 960, '2021-11-07 00:00:00', 0.0340652992851168, 0.0757307692307695, 0.0348643304605371, 0.115192307692308, 0.103987669387362, 0.245653846153846, 0.2531572603374, 0.618038461538462, 0.560280067328969, 1.45807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 975, '2021-11-07 00:00:00', 0.0270410798600946, 0.0834999999999998, 0.0561574709051389, 0.155692307692308, 0.13179301370535, 0.259038461538462, 0.249798506493041, 0.623423076923077, 0.565387879111459, 1.46042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 990, '2021-11-07 00:00:00', 0.0528608041499996, 0.128769230769231, 0.100791269463183, 0.207, 0.165322123792869, 0.26473076923077, 0.253210611638126, 0.632423076923077, 0.563001221477019, 1.46684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1005, '2021-11-07 00:00:00', 0.0810283995797863, 0.144192307692308, 0.107371017433083, 0.187153846153846, 0.171161390326386, 0.235307692307692, 0.237388004362866, 0.622769230769231, 0.559814738586312, 1.46330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1020, '2021-11-07 00:00:00', 0.0560684746194676, 0.113923076923077, 0.0776446045478026, 0.157269230769231, 0.111425373439598, 0.202423076923077, 0.218251319495527, 0.595038461538461, 0.563569219009861, 1.44976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1035, '2021-11-07 00:00:00', 0.0402207179678105, 0.104115384615385, 0.0679310057224354, 0.132307692307692, 0.0704358846480536, 0.170576923076923, 0.225105787097123, 0.583846153846154, 0.559491880741253, 1.45226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1050, '2021-11-07 00:00:00', 0.0442318367764143, 0.0941538461538458, 0.0537884889029385, 0.127192307692308, 0.0685511600081398, 0.170692307692308, 0.231224353255581, 0.588307692307692, 0.55781388128465, 1.45038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1065, '2021-11-07 00:00:00', 0.0395856228757561, 0.0843076923076923, 0.0511608624453685, 0.115923076923077, 0.179487492600459, 0.355, 0.241924285676325, 0.585999999999999, 0.557544403198939, 1.45080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1080, '2021-11-07 00:00:00', 0.0426039362572914, 0.0831538461538464, 0.0607434453570605, 0.120384615384615, 0.184821431491214, 0.398807692307692, 0.239975870581895, 0.586461538461538, 0.562459813265322, 1.45319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1095, '2021-11-07 00:00:00', 0.038059083622098, 0.0794230769230768, 0.168432721103892, 0.332307692307692, 0.17369375348584, 0.4, 0.250934045885797, 0.587846153846153, 0.542100894668142, 1.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 600, '2021-11-07 00:00:00', 0.103066968520472, 0.242, 0.13655414254483, 0.319923076923077, 0.153134958074945, 0.369653846153847, 0.233595577539802, 0.543576923076923, 0.524401889335328, 1.43369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 615, '2021-11-07 00:00:00', 0.0718985717200602, 0.175269230769231, 0.0659729081925647, 0.199769230769232, 0.110722383255808, 0.306384615384616, 0.221865059473962, 0.464769230769231, 0.535514251767545, 1.41507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 630, '2021-11-07 00:00:00', 0.0365642111696877, 0.110307692307692, 0.0996598291111395, 0.190807692307693, 0.121386483850297, 0.299038461538462, 0.203388707046006, 0.445384615384615, 0.538368979847036, 1.40603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 645, '2021-11-07 00:00:00', 0.0928565229057918, 0.146423076923077, 0.0991657896966175, 0.222423076923077, 0.118222326408925, 0.277038461538461, 0.20172117847701, 0.428076923076922, 0.54208556945872, 1.40226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 660, '2021-11-07 00:00:00', 0.067817503980564, 0.145423076923077, 0.0868324026723093, 0.193115384615385, 0.110878790369692, 0.238115384615384, 0.195311711413792, 0.399230769230769, 0.54957053582425, 1.39142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 675, '2021-11-07 00:00:00', 0.0585905741959862, 0.117846153846154, 0.0621171597745864, 0.155692307692307, 0.117308226480499, 0.2325, 0.180232465273217, 0.369307692307692, 0.55091294998533, 1.38003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 690, '2021-11-07 00:00:00', 0.0449632499509752, 0.103423076923077, 0.0599429600665373, 0.149961538461538, 0.0992354542722278, 0.225653846153846, 0.130250533735803, 0.357192307692307, 0.551681827198919, 1.37396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 705, '2021-11-07 00:00:00', 0.0447055322682175, 0.101769230769231, 0.069572375154334, 0.166346153846154, 0.103193895168271, 0.2295, 0.131308702623304, 0.350846153846154, 0.676520668852486, 1.40715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 720, '2021-11-07 00:00:00', 0.0396035157724471, 0.116038461538461, 0.0523144339546938, 0.149999999999999, 0.0843973842102848, 0.212038461538461, 0.12314381835886, 0.341, 0.660080051089377, 1.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 735, '2021-11-07 00:00:00', 0.0417056535551421, 0.101192307692308, 0.0600268785948941, 0.148115384615385, 0.0758281863567489, 0.208076923076923, 0.125179477305433, 0.340307692307692, 0.661810988587667, 1.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 750, '2021-11-07 00:00:00', 0.0599819972991898, 0.0999999999999998, 0.0755607956956106, 0.148923076923077, 0.0897983381720481, 0.191692307692307, 0.126469893042391, 0.336923076923077, 0.660511214602284, 1.42476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 765, '2021-11-07 00:00:00', 0.0568112258679164, 0.105653846153845, 0.0798687769936511, 0.146692307692307, 0.0985358037232386, 0.177230769230769, 0.140709914362848, 0.34, 0.65534067359011, 1.42303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 780, '2021-11-07 00:00:00', 0.0342997869470848, 0.0936538461538462, 0.0679651041683552, 0.129153846153846, 0.082125054735961, 0.164730769230769, 0.142579446139822, 0.343461538461539, 0.640059777256421, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 795, '2021-11-07 00:00:00', 0.0580131550068269, 0.0993846153846155, 0.0797768426009989, 0.126769230769231, 0.0789497600717353, 0.158230769230769, 0.199279135501321, 0.374576923076923, 0.641960391780821, 1.41923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 810, '2021-11-07 00:00:00', 0.0428341524415346, 0.0762692307692307, 0.0466887731522425, 0.106192307692308, 0.061141764650813, 0.148346153846153, 0.204612207320617, 0.377653846153846, 0.636410139889244, 1.42088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 825, '2021-11-07 00:00:00', 0.0263953375836311, 0.075076923076923, 0.0404051215337098, 0.107423076923077, 0.0552153824720836, 0.149461538461538, 0.203892509388196, 0.378653846153846, 0.634973449475222, 1.42180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 840, '2021-11-07 00:00:00', 0.0298123361146922, 0.0798461538461541, 0.0403670086161381, 0.106153846153846, 0.0691975099596468, 0.158846153846153, 0.203068359085158, 0.374961538461538, 0.634485333527529, 1.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 855, '2021-11-07 00:00:00', 0.0297122870206922, 0.0765, 0.0518961092361089, 0.112384615384616, 0.0688915424082274, 0.156730769230769, 0.202672589319667, 0.369538461538462, 0.634735187666116, 1.42496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 870, '2021-11-07 00:00:00', 0.0303255414055289, 0.0739615384615384, 0.0526249575187109, 0.107115384615384, 0.0720173162937488, 0.163576923076923, 0.203570664351756, 0.367153846153846, 0.635944560960612, 1.42426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 885, '2021-11-07 00:00:00', 0.0306477756753433, 0.0766153846153845, 0.0527906751672622, 0.117846153846154, 0.081607503425755, 0.170769230769231, 0.34523595721455, 0.608115384615385, 0.613082847959017, 1.45646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 900, '2021-11-07 00:00:00', 0.0532550467092085, 0.0855000000000001, 0.0709733319363957, 0.127576923076923, 0.0766905871267528, 0.176384615384616, 0.352480729424156, 0.633230769230769, 0.617255882608975, 1.46023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 915, '2021-11-07 00:00:00', 0.0378013430774825, 0.0896923076923079, 0.0556245103694954, 0.118384615384616, 0.0598213879940818, 0.174961538461539, 0.337755926896696, 0.632884615384616, 0.619437443293386, 1.45388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 930, '2021-11-07 00:00:00', 0.0438417433679187, 0.081538461538462, 0.05221413012409, 0.124653846153847, 0.076512050332963, 0.178576923076923, 0.359893447906674, 0.653576923076923, 0.616930801505448, 1.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 945, '2021-11-07 00:00:00', 0.0449274457833452, 0.0913461538461541, 0.0626547683740036, 0.1265, 0.102978414467081, 0.200076923076923, 0.36045608075582, 0.664115384615385, 0.619753594956527, 1.44396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 960, '2021-11-07 00:00:00', 0.0393148239804705, 0.0821538461538459, 0.0615754696412333, 0.134461538461539, 0.0934984409577962, 0.206038461538462, 0.354343327644467, 0.663076923076923, 0.619908787335189, 1.44076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 975, '2021-11-07 00:00:00', 0.0464125480380532, 0.100730769230769, 0.0719917944042132, 0.157538461538462, 0.136820376350219, 0.234846153846154, 0.353066670539934, 0.654923076923077, 0.623044347106639, 1.43846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 990, '2021-11-07 00:00:00', 0.0519149748664547, 0.125269230769231, 0.0711437980431185, 0.164, 0.142008645457294, 0.255153846153846, 0.354136160254781, 0.6545, 0.62831176607208, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1005, '2021-11-07 00:00:00', 0.0397676521037658, 0.109884615384615, 0.106304070404738, 0.176346153846153, 0.121870019030365, 0.241692307692308, 0.355877256281519, 0.661692307692307, 0.631498663132759, 1.42680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1020, '2021-11-07 00:00:00', 0.0805505670132362, 0.120076923076923, 0.107910076523857, 0.182769230769231, 0.0993785381566552, 0.210423076923077, 0.374430827544134, 0.657730769230769, 0.633719138225955, 1.42188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1035, '2021-11-07 00:00:00', 0.0557072153868224, 0.119423076923077, 0.0519287825924933, 0.149038461538462, 0.0610396088302818, 0.188076923076923, 0.393903564926161, 0.667538461538461, 0.634232177821826, 1.41115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1050, '2021-11-07 00:00:00', 0.0328781667091377, 0.0975769230769226, 0.0342276766105125, 0.123423076923077, 0.0623717391624911, 0.166923076923077, 0.386047149372278, 0.673192307692307, 0.630390795764513, 1.40434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1065, '2021-11-07 00:00:00', 0.0336190422231205, 0.0879999999999999, 0.0488753044452449, 0.128346153846154, 0.333078489248406, 0.474, 0.390940294477499, 0.678923076923077, 0.628757818119309, 1.39792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1080, '2021-11-07 00:00:00', 0.0349067549116433, 0.0878076923076928, 0.0432125515953945, 0.108730769230769, 0.328921912640956, 0.500230769230769, 0.380003149784517, 0.681923076923077, 0.62051332100001, 1.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1095, '2021-11-07 00:00:00', 0.029463510679117, 0.0674615384615384, 0.325646502538235, 0.444269230769231, 0.322090548663667, 0.498807692307692, 0.375082606286218, 0.688807692307693, 0.621112972506118, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 600, '2021-11-07 00:00:00', 0.0805179769702685, 0.244769230769231, 0.108567008730164, 0.299346153846154, 0.147789168958819, 0.359961538461539, 0.169280431873813, 0.54223076923077, 0.500598775314277, 1.28942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 615, '2021-11-07 00:00:00', 0.100634296035007, 0.209692307692307, 0.100117108351247, 0.238653846153846, 0.120598073718511, 0.306846153846154, 0.173099264540943, 0.506653846153846, 0.489178432130382, 1.26953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 630, '2021-11-07 00:00:00', 0.0440361390049301, 0.147307692307693, 0.0856641384441859, 0.20423076923077, 0.0982300283087537, 0.265538461538462, 0.175308979979744, 0.467038461538462, 0.487587204034788, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 645, '2021-11-07 00:00:00', 0.068108736590837, 0.13, 0.0808241015082471, 0.188846153846154, 0.0873933723943731, 0.238192307692308, 0.181537116357468, 0.45073076923077, 0.478850643167093, 1.23753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 660, '2021-11-07 00:00:00', 0.0491569542775608, 0.128615384615385, 0.0559443817210798, 0.170576923076923, 0.0791479627027759, 0.226, 0.185007043524959, 0.450615384615385, 0.466825411278547, 1.23373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 675, '2021-11-07 00:00:00', 0.0371222512579929, 0.109307692307692, 0.053027670570692, 0.150423076923077, 0.0876869694731471, 0.238269230769231, 0.185153894410527, 0.449269230769231, 0.452035151798551, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 690, '2021-11-07 00:00:00', 0.0487653723297744, 0.109307692307692, 0.0656237410135642, 0.164346153846154, 0.0926080242411323, 0.239384615384616, 0.176727865549094, 0.445461538461539, 0.448614016036744, 1.23215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 705, '2021-11-07 00:00:00', 0.055200501669961, 0.113846153846154, 0.0716403410205344, 0.172538461538461, 0.108704652791228, 0.228692307692308, 0.176197917563875, 0.433115384615385, 0.413836370487735, 1.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 720, '2021-11-07 00:00:00', 0.0656054993004512, 0.124807692307693, 0.0836650188825377, 0.162346153846154, 0.11256467542638, 0.238384615384616, 0.174725195224254, 0.430423076923077, 0.404539411410824, 1.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 735, '2021-11-07 00:00:00', 0.0381662960456758, 0.0991153846153847, 0.0698128927920912, 0.15, 0.0999509802930341, 0.239038461538462, 0.169034038447427, 0.442884615384616, 0.382771295443356, 1.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 750, '2021-11-07 00:00:00', 0.0503499293407191, 0.106653846153846, 0.0684275810339213, 0.169576923076924, 0.0892189096893358, 0.225576923076923, 0.159759362311427, 0.440423076923077, 0.383827741812151, 1.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 765, '2021-11-07 00:00:00', 0.0513427097663709, 0.107923076923077, 0.0627714780894832, 0.151538461538461, 0.0784812471476222, 0.203884615384616, 0.183847867710068, 0.425038461538461, 0.384357637944342, 1.24492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 780, '2021-11-07 00:00:00', 0.0354646519574288, 0.0966923076923075, 0.0515163902223209, 0.133538461538461, 0.0646314165093111, 0.181500000000001, 0.193290232154017, 0.417923076923077, 0.372958370537311, 1.25288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 795, '2021-11-07 00:00:00', 0.0484328559808476, 0.0973076923076923, 0.0554063728631116, 0.139884615384616, 0.0830546437362405, 0.196923076923077, 0.201462441622789, 0.429653846153846, 0.36901365619925, 1.25696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 810, '2021-11-07 00:00:00', 0.0564379168780926, 0.100038461538462, 0.0545885871419465, 0.127923076923077, 0.101445529150453, 0.183346153846154, 0.21760349261903, 0.447, 0.366939837869077, 1.25473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 825, '2021-11-07 00:00:00', 0.0299133106467031, 0.0776153846153849, 0.0800637150120978, 0.130961538461538, 0.107509462910874, 0.187730769230769, 0.229770306711189, 0.456923076923077, 0.373078576998713, 1.25376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 840, '2021-11-07 00:00:00', 0.0664643802811234, 0.109076923076922, 0.0904650548767096, 0.144615384615384, 0.114649137002354, 0.20276923076923, 0.22048967880955, 0.455538461538462, 0.368767143538909, 1.25538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 855, '2021-11-07 00:00:00', 0.0517819837989416, 0.0964230769230767, 0.0613563237290048, 0.137961538461538, 0.0903251562199251, 0.200076923076923, 0.189127844429268, 0.455692307692308, 0.361563853281823, 1.2485 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 870, '2021-11-07 00:00:00', 0.0356563296786677, 0.0945769230769228, 0.0591027918122317, 0.1375, 0.0879472656679079, 0.188807692307692, 0.186154790843121, 0.454384615384616, 0.354537436452279, 1.24807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 885, '2021-11-07 00:00:00', 0.0466912609184398, 0.0949230769230765, 0.0619684286862763, 0.128615384615385, 0.0662576439712082, 0.174346153846153, 0.29735356835825, 0.596230769230769, 0.349097429644813, 1.24784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 900, '2021-11-07 00:00:00', 0.0318754547478868, 0.0817307692307695, 0.045079212333573, 0.120153846153847, 0.0554482294924385, 0.178115384615385, 0.315262313246995, 0.625615384615385, 0.349860123697809, 1.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 915, '2021-11-07 00:00:00', 0.0376935007660471, 0.083, 0.0489761637471192, 0.123230769230769, 0.102954717454587, 0.207076923076923, 0.316318644116, 0.63573076923077, 0.349917168220402, 1.24423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 930, '2021-11-07 00:00:00', 0.042897606173126, 0.0937307692307691, 0.0580560074410907, 0.1415, 0.108275545928681, 0.226076923076923, 0.314945331031374, 0.648807692307692, 0.352398928226782, 1.24026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 945, '2021-11-07 00:00:00', 0.0476820882351174, 0.107307692307693, 0.109882734697565, 0.164153846153846, 0.126601427868968, 0.241192307692308, 0.335103862200272, 0.659961538461539, 0.349696518976977, 1.23515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 960, '2021-11-07 00:00:00', 0.0729857414947496, 0.108038461538462, 0.0739275737045797, 0.163615384615384, 0.10485577640814, 0.242576923076923, 0.332288104835826, 0.666230769230769, 0.353018214827507, 1.2255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 975, '2021-11-07 00:00:00', 0.0425613042021103, 0.109769230769231, 0.0677689740674436, 0.175923076923077, 0.099484246916863, 0.253346153846154, 0.331728139387569, 0.674038461538462, 0.35921439066599, 1.22453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 990, '2021-11-07 00:00:00', 0.0512649828005283, 0.136538461538462, 0.0689972128757052, 0.179153846153847, 0.112890232595139, 0.260269230769231, 0.332852168618211, 0.673384615384615, 0.368290621029727, 1.21830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1005, '2021-11-07 00:00:00', 0.0476909441492422, 0.123884615384615, 0.0735766371782615, 0.185807692307692, 0.109651623159616, 0.262961538461539, 0.328775630764531, 0.681153846153846, 0.367013261131194, 1.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1020, '2021-11-07 00:00:00', 0.0449099098195486, 0.1325, 0.0676461494725426, 0.186192307692308, 0.0873663286662282, 0.232653846153847, 0.322962567490414, 0.6755, 0.364057681397626, 1.20834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1035, '2021-11-07 00:00:00', 0.0480815333174166, 0.128923076923077, 0.0638248082946292, 0.168384615384616, 0.0796652708814542, 0.217346153846154, 0.322324175087991, 0.669923076923077, 0.36091671530232, 1.20665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1050, '2021-11-07 00:00:00', 0.0507600691034264, 0.110230769230769, 0.0580746469243217, 0.13823076923077, 0.0838279281532215, 0.201807692307692, 0.312447017046953, 0.664538461538462, 0.354730495750485, 1.19873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1065, '2021-11-07 00:00:00', 0.0367219908962553, 0.0942307692307692, 0.0633136271636322, 0.139846153846154, 0.306906921495001, 0.435461538461538, 0.31083697433765, 0.661769230769231, 0.346999046773242, 1.19946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1080, '2021-11-07 00:00:00', 0.0423709080166319, 0.087423076923077, 0.0519880607595485, 0.123961538461539, 0.32613203555521, 0.46476923076923, 0.300515321508802, 0.671461538461538, 0.335534826806399, 1.1985 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1095, '2021-11-07 00:00:00', 0.0288836392337363, 0.0812307692307694, 0.300248932618355, 0.405307692307692, 0.325205679295663, 0.472576923076923, 0.302927310397421, 0.677653846153846, 0.333730282621253, 1.19869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 600, '2021-11-07 00:00:00', 0.148927654093678, 0.297615384615385, 0.18297914130809, 0.349615384615385, 0.194172453088643, 0.394307692307692, 0.194865239430899, 0.608692307692307, 0.318000590226835, 1.16615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 615, '2021-11-07 00:00:00', 0.11561658784368, 0.194653846153846, 0.121710577253518, 0.235230769230769, 0.129157054067459, 0.296769230769231, 0.210841128669104, 0.553307692307692, 0.320723684093429, 1.14880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 630, '2021-11-07 00:00:00', 0.071622385843018, 0.146615384615385, 0.0962217950682371, 0.200076923076923, 0.105866832170639, 0.263115384615385, 0.222506311060021, 0.523461538461538, 0.32029486655028, 1.13280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 645, '2021-11-07 00:00:00', 0.0646184541395459, 0.134769230769231, 0.0856484406432214, 0.174846153846154, 0.112416704206338, 0.253653846153846, 0.221019804194452, 0.496923076923077, 0.306154048704997, 1.12169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 660, '2021-11-07 00:00:00', 0.0488770041886936, 0.118192307692308, 0.072836560979941, 0.176730769230769, 0.118127623291995, 0.252846153846154, 0.216406270348514, 0.482076923076923, 0.304487526585497, 1.11742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 675, '2021-11-07 00:00:00', 0.0441415380861995, 0.109346153846154, 0.0788398669163298, 0.17126923076923, 0.103968160806751, 0.226461538461539, 0.221379840649852, 0.463076923076923, 0.302997070308254, 1.11323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 690, '2021-11-07 00:00:00', 0.0448435228150228, 0.113692307692307, 0.0753261217333308, 0.15376923076923, 0.0735098632837799, 0.2175, 0.216075186344583, 0.442615384615384, 0.303984331580024, 1.11307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 705, '2021-11-07 00:00:00', 0.0454966440013396, 0.103230769230769, 0.0557341491781781, 0.152846153846154, 0.0821173644149738, 0.230307692307692, 0.226432139605123, 0.448923076923076, 0.297066180142768, 1.13834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 720, '2021-11-07 00:00:00', 0.0515658801922359, 0.113000000000001, 0.0585124444357456, 0.156115384615385, 0.0790848813714642, 0.231461538461539, 0.210244941400775, 0.437846153846154, 0.284724806408952, 1.13215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 735, '2021-11-07 00:00:00', 0.0530780702217172, 0.104192307692308, 0.07896446133449, 0.164115384615385, 0.11625153762424, 0.2465, 0.205591454476703, 0.428384615384615, 0.276708977920013, 1.12646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 750, '2021-11-07 00:00:00', 0.0560415779715245, 0.114538461538461, 0.068934751758457, 0.158, 0.133828570020927, 0.249615384615384, 0.198774046440831, 0.429807692307692, 0.288023046620605, 1.13465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 765, '2021-11-07 00:00:00', 0.0555073383921855, 0.105769230769231, 0.10985554851013, 0.171192307692308, 0.136267073736158, 0.235653846153846, 0.182387132643304, 0.422884615384615, 0.291558974110925, 1.13165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 780, '2021-11-07 00:00:00', 0.0907755388942333, 0.124961538461538, 0.104955257866608, 0.178384615384615, 0.126332729177907, 0.230961538461538, 0.168941305237602, 0.414730769230769, 0.308110881639411, 1.13065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 795, '2021-11-07 00:00:00', 0.0525354678728131, 0.106153846153846, 0.0644641343336322, 0.144230769230769, 0.0918853884759954, 0.197730769230769, 0.143649386193767, 0.389884615384615, 0.311277526431862, 1.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 810, '2021-11-07 00:00:00', 0.0355092187380205, 0.0922307692307691, 0.0613990353219134, 0.135192307692308, 0.0910734614726783, 0.183153846153846, 0.136569170977708, 0.374538461538461, 0.333416893116388, 1.11476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 825, '2021-11-07 00:00:00', 0.0422388264697125, 0.0930384615384616, 0.0560972370086087, 0.1275, 0.0819069265409504, 0.17176923076923, 0.127894235150046, 0.364846153846153, 0.341297048602263, 1.12065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 840, '2021-11-07 00:00:00', 0.0342094229034139, 0.0832692307692303, 0.0516069911781489, 0.110192307692307, 0.0829633932248714, 0.15626923076923, 0.122502546284368, 0.356076923076922, 0.345156377045803, 1.12273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 855, '2021-11-07 00:00:00', 0.0331568765347167, 0.0725384615384619, 0.0431415737382797, 0.102653846153846, 0.0911360859036981, 0.158884615384616, 0.120331465288434, 0.355692307692307, 0.342225063147271, 1.12392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 870, '2021-11-07 00:00:00', 0.0278250578823094, 0.0750769230769227, 0.0576674418207875, 0.111576923076923, 0.0885125719014843, 0.162653846153846, 0.118360154417972, 0.365384615384615, 0.349970084435799, 1.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 885, '2021-11-07 00:00:00', 0.0427471456536981, 0.0800384615384615, 0.0760038561774741, 0.120115384615385, 0.0953786946053223, 0.181153846153846, 0.251827388991258, 0.565923076923077, 0.372627140924874, 1.12611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:39 Duration: 3s683ms 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 970045, 5, 900, '2021-11-07 00:00:00', 0.0242603401164147, 0.0601111111111114, 0.0269072480941477, 0.080333333333334, 0.0446802823998198, 0.125407407407408, 0.197726176885208, 0.393222222222222, 0.35400331174912, 0.777962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 915, '2021-11-07 00:00:00', 0.0175736139946201, 0.0472962962962965, 0.0364100577820506, 0.0846666666666668, 0.0460077412041957, 0.118592592592593, 0.19487522489109, 0.394259259259259, 0.352369152939102, 0.780592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 930, '2021-11-07 00:00:00', 0.032731794487476, 0.069703703703704, 0.0318016466451775, 0.0920370370370373, 0.0522405950586302, 0.126814814814815, 0.195649681116012, 0.401481481481481, 0.356392781653634, 0.778740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 945, '2021-11-07 00:00:00', 0.0231871489114961, 0.0645185185185183, 0.0388501394248895, 0.0872222222222222, 0.0475378391793964, 0.142, 0.203518501927418, 0.403629629629629, 0.358370091535444, 0.777740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 960, '2021-11-07 00:00:00', 0.0338143919864472, 0.0644814814814817, 0.0453109233196564, 0.0921851851851851, 0.0507817799391589, 0.150592592592592, 0.205843819588245, 0.401296296296296, 0.359440071836969, 0.77837037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 975, '2021-11-07 00:00:00', 0.0331990886498334, 0.0621111111111111, 0.0433989969293408, 0.10662962962963, 0.0532354336510124, 0.157629629629629, 0.205595431567633, 0.403592592592592, 0.361783119618682, 0.779222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 990, '2021-11-07 00:00:00', 0.0331677940795371, 0.0827777777777776, 0.0437588900206625, 0.112925925925926, 0.0556587844360639, 0.162851851851852, 0.203094970276388, 0.413481481481481, 0.354354587650807, 0.785592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1005, '2021-11-07 00:00:00', 0.0318094397284902, 0.0749259259259262, 0.0461230238962419, 0.113888888888889, 0.0699430170998193, 0.160444444444444, 0.198904485374248, 0.411925925925926, 0.352179069318574, 0.787407407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1020, '2021-11-07 00:00:00', 0.0331012432952645, 0.0796666666666664, 0.0531133282804385, 0.116777777777778, 0.0874767368343121, 0.162222222222222, 0.184111294224359, 0.41074074074074, 0.343912369577946, 0.794444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1035, '2021-11-07 00:00:00', 0.0341456157789411, 0.0776666666666667, 0.050624054280499, 0.105111111111111, 0.0715570419763861, 0.146222222222222, 0.186161021500007, 0.411185185185185, 0.346806644980815, 0.792185185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1050, '2021-11-07 00:00:00', 0.0260949941166638, 0.0672222222222221, 0.0397458091467434, 0.107037037037037, 0.0545969954194541, 0.133296296296296, 0.183551253545332, 0.398703703703703, 0.351442878525226, 0.781407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1065, '2021-11-07 00:00:00', 0.0348704562337335, 0.0781111111111114, 0.0401215390001167, 0.0967407407407408, 0.167731928981932, 0.286, 0.187296176015042, 0.40037037037037, 0.353466714060487, 0.779777777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1080, '2021-11-07 00:00:00', 0.0248152719267334, 0.0624814814814814, 0.0386831308891176, 0.0913333333333331, 0.168041568253122, 0.310259259259259, 0.181780024227023, 0.390851851851852, 0.356714315053521, 0.777444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1095, '2021-11-07 00:00:00', 0.0312434608542941, 0.0640000000000002, 0.163257936548744, 0.251333333333333, 0.173735209663796, 0.304, 0.180761762590474, 0.38474074074074, 0.357631668419354, 0.778222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 600, '2021-11-07 00:00:00', 0.0775994547958642, 0.146346153846154, 0.0991540526345043, 0.212384615384615, 0.10347450819479, 0.250423076923077, 0.118177474099827, 0.335346153846154, 0.304319166968851, 0.771346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 615, '2021-11-07 00:00:00', 0.0741127623183854, 0.120307692307692, 0.0703228598350819, 0.14723076923077, 0.0670737366921368, 0.210384615384616, 0.100304428922847, 0.313461538461539, 0.304822069158639, 0.769576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 630, '2021-11-07 00:00:00', 0.0376105754358452, 0.0783461538461541, 0.0489548143307048, 0.127423076923077, 0.0683427110513342, 0.179384615384616, 0.11043371837372, 0.289615384615385, 0.307679446077345, 0.768192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 645, '2021-11-07 00:00:00', 0.043433007653697, 0.0818846153846154, 0.0605850959077709, 0.127076923076923, 0.0678705668618868, 0.166576923076923, 0.107398674966758, 0.269653846153847, 0.302958501854881, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 660, '2021-11-07 00:00:00', 0.0410483392337151, 0.0833846153846154, 0.0435641348606145, 0.115923076923077, 0.0661203099252818, 0.157153846153846, 0.0984106701531898, 0.2535, 0.302824579837645, 0.752384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 675, '2021-11-07 00:00:00', 0.0337828358785936, 0.0770000000000004, 0.0465007526820801, 0.114, 0.0610016519322348, 0.148807692307692, 0.0830184409541734, 0.238307692307692, 0.300171891781, 0.740269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 690, '2021-11-07 00:00:00', 0.032499207090919, 0.0720384615384614, 0.0482667109363728, 0.100653846153846, 0.0531248891401557, 0.134576923076923, 0.0778271062133143, 0.221538461538461, 0.300882325579542, 0.739423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 705, '2021-11-07 00:00:00', 0.0271192523155382, 0.0664230769230771, 0.0384083324293049, 0.101, 0.0602362145097243, 0.134807692307692, 0.0683905976443683, 0.209923076923077, 0.343108256071776, 0.796653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 720, '2021-11-07 00:00:00', 0.0202201727147766, 0.0698461538461541, 0.0270347070377209, 0.0903461538461539, 0.0433700534754289, 0.118807692307692, 0.0603039098107377, 0.201807692307692, 0.344118575270435, 0.809076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 735, '2021-11-07 00:00:00', 0.0186419295798887, 0.0601923076923075, 0.0409422294684368, 0.0908846153846154, 0.0418195574416489, 0.129346153846153, 0.058671930125192, 0.198653846153846, 0.34988611773635, 0.816846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 750, '2021-11-07 00:00:00', 0.0351593515298565, 0.0695, 0.0346937369652711, 0.0858461538461537, 0.0390289833131936, 0.123307692307692, 0.0595449926849112, 0.197615384615384, 0.352900432678419, 0.826346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 765, '2021-11-07 00:00:00', 0.0217571562055761, 0.0535769230769235, 0.0243869132622708, 0.0888076923076921, 0.0334415678690226, 0.109461538461538, 0.0569119833264828, 0.200576923076923, 0.354085094075074, 0.835576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 780, '2021-11-07 00:00:00', 0.0200058452996581, 0.0639230769230762, 0.0246734987073489, 0.0776923076923074, 0.029098136340005, 0.102307692307692, 0.0595298632232985, 0.20526923076923, 0.353490341506612, 0.844692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 795, '2021-11-07 00:00:00', 0.0156014299147424, 0.0512692307692308, 0.0176724035194383, 0.0750769230769229, 0.0394866287007876, 0.103923076923077, 0.0567139787408306, 0.208653846153846, 0.364095490433274, 0.849384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 810, '2021-11-07 00:00:00', 0.021475997335129, 0.0575384615384616, 0.0248994284766048, 0.0713076923076924, 0.0391574337180649, 0.104769230769231, 0.0590917539476989, 0.211653846153846, 0.377126008323274, 0.855115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 825, '2021-11-07 00:00:00', 0.0193542283195731, 0.0501153846153844, 0.0352087401736474, 0.0768461538461538, 0.046550568037516, 0.107653846153846, 0.0638625446986311, 0.212769230769231, 0.377114765229162, 0.855884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 840, '2021-11-07 00:00:00', 0.0292865944654653, 0.0557692307692307, 0.0344916489335296, 0.0769230769230768, 0.0407452875991623, 0.0955384615384615, 0.0636045112091421, 0.211576923076923, 0.382410091997503, 0.865961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 855, '2021-11-07 00:00:00', 0.0226575849076233, 0.0463846153846156, 0.0309111879173475, 0.0716923076923079, 0.0412506223729275, 0.0995769230769232, 0.0666488848080288, 0.216923076923077, 0.386860525453097, 0.872115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 870, '2021-11-07 00:00:00', 0.0251638629784858, 0.0524999999999999, 0.0271425014435917, 0.0676538461538462, 0.039118223178148, 0.101346153846154, 0.0644065094655695, 0.228038461538462, 0.41141378945515, 0.881884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 885, '2021-11-07 00:00:00', 0.0190290466231132, 0.042769230769231, 0.0364739105916289, 0.0748846153846152, 0.0358514241751233, 0.101730769230769, 0.071221474721733, 0.285538461538462, 0.421756444481336, 0.888538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 900, '2021-11-07 00:00:00', 0.0348408469383938, 0.0582692307692309, 0.0365939885773605, 0.0780000000000001, 0.0554970823903936, 0.117384615384616, 0.0835507399958022, 0.308384615384615, 0.422613045413705, 0.894115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 915, '2021-11-07 00:00:00', 0.0233202454136714, 0.0549230769230772, 0.031617813868864, 0.0766153846153848, 0.051409966109545, 0.114769230769231, 0.105520402693581, 0.321346153846154, 0.41682103889024, 0.900461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 930, '2021-11-07 00:00:00', 0.0223692096074381, 0.0496923076923078, 0.0416537374812131, 0.0889230769230774, 0.0485905498884455, 0.114807692307693, 0.112980876530228, 0.327961538461539, 0.415121594790657, 0.902538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 945, '2021-11-07 00:00:00', 0.0245254028430806, 0.0641538461538468, 0.0314862851706281, 0.0838846153846157, 0.0403467280152728, 0.122461538461539, 0.116223815909716, 0.333846153846154, 0.419124150874361, 0.911423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 960, '2021-11-07 00:00:00', 0.0288571281688572, 0.056423076923077, 0.0356556393209351, 0.0782692307692309, 0.0443731207619417, 0.121423076923077, 0.118733502497756, 0.333269230769231, 0.418329130635749, 0.913307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 975, '2021-11-07 00:00:00', 0.0230634242570685, 0.0518076923076922, 0.0322272937358763, 0.0860384615384613, 0.050241769322103, 0.127653846153846, 0.122620120070704, 0.333423076923077, 0.417053202656632, 0.917576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 990, '2021-11-07 00:00:00', 0.0267046812375658, 0.0704999999999997, 0.0411532969050338, 0.0960769230769229, 0.0539882750803714, 0.136576923076923, 0.124304217392406, 0.337461538461539, 0.415996089108836, 0.921884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1005, '2021-11-07 00:00:00', 0.0405870005714224, 0.0732307692307691, 0.0482584866988342, 0.102807692307692, 0.064957939054082, 0.139423076923077, 0.126878839843372, 0.339, 0.413533285796366, 0.922461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1020, '2021-11-07 00:00:00', 0.0236284053304816, 0.0653076923076922, 0.0328025327352345, 0.0916153846153849, 0.0452943874940541, 0.117307692307693, 0.128895455550374, 0.332038461538462, 0.410322464185651, 0.918269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1035, '2021-11-07 00:00:00', 0.0271410277000591, 0.0646538461538465, 0.0370743120689326, 0.087769230769231, 0.0515713247693091, 0.117192307692308, 0.128770786223489, 0.334346153846154, 0.408142923684641, 0.919384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1050, '2021-11-07 00:00:00', 0.0321511095633391, 0.060423076923077, 0.0377128421302141, 0.0784615384615383, 0.0527703879666791, 0.119923076923077, 0.132708106528808, 0.332807692307692, 0.406440814122568, 0.921153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1065, '2021-11-07 00:00:00', 0.025906251101884, 0.054576923076923, 0.0364648619063084, 0.0773846153846153, 0.0772603291575851, 0.220961538461538, 0.140247852033462, 0.3375, 0.403322905565561, 0.925384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1080, '2021-11-07 00:00:00', 0.0259928096566366, 0.0528846153846151, 0.0338928628747431, 0.0836153846153846, 0.0865509009862889, 0.247538461538461, 0.149256830793306, 0.342192307692308, 0.401317307798283, 0.928307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1095, '2021-11-07 00:00:00', 0.0290145056559915, 0.0661923076923078, 0.0707632238253307, 0.202076923076923, 0.109802935367797, 0.258269230769231, 0.157522398895668, 0.342115384615385, 0.39906006488324, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 600, '2021-11-07 00:00:00', 0.0561975635935065, 0.150615384615385, 0.0750295634041368, 0.190346153846154, 0.104998498157757, 0.22273076923077, 0.160158291891299, 0.324038461538462, 0.397021704502605, 0.918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 615, '2021-11-07 00:00:00', 0.0424193896158891, 0.106730769230769, 0.0554131336834093, 0.143153846153846, 0.064754304876201, 0.178, 0.136793792031881, 0.285692307692308, 0.39840349087133, 0.903692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 630, '2021-11-07 00:00:00', 0.0406860399418996, 0.0879230769230768, 0.0518868146879486, 0.116192307692308, 0.0494859109708549, 0.155846153846154, 0.140395068946938, 0.282153846153847, 0.396980753263352, 0.899038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 645, '2021-11-07 00:00:00', 0.0283877546731795, 0.0807692307692311, 0.0266296826868066, 0.1105, 0.0468098115947771, 0.152961538461539, 0.147859600765258, 0.282307692307693, 0.400651062454793, 0.893076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 660, '2021-11-07 00:00:00', 0.0295759777782317, 0.0855384615384613, 0.0382682033105214, 0.114153846153846, 0.0576029379592615, 0.153538461538461, 0.152416352847667, 0.27923076923077, 0.405024048668718, 0.895 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 675, '2021-11-07 00:00:00', 0.0276365699753065, 0.0754999999999999, 0.0434000531726014, 0.112269230769231, 0.0484705937815749, 0.146038461538461, 0.166828170467515, 0.280038461538462, 0.406776447771425, 0.899961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 690, '2021-11-07 00:00:00', 0.0329486546941426, 0.0824230769230772, 0.0366960278713984, 0.104038461538462, 0.0439672605469111, 0.135, 0.165694403600771, 0.283346153846154, 0.409226589481257, 0.899192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 705, '2021-11-07 00:00:00', 0.0215206519775418, 0.0664615384615388, 0.0273730917845636, 0.0953846153846153, 0.0393060574701423, 0.128615384615385, 0.169193871502032, 0.281384615384616, 0.452484194369092, 0.948884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 720, '2021-11-07 00:00:00', 0.0154376662245797, 0.0608076923076916, 0.0290492684933713, 0.0824999999999996, 0.0405964757848981, 0.126076923076923, 0.166688678033678, 0.278346153846154, 0.466756751012115, 0.953769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 735, '2021-11-07 00:00:00', 0.0246895804868242, 0.0608461538461536, 0.0382939440884087, 0.0908846153846152, 0.0561091929942106, 0.132807692307693, 0.157898000182201, 0.273538461538462, 0.464802940875114, 0.950423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 750, '2021-11-07 00:00:00', 0.0300459391854953, 0.0629615384615383, 0.0293653904085431, 0.0896153846153847, 0.0671244653323498, 0.130576923076923, 0.149413937152411, 0.27073076923077, 0.466164198539528, 0.9495 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 765, '2021-11-07 00:00:00', 0.0266994670070678, 0.0613076923076925, 0.0438700879345439, 0.088769230769231, 0.0675409049847108, 0.126576923076923, 0.141351455054958, 0.269923076923077, 0.464611879380563, 0.948961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 780, '2021-11-07 00:00:00', 0.0317949439618703, 0.0659615384615387, 0.0511711457155897, 0.0963846153846155, 0.0804926370259079, 0.132230769230769, 0.125567297310431, 0.265884615384616, 0.46304960358974, 0.948153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 795, '2021-11-07 00:00:00', 0.0369055551374042, 0.0655000000000003, 0.0396084101403492, 0.0851153846153849, 0.0623833804297758, 0.122384615384616, 0.10002412016801, 0.25623076923077, 0.463457036428821, 0.941769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 810, '2021-11-07 00:00:00', 0.0275793679851722, 0.057692307692308, 0.0560613537529679, 0.085346153846154, 0.0577082849671183, 0.118615384615385, 0.0946460044262097, 0.255884615384616, 0.463671070413566, 0.941307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 825, '2021-11-07 00:00:00', 0.0398510495952885, 0.0578846153846155, 0.0369067223395161, 0.0801153846153844, 0.0489946464893395, 0.114346153846154, 0.0888160155342748, 0.251730769230769, 0.463199503453966, 0.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 840, '2021-11-07 00:00:00', 0.0273551007759351, 0.0553076923076921, 0.0373970792771514, 0.0766923076923082, 0.0428475831828986, 0.111346153846154, 0.0788845700033622, 0.248153846153847, 0.462252891158742, 0.935153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 855, '2021-11-07 00:00:00', 0.0243144781180649, 0.0520769230769233, 0.0318931871191227, 0.0781538461538459, 0.0613907660307809, 0.117115384615384, 0.0777210396224852, 0.245, 0.461327969436729, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 870, '2021-11-07 00:00:00', 0.0276534599309715, 0.0600769230769227, 0.0355473465416735, 0.0794230769230767, 0.0619333636940664, 0.129307692307692, 0.0856566670807623, 0.255769230769231, 0.462963151881443, 0.938 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 885, '2021-11-07 00:00:00', 0.0244047914589293, 0.0540769230769229, 0.0471153739403439, 0.0865384615384609, 0.0647149132735261, 0.136499999999999, 0.137585447575735, 0.373653846153847, 0.459757782382788, 0.937538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 900, '2021-11-07 00:00:00', 0.0347108717174408, 0.0612692307692305, 0.0400602814998371, 0.0931153846153843, 0.0597174887410586, 0.132538461538461, 0.162685959868888, 0.406192307692308, 0.459404999805351, 0.939076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 915, '2021-11-07 00:00:00', 0.0355137459844239, 0.0701153846153845, 0.0464261199690933, 0.0992307692307692, 0.0462549623117514, 0.126192307692308, 0.176126318305925, 0.421, 0.459023069639794, 0.939461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 930, '2021-11-07 00:00:00', 0.0332933118716745, 0.0642692307692307, 0.0332829362610003, 0.0920769230769232, 0.0397626225725382, 0.120884615384616, 0.176838631352037, 0.425307692307693, 0.460817821503666, 0.935230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 945, '2021-11-07 00:00:00', 0.019143546813885, 0.0603461538461542, 0.0229534646287128, 0.0736923076923081, 0.0361646023279453, 0.123038461538462, 0.175768921730076, 0.422923076923077, 0.461560983553053, 0.935692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 960, '2021-11-07 00:00:00', 0.0211401186227665, 0.0517692307692312, 0.0321001317993939, 0.0845384615384621, 0.0437637011513143, 0.132692307692308, 0.17554416932674, 0.420346153846154, 0.463029896027659, 0.935730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 975, '2021-11-07 00:00:00', 0.0263711088999949, 0.0626538461538466, 0.0271039026426361, 0.0973076923076928, 0.0431193156788856, 0.138346153846154, 0.181670949373184, 0.420576923076923, 0.462324727703542, 0.934923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 990, '2021-11-07 00:00:00', 0.019349577614153, 0.0723846153846157, 0.0344728209552888, 0.0988461538461541, 0.048070925164322, 0.139423076923077, 0.187848453649375, 0.420192307692308, 0.462268881130386, 0.935038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1005, '2021-11-07 00:00:00', 0.0270999290376595, 0.0746153846153845, 0.034294920009552, 0.103307692307692, 0.0464829497276648, 0.138769230769231, 0.187750804566544, 0.433269230769231, 0.459094754757833, 0.932076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1020, '2021-11-07 00:00:00', 0.0288776996739966, 0.0741923076923074, 0.0407923823959629, 0.101538461538462, 0.0480277483897028, 0.13076923076923, 0.200404379654276, 0.437346153846154, 0.458994333801125, 0.934038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1035, '2021-11-07 00:00:00', 0.0263196036911941, 0.064807692307692, 0.0366835322517006, 0.0958076923076922, 0.0371163865946856, 0.129884615384615, 0.201465171641689, 0.437153846153846, 0.458363443300016, 0.937384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1050, '2021-11-07 00:00:00', 0.0293649712831724, 0.0693076923076923, 0.0278250578823093, 0.0869230769230767, 0.044670778609047, 0.126038461538461, 0.204960682908848, 0.434192307692308, 0.458212575793578, 0.938269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1065, '2021-11-07 00:00:00', 0.0267935698370965, 0.0518461538461538, 0.0344217283792573, 0.0818461538461536, 0.141240553121807, 0.283423076923077, 0.202040441496251, 0.4315, 0.455671198934563, 0.937192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1080, '2021-11-07 00:00:00', 0.0217581107777164, 0.0598461538461539, 0.0382645246429882, 0.0835769230769233, 0.154432504549847, 0.324038461538462, 0.201450753669094, 0.428615384615385, 0.455138161610128, 0.937115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1095, '2021-11-07 00:00:00', 0.0287794798691438, 0.0585384615384619, 0.134490611625439, 0.264269230769231, 0.169108558669822, 0.334230769230769, 0.203906633988733, 0.428346153846154, 0.454807869832459, 0.945961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 600, '2021-11-07 00:00:00', 0.0823424462931387, 0.167961538461538, 0.119476524890875, 0.225, 0.142422237891959, 0.261423076923077, 0.153106036659364, 0.378461538461539, 0.448681530023931, 0.913346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 615, '2021-11-07 00:00:00', 0.0476052356525877, 0.131538461538462, 0.0700825557138477, 0.159730769230769, 0.0796627506815696, 0.199923076923077, 0.127823947437331, 0.328192307692308, 0.456270299443046, 0.897884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 630, '2021-11-07 00:00:00', 0.0539431609695298, 0.0992307692307692, 0.0631077345009801, 0.140115384615385, 0.0761570846242262, 0.179307692307693, 0.11705031133925, 0.317153846153847, 0.460023223494039, 0.897384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 645, '2021-11-07 00:00:00', 0.0335332670642155, 0.0929999999999998, 0.060725777063781, 0.1365, 0.0711501121681374, 0.178538461538461, 0.114349619083823, 0.304346153846154, 0.465793199408691, 0.89676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 660, '2021-11-07 00:00:00', 0.0517091273002535, 0.0959230769230768, 0.0508699699838109, 0.118923076923077, 0.0882813770761506, 0.172807692307692, 0.103220421354572, 0.287846153846154, 0.46065529411915, 0.8935 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 675, '2021-11-07 00:00:00', 0.018411367725904, 0.0745384615384609, 0.027139638906957, 0.111, 0.0691182709897711, 0.170846153846154, 0.100289649745894, 0.278423076923077, 0.458667368999165, 0.887653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 690, '2021-11-07 00:00:00', 0.0219363063997004, 0.0868076923076925, 0.0469294724519187, 0.119846153846154, 0.0822041361489796, 0.177, 0.100374107908671, 0.279192307692308, 0.473241021695483, 0.892230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 705, '2021-11-07 00:00:00', 0.0381840885105906, 0.0717692307692303, 0.056342919833681, 0.116269230769231, 0.0749427371141042, 0.155576923076923, 0.100005322935255, 0.26123076923077, 0.529082301290131, 0.878192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 720, '2021-11-07 00:00:00', 0.0396526650573938, 0.0815769230769236, 0.0655666073546588, 0.1205, 0.063040987887613, 0.144615384615385, 0.097670190712654, 0.248115384615385, 0.528229944102144, 0.881923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 735, '2021-11-07 00:00:00', 0.0422802372455318, 0.0765384615384615, 0.045622346076659, 0.0949615384615385, 0.0597366013300184, 0.129307692307692, 0.0966871242720562, 0.244, 0.526101992159169, 0.880884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 750, '2021-11-07 00:00:00', 0.0274591724901929, 0.064615384615385, 0.0468754158955908, 0.0957692307692313, 0.0577793681569415, 0.130846153846154, 0.0962654742805619, 0.247807692307693, 0.525365790517572, 0.880423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 765, '2021-11-07 00:00:00', 0.0392641547235372, 0.0650769230769234, 0.0501955713645684, 0.0963461538461538, 0.0523133311440277, 0.127730769230769, 0.102865416181309, 0.256576923076924, 0.529758052176797, 0.877923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 780, '2021-11-07 00:00:00', 0.0301621515249728, 0.0673461538461539, 0.039896172941582, 0.0902307692307691, 0.0592420978177361, 0.119884615384615, 0.100432786555908, 0.262769230769231, 0.531777583639569, 0.877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 795, '2021-11-07 00:00:00', 0.0256576574264949, 0.0633461538461536, 0.0329180801384285, 0.0879999999999996, 0.0582283568243305, 0.115307692307692, 0.103104674220686, 0.266576923076924, 0.53161634083816, 0.877576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 810, '2021-11-07 00:00:00', 0.0253968199099505, 0.0619615384615388, 0.043280551681398, 0.0823846153846156, 0.056604376020016, 0.123153846153847, 0.0862642184489916, 0.268653846153846, 0.532232397186967, 0.876730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 825, '2021-11-07 00:00:00', 0.0279294716136088, 0.0531538461538461, 0.0309732390695827, 0.0763076923076926, 0.041444680460362, 0.115692307692308, 0.0814174522965531, 0.263192307692308, 0.532600801582343, 0.874423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 840, '2021-11-07 00:00:00', 0.0223258732278181, 0.0612692307692309, 0.0320852710037585, 0.0907692307692312, 0.0337840198910669, 0.117, 0.0825780842596875, 0.2605, 0.534445974818784, 0.872499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 855, '2021-11-07 00:00:00', 0.0267634940802698, 0.060269230769231, 0.0285173361578264, 0.0829615384615386, 0.0524141642629611, 0.115730769230769, 0.0878960662460979, 0.261961538461539, 0.534778585383349, 0.871846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 870, '2021-11-07 00:00:00', 0.0251903827802474, 0.0583461538461538, 0.0330093926027123, 0.0805000000000001, 0.0615736831896424, 0.137038461538461, 0.0867650496810429, 0.263576923076923, 0.53430225384284, 0.873461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 885, '2021-11-07 00:00:00', 0.0300611684096583, 0.0589230769230771, 0.0499054644765018, 0.0876538461538462, 0.0561004593426961, 0.129692307692308, 0.197957990881515, 0.380384615384615, 0.52034734700819, 0.895807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 900, '2021-11-07 00:00:00', 0.0524807950221209, 0.060923076923077, 0.0640374409713083, 0.102923076923077, 0.0577670654106109, 0.126923076923077, 0.212516037403877, 0.408884615384615, 0.521467644840392, 0.901230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 915, '2021-11-07 00:00:00', 0.0496145295096255, 0.0761923076923074, 0.0509431206195845, 0.0978076923076919, 0.0644518305522696, 0.137038461538461, 0.226103652200626, 0.432307692307692, 0.522287072550955, 0.903884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 930, '2021-11-07 00:00:00', 0.0251569840432798, 0.0629230769230765, 0.0398386167507779, 0.0923461538461537, 0.0597494383623426, 0.137653846153846, 0.226264855015941, 0.444769230769231, 0.523288543730895, 0.9005 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 945, '2021-11-07 00:00:00', 0.0232208129454192, 0.0566153846153847, 0.0500208110536158, 0.0901923076923077, 0.0725128847966929, 0.144961538461539, 0.233721244220546, 0.4535, 0.523322705265264, 0.897423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 960, '2021-11-07 00:00:00', 0.0424502786074033, 0.0668846153846151, 0.051312616532239, 0.0977692307692306, 0.0738364096135193, 0.153846153846154, 0.241376259109173, 0.467538461538461, 0.523245559354894, 0.894346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 975, '2021-11-07 00:00:00', 0.0264821565470905, 0.0667692307692309, 0.0512688989544342, 0.1075, 0.0667185592908459, 0.153615384615385, 0.252211684594814, 0.471423076923077, 0.52611578134914, 0.895846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 990, '2021-11-07 00:00:00', 0.0478774878847447, 0.0845769230769231, 0.0616005993976834, 0.118923076923077, 0.0665642084468356, 0.156923076923077, 0.268482920241751, 0.480961538461538, 0.529792785327071, 0.899346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1005, '2021-11-07 00:00:00', 0.0348507366658703, 0.0774230769230764, 0.0549849210098692, 0.110692307692308, 0.0689384229138304, 0.156884615384615, 0.267504421243118, 0.485846153846154, 0.527413043507211, 0.903961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1020, '2021-11-07 00:00:00', 0.0409509462650132, 0.0785000000000006, 0.0529650683142997, 0.112461538461538, 0.0620992753580911, 0.147, 0.277818402225959, 0.490769230769231, 0.526826931149705, 0.898153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1035, '2021-11-07 00:00:00', 0.0350833951519035, 0.0762692307692305, 0.0428919393538978, 0.102038461538461, 0.0502688158419695, 0.132923076923077, 0.286367595932222, 0.485, 0.527329247609704, 0.890153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1050, '2021-11-07 00:00:00', 0.0362080314082597, 0.0663076923076919, 0.0395967364622584, 0.0856923076923077, 0.0475632210852044, 0.1215, 0.314600347205051, 0.489461538461538, 0.538594038642779, 0.892461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1065, '2021-11-07 00:00:00', 0.03227258898818, 0.0590000000000004, 0.0334044676882966, 0.0865384615384615, 0.179600878017385, 0.294653846153846, 0.323626387152746, 0.490961538461538, 0.543871608152004, 0.888615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1080, '2021-11-07 00:00:00', 0.0284127815225144, 0.0626153846153845, 0.0396867154677152, 0.0836538461538459, 0.20035029707605, 0.333807692307692, 0.324798190597461, 0.490230769230769, 0.542643387644083, 0.885384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1095, '2021-11-07 00:00:00', 0.0325514976613981, 0.0609999999999997, 0.17595247610123, 0.278076923076923, 0.217648018598838, 0.3505, 0.319823973219886, 0.488576923076923, 0.543538351912724, 0.8805 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 600, '2021-11-07 00:00:00', 0.0891690529275716, 0.17, 0.125346976889691, 0.225230769230769, 0.140201942266806, 0.274230769230769, 0.244876471213235, 0.409615384615385, 0.525772673895654, 0.826230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 615, '2021-11-07 00:00:00', 0.0781287300648003, 0.140538461538461, 0.101544844204989, 0.186653846153846, 0.122545966258192, 0.227076923076923, 0.227997314424129, 0.383153846153846, 0.52154523662493, 0.815923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 630, '2021-11-07 00:00:00', 0.0649529533881727, 0.113615384615385, 0.0741626175788979, 0.150423076923077, 0.0897450834307927, 0.1995, 0.186226380020084, 0.358230769230769, 0.521341230348741, 0.811038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 645, '2021-11-07 00:00:00', 0.0379862323237494, 0.0889230769230771, 0.0474801496984226, 0.117269230769231, 0.083303338191492, 0.178384615384615, 0.170337298864973, 0.347653846153846, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 660, '2021-11-07 00:00:00', 0.0416281154990236, 0.0845000000000004, 0.071630343806561, 0.127115384615384, 0.0990529928099868, 0.177846153846154, 0.168388237301595, 0.342961538461538, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 675, '2021-11-07 00:00:00', 0.0493642193683456, 0.0918846153846152, 0.0667271020938729, 0.128884615384615, 0.0918755763979823, 0.181192307692308, 0.159632886528868, 0.333461538461538, 0.52097257716107, 0.808884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 690, '2021-11-07 00:00:00', 0.0428770873006156, 0.0807307692307695, 0.0644761613669376, 0.121846153846154, 0.0740577840919873, 0.173346153846154, 0.139512800625827, 0.318307692307692, 0.519873351440966, 0.806307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 705, '2021-11-07 00:00:00', 0.0394105803833665, 0.082923076923077, 0.0477588171480889, 0.121230769230769, 0.074942613943039, 0.165653846153846, 0.134541277623692, 0.315346153846154, 0.518697498918797, 0.809846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 720, '2021-11-07 00:00:00', 0.048451784122108, 0.0768461538461538, 0.0541509002695246, 0.114, 0.099783958938992, 0.161038461538461, 0.129064187966239, 0.304730769230769, 0.520050010908715, 0.811576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 735, '2021-11-07 00:00:00', 0.0347762076049792, 0.0822307692307694, 0.0518495456548598, 0.106846153846154, 0.0896181643675849, 0.162846153846154, 0.133521839181692, 0.312192307692308, 0.517286186227255, 0.815038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 750, '2021-11-07 00:00:00', 0.0316638352310395, 0.0700384615384615, 0.0590771203922984, 0.105884615384615, 0.0855674003344731, 0.1575, 0.134147083456928, 0.315, 0.515966200443401, 0.812 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 765, '2021-11-07 00:00:00', 0.0505359734781537, 0.0757307692307691, 0.0654133484378082, 0.117115384615385, 0.0855618264990069, 0.155115384615385, 0.135717421363429, 0.324461538461538, 0.516872381213718, 0.808461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 780, '2021-11-07 00:00:00', 0.0644827108611289, 0.0895000000000002, 0.0849446969413718, 0.119192307692308, 0.0916758167927367, 0.154153846153847, 0.135171076787899, 0.3335, 0.517237044303673, 0.808 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 795, '2021-11-07 00:00:00', 0.0397705147836162, 0.0684230769230776, 0.0434598488439438, 0.0960384615384619, 0.0693490169638054, 0.141615384615385, 0.128110793396245, 0.320153846153846, 0.525108154427404, 0.794423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 810, '2021-11-07 00:00:00', 0.0309337008156773, 0.0685769230769224, 0.04385332195118, 0.0930769230769231, 0.0594099706731504, 0.13676923076923, 0.13160119826436, 0.320346153846153, 0.525896580941685, 0.793423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 825, '2021-11-07 00:00:00', 0.0292555057277197, 0.063269230769231, 0.0445923242791332, 0.0963461538461538, 0.0617107894817552, 0.145692307692308, 0.124276218406976, 0.316538461538461, 0.526810211045248, 0.793961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 840, '2021-11-07 00:00:00', 0.0323583778237509, 0.0677692307692304, 0.03912205752022, 0.0961538461538457, 0.0569949525430505, 0.14776923076923, 0.120776239385071, 0.3185, 0.525708307538872, 0.790230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 855, '2021-11-07 00:00:00', 0.0324655794057931, 0.0655769230769227, 0.0593836548347983, 0.105461538461538, 0.0563028076906132, 0.140384615384615, 0.143235771209032, 0.326384615384615, 0.524539811497806, 0.792423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 870, '2021-11-07 00:00:00', 0.0387716192792932, 0.0700384615384616, 0.0359479966276067, 0.100538461538461, 0.0489843303045437, 0.133769230769231, 0.14195772393433, 0.323346153846153, 0.524707379256433, 0.788923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 885, '2021-11-07 00:00:00', 0.0262984059183469, 0.0683846153846152, 0.034658687444631, 0.0932307692307692, 0.0516803191226162, 0.135846153846154, 0.364348406801047, 0.422192307692307, 0.526126906305372, 0.792807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 900, '2021-11-07 00:00:00', 0.0234626052720886, 0.0654230769230772, 0.0383711630504754, 0.0968846153846153, 0.0600976257050533, 0.147269230769231, 0.392074168807579, 0.432076923076922, 0.531017631171871, 0.792730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 915, '2021-11-07 00:00:00', 0.0365761586913577, 0.073846153846154, 0.0496644277588636, 0.103653846153846, 0.0732989663060707, 0.160461538461538, 0.39009088487369, 0.430461538461538, 0.529583075490668, 0.793923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 930, '2021-11-07 00:00:00', 0.0303789653948508, 0.0738076923076925, 0.0474723725323075, 0.114115384615385, 0.0871354030319391, 0.166461538461538, 0.384543061507871, 0.435384615384615, 0.522526473381603, 0.802346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 945, '2021-11-07 00:00:00', 0.0304276443133797, 0.0781923076923075, 0.0439691500241494, 0.111384615384615, 0.0768623544946516, 0.161692307692307, 0.377348753195848, 0.443192307692307, 0.513407884030441, 0.803846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 960, '2021-11-07 00:00:00', 0.0301380413839645, 0.0776923076923077, 0.0517583289469874, 0.110269230769231, 0.0705057008060615, 0.162576923076923, 0.359191153308909, 0.443730769230769, 0.502593778467109, 0.801884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 975, '2021-11-07 00:00:00', 0.0440878842593012, 0.0776923076923078, 0.0534894525907822, 0.117192307692307, 0.0739152217070339, 0.1645, 0.3505763167217, 0.455076923076923, 0.495200529700226, 0.803730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 990, '2021-11-07 00:00:00', 0.0368492354580957, 0.0828846153846152, 0.0570900637993639, 0.117653846153846, 0.0707410445541719, 0.162846153846154, 0.340970761209814, 0.4585, 0.484216145315927, 0.801346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1005, '2021-11-07 00:00:00', 0.0382043895987804, 0.0898461538461541, 0.0501626891684982, 0.121846153846154, 0.0670377161351383, 0.158846153846154, 0.339973096220636, 0.470884615384615, 0.489319584100836, 0.808846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1020, '2021-11-07 00:00:00', 0.0243433453234853, 0.0760384615384616, 0.0459541577594956, 0.108769230769231, 0.0617429036719702, 0.156115384615385, 0.325353800322995, 0.467153846153846, 0.482252114083973, 0.801692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1035, '2021-11-07 00:00:00', 0.046611784577921, 0.0784615384615387, 0.0481325094041283, 0.107461538461539, 0.0900674277331247, 0.161692307692308, 0.325254948522634, 0.473307692307692, 0.489397041894804, 0.804769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1050, '2021-11-07 00:00:00', 0.0294458564409064, 0.0735384615384619, 0.053787974063411, 0.110884615384616, 0.0825625823239558, 0.1605, 0.329844114696624, 0.4875, 0.490161212098789, 0.807576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1065, '2021-11-07 00:00:00', 0.0389907484095714, 0.0760384615384617, 0.065976359402441, 0.115, 0.308422859075004, 0.3245, 0.331179022003787, 0.486769230769231, 0.487611265409082, 0.809115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1080, '2021-11-07 00:00:00', 0.0372410856654103, 0.0724615384615387, 0.0378798911540955, 0.100384615384616, 0.319670166553926, 0.325153846153846, 0.319783862103043, 0.486961538461539, 0.473318830583166, 0.803346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1095, '2021-11-07 00:00:00', 0.0268245868847675, 0.0629615384615392, 0.288734248321611, 0.288884615384616, 0.310569501697471, 0.313846153846154, 0.309888396784291, 0.479461538461539, 0.461978327830014, 0.795153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 600, '2021-11-07 00:00:00', 0.126403724385247, 0.196307692307693, 0.147314691940548, 0.222461538461538, 0.152282126836494, 0.269384615384616, 0.173100646579248, 0.414076923076924, 0.315433299056784, 0.746384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 615, '2021-11-07 00:00:00', 0.050477169248925, 0.124230769230769, 0.0906915736905119, 0.167192307692308, 0.120156001162591, 0.24023076923077, 0.135407305790856, 0.369538461538462, 0.269468688062553, 0.713576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 630, '2021-11-07 00:00:00', 0.0725890858505282, 0.113846153846154, 0.0950571649870992, 0.164230769230769, 0.108455428633149, 0.2205, 0.121611158394918, 0.342076923076924, 0.278593942172806, 0.69623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 645, '2021-11-07 00:00:00', 0.0488061944366144, 0.0937307692307694, 0.0722795534446212, 0.145576923076923, 0.0747488101268819, 0.191769230769231, 0.114605121378383, 0.315576923076924, 0.281646259312307, 0.688153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 660, '2021-11-07 00:00:00', 0.0368303595504494, 0.0996538461538462, 0.0455264589171889, 0.126538461538462, 0.0598140323129817, 0.171038461538461, 0.105607196724466, 0.289, 0.287379759471411, 0.675384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 675, '2021-11-07 00:00:00', 0.0356410523888481, 0.0777307692307695, 0.046521459068328, 0.115384615384615, 0.0684335050642923, 0.160230769230769, 0.0983584027148437, 0.272153846153846, 0.293759619155107, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 690, '2021-11-07 00:00:00', 0.0316635194117537, 0.0764615384615383, 0.0411836599412174, 0.103576923076923, 0.0511103180912095, 0.152230769230769, 0.0933861544671039, 0.258576923076923, 0.300785607266141, 0.679307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 705, '2021-11-07 00:00:00', 0.0244233494836396, 0.0754999999999996, 0.0441339394954109, 0.10726923076923, 0.0498513636878515, 0.149961538461538, 0.087103695938541, 0.258576923076923, 0.32088085735267, 0.744730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 720, '2021-11-07 00:00:00', 0.0339450460869641, 0.0638846153846156, 0.0380828247174699, 0.0916923076923076, 0.062621549498064, 0.150538461538462, 0.0871787906457841, 0.246692307692308, 0.334013479691142, 0.754269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 735, '2021-11-07 00:00:00', 0.0320463126403982, 0.0676153846153846, 0.0457794041699299, 0.105076923076923, 0.067333247016954, 0.152384615384616, 0.0991004773721329, 0.248769230769231, 0.330101410991322, 0.757692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 750, '2021-11-07 00:00:00', 0.0335856425368845, 0.0743461538461541, 0.0544147038951794, 0.113, 0.0637984325826275, 0.148000000000001, 0.102074904623253, 0.255384615384616, 0.326825846355753, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 765, '2021-11-07 00:00:00', 0.0426748710060692, 0.0852307692307695, 0.0451385047978399, 0.112730769230769, 0.0482245389179217, 0.135615384615385, 0.106531613220605, 0.261769230769231, 0.325693884121035, 0.760884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 780, '2021-11-07 00:00:00', 0.0355553955658797, 0.0751153846153843, 0.0416546977681256, 0.102076923076923, 0.0409985365592487, 0.122000000000001, 0.103131976687081, 0.258730769230769, 0.325511065627812, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 795, '2021-11-07 00:00:00', 0.0259367574036425, 0.0653461538461539, 0.0320788691532895, 0.0904230769230773, 0.0376449812775172, 0.11723076923077, 0.0850172561669327, 0.263423076923077, 0.321053326507511, 0.752038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 810, '2021-11-07 00:00:00', 0.0265703131043187, 0.0613076923076928, 0.0367929968252742, 0.0802692307692313, 0.0447537020385334, 0.110423076923077, 0.0899970341391656, 0.265884615384615, 0.32350037688719, 0.751423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 825, '2021-11-07 00:00:00', 0.0222361106172956, 0.0577307692307694, 0.0293975404518028, 0.0821538461538461, 0.0427017744181847, 0.106807692307693, 0.0960362111193154, 0.265923076923077, 0.324468201594785, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 840, '2021-11-07 00:00:00', 0.0246545361717906, 0.0586153846153849, 0.0336630361078734, 0.0780000000000006, 0.0424678883211955, 0.109807692307692, 0.104023673341142, 0.276730769230769, 0.324142107961687, 0.764115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 855, '2021-11-07 00:00:00', 0.0186926559005235, 0.0508461538461541, 0.0264344763228161, 0.0723076923076924, 0.042968539475009, 0.105846153846154, 0.102042713530244, 0.272346153846154, 0.32356785045204, 0.761076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 870, '2021-11-07 00:00:00', 0.0212069654739987, 0.0548461538461542, 0.0345684605028699, 0.0715384615384614, 0.0427787330340676, 0.1075, 0.111340116483061, 0.280692307692308, 0.319924269885138, 0.759538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 885, '2021-11-07 00:00:00', 0.0240641770144877, 0.0512692307692306, 0.0314827669588399, 0.0827307692307688, 0.0409476964694453, 0.122076923076923, 0.19175829738341, 0.36826923076923, 0.33127539089915, 0.752230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:43 Duration: 3s621ms 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 970090, 5, 900, '2021-11-07 00:00:00', 3.63295862256598, 5.60925925925926, 3.6581466338669, 7.93988888888887, 5.97910219679946, 13.1061851851852, 18.6650959138423, 43.7776296296297, 27.2093151505163, 78.239962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 915, '2021-11-07 00:00:00', 2.3632257181386, 5.7591111111111, 4.82930043714932, 9.72740740740744, 5.34170365468479, 12.3516296296297, 19.4972162575807, 45.0914444444445, 27.4659167750404, 78.0297037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 930, '2021-11-07 00:00:00', 4.75576460849316, 7.25462962962964, 5.50358494354081, 9.47133333333336, 5.59008118146639, 11.849, 20.3276234505696, 46.4339259259259, 27.73208056301, 77.6732592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 945, '2021-11-07 00:00:00', 2.95088922712616, 5.55866666666671, 3.22722002345238, 7.56681481481484, 4.86303361876185, 12.1428518518519, 20.8667775411434, 46.5705185185185, 27.5213938332385, 77.3812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 960, '2021-11-07 00:00:00', 2.42948462111135, 5.16070370370372, 3.25388449513693, 7.48166666666666, 5.12094921589685, 13.4854444444445, 21.733362612848, 46.799, 27.7660262237219, 77.0315555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 975, '2021-11-07 00:00:00', 2.8560709388909, 5.80285185185184, 3.28075837073982, 9.78811111111112, 4.99671755617447, 14.5224814814815, 21.9485149582334, 46.5851111111111, 28.1587731223323, 77.2812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 990, '2021-11-07 00:00:00', 2.80659173722989, 8.03711111111111, 3.72294859859843, 11.261962962963, 6.00697729875899, 14.695962962963, 22.6634988218093, 46.185, 28.5092039757923, 77.3822222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1005, '2021-11-07 00:00:00', 3.12633835318181, 7.96103703703704, 3.76704676548265, 10.3287777777778, 6.51988919229244, 14.0948148148148, 22.5503526508581, 45.7502962962963, 28.7496677167469, 77.2628518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1020, '2021-11-07 00:00:00', 3.12922631590979, 7.46151851851852, 5.50738960637007, 10.2517407407407, 7.01424655383231, 13.4112222222222, 23.1602294108202, 45.4961481481482, 28.7811308162601, 76.8062962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1035, '2021-11-07 00:00:00', 5.41871499127749, 7.51118518518518, 7.01207009275826, 10.2242962962963, 8.15378593955889, 13.3900740740741, 23.076018782472, 45.2998148148148, 28.3132159990344, 76.4421481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1050, '2021-11-07 00:00:00', 3.51695783094073, 6.54766666666667, 3.73656643430151, 8.46644444444446, 6.38567049356773, 13.186962962963, 21.2739055739742, 44.7257037037037, 25.7886398018955, 76.2122962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1065, '2021-11-07 00:00:00', 2.55823064411519, 5.77851851851852, 3.17905126595452, 7.68551851851852, 15.7446251358842, 33.2648518518519, 20.8653366030459, 44.7735925925926, 25.5760614887506, 75.8322592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1080, '2021-11-07 00:00:00', 2.57648992494313, 5.31277777777778, 4.94503941488991, 9.87225925925928, 16.476579331933, 35.5365925925926, 20.3024643470713, 44.5528888888889, 25.436064027775, 75.9059259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1095, '2021-11-07 00:00:00', 4.85544462242968, 8.18940740740741, 15.3459933848761, 31.6682592592593, 16.732410998519, 36.9241481481481, 20.4481917374944, 44.0558888888889, 26.3090743534656, 75.9834814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 600, '2021-11-07 00:00:00', 12.623931414097, 20.489, 12.4938917029106, 24.6871666666667, 14.0473510381283, 29.1771666666667, 14.0029096003424, 36.0376666666667, 21.459395837998, 73.4290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 615, '2021-11-07 00:00:00', 3.7798736770549, 10.5268333333334, 4.63407197043526, 14.897375, 7.19297757780337, 18.8145, 9.78713836718775, 27.629875, 20.7289864528471, 72.1883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 630, '2021-11-07 00:00:00', 4.34256786865109, 8.70695833333331, 6.75761413054332, 12.2080416666666, 7.7649446702397, 16.2075833333333, 9.08317757069612, 25.9187916666667, 19.550080193273, 71.7332083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 645, '2021-11-07 00:00:00', 5.65257110779008, 7.50795833333331, 5.94746731080072, 10.45525, 6.57253125691984, 12.8605833333333, 9.3608032914312, 23.344, 20.0725979499904, 70.640125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 660, '2021-11-07 00:00:00', 3.73167286961184, 6.34816666666668, 5.31262323625177, 9.86954166666667, 5.77884155684602, 12.244, 9.27985724361944, 22.735875, 20.6107150730943, 70.2904583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 675, '2021-11-07 00:00:00', 4.01695465351627, 6.75291666666666, 5.4295642624165, 9.18591666666666, 5.39974764238568, 12.2545833333333, 10.9392891940314, 23.190375, 20.7544507201188, 70.3922083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 690, '2021-11-07 00:00:00', 4.01685393513778, 6.74466666666665, 3.97060083340807, 8.71225000000002, 4.7713518790405, 12.2618333333333, 9.56348228941739, 23.33325, 21.1707595117071, 70.6189583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 705, '2021-11-07 00:00:00', 2.70443641829119, 6.2094166666667, 3.94016529392846, 9.12975000000001, 5.17869632747218, 13.77, 10.1521252275506, 23.078125, 23.4235367330628, 75.8719583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 720, '2021-11-07 00:00:00', 2.82977681527633, 6.35770833333333, 3.21713895956407, 8.73970833333332, 4.73683829132771, 13.4847083333333, 9.04891095046761, 22.1897916666667, 25.3782936966753, 77.8762083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 735, '2021-11-07 00:00:00', 3.04877132296114, 6.26333333333329, 4.23523980956985, 9.71437499999997, 5.14164866132663, 12.94, 8.55544851186251, 21.66725, 26.1261261640638, 78.3335833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 750, '2021-11-07 00:00:00', 2.8843761538852, 6.68416666666664, 3.80305967114887, 8.61041666666664, 4.72214198510976, 11.7098333333333, 8.21209740548062, 21.5236666666666, 26.8062596468366, 78.8035833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 765, '2021-11-07 00:00:00', 2.44269014064177, 5.75591666666668, 3.56859842478687, 9.06524999999998, 3.875819451223, 11.760625, 8.18781349206226, 22.1939583333333, 27.1460963555722, 78.9367083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 780, '2021-11-07 00:00:00', 3.04385147778939, 6.64691666666666, 3.71219870001673, 8.35516666666667, 5.15547384628324, 12.2906666666667, 7.97779323295319, 22.3067916666667, 27.1127135014746, 79.09525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 795, '2021-11-07 00:00:00', 2.13883134104462, 4.96987500000001, 3.24207391577713, 7.68916666666666, 4.93350698804484, 11.044625, 8.05777087121765, 21.65925, 28.0034643174875, 78.7332916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 810, '2021-11-07 00:00:00', 3.72972049308281, 5.81049999999998, 5.30176710491726, 9.03650000000002, 5.17442703122283, 10.9768333333333, 7.95119594675515, 22.373875, 28.0077081516106, 78.7369166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 825, '2021-11-07 00:00:00', 3.5312754354605, 6.36812500000002, 3.33070923269406, 8.05841666666667, 3.70931728454052, 10.14375, 7.67512993221933, 22.8935416666666, 28.1604204620856, 78.6075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 840, '2021-11-07 00:00:00', 2.40904983374134, 4.69266666666669, 2.62642678270832, 6.86791666666666, 3.74053289405692, 9.335375, 7.03363202594857, 23.0017916666666, 28.2177374964485, 78.367125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 855, '2021-11-07 00:00:00', 2.67715186507895, 5.02424999999999, 2.9891066060842, 6.96129166666667, 4.61519815372952, 9.71245833333331, 7.32058106495812, 23.9764583333333, 28.4638876442462, 78.5944583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 870, '2021-11-07 00:00:00', 1.93133429838062, 4.42545833333335, 2.47832891301519, 6.21387499999999, 4.08852297640885, 9.56895833333333, 6.91771467824206, 24.50625, 29.3985322151599, 79.5161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 885, '2021-11-07 00:00:00', 1.61934970789179, 4.27845833333332, 3.53716458926093, 6.644125, 3.96872347760165, 9.57270833333333, 16.4684116687464, 36.00025, 30.2231812365603, 79.7778333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 900, '2021-11-07 00:00:00', 3.64371395176936, 5.4781666666667, 3.89290563750731, 7.1962916666667, 4.017229490681, 10.4397916666667, 16.2133542882206, 38.0041666666667, 30.3499795930261, 80.0899166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 915, '2021-11-07 00:00:00', 1.9918823938713, 4.71258333333336, 2.58249161228767, 7.18883333333335, 4.45078452211729, 10.6069166666666, 16.238139605671, 38.678125, 30.6539350413601, 80.4269583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 930, '2021-11-07 00:00:00', 2.28080418057858, 5.31183333333333, 3.81160015443891, 7.61654166666665, 5.18553548169175, 10.6943333333333, 16.3707368693326, 38.8785833333333, 30.9416396022473, 80.7821666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 945, '2021-11-07 00:00:00', 2.76174015682878, 5.43554166666667, 3.06440372920733, 7.3957083333333, 5.56788515633454, 13.843625, 16.5983061558873, 39.117875, 30.6362197995589, 80.8900416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 960, '2021-11-07 00:00:00', 2.13785334184358, 4.88129166666664, 3.64904515776468, 8.00929166666664, 7.00642992457952, 14.877875, 16.959827444721, 39.3867916666667, 30.7459101514602, 81.6852083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 975, '2021-11-07 00:00:00', 3.16702404428853, 6.37158333333332, 4.88166983172915, 12.0322083333333, 6.47340067652548, 15.5311666666667, 16.7138159910804, 39.215125, 30.2979094105577, 81.4839583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 990, '2021-11-07 00:00:00', 3.9211159160593, 9.46087500000001, 5.46082472652624, 12.0144583333333, 5.31379948795473, 15.0660416666667, 15.6955390393997, 40.1485416666667, 28.9336774635269, 81.6367916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1005, '2021-11-07 00:00:00', 3.1103619176967, 7.16595833333334, 3.47419796786645, 9.39195833333336, 5.61064895349437, 13.455125, 15.9563536842456, 40.672875, 27.80108228966, 81.8349583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1020, '2021-11-07 00:00:00', 2.94581024384694, 6.52691666666667, 3.72209493737412, 8.83787500000001, 5.70506304487641, 13.4227916666667, 14.790396884404, 40.5685416666667, 28.0110083915972, 81.261375 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1035, '2021-11-07 00:00:00', 2.67738640674342, 6.58783333333333, 4.83677688056739, 10.207625, 4.99050358180416, 13.1825, 15.1827298193146, 40.414375, 27.9165692909831, 81.22175 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1050, '2021-11-07 00:00:00', 3.96643410633879, 7.36195833333331, 4.11866819880942, 9.17241666666666, 4.46174348111862, 12.59375, 15.5434443522509, 40.301375, 27.9153716669245, 81.1295416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1065, '2021-11-07 00:00:00', 2.97687517050972, 5.69804166666666, 3.80054141237455, 8.41337500000001, 13.454645469777, 28.50675, 15.0544802719675, 39.9857916666666, 27.2859486262246, 80.4547916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1080, '2021-11-07 00:00:00', 2.83900690402244, 6.38312499999997, 3.7641396708885, 8.74162499999999, 13.0738366544696, 31.3402083333334, 15.0230276343531, 40.1272083333333, 27.1613560401578, 80.530875 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1095, '2021-11-07 00:00:00', 2.64800808237961, 5.99274999999999, 12.8467191683832, 26.8775, 12.6338664532269, 31.6329166666667, 14.4452008659614, 40.1548333333333, 27.1284287833561, 80.2075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 600, '2021-11-07 00:00:00', 8.86305295109119, 20.1715769230769, 9.36322651793463, 24.3581153846154, 10.1922170542791, 27.6048076923077, 12.3508843289116, 36.8358846153846, 26.6221347642261, 77.8572692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 615, '2021-11-07 00:00:00', 5.53149598696826, 11.8464230769231, 5.43037467810601, 14.8062307692308, 6.49311685212766, 18.0061538461539, 10.1730009738447, 29.8445769230769, 29.0706393288168, 75.3171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 630, '2021-11-07 00:00:00', 4.06021664465561, 9.26919230769231, 4.40088077478202, 12.9739230769231, 6.19255860492128, 16.2476538461539, 9.53234427281058, 27.5581538461539, 29.6437101668361, 74.4541538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 645, '2021-11-07 00:00:00', 3.72766654170595, 9.66161538461536, 3.99092270977335, 12.6296538461539, 5.46820678481882, 15.3501923076923, 8.76514067858495, 26.5313461538462, 30.628725338881, 74.2822692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 660, '2021-11-07 00:00:00', 3.12731525753325, 8.04799999999999, 3.99991704240901, 10.8201153846154, 7.01312079034722, 15.2085, 8.96558313629662, 24.7524230769231, 31.3226988223212, 74.3219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 675, '2021-11-07 00:00:00', 3.46081933673784, 7.9991923076923, 3.88589799383122, 10.9104615384615, 6.34405405399418, 15.744, 8.1723514544704, 23.8058461538462, 31.4901732300973, 74.4656923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 690, '2021-11-07 00:00:00', 3.26276244072649, 7.24476923076919, 4.99296946700677, 10.7894615384615, 5.26720013903169, 14.8637692307692, 7.96710566227448, 22.6919230769231, 31.4114758205684, 74.4251153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 705, '2021-11-07 00:00:00', 3.61049674996927, 7.32769230769231, 3.95512848862568, 10.5241923076923, 4.6156528298989, 13.6096153846154, 7.76844278950718, 22.4034230769231, 34.757233698104, 79.6722307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 720, '2021-11-07 00:00:00', 3.42748593959975, 7.66311538461538, 3.6308450936175, 10.1334230769231, 5.34424441014674, 13.3013461538461, 7.79905932562482, 21.4917307692308, 37.1869258928664, 81.0248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 735, '2021-11-07 00:00:00', 3.15376216068267, 7.22161538461537, 3.75574691639357, 9.61249999999999, 5.2521115866346, 13.5730384615385, 7.80085711030426, 20.6838461538462, 37.3605606051869, 81.3585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 750, '2021-11-07 00:00:00', 2.46516668807608, 6.76399999999998, 4.20131627011563, 9.41480769230769, 4.69008397382586, 13.7148076923077, 7.06387078863008, 20.2000384615385, 37.1414061933371, 81.2564615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 765, '2021-11-07 00:00:00', 3.14202098729707, 5.96726923076923, 3.66773135351247, 9.02119230769232, 4.31559311281596, 12.7266538461539, 7.08503975006491, 21.6585, 37.2951448371583, 81.2032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 780, '2021-11-07 00:00:00', 2.72717905423281, 6.21907692307692, 3.34470939567826, 8.66930769230769, 4.47274837277416, 11.9296153846154, 8.46119620493824, 22.6334615384615, 37.4915254139673, 81.4601153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 795, '2021-11-07 00:00:00', 1.72587383262909, 5.40238461538461, 3.577487345137, 8.15223076923078, 4.52027255151722, 11.5045, 8.29880294055436, 22.7753846153846, 37.5410415870623, 81.5948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 810, '2021-11-07 00:00:00', 3.47687371443857, 5.99188461538464, 3.76938551552046, 8.35026923076926, 4.66143695392146, 11.5883461538462, 8.63646994517123, 23.6529230769231, 37.4353771357235, 81.7465769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 825, '2021-11-07 00:00:00', 2.69645306624491, 5.20853846153845, 3.31824912775489, 7.68692307692309, 5.11264652406168, 11.065, 9.03472851509876, 24.4073076923077, 37.4299515447188, 81.903 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 840, '2021-11-07 00:00:00', 1.88473470240813, 5.89553846153848, 3.58125655300785, 8.15246153846155, 4.83816406072194, 10.7449615384615, 10.611301756799, 25.5174230769231, 37.7177311907808, 82.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 855, '2021-11-07 00:00:00', 3.2033913558074, 5.57346153846153, 4.37228757534754, 7.6698076923077, 4.75838586222743, 10.6854230769231, 10.9692326486404, 25.8945, 37.453301013724, 82.4117692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 870, '2021-11-07 00:00:00', 2.31214468804649, 5.29553846153847, 2.99603528992261, 7.59453846153844, 4.76525328409086, 10.7216923076923, 10.9056028030761, 26.0514615384615, 37.5679906886373, 83.0426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 885, '2021-11-07 00:00:00', 2.83030152701901, 5.39242307692305, 3.15088941485029, 7.5407692307692, 4.45309241020735, 11.2255769230769, 13.3364350879605, 38.3541538461538, 37.5634556772117, 83.0104230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 900, '2021-11-07 00:00:00', 1.84678430251072, 5.1335, 3.375575002642, 7.79296153846154, 3.44903955415911, 10.6173846153846, 14.1331068390717, 38.9862692307692, 37.3393869341951, 83.3693076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 915, '2021-11-07 00:00:00', 2.28379334138487, 5.6458846153846, 3.08812104709943, 8.05219230769228, 2.88960113963052, 10.1138846153846, 14.6778503295062, 39.8158461538461, 37.2698817612622, 83.5915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 930, '2021-11-07 00:00:00', 2.57732728705834, 5.76523076923072, 2.58482437344177, 7.82080769230767, 2.94277951629722, 9.97680769230767, 14.7172087855837, 40.4769615384615, 37.5554524883077, 83.7141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 945, '2021-11-07 00:00:00', 1.72436674351886, 5.24288461538462, 2.16438880091784, 6.98419230769231, 5.91847845012682, 13.3147307692308, 14.9972606366834, 40.8042692307692, 37.7974350167595, 83.8226153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 960, '2021-11-07 00:00:00', 1.92359180581137, 5.25765384615387, 2.70343201021333, 7.60007692307693, 7.41121844067387, 15.3758461538461, 15.1761253456261, 41.2831153846154, 38.1226634811892, 83.9525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 975, '2021-11-07 00:00:00', 2.2847299547548, 5.69361538461537, 5.51663488676263, 11.286923076923, 7.36719462617896, 15.7295, 14.9779767759714, 41.3116923076923, 38.3254878040911, 83.8816923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 990, '2021-11-07 00:00:00', 4.79190567792754, 9.56611538461537, 6.20690279806406, 12.6572307692308, 6.73366006875445, 16.5608076923077, 14.444462406217, 41.6657307692307, 38.4920751639367, 84.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1005, '2021-11-07 00:00:00', 2.91972961155915, 7.82073076923078, 3.53094693792776, 10.2300384615385, 7.13599126724198, 15.5193846153846, 14.7890147861903, 41.5911153846154, 39.8423888821171, 85.1439230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1020, '2021-11-07 00:00:00', 3.15673481842331, 7.35107692307694, 4.94761485426599, 11.1728846153846, 8.97963838273095, 15.0477307692308, 15.9734347747945, 41.7012307692308, 39.7560481395647, 85.3553461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1035, '2021-11-07 00:00:00', 3.96046123265769, 7.74215384615383, 5.9729287108265, 10.4052307692308, 8.50219279127449, 14.1905, 16.0073986136219, 41.1281538461539, 39.0630921798806, 86.0254230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1050, '2021-11-07 00:00:00', 2.98616615849721, 6.53861538461537, 5.13111200618345, 9.84749999999999, 6.34085345347625, 12.8930384615385, 16.5266115130905, 40.7112307692308, 38.8245871643215, 86.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1065, '2021-11-07 00:00:00', 3.38327347924826, 6.73134615384614, 4.20397639677191, 8.70476923076921, 12.5508411516458, 30.2325769230769, 16.3703577210104, 40.4149230769231, 38.7048902649861, 85.9677692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1080, '2021-11-07 00:00:00', 3.89909145492205, 5.70842307692306, 4.33453322977228, 8.42399999999999, 13.3074585411571, 31.9677692307692, 15.9234593435646, 39.9578846153846, 38.6963646883508, 86.5675769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1095, '2021-11-07 00:00:00', 3.28607850086488, 6.68192307692309, 13.2843046093443, 28.5979230769231, 13.8744972333581, 32.4539615384615, 15.8611885004294, 39.3423846153846, 38.6051549493867, 86.6258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 600, '2021-11-07 00:00:00', 11.8220026079146, 21.5466923076923, 11.0618711626226, 25.4065384615385, 11.4602951211832, 27.9877692307692, 12.0364016974152, 34.5306923076923, 38.0323112503242, 84.9958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 615, '2021-11-07 00:00:00', 3.44413733153334, 11.6270384615384, 5.94241297946058, 14.4494615384615, 6.33691076010528, 18.9436923076923, 8.45938469893734, 26.8782692307692, 37.3409491729924, 81.2945 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 630, '2021-11-07 00:00:00', 4.87224845899239, 8.60138461538465, 5.29847228910951, 12.2030384615385, 4.89654493149544, 16.3538846153846, 6.74457597332851, 24.4265, 37.2068099550854, 80.7210769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 645, '2021-11-07 00:00:00', 3.38481711743212, 8.34196153846154, 3.46176602351147, 12.1328076923077, 4.19883882043594, 14.861, 7.21836099444703, 23.4363846153846, 38.0617387803836, 80.1568846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 660, '2021-11-07 00:00:00', 3.31005935363938, 8.48926923076924, 4.19210547889172, 10.8451153846154, 5.93254098160824, 14.3225384615385, 7.51762197383844, 22.4103076923077, 38.1730438142495, 80.2477307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 675, '2021-11-07 00:00:00', 2.71518879354924, 6.17423076923077, 3.32216485211304, 8.89976923076921, 6.09798333537092, 13.4489615384615, 7.64997088983904, 21.7521538461538, 38.2599386330482, 80.4292692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 690, '2021-11-07 00:00:00', 2.32789350833618, 6.55211538461534, 4.26511311149494, 10.2625769230769, 6.28513478173823, 13.5642307692308, 7.45092113334886, 21.8921538461539, 38.4602819685651, 81.2636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 705, '2021-11-07 00:00:00', 4.24877328902573, 7.3183076923077, 5.38389491553638, 10.2816923076923, 6.17047801015824, 12.7939230769231, 8.10700960147834, 21.7540384615385, 40.7006747293155, 85.4346923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 720, '2021-11-07 00:00:00', 3.43002737396566, 6.70788461538464, 3.20959814307026, 9.23500000000005, 3.80187741982621, 12.3306538461539, 8.48801937284821, 22.0440769230769, 40.4072120841545, 86.7874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 735, '2021-11-07 00:00:00', 2.6331531507652, 6.46765384615389, 3.42963647703595, 8.63326923076926, 4.20244828952763, 12.0701153846154, 8.88499008587823, 22.2788846153846, 41.1853479193567, 87.5579615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 750, '2021-11-07 00:00:00', 2.28673118698689, 5.82480769230767, 3.04176550454093, 8.29576923076922, 3.81017802289522, 10.6323846153846, 7.63188984076282, 22.0253076923077, 41.5430046653048, 87.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 765, '2021-11-07 00:00:00', 2.21779703760283, 5.5725, 2.93186694130865, 7.65580769230769, 3.81216946188834, 9.74961538461539, 7.96628185252357, 22.5280769230769, 41.6283029473754, 88.0909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 780, '2021-11-07 00:00:00', 1.97916878162371, 5.15811538461536, 2.36184779031489, 6.76676923076923, 3.51586482653438, 9.34296153846155, 8.39639063077793, 22.4492307692308, 42.0250488176351, 88.3232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 795, '2021-11-07 00:00:00', 1.86501879759549, 4.58034615384615, 2.31483401531547, 6.30596153846156, 3.43534921055509, 9.63203846153846, 8.33758449404771, 22.6533461538462, 41.9612221709704, 88.3801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 810, '2021-11-07 00:00:00', 2.10716106061798, 4.71815384615388, 2.37253339572832, 6.90607692307696, 4.12775912031994, 10.6783461538462, 8.69476408889503, 23.3008076923077, 41.945290315417, 88.6247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 825, '2021-11-07 00:00:00', 1.58958112140854, 5.01730769230771, 3.24998041840254, 7.46700000000001, 4.87298729054841, 11.6975769230769, 8.72975512750236, 24.0501153846154, 41.9037690487842, 88.9035769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 840, '2021-11-07 00:00:00', 2.53583355829688, 5.73765384615385, 3.76563401301825, 8.71300000000001, 4.6730502349602, 11.2005384615385, 8.86685049461454, 24.0525769230769, 42.5689243037869, 89.3493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 855, '2021-11-07 00:00:00', 2.83077174609001, 5.74696153846155, 3.50110227851391, 8.06373076923077, 3.84124569718649, 10.1611153846154, 8.73781770017768, 23.6118076923077, 42.9736388108588, 89.4676153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 870, '2021-11-07 00:00:00', 3.0193458825483, 5.84703846153846, 2.89776593868181, 7.00765384615382, 3.75440172617932, 10.6471923076923, 8.31743873788448, 24.6130384615385, 42.9413406722025, 89.8116153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 885, '2021-11-07 00:00:00', 2.24308381818081, 4.79084615384615, 2.81383543119462, 7.12692307692308, 4.40327117702983, 11.0444615384616, 14.2838397619343, 34.8732307692308, 42.8283997802321, 90.0478461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 900, '2021-11-07 00:00:00', 1.88829289978661, 5.29065384615384, 3.38832873166788, 8.61107692307693, 6.22260021484959, 12.5579230769231, 17.9741289947952, 37.4598076923077, 42.7311656104138, 90.1252307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 915, '2021-11-07 00:00:00', 3.41160592187227, 6.66338461538463, 4.30730933825107, 8.74915384615387, 6.7478969004025, 12.5875384615385, 18.2844942597231, 37.7305769230769, 42.8696918552741, 90.2166153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 930, '2021-11-07 00:00:00', 4.30469705607902, 5.80076923076925, 5.94055907146275, 9.00780769230769, 6.82944406668657, 12.0485, 18.9810664831685, 39.0880384615385, 43.5428634752717, 90.9998846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 945, '2021-11-07 00:00:00', 3.68777630641472, 6.49338461538461, 4.05374191808772, 8.65753846153845, 4.74639737857932, 13.5273461538461, 19.7813797740743, 39.7353846153846, 43.4095345745077, 91.0628461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 960, '2021-11-07 00:00:00', 2.35788320451926, 5.91238461538461, 2.8267107397387, 8.13938461538461, 4.62558332903496, 13.8954230769231, 19.3388987842161, 40.4361153846154, 43.5859941027108, 91.2488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 975, '2021-11-07 00:00:00', 2.31060808113698, 5.86423076923077, 3.79342746420094, 10.4863846153846, 5.56450430897628, 14.5237307692308, 19.4587600574612, 40.9315769230769, 44.0748180250181, 91.5574615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 990, '2021-11-07 00:00:00', 3.48805215821978, 8.24053846153843, 4.05406191140917, 11.1713076923077, 5.01868839684388, 15.2437692307692, 18.886953056908, 40.4434230769231, 43.6823624587245, 91.3641538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1005, '2021-11-07 00:00:00', 3.1229193671701, 7.82357692307691, 4.16930413544589, 10.7074230769231, 5.89021098812387, 14.4332692307692, 18.3946585419623, 40.3653461538461, 44.8504679280109, 91.8071923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1020, '2021-11-07 00:00:00', 3.01561875268389, 7.08030769230768, 4.29704265262301, 10.3890384615385, 4.99228349493958, 12.8665769230769, 17.2816228404627, 39.974, 44.8445854132486, 91.3873846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1035, '2021-11-07 00:00:00', 3.33156466844029, 7.92550000000001, 3.21504390303795, 10.1944615384615, 4.01981600497413, 12.3190769230769, 17.0337878340487, 40.4128461538461, 44.8204875513248, 91.7725384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1050, '2021-11-07 00:00:00', 2.18718233209904, 6.66907692307694, 2.79058487169873, 8.5153846153846, 4.9985396311938, 13.9552692307692, 16.6333026968373, 40.7872692307692, 44.8356156651761, 91.3583461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1065, '2021-11-07 00:00:00', 2.07090567626824, 5.65599999999998, 3.01653907751146, 8.08861538461537, 13.0964309160931, 29.2345, 16.9607862632059, 40.6918846153846, 44.8119924479872, 91.3429615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1080, '2021-11-07 00:00:00', 2.00299849264507, 5.9148076923077, 4.74389993927422, 10.2399230769231, 16.5878345808468, 31.4578076923077, 16.1655789035269, 40.5903846153846, 44.4196986727562, 90.8045384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1095, '2021-11-07 00:00:00', 5.08242769202035, 7.92526923076922, 13.3250912861644, 27.3852307692308, 16.2140590330168, 31.7773846153846, 16.9858756240408, 40.7716538461538, 44.256480220363, 90.7061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 600, '2021-11-07 00:00:00', 12.5016759005158, 20.8491923076923, 16.3875369497676, 24.944, 15.745968867667, 27.6896923076923, 17.1688117608645, 36.014, 44.4770571847484, 89.2568461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 615, '2021-11-07 00:00:00', 7.45759684575709, 11.6549230769231, 7.04376130519877, 14.0342692307692, 8.37795518103223, 18.2678461538462, 11.3009462278437, 29.5317307692308, 39.8166729110577, 86.0078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 630, '2021-11-07 00:00:00', 3.35724302642234, 8.11246153846155, 5.58546935001884, 11.4085, 7.25412834227198, 16.2206153846154, 11.6433567531678, 28.7311923076923, 39.4661913224666, 85.7776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 645, '2021-11-07 00:00:00', 3.50745403873609, 8.0119230769231, 4.79870236578439, 11.7416538461539, 7.05487569273902, 15.57, 11.924036493635, 28.5516923076923, 39.4010887558277, 85.7802307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 660, '2021-11-07 00:00:00', 3.58171841782901, 7.78876923076927, 4.84802763129979, 11.0249230769231, 6.40032426678524, 14.197, 12.681734404859, 28.8743461538462, 39.1701233182207, 85.8347307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 675, '2021-11-07 00:00:00', 3.37732954862267, 7.30399999999998, 5.48805785739851, 9.97461538461538, 5.2286181983977, 12.6497692307692, 13.5211182851693, 28.7888076923077, 38.844207852414, 86.1518076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 690, '2021-11-07 00:00:00', 4.75800492207201, 7.24596153846152, 5.08062198811859, 9.36488461538461, 5.61577169983036, 13.0417692307693, 13.9317079816566, 28.6136153846154, 38.7920536214075, 86.0793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 705, '2021-11-07 00:00:00', 3.30449107730679, 6.338, 4.18444581681329, 8.93707692307694, 6.56139201799785, 13.398576923077, 14.3411328506503, 28.295, 39.270519633102, 89.2875769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 720, '2021-11-07 00:00:00', 2.89992387804605, 6.20546153846154, 4.28543086999878, 9.32030769230773, 5.28901709830415, 14.1498846153846, 12.5483705143797, 27.1806153846154, 38.4034272363208, 89.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 735, '2021-11-07 00:00:00', 4.10389435555286, 7.02280769230769, 4.76650837212505, 10.5843076923077, 5.51571646061019, 15.2540769230769, 11.9864811542645, 26.6123076923077, 38.178620306719, 89.2052692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 750, '2021-11-07 00:00:00', 3.35369223302408, 7.34107692307691, 4.6451032534686, 10.4266538461538, 6.33963870700722, 14.9908461538461, 12.201097392511, 25.7183076923077, 38.0226705230728, 89.0861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 765, '2021-11-07 00:00:00', 4.16521438805513, 7.05553846153845, 5.3070868040907, 10.7361153846154, 7.49466395336345, 14.6505769230769, 11.7624875642867, 25.2625, 37.8380069115901, 88.8008076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 780, '2021-11-07 00:00:00', 4.25351520527885, 7.81080769230766, 5.22182745921826, 10.6485769230769, 7.54047387543735, 13.4468846153846, 11.4344853459241, 25.1723846153846, 37.7803633621814, 88.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 795, '2021-11-07 00:00:00', 3.27501500830384, 6.84076923076923, 5.53860793576812, 9.18288461538461, 6.13421790438368, 12.2824615384615, 10.9119532892216, 25.3008846153847, 36.6071559554224, 87.6532307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 810, '2021-11-07 00:00:00', 3.15756197697869, 5.56903846153843, 3.99071239774785, 7.7321923076923, 6.05859701047895, 12.0661538461539, 9.54419753881905, 24.2595, 35.3692292667598, 87.1087307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 825, '2021-11-07 00:00:00', 3.2541284426922, 5.64119230769234, 3.40901071957157, 8.17461538461541, 5.36871651199371, 12.4591153846154, 9.90481420196183, 24.7031538461539, 35.3384702306359, 87.1891923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 840, '2021-11-07 00:00:00', 2.81096122103345, 5.99388461538461, 4.76120749584193, 8.83853846153847, 6.12323751420639, 12.7461538461539, 10.0208642554499, 24.4058846153847, 35.3993768860631, 86.9801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 855, '2021-11-07 00:00:00', 3.16293342423672, 5.4536153846154, 3.73260466368788, 8.19684615384614, 7.21212977665991, 12.7706538461539, 9.96057665808251, 23.6401923076923, 35.9064380011976, 86.7494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 870, '2021-11-07 00:00:00', 2.5975019526164, 5.35507692307691, 4.56190070845981, 8.10392307692309, 6.85527742355086, 11.7079230769231, 9.57822173964697, 23.0084230769231, 36.0178705989338, 86.2811923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 885, '2021-11-07 00:00:00', 3.12811775894805, 6.02407692307693, 4.95232898994154, 9.03723076923079, 6.09753195279735, 12.7736538461539, 23.8302115856193, 34.1098461538462, 35.3761441134255, 85.9874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 900, '2021-11-07 00:00:00', 2.78613741253704, 5.38119230769234, 3.57250056101628, 8.14546153846155, 5.6277749100743, 11.7750384615385, 26.2572747146679, 36.1008076923077, 34.6697972757047, 85.4835384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 915, '2021-11-07 00:00:00', 3.00082324627502, 6.48234615384616, 5.16510189638114, 9.84400000000002, 5.16816450336539, 11.554576923077, 26.049398483916, 37.2894230769231, 33.8083536859662, 86.0883461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 930, '2021-11-07 00:00:00', 3.68969080213838, 6.97784615384614, 4.07463856632141, 8.42361538461541, 5.19369388571003, 11.4934615384616, 25.9160787535164, 37.7140384615385, 33.8687340804965, 85.9908461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 945, '2021-11-07 00:00:00', 2.81387599557293, 5.59096153846155, 3.68450245132857, 7.6289230769231, 4.91047760249604, 12.4142692307692, 25.7404502756624, 38.0679230769231, 33.5881209605649, 85.9243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 960, '2021-11-07 00:00:00', 2.50924437906037, 4.98307692307692, 3.46142417577149, 8.07326923076921, 5.55233747159353, 13.2840384615385, 25.4550575578577, 38.7680769230769, 33.2951226939646, 86.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 975, '2021-11-07 00:00:00', 2.8671279751964, 5.96788461538462, 5.13322830375405, 10.1965384615384, 7.21384639330184, 14.4328846153846, 25.3176391463769, 39.5061153846154, 33.3923902431953, 86.0579230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 990, '2021-11-07 00:00:00', 4.3366988373824, 8.68361538461535, 4.73537514653923, 11.0114615384615, 6.17665636570467, 13.8075, 24.7989301757153, 39.9625, 33.1462478961855, 85.9096538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1005, '2021-11-07 00:00:00', 3.11156217109915, 6.98823076923077, 4.64750837529762, 10.4004615384616, 5.72025289610386, 12.8506538461539, 23.9500488348948, 39.6439230769231, 32.8467198946163, 84.7923461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1020, '2021-11-07 00:00:00', 3.26236290982235, 7.42734615384615, 3.23273539615268, 9.2236923076923, 5.87529963844723, 12.1798076923077, 24.1252995437442, 40.0163461538462, 32.5133845855234, 84.4603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1035, '2021-11-07 00:00:00', 3.03714440197725, 6.62796153846156, 4.92373837663403, 9.33119230769229, 5.99213832655885, 11.8237307692308, 23.7898220320242, 39.8716538461538, 32.2927140884989, 84.2031923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1050, '2021-11-07 00:00:00', 3.31693990321481, 6.86680769230766, 4.55424472569697, 8.69530769230767, 5.46904055894492, 11.9773461538461, 23.6767712381696, 40.9602307692307, 31.6001383600671, 84.4321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1065, '2021-11-07 00:00:00', 3.53830008815619, 5.88107692307689, 4.17217640824765, 8.19469230769229, 23.7412998699605, 27.5723461538461, 23.766947590331, 40.9498076923077, 31.1055359668438, 84.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1080, '2021-11-07 00:00:00', 2.51945135419478, 5.87661538461539, 3.50292633006262, 8.63792307692308, 24.6407380165761, 30.7308076923077, 23.8694925464735, 41.6251153846154, 30.9138141878103, 84.5129615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1095, '2021-11-07 00:00:00', 3.19836780321077, 6.77673076923076, 23.9895627889746, 26.9003846153846, 24.3731378874367, 31.847, 23.8950897327335, 41.3911538461538, 31.3996937933134, 84.7270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 600, '2021-11-07 00:00:00', 14.9567080076003, 19.1262307692307, 15.7119493767789, 24.5565384615385, 14.7686328936078, 27.9128846153846, 16.9708734155362, 37.0073846153846, 30.1256316172535, 81.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 615, '2021-11-07 00:00:00', 7.38259981890892, 12.4923846153846, 6.88083756082512, 15.7104615384615, 7.10989895816987, 18.4376538461539, 11.3677834700323, 28.2523076923077, 28.4087288820775, 76.5181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 630, '2021-11-07 00:00:00', 4.46170844701375, 9.16788461538462, 5.52084849679971, 12.3407307692308, 6.0571354520611, 14.7182692307693, 10.2907454475443, 26.0158846153846, 28.5771237072323, 75.3324615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 645, '2021-11-07 00:00:00', 4.05670967088431, 8.16007692307693, 3.79353241370709, 10.4895769230769, 4.25513756516304, 13.0954615384616, 9.3890395239097, 24.7326923076923, 29.0483353860688, 74.6873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 660, '2021-11-07 00:00:00', 3.00684274511427, 7.51542307692306, 3.71201461204022, 9.87999999999999, 5.99535687691219, 12.8841923076923, 9.53440444318122, 24.6463846153846, 28.6963195898279, 74.4591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 675, '2021-11-07 00:00:00', 3.53590976216219, 6.61538461538461, 3.48624310397309, 8.56349999999999, 5.67885029155075, 12.7070769230769, 11.6777229216738, 24.7026538461538, 28.5367900068558, 74.1728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 690, '2021-11-07 00:00:00', 2.49215895653054, 5.79276923076922, 4.4125854373075, 8.38719230769231, 6.03891569036896, 12.9803461538462, 11.3064254951979, 24.3310384615385, 28.1680852561629, 73.8190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 705, '2021-11-07 00:00:00', 4.02791115019264, 6.30007692307691, 4.19415075625017, 9.6113846153846, 5.34750747688908, 12.9508461538462, 10.7698501225197, 25.3826923076923, 27.911812396822, 79.5033461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 720, '2021-11-07 00:00:00', 3.42945684598329, 7.15046153846152, 4.78128114485584, 9.89888461538464, 6.23196125938386, 13.7165384615385, 10.9777752864594, 25.7430000000001, 27.9678333890093, 79.9763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 735, '2021-11-07 00:00:00', 3.55145635760884, 6.5415, 3.40302908529808, 8.28865384615387, 5.83826774098145, 12.6531538461539, 10.1591513777177, 24.8106538461539, 27.46312745012, 79.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 750, '2021-11-07 00:00:00', 2.54610025816253, 5.96026923076923, 4.38192778738377, 10.0615769230769, 5.43019128165709, 12.6106538461538, 10.2047481024954, 24.8823461538462, 27.4176201812181, 79.0601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 765, '2021-11-07 00:00:00', 3.67779992867808, 7.34434615384614, 3.76142723239669, 9.14523076923077, 4.35405921658611, 11.0566923076923, 9.67536320137189, 24.6589615384616, 27.2305758445567, 78.2088846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 780, '2021-11-07 00:00:00', 3.25976213313416, 6.3697307692308, 3.45182455588568, 8.16026923076925, 3.52219937342478, 10.8731153846154, 9.07168652320968, 25.1078461538462, 27.673482180628, 78.0048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 795, '2021-11-07 00:00:00', 2.72147379642268, 5.96123076923078, 3.0932533704574, 7.39542307692308, 4.82327425526876, 11.4473076923077, 8.68816861856485, 25.5477692307693, 27.95878280351, 77.7994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 810, '2021-11-07 00:00:00', 2.34939074950211, 4.74457692307691, 2.98089189337685, 7.82799999999999, 4.99062970360067, 11.7599615384615, 9.34359707475575, 26.0248461538462, 28.009637880311, 77.9948846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 825, '2021-11-07 00:00:00', 2.46661176016507, 5.86115384615384, 4.18207511465484, 8.73223076923075, 5.48716983643169, 11.9125769230769, 10.4044368054432, 26.4800384615385, 27.8255918525762, 78.6138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 840, '2021-11-07 00:00:00', 3.51211104629944, 6.19819230769232, 4.29455907381206, 8.52003846153848, 5.26178105222352, 11.5441923076923, 10.2483795711247, 25.970076923077, 28.1331238088595, 78.5922692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 855, '2021-11-07 00:00:00', 2.73146874128468, 6.01226923076925, 3.38275426265911, 7.74580769230769, 6.04749184080604, 11.2247307692308, 10.9669417803618, 25.3144230769231, 28.2695612620032, 78.1671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 870, '2021-11-07 00:00:00', 2.25886343238225, 5.20761538461538, 2.85178948111801, 7.24973076923075, 5.19467971737948, 10.6476153846154, 11.7044862529124, 26.0387307692308, 27.8682357332059, 77.8158076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 885, '2021-11-07 00:00:00', 2.3604280853595, 5.27911538461538, 4.60677648236398, 7.72096153846151, 5.90875853119759, 12.4175, 18.0266211527456, 42.4437692307692, 28.1017433270607, 77.6585 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:48:12 Duration: 3s600ms Database: acaweb_fx User: pgperfstats
7 4m33s 185 51ms 13s145ms 1s475ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.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 kr.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 (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 #7
Day Hour Count Duration Avg duration Nov 07 14 185 4m33s 1s475ms [ User: postgres - Total duration: 4m33s - Times executed: 185 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 ('36' = 0 OR 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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: 2021-11-07 14:06:42 Duration: 13s145ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '641' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:51 Duration: 10s739ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:49 Duration: 10s72ms Database: acaweb_fx User: postgres Bind query: yes
8 3m19s 72 75ms 22s509ms 2s773ms (( 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 #8
Day Hour Count Duration Avg duration Nov 07 14 72 3m19s 2s773ms [ User: postgres - Total duration: 3m19s - Times executed: 72 ]
-
(( 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:09:45 Duration: 22s509ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:05:29 Duration: 18s521ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:15:47 Duration: 17s277ms Database: acaweb_fx User: postgres Bind query: yes
9 2m32s 4 7s975ms 1m31s 38s142ms select updateageforrelevantresults ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Nov 07 14 4 2m32s 38s142ms [ User: postgres - Total duration: 2m32s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:03:34 Duration: 1m31s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:17:33 Duration: 30s483ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:32:25 Duration: 22s453ms Database: acaweb_fx User: postgres
10 2m19s 68 930ms 3s201ms 2s51ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #10
Day Hour Count Duration Avg duration Nov 07 14 68 2m19s 2s51ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 68 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-11-07 00:00:00', 0.207991048733536, 0.509740740740741, 0.242860358737596, 0.625333333333334, 0.353517634565403, 0.759111111111111, 0.464272966544884, 0.899814814814814, 1.22761494840135, 2.51 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1005, '2021-11-07 00:00:00', 0.112403361468934, 0.339148148148149, 0.161521725493099, 0.464962962962964, 0.18365350442235, 0.572925925925927, 0.303908766674373, 0.733666666666666, 1.15647225637802, 2.46381481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1020, '2021-11-07 00:00:00', 0.0988821422840252, 0.281703703703704, 0.147663203447649, 0.382962962962963, 0.163706568151191, 0.475925925925925, 0.271613885072363, 0.666444444444443, 1.14028167660201, 2.44192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1035, '2021-11-07 00:00:00', 0.100932673393726, 0.248407407407407, 0.106620756679859, 0.341296296296296, 0.129800350747335, 0.413851851851852, 0.210059745944093, 0.616407407407406, 1.16589250260705, 2.42740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1050, '2021-11-07 00:00:00', 0.0781843828446428, 0.243518518518518, 0.0881931317622206, 0.297481481481481, 0.140446824603871, 0.386185185185185, 0.206666770057874, 0.589999999999999, 1.16489404651288, 2.4177037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1065, '2021-11-07 00:00:00', 0.0637834879364025, 0.177777777777777, 0.118117800584056, 0.259259259259259, 0.167168117436249, 0.36411111111111, 0.172858702569849, 0.550851851851852, 1.17537027565797, 2.40085185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1080, '2021-11-07 00:00:00', 0.0932148668186107, 0.18437037037037, 0.115054279274989, 0.260555555555555, 0.167773767428156, 0.345962962962962, 0.172188386530105, 0.533925925925926, 1.17176601443829, 2.39685185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1095, '2021-11-07 00:00:00', 0.0786343552358753, 0.176851851851851, 0.124406946426188, 0.246629629629629, 0.144771329660737, 0.31674074074074, 0.17079504886837, 0.495777777777778, 1.18779857904759, 2.36981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1110, '2021-11-07 00:00:00', 0.0874927266004277, 0.166148148148147, 0.101432741950521, 0.219296296296296, 0.108440105174499, 0.284111111111111, 0.162571229184024, 0.470592592592593, 1.19524433721354, 2.36944444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1125, '2021-11-07 00:00:00', 0.0608091685994395, 0.150703703703704, 0.0695052315151687, 0.213148148148148, 0.0983784482918847, 0.27337037037037, 0.158721072694771, 0.455925925925926, 1.20769482452058, 2.49340740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1140, '2021-11-07 00:00:00', 0.050345331676854, 0.137962962962963, 0.0588086859100046, 0.182666666666667, 0.0716685748106142, 0.245666666666667, 0.13823845989764, 0.449111111111112, 1.19755316543592, 2.51725925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1155, '2021-11-07 00:00:00', 0.0417567573049774, 0.121629629629629, 0.0587041692486945, 0.161222222222221, 0.0619882352591307, 0.225814814814815, 0.413147190647113, 0.951296296296296, 1.19762382024358, 2.51874074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1170, '2021-11-07 00:00:00', 0.0505871789889754, 0.121296296296296, 0.056759677312869, 0.169740740740741, 0.0587781574640768, 0.226111111111112, 0.426404109252554, 1.02281481481482, 1.19575208008894, 2.53503703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1185, '2021-11-07 00:00:00', 0.0452229362173003, 0.125962962962963, 0.0516316948088277, 0.170296296296297, 0.0576203311696723, 0.219444444444445, 0.438817742799914, 1.03062962962963, 1.18878403723279, 2.53955555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1200, '2021-11-07 00:00:00', 0.0412965441460246, 0.122407407407408, 0.0532990541547342, 0.162407407407408, 0.0677064638137702, 0.22262962962963, 0.463111719121277, 1.05218518518519, 1.19155197344182, 2.55551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1215, '2021-11-07 00:00:00', 0.0398027544179959, 0.106518518518519, 0.0494995755255332, 0.148851851851852, 0.0569865281225689, 0.213814814814815, 0.453906547481036, 1.06033333333333, 1.1865392625836, 2.58196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1230, '2021-11-07 00:00:00', 0.0342362747261216, 0.109259259259259, 0.0472329500132219, 0.156518518518519, 0.0869747646539481, 0.223925925925926, 0.463444129899669, 1.07466666666667, 1.19123803420268, 2.60314814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1245, '2021-11-07 00:00:00', 0.0396300197014643, 0.106666666666668, 0.0416589052600331, 0.152814814814816, 0.0775229402680673, 0.217037037037037, 0.464528042204452, 1.07707407407407, 1.18953429202728, 2.6127037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1260, '2021-11-07 00:00:00', 0.0396385736904927, 0.119296296296297, 0.0521984488531806, 0.164296296296297, 0.0684663079743261, 0.219407407407408, 0.444312455828731, 1.08359259259259, 1.16877254750711, 2.63003703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1275, '2021-11-07 00:00:00', 0.0364839659587581, 0.113814814814815, 0.0438540703604524, 0.152444444444444, 0.0696929161687368, 0.206444444444444, 0.459318810011922, 1.083, 1.18117664547106, 2.63203703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1290, '2021-11-07 00:00:00', 0.0387378140015442, 0.112814814814815, 0.0680841192455873, 0.157703703703704, 0.0807636804496425, 0.213185185185186, 0.442218555368553, 1.08659259259259, 1.16692829300932, 2.64377777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1305, '2021-11-07 00:00:00', 0.0518629302369575, 0.117074074074074, 0.0617540614256586, 0.157777777777778, 0.0849850330379167, 0.220074074074074, 0.446742942205309, 1.09344444444444, 1.17132509276224, 2.64862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1320, '2021-11-07 00:00:00', 0.0459897647475879, 0.114461538461538, 0.07283187172153, 0.161807692307693, 0.0963538350999135, 0.252307692307692, 0.424859890027107, 1.12761538461538, 1.09689347985748, 2.74788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1335, '2021-11-07 00:00:00', 0.04489942607137, 0.117038461538462, 0.056216668757174, 0.166076923076922, 0.391032148983254, 0.887307692307692, 0.422767992384257, 1.13015384615385, 1.09778480516973, 2.74796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1350, '2021-11-07 00:00:00', 0.0455095763379696, 0.128192307692307, 0.0750586334910152, 0.205961538461538, 0.381970598949105, 0.965461538461538, 0.454821765597841, 1.16096153846154, 1.10110784282851, 2.74080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1365, '2021-11-07 00:00:00', 0.065183244661611, 0.170153846153846, 0.382409494571542, 0.863692307692308, 0.39295525875679, 0.971346153846154, 0.525503363086655, 1.18523076923077, 1.10289034603836, 2.73865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 990, '2021-11-07 00:00:00', 0.240108580510533, 0.554695652173914, 0.261121297514795, 0.684826086956522, 0.307864780902523, 0.771217391304348, 0.491373005801132, 0.996391304347826, 1.0642747776639, 2.7765652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1005, '2021-11-07 00:00:00', 0.0866091807929652, 0.347826086956521, 0.139982353489779, 0.449173913043479, 0.192655275910026, 0.576652173913043, 0.478284144960041, 0.818782608695652, 0.984090027293328, 2.674 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1020, '2021-11-07 00:00:00', 0.14013222158266, 0.312695652173913, 0.167943372255606, 0.413391304347827, 0.184946824961233, 0.528347826086957, 0.408730285934767, 0.75608695652174, 0.964224673685482, 2.65230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1035, '2021-11-07 00:00:00', 0.116980945037969, 0.282217391304348, 0.152980016261909, 0.383608695652174, 0.144886448655327, 0.455086956521739, 0.367984683475722, 0.675, 0.968735608843764, 2.61504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1050, '2021-11-07 00:00:00', 0.113720741795965, 0.25495652173913, 0.141705841285903, 0.321, 0.148248656087063, 0.397869565217391, 0.37073728486268, 0.63095652173913, 0.974502353996472, 2.59326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1065, '2021-11-07 00:00:00', 0.108606298451061, 0.214347826086957, 0.115685788154931, 0.300739130434782, 0.146787819765879, 0.368130434782609, 0.368790111371034, 0.607652173913043, 0.97495835119315, 2.59517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1080, '2021-11-07 00:00:00', 0.0738813545182711, 0.206, 0.0984528739014077, 0.269173913043479, 0.153394812100822, 0.343826086956522, 0.363688178126662, 0.586, 0.970986493598644, 2.59695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1095, '2021-11-07 00:00:00', 0.0654753974251708, 0.183130434782609, 0.0998892271844655, 0.243304347826087, 0.119582855328585, 0.327826086956522, 0.358057252471487, 0.558217391304348, 0.954444241575526, 2.58391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1110, '2021-11-07 00:00:00', 0.0588100378622533, 0.154434782608695, 0.0807406916525839, 0.205826086956521, 0.0866264069862746, 0.30295652173913, 0.36111594165885, 0.537217391304348, 0.951221771043699, 2.60169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1125, '2021-11-07 00:00:00', 0.059182540690052, 0.153869565217391, 0.064217115667585, 0.224739130434783, 0.0937966432058197, 0.301086956521739, 0.363705664345057, 0.545913043478261, 0.987027191058752, 2.74569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1140, '2021-11-07 00:00:00', 0.0514321764531064, 0.149217391304348, 0.0662511988108405, 0.206304347826087, 0.246528369876877, 0.319652173913044, 0.374897466878527, 0.585260869565218, 0.995074869568834, 2.77578260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1155, '2021-11-07 00:00:00', 0.0341705788434739, 0.120913043478261, 0.0809012964225291, 0.189260869565218, 0.385591476255978, 0.309826086956522, 0.375774167947242, 0.90604347826087, 0.994902275376536, 2.79491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1170, '2021-11-07 00:00:00', 0.0590194916553579, 0.138869565217392, 0.25253853460898, 0.217565217391305, 0.383819410557816, 0.297608695652173, 0.419026454964927, 0.965478260869566, 0.996761388107572, 2.80191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1185, '2021-11-07 00:00:00', 0.259156666643197, 0.162782608695653, 0.395064851833405, 0.234652173913044, 0.38263078313896, 0.29695652173913, 0.444881593697768, 1.01778260869565, 0.996299949278733, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1200, '2021-11-07 00:00:00', 0.297409979072952, 0.179826086956523, 0.291873409128893, 0.218782608695652, 0.280916329517747, 0.286434782608696, 0.47424681287879, 1.06969565217391, 0.997065988277725, 2.78530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1215, '2021-11-07 00:00:00', 0.0664385656373815, 0.13391304347826, 0.0878689511099908, 0.18195652173913, 0.115094324609478, 0.259608695652173, 0.490755995012098, 1.08791304347826, 1.00397425285475, 2.79313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1230, '2021-11-07 00:00:00', 0.0451692469448539, 0.130478260869566, 0.051367581785577, 0.185086956521739, 0.0951198536650722, 0.257173913043477, 0.508523519574535, 1.11952173913044, 1.01052985358189, 2.80269565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1245, '2021-11-07 00:00:00', 0.0423855352312306, 0.124521739130434, 0.0795102847152113, 0.187608695652172, 0.0980268173358489, 0.240434782608695, 0.520783728336056, 1.13265217391304, 1.02817964933388, 2.82313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1260, '2021-11-07 00:00:00', 0.0634664954714747, 0.138782608695652, 0.0671278350988569, 0.180347826086956, 0.0867640250762423, 0.229217391304348, 0.51329892515109, 1.13282608695652, 1.02979415418811, 2.824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1275, '2021-11-07 00:00:00', 0.0475974141523682, 0.125173913043478, 0.0548928168695459, 0.157304347826087, 0.0929255088639736, 0.227173913043479, 0.510608696661855, 1.14282608695652, 1.02898412622149, 2.82182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1290, '2021-11-07 00:00:00', 0.0397817166577454, 0.108304347826087, 0.0542850040073592, 0.160043478260869, 0.0849167692950564, 0.220304347826087, 0.514875770733617, 1.13617391304348, 1.0271053592365, 2.81865217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1305, '2021-11-07 00:00:00', 0.0383944062954823, 0.116304347826086, 0.0811425330633496, 0.168260869565217, 0.1308440220368, 0.236391304347826, 0.514505184599957, 1.13669565217391, 1.02814717844935, 2.81243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1320, '2021-11-07 00:00:00', 0.0384982149470919, 0.119272727272727, 0.0621558577235537, 0.160272727272727, 0.163505622975446, 0.306772727272727, 0.513715284899518, 1.18181818181818, 1.05104401302515, 2.82022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1335, '2021-11-07 00:00:00', 0.0572052770550383, 0.119409090909091, 0.122850426424686, 0.182681818181818, 0.285618414651224, 0.805545454545455, 0.509430861874605, 1.19377272727273, 1.05257479091806, 2.8175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1350, '2021-11-07 00:00:00', 0.0689295549803091, 0.134045454545454, 0.107611906919368, 0.255318181818182, 0.306808981423703, 0.870318181818182, 0.506318834238626, 1.204, 1.04464486084094, 2.80013636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1365, '2021-11-07 00:00:00', 0.068796267390946, 0.205545454545454, 0.24783660044368, 0.763136363636364, 0.326461336652602, 0.916363636363638, 0.532773826512198, 1.23095454545455, 1.04029727790037, 2.78604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 990, '2021-11-07 00:00:00', 0.222705825283904, 0.58173076923077, 0.253933998087329, 0.683346153846155, 0.33335558515472, 0.834884615384616, 0.544679004975902, 1.10453846153846, 1.05591897197873, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1005, '2021-11-07 00:00:00', 0.147783646435748, 0.335384615384616, 0.171580866783432, 0.487923076923078, 0.308668916478482, 0.672500000000001, 0.546885094104645, 0.982884615384616, 1.07510804394435, 2.51088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1020, '2021-11-07 00:00:00', 0.118731481147102, 0.339730769230769, 0.208729331542439, 0.475423076923077, 0.259386557388478, 0.605115384615384, 0.532800906675134, 0.885384615384615, 1.0809928378045, 2.48565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1035, '2021-11-07 00:00:00', 0.11388169975225, 0.260807692307692, 0.138692376807868, 0.350846153846154, 0.172621208252236, 0.471192307692307, 0.521067940350909, 0.756038461538462, 1.06779318942603, 2.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1050, '2021-11-07 00:00:00', 0.107943432479168, 0.231230769230768, 0.122752183123309, 0.325538461538461, 0.151621979328146, 0.39676923076923, 0.555695184846457, 0.726461538461538, 1.0675205355618, 2.40657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1065, '2021-11-07 00:00:00', 0.0844531822964652, 0.219500000000001, 0.104998849810551, 0.292038461538461, 0.133449639017295, 0.347384615384615, 0.56096331430852, 0.696000000000001, 1.14222363228654, 2.27988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1080, '2021-11-07 00:00:00', 0.0727028620746535, 0.185884615384615, 0.0914919416375852, 0.232153846153845, 0.122767322136696, 0.292846153846153, 0.587669741109226, 0.688730769230769, 1.13312732667672, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1095, '2021-11-07 00:00:00', 0.0491993746051555, 0.159461538461537, 0.0743650558963108, 0.227192307692306, 0.0923994671979308, 0.298307692307691, 0.670623516988825, 0.713692307692307, 1.10566863863526, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1110, '2021-11-07 00:00:00', 0.0511374768488004, 0.162192307692307, 0.0619588076560058, 0.205423076923076, 0.0914369812409709, 0.294192307692307, 0.66544056429961, 0.704769230769231, 1.08848120085529, 2.27926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1125, '2021-11-07 00:00:00', 0.0516451204039498, 0.140461538461538, 0.0663057718800971, 0.207846153846153, 0.110035106286062, 0.30273076923077, 0.666096976076653, 0.700692307692308, 1.07337451274724, 2.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1140, '2021-11-07 00:00:00', 0.063532862483794, 0.154769230769231, 0.0964143382251035, 0.21373076923077, 0.19071910880019, 0.347538461538462, 0.671058838415368, 0.71973076923077, 1.08315609855928, 2.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1155, '2021-11-07 00:00:00', 0.0598726468945044, 0.137576923076922, 0.0844408668832819, 0.1935, 0.335254954647033, 0.359730769230769, 0.702853438054204, 1.14065384615385, 1.07432321235994, 2.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1170, '2021-11-07 00:00:00', 0.051722588429488, 0.122115384615385, 0.167187724981876, 0.238846153846154, 0.466697141129515, 0.361692307692308, 0.778264799706077, 1.22646153846154, 1.0847292870361, 2.46188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1185, '2021-11-07 00:00:00', 0.156695751255541, 0.178961538461538, 0.332685670542954, 0.260346153846153, 0.51432839554271, 0.367538461538461, 0.887641636802046, 1.26534615384615, 1.08177032966977, 2.46238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1200, '2021-11-07 00:00:00', 0.28350411745755, 0.191230769230769, 0.416841030388546, 0.265269230769231, 0.459850171251462, 0.3585, 0.833640309818237, 1.25761538461538, 1.05169551384712, 2.46357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1215, '2021-11-07 00:00:00', 0.155283566915003, 0.157884615384616, 0.20140515996751, 0.214038461538461, 0.20632087034147, 0.292692307692308, 0.600210113210366, 1.2195, 0.933901974760488, 2.41446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1230, '2021-11-07 00:00:00', 0.0955426364751116, 0.143653846153846, 0.113675063228484, 0.2095, 0.140202644548744, 0.286307692307692, 0.528188090041359, 1.21053846153846, 0.908527993726455, 2.39334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1245, '2021-11-07 00:00:00', 0.0793274518397293, 0.156269230769231, 0.115380334279554, 0.213307692307693, 0.162445299669198, 0.293346153846153, 0.548382736921802, 1.22188461538462, 0.901978325681943, 2.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1260, '2021-11-07 00:00:00', 0.0619556168683554, 0.126461538461538, 0.0952579332452366, 0.184923076923076, 0.181313434522822, 0.276807692307692, 0.504695632573199, 1.20380769230769, 0.893746810645198, 2.38319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1275, '2021-11-07 00:00:00', 0.0655295705417381, 0.139730769230769, 0.0973465893677761, 0.189038461538461, 0.225902266137712, 0.301923076923076, 0.481560458701309, 1.20465384615385, 0.883892180163309, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1290, '2021-11-07 00:00:00', 0.0706737683901278, 0.125692307692308, 0.124714054479097, 0.198653846153846, 0.210758107791847, 0.2955, 0.463593270011548, 1.2, 0.886139823139581, 2.36788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1305, '2021-11-07 00:00:00', 0.0902127741253117, 0.144769230769231, 0.162926750884704, 0.224615384615384, 0.190938850461043, 0.290730769230769, 0.452889234208033, 1.19453846153846, 0.888896799409246, 2.359 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1320, '2021-11-07 00:00:00', 0.11205523935393, 0.15128, 0.115785462530203, 0.193760000000001, 0.134344705887504, 0.3046, 0.453845329747188, 1.1836, 0.889799121525003, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1335, '2021-11-07 00:00:00', 0.0730599069257552, 0.135800000000001, 0.0824758146367773, 0.19148, 0.346064093292944, 0.86124, 0.447678333181314, 1.17984, 0.891097624655496, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1350, '2021-11-07 00:00:00', 0.0542688676867326, 0.13488, 0.101349839664403, 0.245959999999999, 0.36795833097422, 0.9684, 0.465043098361145, 1.1902, 0.890889598472598, 2.39388 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1365, '2021-11-07 00:00:00', 0.0964582465802351, 0.206119999999999, 0.340653171617899, 0.8392, 0.435390009072326, 1.01628, 0.455332160808642, 1.18672, 0.892947596446735, 2.39108 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 990, '2021-11-07 00:00:00', 0.240857164822129, 0.570576923076923, 0.305039964594805, 0.7075, 0.387016280714987, 0.830192307692307, 0.43595507354984, 1.02811538461538, 0.947256625938619, 2.27034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1005, '2021-11-07 00:00:00', 0.126247668676114, 0.376923076923077, 0.210744000735855, 0.508076923076923, 0.235537516201691, 0.606192307692308, 0.367838570362263, 0.852576923076924, 0.968967107483332, 2.21484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1020, '2021-11-07 00:00:00', 0.144970065875683, 0.318, 0.141174763488925, 0.399923076923078, 0.154989270100075, 0.506923076923077, 0.378650545205755, 0.768653846153846, 0.970519874167369, 2.20411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1035, '2021-11-07 00:00:00', 0.0992616743763675, 0.26, 0.130195308907573, 0.367538461538462, 0.151378450859477, 0.464653846153847, 0.422835388956324, 0.771615384615385, 0.980807670317604, 2.18838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1050, '2021-11-07 00:00:00', 0.0894617494540799, 0.237730769230769, 0.0839778817033663, 0.319269230769231, 0.123855554827139, 0.425038461538462, 0.426191406981201, 0.739653846153847, 0.982718076795954, 2.18753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1065, '2021-11-07 00:00:00', 0.0706491657090469, 0.21223076923077, 0.10710268976009, 0.296115384615385, 0.129317123620726, 0.383038461538462, 0.438082410582231, 0.711961538461539, 0.989347959322393, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1080, '2021-11-07 00:00:00', 0.066878857185672, 0.214307692307692, 0.0772973579009097, 0.281192307692308, 0.213310539247, 0.405115384615386, 0.442548557961549, 0.683115384615385, 0.989480842897698, 2.16646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1095, '2021-11-07 00:00:00', 0.0487187375104825, 0.171653846153846, 0.0657996492859488, 0.245076923076923, 0.283784848080373, 0.369, 0.490083950422312, 0.685961538461539, 0.957361341637283, 2.19453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1110, '2021-11-07 00:00:00', 0.0592192925944289, 0.17673076923077, 0.224076940769494, 0.280653846153847, 0.282100789407997, 0.351846153846155, 0.53393229763851, 0.693461538461538, 0.952620105894184, 2.21288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1125, '2021-11-07 00:00:00', 0.227930546101556, 0.205576923076923, 0.290219293744469, 0.261961538461538, 0.279399501678978, 0.327807692307693, 0.54110474032298, 0.6735, 0.952099866287467, 2.30234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1140, '2021-11-07 00:00:00', 0.14211832556549, 0.157461538461539, 0.140747154637178, 0.210807692307692, 0.154820094104292, 0.282307692307692, 0.492744377480313, 0.673307692307692, 0.938958956258717, 2.35619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1155, '2021-11-07 00:00:00', 0.0524250087120783, 0.132692307692308, 0.051605366447239, 0.181076923076923, 0.127170848135037, 0.278769230769231, 0.463236693112878, 0.998923076923077, 0.956708328673815, 2.37811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1170, '2021-11-07 00:00:00', 0.0590688906798993, 0.140576923076923, 0.0934866588589805, 0.198346153846154, 0.18152794232887, 0.287923076923077, 0.462408989798159, 1.02107692307692, 0.991891846616663, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1185, '2021-11-07 00:00:00', 0.0729726292207198, 0.135730769230769, 0.111467145901314, 0.203730769230769, 0.167363689656342, 0.282269230769231, 0.482832515953036, 1.05403846153846, 0.998338266243537, 2.43342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1200, '2021-11-07 00:00:00', 0.0906739297618767, 0.154807692307693, 0.117478168184561, 0.201000000000001, 0.143580800087778, 0.264384615384617, 0.484061788808635, 1.07384615384615, 1.01208433519073, 2.44069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1215, '2021-11-07 00:00:00', 0.0716146203379855, 0.141423076923076, 0.1052766903852, 0.204307692307692, 0.271910392479695, 0.342307692307692, 0.486174968504139, 1.0975, 1.02118344317531, 2.44376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1230, '2021-11-07 00:00:00', 0.0504390569057203, 0.128461538461539, 0.0700449525991382, 0.176846153846154, 0.256833681591803, 0.3295, 0.465697987310034, 1.11415384615385, 1.02221018160876, 2.43915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1245, '2021-11-07 00:00:00', 0.0656000117260788, 0.130807692307693, 0.268363338663203, 0.259807692307692, 0.266425558949471, 0.322538461538461, 0.477754157893593, 1.14234615384615, 1.03180658294827, 2.43723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1260, '2021-11-07 00:00:00', 0.272955099153406, 0.224615384615384, 0.266227620944645, 0.277884615384615, 0.273772741240163, 0.321076923076922, 0.49508923826534, 1.16507692307692, 1.03981063956561, 2.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1275, '2021-11-07 00:00:00', 0.0739572537660465, 0.154346153846154, 0.10290668663331, 0.202115384615384, 0.276676008801186, 0.318423076923077, 0.481808765127666, 1.17761538461539, 1.04697076074079, 2.44042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1290, '2021-11-07 00:00:00', 0.0747675371761344, 0.136769230769231, 0.113699631282806, 0.203615384615385, 0.328989784737366, 0.337038461538461, 0.505324389339698, 1.19353846153846, 1.04752103852564, 2.44038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1305, '2021-11-07 00:00:00', 0.0751661237117231, 0.139884615384616, 0.264867145216965, 0.234730769230769, 0.328882677234018, 0.343846153846153, 0.488584819815195, 1.20738461538462, 1.05695454235997, 2.44176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1320, '2021-11-07 00:00:00', 0.0868080641415298, 0.14884, 0.130771454581393, 0.220439999999999, 0.162286701036571, 0.35284, 0.437968465379263, 1.16428, 1.08594652722867, 2.45712 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1335, '2021-11-07 00:00:00', 0.0710868717368634, 0.145479999999999, 0.0987154665355605, 0.20208, 0.325266618842657, 0.784039999999999, 0.448770609554593, 1.15632, 1.08313532087793, 2.49404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1350, '2021-11-07 00:00:00', 0.0617081031956091, 0.149159999999999, 0.118687994338096, 0.26444, 0.317047577922726, 0.827199999999999, 0.445809002451349, 1.1634, 1.10129597444707, 2.52364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1365, '2021-11-07 00:00:00', 0.0890878218389028, 0.21984, 0.325187807274505, 0.77088, 0.338744495650238, 0.8814, 0.447723917907752, 1.16296, 1.11389662446746, 2.53324 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 990, '2021-11-07 00:00:00', 0.32144565038875, 0.597884615384615, 0.312523015767824, 0.679346153846153, 0.34885867537531, 0.785846153846153, 0.447100479156016, 1.06096153846154, 1.15864936290227, 2.42888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1005, '2021-11-07 00:00:00', 0.105116433612374, 0.342230769230769, 0.150769763342859, 0.451192307692307, 0.17387548595298, 0.598269230769231, 0.32240033403304, 0.900846153846154, 1.12849777955543, 2.31503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1020, '2021-11-07 00:00:00', 0.110739535015209, 0.282730769230768, 0.127210697421489, 0.390807692307693, 0.200271569471209, 0.551692307692308, 0.308684424365976, 0.816923076923077, 1.13971268511647, 2.27126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1035, '2021-11-07 00:00:00', 0.06548241102652, 0.237884615384615, 0.105749871794795, 0.329346153846154, 0.171195866233342, 0.467230769230769, 0.273209843273515, 0.724538461538461, 1.14668583384398, 2.22619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1050, '2021-11-07 00:00:00', 0.0664062207466012, 0.222884615384617, 0.115464686576259, 0.315576923076924, 0.171331671148278, 0.419307692307694, 0.310813406799246, 0.687576923076924, 1.15045180756886, 2.21919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1065, '2021-11-07 00:00:00', 0.0794883252192029, 0.201923076923078, 0.125962192129836, 0.271076923076924, 0.162567292575673, 0.37473076923077, 0.340848843105201, 0.658576923076923, 1.19173598521717, 2.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1080, '2021-11-07 00:00:00', 0.0949950282099826, 0.197153846153847, 0.121373219704918, 0.272461538461539, 0.259057558201915, 0.386461538461539, 0.308384697315645, 0.643192307692308, 1.17839094270372, 2.22142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1095, '2021-11-07 00:00:00', 0.0718175894460828, 0.176615384615385, 0.091053728855339, 0.245307692307692, 0.229016720921287, 0.377538461538461, 0.322198259556967, 0.646038461538461, 1.13282401919342, 2.25146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1110, '2021-11-07 00:00:00', 0.0791642984800989, 0.185115384615385, 0.203711409748051, 0.285461538461538, 0.214057997173305, 0.357884615384615, 0.299422318165137, 0.642269230769231, 1.12888526159489, 2.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1125, '2021-11-07 00:00:00', 0.175568671640298, 0.181961538461539, 0.175143831003156, 0.248192307692308, 0.182566847609729, 0.317576923076924, 0.278223443684002, 0.619730769230769, 1.15472048765724, 2.43026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1140, '2021-11-07 00:00:00', 0.0750499833444362, 0.1645, 0.0802715104169319, 0.204653846153846, 0.0922527714822375, 0.296576923076924, 0.25641842007517, 0.606615384615385, 1.19869448792618, 2.50965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1155, '2021-11-07 00:00:00', 0.0529762791619627, 0.141384615384615, 0.0779273132723449, 0.201884615384616, 0.109052196394486, 0.298692307692308, 0.435105751955332, 0.907153846153847, 1.27432257237386, 2.55553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1170, '2021-11-07 00:00:00', 0.0465411811029929, 0.141807692307693, 0.0704550484078602, 0.197923076923078, 0.114115002721614, 0.284076923076923, 0.443404557417334, 0.962807692307693, 1.27048454536055, 2.5605 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1185, '2021-11-07 00:00:00', 0.0556708596609096, 0.13926923076923, 0.0784751209963039, 0.206230769230768, 0.125688748655007, 0.281307692307693, 0.49778493502562, 1.04219230769231, 1.2674206350513, 2.56488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1200, '2021-11-07 00:00:00', 0.0591188112714874, 0.145076923076922, 0.0905952622296635, 0.202307692307692, 0.128479276988098, 0.263269230769232, 0.543743853722998, 1.07246153846154, 1.2693446110251, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1215, '2021-11-07 00:00:00', 0.0809765018147477, 0.145076923076924, 0.110081396458048, 0.195076923076924, 0.107517469063619, 0.264615384615385, 0.550426357821475, 1.07284615384615, 1.2675957642476, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1230, '2021-11-07 00:00:00', 0.0576145280823664, 0.127076923076923, 0.0609498659050701, 0.170615384615385, 0.106971203889357, 0.251038461538461, 0.569335841134209, 1.0755, 1.2723331711708, 2.57753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1245, '2021-11-07 00:00:00', 0.0398970984100157, 0.117461538461539, 0.0776930845353393, 0.179846153846154, 0.135635756574504, 0.266461538461539, 0.583325295182712, 1.075, 1.27691907580467, 2.58061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1260, '2021-11-07 00:00:00', 0.052740248825294, 0.132576923076923, 0.073434638651295, 0.180615384615384, 0.131375474821655, 0.253653846153846, 0.60154246349249, 1.07284615384615, 1.27635014065046, 2.58980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1275, '2021-11-07 00:00:00', 0.0580587633350896, 0.1355, 0.114836552744122, 0.189076923076924, 0.251492553797094, 0.287769230769231, 0.658980307864996, 1.08538461538462, 1.27620500704236, 2.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1290, '2021-11-07 00:00:00', 0.068245991710981, 0.121653846153847, 0.0850729370327876, 0.167269230769231, 0.219303488344349, 0.2985, 0.660855641166463, 1.07653846153846, 1.28142788146061, 2.59015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1305, '2021-11-07 00:00:00', 0.0585125496072303, 0.125038461538461, 0.219890367788482, 0.208576923076922, 0.213363254712564, 0.312961538461538, 0.653812313694427, 1.06969230769231, 1.27931837921004, 2.58734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1320, '2021-11-07 00:00:00', 0.0446240592804674, 0.12716, 0.0830365983567887, 0.20108, 0.0822830480718849, 0.328799999999999, 0.664500408828566, 1.06128, 1.29942086202534, 2.65008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1335, '2021-11-07 00:00:00', 0.0483717203883972, 0.14164, 0.0611470359052664, 0.208279999999999, 0.380706614949972, 0.74288, 0.664990433515148, 1.05312, 1.29983955035484, 2.65376 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1350, '2021-11-07 00:00:00', 0.0565562257109387, 0.15276, 0.0952721015477945, 0.26324, 0.393448310878739, 0.80164, 0.65996616832481, 1.04548, 1.2959222301769, 2.66048 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1365, '2021-11-07 00:00:00', 0.0878109332600445, 0.217479999999999, 0.363995778363797, 0.70848, 0.46359015663982, 0.889600000000001, 0.650057723077983, 1.04428, 1.29681525027019, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 930, '2021-11-07 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 945, '2021-11-07 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 960, '2021-11-07 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 975, '2021-11-07 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 930, '2021-11-07 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 945, '2021-11-07 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 960, '2021-11-07 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 975, '2021-11-07 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 930, '2021-11-07 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 1.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 945, '2021-11-07 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 1.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 960, '2021-11-07 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 0.710999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 975, '2021-11-07 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 0.714000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 930, '2021-11-07 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 1.784 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 945, '2021-11-07 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 1.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 960, '2021-11-07 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 1.084 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 975, '2021-11-07 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 0.833999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 930, '2021-11-07 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 0.923000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 945, '2021-11-07 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 0.952999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 960, '2021-11-07 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 975, '2021-11-07 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:15 Duration: 3s201ms 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 970025, 5, 990, '2021-11-07 00:00:00', 1.90580887329723, 3.10733333333334, 2.18812308635178, 3.77311111111111, 2.32751982251849, 4.2857037037037, 2.4581277468722, 5.38059259259259, 3.71444294788673, 12.9564814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1005, '2021-11-07 00:00:00', 0.988853428251164, 1.90955555555556, 1.18030136066782, 2.46907407407407, 1.26285429092749, 3.03003703703703, 1.25370828179463, 4.35607407407408, 3.70826003884161, 12.6851481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1020, '2021-11-07 00:00:00', 0.482032664897817, 1.58251851851852, 0.775635781856975, 2.13959259259259, 0.699801597849906, 2.60974074074075, 1.07741393849893, 4.03555555555557, 3.68094508488632, 12.5808888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1035, '2021-11-07 00:00:00', 0.530554934442753, 1.38033333333334, 0.600850572319284, 1.84422222222222, 0.613675589660155, 2.44596296296297, 1.15267215745159, 3.99544444444445, 3.67066693366366, 12.5492592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1050, '2021-11-07 00:00:00', 0.380028354017903, 1.22362962962963, 0.358275371976987, 1.70137037037037, 0.550624845786793, 2.30351851851852, 1.2325582329938, 3.95251851851853, 3.66684526293873, 12.5585185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1065, '2021-11-07 00:00:00', 0.441443255864385, 1.23807407407408, 0.478654845936465, 1.71766666666667, 0.764967885663749, 2.1685925925926, 1.24976281282454, 3.82237037037039, 3.65518109621861, 12.4963333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1080, '2021-11-07 00:00:00', 0.365801208604515, 1.0862962962963, 0.519049207466956, 1.40281481481482, 0.717977447685246, 2.02566666666667, 1.24086546513476, 3.62155555555556, 3.73480405936154, 12.3811481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1095, '2021-11-07 00:00:00', 0.374073697356722, 0.996148148148149, 0.420557437699723, 1.39840740740741, 0.661922306317839, 1.97270370370371, 1.21171265739967, 3.41211111111112, 4.03721470515238, 12.243962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1110, '2021-11-07 00:00:00', 0.343766372829456, 0.933370370370375, 0.491137701836508, 1.38337037037037, 0.849366521108224, 2.03977777777778, 1.10767741660614, 3.34651851851852, 3.91932631610075, 12.2811851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1125, '2021-11-07 00:00:00', 0.369189494962794, 0.923962962962965, 0.51484167344722, 1.35311111111111, 0.923752436588161, 2.0288888888889, 1.1085410832862, 3.20955555555556, 5.82420788275441, 13.8446666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1140, '2021-11-07 00:00:00', 0.390953473233856, 0.962185185185197, 0.66803615747376, 1.38533333333334, 0.796494788883118, 1.91722222222223, 1.46980233956098, 3.49992592592593, 5.87628386844646, 14.2724444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1155, '2021-11-07 00:00:00', 0.518079015302551, 0.894407407407407, 0.575114290635734, 1.2872962962963, 0.530773552565083, 1.64755555555555, 1.99506814998308, 4.67433333333333, 6.04564146054955, 14.3488518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1170, '2021-11-07 00:00:00', 0.29824898296634, 0.824925925925931, 0.343388411481226, 1.1077037037037, 0.373006118049769, 1.40877777777777, 2.31613351056161, 5.14585185185185, 6.14307287059557, 14.3732962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1185, '2021-11-07 00:00:00', 0.24349712319214, 0.80318518518518, 0.278357320221321, 1.03751851851851, 0.409683836822794, 1.40566666666667, 2.43736140960376, 5.31311111111112, 6.18034384940402, 14.4165925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1200, '2021-11-07 00:00:00', 0.247947391258525, 0.725296296296291, 0.328712757469305, 0.966999999999999, 0.56254860632031, 1.41337037037037, 2.59443328846959, 5.49537037037037, 6.26866495576493, 14.4705925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1215, '2021-11-07 00:00:00', 0.207602561067589, 0.679148148148152, 0.273314883680027, 0.966888888888891, 0.432123145764501, 1.44048148148148, 2.89879444782004, 5.78559259259259, 6.3241254584974, 14.4872592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1230, '2021-11-07 00:00:00', 0.220524652833018, 0.707259259259259, 0.339685638986003, 1.01877777777778, 0.431323508124665, 1.56274074074074, 3.0462891212517, 5.94955555555555, 6.31865900880208, 14.5031481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1245, '2021-11-07 00:00:00', 0.256507809647686, 0.659888888888898, 0.299835211151312, 0.952666666666672, 0.468386695867955, 1.47140740740742, 2.97883505930444, 6.02881481481482, 6.34027557729248, 14.6163703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1260, '2021-11-07 00:00:00', 0.231470795878726, 0.736037037037041, 0.28625378734478, 1.09166666666667, 0.367624634368903, 1.38911111111112, 3.05214246922087, 6.20603703703704, 6.38337829691156, 14.7365925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1275, '2021-11-07 00:00:00', 0.230892496043814, 0.730037037037044, 0.346010872974431, 1.02270370370371, 0.487924229907732, 1.39085185185186, 3.04800842408225, 6.24674074074074, 6.51130857697709, 14.8616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1290, '2021-11-07 00:00:00', 0.257077349318771, 0.699925925925935, 0.276973020583329, 0.889148148148148, 0.480952420483811, 1.41833333333333, 3.05950871286594, 6.24311111111112, 6.54849316087775, 14.8862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1305, '2021-11-07 00:00:00', 0.225101464934517, 0.604851851851846, 0.434459840809654, 1.02874074074073, 0.50052687624757, 1.43633333333332, 3.17027897520499, 6.32737037037037, 6.61835747261568, 14.8625925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1320, '2021-11-07 00:00:00', 0.32937722120109, 0.806076923076918, 0.39028328961647, 1.09161538461538, 1.27581687376544, 2.05284615384615, 3.02661748262873, 6.63088461538462, 6.15462779690711, 15.3710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1335, '2021-11-07 00:00:00', 0.225837654419823, 0.757384615384613, 0.343705249394795, 1.09646153846153, 1.69986554581418, 3.86407692307692, 3.14644356915012, 6.69157692307692, 6.16949940719542, 15.3328461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1350, '2021-11-07 00:00:00', 0.384732172576432, 0.88426923076923, 1.29210649001484, 1.7696923076923, 2.20067795323309, 4.51742307692308, 3.13459857815221, 6.81161538461539, 6.16338675529815, 15.3261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1365, '2021-11-07 00:00:00', 1.25840462674587, 1.51373076923076, 1.68184588930871, 3.81565384615384, 2.36644957592268, 4.87665384615385, 3.1868842997511, 6.9345, 6.16871490132639, 15.3435769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 990, '2021-11-07 00:00:00', 0.993857176336975, 2.91378260869565, 1.38857623644756, 3.62965217391305, 1.78380535193637, 4.26252173913044, 2.51511040548495, 6.13847826086957, 6.35955400809037, 14.837 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1005, '2021-11-07 00:00:00', 0.807632792346078, 1.947, 1.18228933812811, 2.43552173913043, 1.85678677996292, 3.49865217391304, 2.33005661095964, 5.29408695652174, 6.51277618473191, 14.4582173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1020, '2021-11-07 00:00:00', 0.748262683473034, 1.52504347826087, 1.02355915890517, 2.18247826086956, 1.52849506703832, 3.05247826086955, 1.91638637728293, 4.89773913043478, 6.54116733366122, 14.2592173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1035, '2021-11-07 00:00:00', 0.609153501296917, 1.44747826086956, 1.12358115182799, 2.06082608695651, 1.2324992619998, 2.60739130434782, 1.73857738172708, 4.45969565217391, 6.62665922603719, 14.0760434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1050, '2021-11-07 00:00:00', 0.578361857953287, 1.33156521739129, 0.679283419808612, 1.80634782608694, 0.685745196343587, 2.47326086956521, 1.48406871957699, 4.13865217391304, 6.55948879810692, 13.9582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1065, '2021-11-07 00:00:00', 0.437735793037225, 1.20152173913043, 0.458528760827414, 1.60847826086956, 0.667015217514005, 2.20913043478261, 1.4352513186986, 3.9125652173913, 6.52183287757392, 14.0359130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1080, '2021-11-07 00:00:00', 0.379841817503164, 1.18852173913044, 0.603845889037511, 1.72669565217392, 0.680671021511633, 2.07730434782609, 1.47571904226367, 3.77034782608695, 6.53562923746783, 13.9375652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1095, '2021-11-07 00:00:00', 0.44048390117424, 1.13560869565218, 0.46656213444347, 1.44704347826086, 0.655443876994311, 2.09030434782609, 1.49882764726486, 3.76904347826086, 6.52591101873953, 13.9125217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1110, '2021-11-07 00:00:00', 0.264567848093942, 0.896347826086949, 0.493456450737758, 1.26778260869565, 0.742117355921881, 1.96247826086957, 1.48735087471179, 3.59147826086957, 6.57783991539542, 13.9200434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1125, '2021-11-07 00:00:00', 0.387244160092426, 0.85569565217392, 0.650631143871468, 1.41539130434783, 0.836351862994983, 1.8754347826087, 1.49297645780412, 3.52060869565218, 6.75937314345718, 14.9197391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1140, '2021-11-07 00:00:00', 0.386024354635221, 0.980434782608696, 0.458301849200108, 1.30730434782609, 0.776156077678323, 1.83643478260869, 1.478458471041, 3.49878260869565, 6.90569937040894, 15.0663913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1155, '2021-11-07 00:00:00', 0.292115129720898, 0.863391304347831, 0.446745221004222, 1.18426086956521, 0.776781975302048, 1.68365217391304, 1.99225855406498, 5.04465217391305, 6.92760204906414, 15.1678260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1170, '2021-11-07 00:00:00', 0.334117266578791, 0.804434782608691, 0.583667436036422, 1.20130434782608, 0.758525929009847, 1.54169565217391, 2.44679042651886, 5.48813043478261, 6.84810552926289, 15.2613913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1185, '2021-11-07 00:00:00', 0.461862135719167, 0.906217391304351, 0.669587410571061, 1.13613043478261, 0.687508246447133, 1.62795652173914, 2.56661645742516, 5.59930434782609, 6.8142063008014, 15.262652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1200, '2021-11-07 00:00:00', 0.275094335239087, 0.705565217391305, 0.24037871963582, 0.969260869565218, 0.520445153789291, 1.56060869565217, 2.75829376142359, 5.61826086956522, 6.79116350815282, 15.2783913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1215, '2021-11-07 00:00:00', 0.242355828950096, 0.799565217391306, 0.368928525485612, 1.20056521739131, 0.601616416209657, 1.61030434782609, 2.9170224612652, 5.76330434782609, 6.76593131397701, 15.299 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1230, '2021-11-07 00:00:00', 0.280546044356265, 0.780086956521744, 0.468932683505927, 1.09895652173913, 0.685961824379403, 1.58052173913044, 2.9663577745512, 5.71508695652174, 6.74597366608834, 15.2823913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1245, '2021-11-07 00:00:00', 0.311994698191495, 0.785347826086951, 0.410981083010983, 1.07621739130435, 0.653893256812107, 1.60986956521738, 3.07107940494258, 5.7954347826087, 6.64509462186934, 15.3534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1260, '2021-11-07 00:00:00', 0.344043038947482, 0.776391304347832, 0.453304655471275, 1.16173913043478, 0.575831747632089, 1.55573913043477, 2.9251380022173, 5.72882608695653, 6.54189977483848, 15.2868695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1275, '2021-11-07 00:00:00', 0.328714937113331, 0.766652173913038, 0.379722844631682, 1.04443478260869, 0.787032436012629, 1.54565217391303, 2.8257819079512, 5.77686956521739, 6.47558564018724, 15.2727391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1290, '2021-11-07 00:00:00', 0.215259315994743, 0.67513043478261, 0.351160661630363, 0.979913043478256, 0.7872072565863, 1.52308695652174, 2.69204505406625, 5.80186956521739, 6.42731324223692, 15.2018260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1305, '2021-11-07 00:00:00', 0.292942574199543, 0.729478260869569, 0.768783626791137, 1.14591304347826, 0.803812486736796, 1.60817391304348, 2.68759373988554, 5.79826086956522, 6.42208639739861, 15.2058260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1320, '2021-11-07 00:00:00', 0.384073735367483, 0.830409090909086, 0.492318265852265, 1.11531818181818, 0.90334597481609, 1.83204545454545, 2.72835468275145, 5.92931818181818, 6.5683835579947, 15.2977727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1335, '2021-11-07 00:00:00', 0.421489158092613, 0.805409090909093, 0.585287018427196, 1.20768181818182, 1.94599273066274, 3.97077272727273, 2.79715686512905, 5.98636363636364, 6.53714802202802, 15.3355 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1350, '2021-11-07 00:00:00', 0.274469141296081, 0.826500000000002, 0.616393688849645, 1.41068181818182, 2.18998988315282, 4.41045454545455, 2.62433179332795, 5.85013636363637, 6.48752392083272, 15.2806363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1365, '2021-11-07 00:00:00', 0.501937796891256, 1.15586363636363, 1.56727527369948, 3.61445454545455, 2.18031818441286, 4.50636363636364, 2.46763688287282, 5.79250000000001, 6.5216385008624, 15.2025454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 990, '2021-11-07 00:00:00', 0.926608453530322, 2.81711538461539, 1.45806300222642, 3.46503846153846, 1.56151851783399, 4.07180769230769, 1.76497817506663, 5.28896153846154, 6.24414933788792, 14.6829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1005, '2021-11-07 00:00:00', 0.820603557426809, 2.06296153846153, 0.766804783099724, 2.60215384615384, 1.03247267052674, 3.19884615384615, 1.15956253886474, 4.60980769230769, 6.29846814990635, 14.3726538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1020, '2021-11-07 00:00:00', 0.445616608239042, 1.6928076923077, 0.612378299369327, 2.2543076923077, 0.853585967911489, 2.70373076923078, 0.953380635100489, 4.28234615384616, 6.38183420221925, 14.2372307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1035, '2021-11-07 00:00:00', 0.606173040793323, 1.47965384615384, 0.762959255893685, 1.90288461538462, 0.979094948644689, 2.44096153846155, 0.892821598167204, 4.09461538461539, 6.4691020892809, 14.1421923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1050, '2021-11-07 00:00:00', 0.500800105984253, 1.28888461538461, 0.717307135161677, 1.69238461538462, 0.755278422427534, 2.14784615384616, 0.761514439481264, 3.91480769230769, 6.5283457826973, 14.0465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1065, '2021-11-07 00:00:00', 0.453658904396758, 1.29980769230769, 0.512956391908712, 1.6405, 0.685159459261408, 2.16526923076923, 0.943336875956022, 3.9173076923077, 6.73740517273071, 13.7403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1080, '2021-11-07 00:00:00', 0.443212324530115, 1.02526923076924, 0.59339181114881, 1.41019230769231, 0.734083114137312, 2.06346153846154, 1.05146953575241, 3.85223076923077, 6.75245530421229, 13.7226538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1095, '2021-11-07 00:00:00', 0.600283937944245, 1.11561538461538, 0.704750313668171, 1.64626923076923, 0.725532217383581, 2.08003846153846, 1.40385973877516, 3.97761538461538, 6.65220878667669, 13.8296923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1110, '2021-11-07 00:00:00', 0.424309083642508, 1.11603846153847, 0.533012363834092, 1.4215, 0.64947371475207, 2.00111538461538, 1.53599593599223, 3.82865384615384, 6.52681440874136, 14.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1125, '2021-11-07 00:00:00', 0.28759472553204, 0.827384615384618, 0.38974575736577, 1.23365384615384, 0.667300362540108, 1.73542307692307, 1.55236276688151, 3.745, 6.47081931561874, 14.3898461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1140, '2021-11-07 00:00:00', 0.318961034514341, 0.867692307692303, 0.515096694432588, 1.25926923076923, 0.690284521049109, 1.74100000000001, 1.52067378032037, 3.80411538461539, 6.64053886054901, 14.4980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1155, '2021-11-07 00:00:00', 0.319195363374843, 0.893999999999997, 0.522274233889264, 1.23015384615384, 0.588491193320162, 1.76626923076924, 2.30516772525091, 5.58380769230769, 6.70276506938626, 14.4508461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1170, '2021-11-07 00:00:00', 0.398466709351662, 0.818038461538451, 0.409816936617391, 1.11919230769231, 0.471680956384064, 1.73373076923076, 2.12349595678012, 5.96796153846154, 6.75419304626051, 14.4588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1185, '2021-11-07 00:00:00', 0.296511452626154, 0.741807692307694, 0.388365260270041, 1.16284615384616, 0.551786230904125, 1.71773076923077, 2.23217297406671, 6.28088461538461, 6.7031890698498, 14.5278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1200, '2021-11-07 00:00:00', 0.372971149636996, 0.898961538461542, 0.50458164392358, 1.27465384615384, 0.6135231573587, 1.71023076923077, 2.34623170342441, 6.27961538461538, 6.7757529879598, 14.5410769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1215, '2021-11-07 00:00:00', 0.252453413828861, 0.78661538461538, 0.317997484266778, 1.084, 0.452730893068342, 1.55730769230769, 2.29601353956072, 6.30042307692308, 6.77491620430722, 14.5348461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1230, '2021-11-07 00:00:00', 0.243188764922666, 0.782153846153847, 0.27040225306299, 1.09253846153847, 0.449945336850874, 1.49161538461539, 2.24049782277202, 6.23357692307692, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1245, '2021-11-07 00:00:00', 0.267174895181759, 0.787769230769232, 0.419854091871847, 1.16446153846154, 0.551181529499615, 1.58396153846154, 2.22600706094671, 6.25465384615385, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1260, '2021-11-07 00:00:00', 0.309832920235316, 0.867038461538462, 0.399724160660052, 1.12273076923077, 0.536885257759982, 1.5365, 2.23324596909107, 6.21503846153846, 6.79075342789455, 14.5159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1275, '2021-11-07 00:00:00', 0.30097733367251, 0.754346153846154, 0.411282805565525, 1.07811538461539, 1.08447048901225, 1.65880769230769, 2.18093695355565, 6.30534615384615, 6.8015666662457, 14.5003461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1290, '2021-11-07 00:00:00', 0.249759207114493, 0.74369230769231, 0.32253471131027, 1.034, 1.21199472009513, 1.6931923076923, 2.16643645755313, 6.32273076923077, 6.75947018007955, 14.5396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1305, '2021-11-07 00:00:00', 0.315203797321913, 0.808923076923078, 1.13782849390339, 1.3561923076923, 1.25334147596919, 1.83284615384616, 2.20174373168177, 6.3365, 6.75688508844582, 14.5475384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1320, '2021-11-07 00:00:00', 0.244238353526491, 0.767959999999994, 0.265586501916042, 1.05876000000001, 0.695655985383585, 1.9282, 2.23104810944692, 6.2374, 6.65850255112464, 14.91484 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1335, '2021-11-07 00:00:00', 0.186075817880773, 0.737280000000017, 0.436293395167364, 1.17348000000001, 2.12752221845036, 4.68404, 2.32356523830657, 6.2104, 6.64289701686446, 14.93088 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1350, '2021-11-07 00:00:00', 0.356215257955077, 0.993680000000006, 0.700501979535634, 1.61776, 2.0285110508285, 5.2262, 2.33334539020695, 6.22328, 6.6600858060038, 14.93112 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1365, '2021-11-07 00:00:00', 0.584953510973314, 1.24512, 2.07872649315231, 4.3796, 2.17059943871119, 5.41056, 2.28876269484919, 6.15144, 6.63084011846664, 14.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 990, '2021-11-07 00:00:00', 1.29612674356507, 3.34815384615385, 1.37883637730682, 4.04565384615385, 1.71763872085623, 4.61684615384615, 1.92635855916326, 5.50553846153846, 6.6191472652043, 14.4269615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1005, '2021-11-07 00:00:00', 0.612831787687293, 2.02, 0.877492013551211, 2.65107692307691, 1.20003651803409, 3.22673076923076, 1.7084704076589, 4.54742307692307, 6.39681439612418, 14.1785384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1020, '2021-11-07 00:00:00', 0.570940176038947, 1.69326923076923, 0.922086934830233, 2.30034615384615, 0.962383198906993, 2.81030769230769, 1.69536498271475, 4.41823076923077, 6.32485831474022, 14.2083076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1035, '2021-11-07 00:00:00', 0.765919365107153, 1.52207692307693, 0.857471163004685, 1.95034615384616, 0.803258962936897, 2.5158076923077, 1.74522729046523, 4.31815384615385, 6.18005427372236, 14.2021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1050, '2021-11-07 00:00:00', 0.459856004218042, 1.35623076923077, 0.505774026768717, 1.77261538461538, 0.757732138586019, 2.16092307692308, 1.63188291105232, 4.08934615384615, 6.01059545303126, 14.0655 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1065, '2021-11-07 00:00:00', 0.481659990194166, 1.30011538461538, 0.557282059505023, 1.75142307692307, 0.819774490567143, 2.20084615384614, 1.75694557859765, 4.03938461538461, 5.99592384836438, 14.1266538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1080, '2021-11-07 00:00:00', 0.327122994982251, 1.15542307692308, 0.48733968093659, 1.44673076923077, 0.909262115039523, 2.17692307692308, 1.6479540177491, 4.01373076923077, 6.02275242112391, 14.0966153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1095, '2021-11-07 00:00:00', 0.327135504740062, 1.01596153846154, 0.694280117487501, 1.5941923076923, 1.04705537874261, 2.14661538461539, 1.68491322442616, 3.95557692307692, 5.97800593882404, 14.1087307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1110, '2021-11-07 00:00:00', 0.561745654188788, 1.1305, 0.755724088845608, 1.49353846153847, 1.02096468182717, 2.0098076923077, 1.52671797204128, 3.74961538461539, 5.94866768328454, 13.9673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1125, '2021-11-07 00:00:00', 0.421559777675534, 0.981384615384614, 0.609962042955251, 1.42542307692308, 0.816156885370977, 1.97730769230769, 1.27884708474229, 3.63888461538461, 5.43125568495763, 14.2603461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1140, '2021-11-07 00:00:00', 0.388028761820563, 0.984, 0.460488443018765, 1.29138461538462, 0.634887028109367, 1.80346153846154, 1.25932525034394, 3.66461538461539, 5.36001613387354, 14.2286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1155, '2021-11-07 00:00:00', 0.250947484546065, 0.824000000000006, 0.386770576002792, 1.30796153846154, 0.422791681746271, 1.62761538461539, 5.24844070924513, 6.59903846153847, 5.23359536441838, 14.1719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1170, '2021-11-07 00:00:00', 0.338123821198003, 0.954038461538462, 0.395999815462273, 1.17557692307692, 0.521412867564218, 1.58953846153846, 5.4239034472062, 7.09773076923077, 5.2098327632985, 14.2086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1185, '2021-11-07 00:00:00', 0.268213061117174, 0.718615384615381, 0.309178614047953, 1.01484615384615, 0.565684436358698, 1.5441923076923, 5.46257682741255, 7.35134615384616, 5.27214598388404, 14.1636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1200, '2021-11-07 00:00:00', 0.290721386580656, 0.776730769230769, 0.406855642514826, 1.11407692307693, 0.68386205199136, 1.56211538461539, 5.40768527987288, 7.51638461538462, 5.30186188384652, 14.1346538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1215, '2021-11-07 00:00:00', 0.29906632143287, 0.762769230769241, 0.437430696049277, 1.12842307692308, 1.00805631481885, 1.85057692307693, 5.3120001679796, 7.56823076923078, 5.275454035582, 14.0968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1230, '2021-11-07 00:00:00', 0.302667334518637, 0.789653846153849, 0.380654828501538, 1.07853846153847, 0.890600931091773, 1.78246153846154, 5.22432192744077, 7.8028076923077, 5.24886047882336, 14.0193846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1245, '2021-11-07 00:00:00', 0.326927329022125, 0.763961538461541, 0.787132380616738, 1.42123076923077, 0.877242768784443, 1.84634615384616, 5.18138793226442, 7.96776923076923, 5.1857187121496, 14.0781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1260, '2021-11-07 00:00:00', 0.68453170966615, 1.10969230769231, 0.720022128933439, 1.31611538461538, 0.859817422479915, 1.87000000000001, 5.18596672806675, 7.94323076923077, 5.19211821069649, 14.0890769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1275, '2021-11-07 00:00:00', 0.421202522090486, 0.78726923076923, 0.518999018822249, 1.13669230769231, 0.654878197717836, 1.61942307692308, 5.23964433731321, 8.0383076923077, 5.22183134748131, 14.0316923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1290, '2021-11-07 00:00:00', 0.405816610722703, 0.889807692307696, 0.565593582000365, 1.2865, 0.576913998390108, 1.68819230769231, 5.28117446159906, 8.19257692307693, 5.20723680039468, 14.0308461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1305, '2021-11-07 00:00:00', 0.355306734223569, 0.871653846153858, 0.455667706186801, 1.18953846153846, 0.62516706074949, 1.72657692307693, 5.41968939743002, 8.27973076923077, 5.20741585581415, 14.0471538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1320, '2021-11-07 00:00:00', 0.351898882256444, 0.823639999999991, 0.505330281433175, 1.16212, 0.74794799952937, 1.95172, 5.51586093823983, 8.38816, 4.99493957821314, 14.34084 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1335, '2021-11-07 00:00:00', 0.285312986034631, 0.7476, 0.468380020211509, 1.16148, 5.31877252223982, 5.53268, 5.59810538843277, 8.33376000000001, 4.97952571369336, 14.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1350, '2021-11-07 00:00:00', 0.353190751105776, 0.91296, 0.469582254065604, 1.56508, 5.47289298878268, 6.24040000000001, 5.65293742904224, 8.31608000000001, 4.9415857502088, 14.29268 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1365, '2021-11-07 00:00:00', 0.456840241951896, 1.30156000000001, 5.3554805315054, 5.35816, 5.48322602519113, 6.52832000000001, 5.67573882062944, 8.29108000000001, 4.91144843435553, 14.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 990, '2021-11-07 00:00:00', 1.76370503726148, 3.58746153846154, 2.50955444160604, 4.60415384615385, 2.69552523553103, 5.31715384615386, 3.83024397134178, 7.09700000000001, 4.01170013911233, 13.0356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1005, '2021-11-07 00:00:00', 1.6561760093197, 2.47242307692308, 1.83040445803653, 3.36300000000001, 1.76337544324688, 3.88407692307693, 3.06342250758854, 5.7615, 3.92734420520456, 12.2611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1020, '2021-11-07 00:00:00', 0.980512669670625, 1.97915384615385, 0.995501157129492, 2.38407692307693, 1.35606954042244, 3.05403846153847, 2.5663688109557, 4.72807692307693, 4.05413294230051, 11.9569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1035, '2021-11-07 00:00:00', 0.587985411906954, 1.46373076923077, 0.769868896930865, 1.81396153846155, 1.28806085857177, 2.67184615384615, 2.39194167024328, 4.40092307692308, 4.00114442551705, 11.8710769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1050, '2021-11-07 00:00:00', 0.53088347265522, 1.2713076923077, 0.811603704923865, 1.90957692307693, 1.12370239763985, 2.56396153846154, 2.25111785427734, 4.19107692307692, 4.03961557881631, 11.8867692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1065, '2021-11-07 00:00:00', 0.649695606833273, 1.36069230769231, 0.899985354581688, 1.92596153846154, 1.34518026244126, 2.61446153846154, 2.04442242661872, 4.03053846153846, 3.98315057441487, 11.8285384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1080, '2021-11-07 00:00:00', 0.714731417010284, 1.33396153846154, 0.852181963234114, 1.75246153846154, 1.26297968556658, 2.49661538461538, 1.89646515553381, 3.87461538461539, 3.80080292832975, 11.8675 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1095, '2021-11-07 00:00:00', 0.453064227065171, 1.11307692307692, 0.74910923204728, 1.6551923076923, 1.11890416995312, 2.36269230769231, 1.81409829434308, 3.74930769230769, 3.44376786674132, 11.963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1110, '2021-11-07 00:00:00', 0.611177966024503, 1.18988461538461, 0.817401040822966, 1.61630769230769, 1.0768978960243, 2.24396153846153, 1.74862049231783, 3.56088461538462, 3.38186155041183, 11.9078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1125, '2021-11-07 00:00:00', 0.357774482041421, 0.953499999999995, 0.580309706436677, 1.49734615384615, 0.831984627261837, 2.0035, 1.66379146483612, 3.49096153846155, 3.3993094124452, 12.6548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1140, '2021-11-07 00:00:00', 0.476943868653481, 1.08542307692308, 0.697687666509876, 1.471, 0.977712595807183, 1.912, 1.6962634410782, 3.59969230769231, 3.28623032574501, 12.8469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1155, '2021-11-07 00:00:00', 0.425934570634432, 0.904461538461541, 0.578622518107916, 1.24153846153847, 1.04339572329229, 1.77434615384616, 2.61889417414767, 5.24784615384616, 3.45340947448483, 13.0470384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1170, '2021-11-07 00:00:00', 0.352900578720888, 0.817461538461552, 0.632410061711434, 1.21638461538462, 0.927507856902249, 1.60423076923077, 2.87934369979314, 5.69630769230769, 3.34397523638237, 13.1053076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1185, '2021-11-07 00:00:00', 0.405598181227913, 0.861730769230773, 0.641218354744737, 1.23153846153847, 0.716906522175988, 1.62719230769231, 3.0328231468386, 5.885, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1200, '2021-11-07 00:00:00', 0.393797589553904, 0.841692307692313, 0.440564562630899, 1.08642307692308, 0.720190817663039, 1.57957692307692, 3.00429341801669, 6.12230769230769, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1215, '2021-11-07 00:00:00', 0.362151589594956, 0.81957692307692, 0.58607582733347, 1.15865384615384, 0.912588234722466, 1.70738461538461, 3.04401555742511, 6.17607692307692, 3.31046530961342, 13.0926153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1230, '2021-11-07 00:00:00', 0.359911239057628, 0.832500000000001, 0.576763560408757, 1.17673076923077, 0.761800922914811, 1.59561538461538, 2.94604659736504, 6.17707692307692, 3.25444041485571, 13.0485769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1245, '2021-11-07 00:00:00', 0.507831808922845, 0.86488461538461, 0.628310183073495, 1.27761538461537, 0.860788437332983, 1.60557692307691, 2.99303063722786, 6.26534615384615, 3.27145907908901, 13.0338846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1260, '2021-11-07 00:00:00', 0.328229891293384, 0.842307692307689, 0.457352859903097, 1.09503846153847, 0.910412599615394, 1.74669230769231, 2.94103370629077, 6.28330769230769, 3.30737924879876, 13.0058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1275, '2021-11-07 00:00:00', 0.389910405882401, 0.775730769230775, 0.536474011127642, 1.14473076923077, 1.43129522676275, 1.83488461538461, 2.91035259613782, 6.30807692307692, 3.36100404252155, 12.9915769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1290, '2021-11-07 00:00:00', 0.301422823391896, 0.788038461538454, 0.650606103213349, 1.27430769230769, 1.35200237596513, 1.75176923076923, 2.9103277848697, 6.26984615384615, 3.40938293627365, 12.9643846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1305, '2021-11-07 00:00:00', 0.439984929811854, 0.915538461538463, 1.2632790647298, 1.34565384615385, 1.25598464223829, 1.81169230769232, 2.88898892081907, 6.23876923076923, 3.4790852564343, 12.9803076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1320, '2021-11-07 00:00:00', 0.350887246847193, 0.784879999999996, 0.394748337551919, 1.07440000000001, 0.865764205774292, 1.91508000000001, 2.85311203366897, 6.14988, 3.33169026821723, 13.20728 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1335, '2021-11-07 00:00:00', 0.308734092707628, 0.793359999999998, 0.460045986831746, 1.26332, 2.6258268075662, 4.34744, 2.83458540942645, 6.24512000000001, 3.332428256292, 13.2026 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1350, '2021-11-07 00:00:00', 0.466642825581474, 1.00988000000001, 0.814635859346568, 1.72500000000001, 2.8191351410199, 4.86788, 2.83784499106863, 6.21712, 3.28251394868832, 13.16564 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1365, '2021-11-07 00:00:00', 0.46104968278918, 1.37432, 2.4420171702918, 4.01688000000001, 2.64906596306446, 4.95132, 2.67957381374973, 6.05364, 3.24556632346344, 13.14448 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 930, '2021-11-07 00:00:00', 0, 4.26299999999998, 0, 6.63, 0, 9.19299999999998, 0, 13.372, 0, 18.372 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 945, '2021-11-07 00:00:00', 0, 4.02199999999999, 0, 5.35500000000002, 0, 7.59300000000002, 0, 11.445, 0, 15.764 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 960, '2021-11-07 00:00:00', 0, 2.084, 0, 3.31399999999996, 0, 5.27999999999997, 0, 8.35199999999998, 0, 12.493 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 975, '2021-11-07 00:00:00', 0, 1.87299999999999, 0, 2.88100000000003, 0, 3.88299999999998, 0, 6.911, 0, 11.263 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 930, '2021-11-07 00:00:00', 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 945, '2021-11-07 00:00:00', 0, 2.43899999999996, 0, 2.43899999999996, 0, 2.48399999999998, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 960, '2021-11-07 00:00:00', 0, 1.56200000000001, 0, 1.57499999999999, 0, 1.82499999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 975, '2021-11-07 00:00:00', 0, 1.27499999999998, 0, 1.46499999999997, 0, 2.28399999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 930, '2021-11-07 00:00:00', 0, 6.512, 0, 7.13200000000001, 0, 7.13200000000001, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 945, '2021-11-07 00:00:00', 0, 2.39300000000003, 0, 3.85400000000004, 0, 5.84300000000002, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 960, '2021-11-07 00:00:00', 0, 2.88300000000004, 0, 3.30099999999999, 0, 5.63200000000001, 0, 6.35300000000001, 0, 6.35300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 975, '2021-11-07 00:00:00', 0, 1.202, 0, 2.77300000000002, 0, 3.53300000000002, 0, 4.25400000000002, 0, 4.25400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 930, '2021-11-07 00:00:00', 0, 2.26400000000001, 0, 2.26400000000001, 0, 2.99299999999999, 0, 6.06, 0, 6.06 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 945, '2021-11-07 00:00:00', 0, 1.94499999999999, 0, 1.94499999999999, 0, 2.78500000000003, 0, 5.74099999999999, 0, 5.74099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 960, '2021-11-07 00:00:00', 0, 1.06399999999996, 0, 2.47299999999996, 0, 3.63399999999996, 0, 5.53999999999996, 0, 5.53999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 975, '2021-11-07 00:00:00', 0, 1.65299999999996, 0, 1.76400000000001, 0, 3.47199999999998, 0, 4.71999999999997, 0, 4.71999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 930, '2021-11-07 00:00:00', 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 945, '2021-11-07 00:00:00', 0, 2.04900000000004, 0, 2.08800000000002, 0, 2.959, 0, 6.25900000000001, 0, 6.25900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 960, '2021-11-07 00:00:00', 0, 2.08699999999999, 0, 2.21899999999999, 0, 4.02100000000002, 0, 6.65000000000003, 0, 6.65000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 975, '2021-11-07 00:00:00', 0, 1.51299999999998, 0, 2.25299999999999, 0, 3.315, 0, 5.94400000000002, 0, 5.94400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:47:36 Duration: 3s190ms 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 970085, 5, 990, '2021-11-07 00:00:00', 0.386480794553112, 0.866407407407407, 0.536633613676627, 1.07940740740741, 0.69134983990712, 1.24070370370371, 0.653992572511558, 1.61585185185185, 1.4348157251864, 3.64337037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1005, '2021-11-07 00:00:00', 0.175431190396981, 0.528444444444443, 0.248202587046394, 0.689296296296298, 0.396760536188926, 0.876000000000003, 0.455030627315209, 1.25311111111111, 1.41001734850211, 3.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1020, '2021-11-07 00:00:00', 0.117742330579351, 0.430888888888892, 0.24794343854587, 0.568222222222223, 0.254453483958416, 0.743962962962965, 0.369615569904286, 1.08914814814815, 1.43873182226927, 3.53677777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1035, '2021-11-07 00:00:00', 0.191405425829672, 0.405037037037038, 0.210036776049929, 0.529703703703709, 0.213057052669724, 0.664666666666669, 0.342723822098232, 1.03218518518519, 1.45375263691755, 3.51996296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1050, '2021-11-07 00:00:00', 0.102733966176081, 0.341037037037038, 0.154548566021366, 0.474481481481481, 0.195409658085097, 0.60162962962963, 0.346159062955312, 0.975407407407408, 1.45952010904885, 3.51322222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1065, '2021-11-07 00:00:00', 0.108391358556334, 0.309925925925923, 0.142930331882636, 0.423814814814815, 0.176972674826732, 0.557592592592592, 0.338847207749203, 0.94425925925926, 1.45783898238986, 3.51196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1080, '2021-11-07 00:00:00', 0.105216382657299, 0.301555555555559, 0.15465901285218, 0.407888888888888, 0.176694200402391, 0.519074074074074, 0.326130577907308, 0.899333333333334, 1.47362933078791, 3.50759259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1095, '2021-11-07 00:00:00', 0.129853347041545, 0.269740740740743, 0.162272887533592, 0.387518518518519, 0.194585628841306, 0.488518518518518, 0.352958162375466, 0.840185185185187, 1.51101648962175, 3.4937037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1110, '2021-11-07 00:00:00', 0.0816567410678597, 0.257851851851851, 0.0848886148024368, 0.327666666666669, 0.14898167156244, 0.462333333333333, 0.329934043309378, 0.817370370370373, 1.50559304081761, 3.50959259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1125, '2021-11-07 00:00:00', 0.06655843778985, 0.22188888888889, 0.0883990079999966, 0.319000000000001, 0.33003624509578, 0.511333333333333, 0.314445276493116, 0.789703703703704, 1.5249948886001, 3.74244444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1140, '2021-11-07 00:00:00', 0.0716258082694785, 0.215222222222222, 0.095331779319112, 0.300925925925925, 0.296470236515579, 0.483703703703704, 0.318090420587476, 0.765148148148149, 1.54768402198538, 3.77670370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1155, '2021-11-07 00:00:00', 0.0898725751944367, 0.215814814814811, 0.298591479776085, 0.364111111111111, 0.289597470908666, 0.474185185185186, 0.508514548055456, 1.21474074074074, 1.5441234044982, 3.79437037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1170, '2021-11-07 00:00:00', 0.264922339854241, 0.268999999999999, 0.2585175687131, 0.348888888888893, 0.248508989673851, 0.459222222222223, 0.515760432140564, 1.31714814814815, 1.54991256163629, 3.81711111111112 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1185, '2021-11-07 00:00:00', 0.0721740733650015, 0.212407407407412, 0.0998349207242171, 0.284629629629634, 0.159546794036041, 0.388111111111112, 0.553245413157202, 1.38944444444444, 1.54602191560559, 3.84192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1200, '2021-11-07 00:00:00', 0.110154204268146, 0.213444444444444, 0.131402884095887, 0.29211111111111, 0.197539617000992, 0.404148148148148, 0.55156339571003, 1.40911111111111, 1.54152118509691, 3.84988888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1215, '2021-11-07 00:00:00', 0.0752353761428853, 0.187851851851851, 0.102785783933954, 0.258925925925926, 0.160567378974944, 0.377962962962967, 0.621189686634142, 1.44662962962963, 1.56425502871872, 3.83177777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1230, '2021-11-07 00:00:00', 0.0528412663568856, 0.180259259259261, 0.0968513267187365, 0.261777777777781, 0.134535806352373, 0.367037037037041, 0.625915693876145, 1.48007407407407, 1.5549385601772, 3.83918518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1245, '2021-11-07 00:00:00', 0.0642213719519039, 0.182333333333333, 0.0880506523480543, 0.248925925925927, 0.113058654066192, 0.361518518518519, 0.647607846676462, 1.54566666666667, 1.54089015047812, 3.85507407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1260, '2021-11-07 00:00:00', 0.0595162119693443, 0.18011111111111, 0.0698995820227268, 0.248481481481482, 0.112508625816829, 0.34796296296296, 0.676207580782482, 1.575, 1.54358678209104, 3.856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1275, '2021-11-07 00:00:00', 0.0507758887976448, 0.175037037037037, 0.103483899128884, 0.263925925925925, 0.129797222960739, 0.345629629629629, 0.716340862138433, 1.63833333333333, 1.54218945074667, 3.87292592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1290, '2021-11-07 00:00:00', 0.0902112904412555, 0.195666666666667, 0.0865785712682369, 0.261814814814811, 0.117145950801448, 0.346592592592591, 0.714308423733423, 1.6597037037037, 1.54539178594937, 3.87181481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1305, '2021-11-07 00:00:00', 0.0489849386702082, 0.172703703703703, 0.0982515667578403, 0.245703703703704, 0.157273193996489, 0.355629629629629, 0.764252039243061, 1.68177777777778, 1.56041674249427, 3.87111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1320, '2021-11-07 00:00:00', 0.0881962845894539, 0.185230769230769, 0.103800644728991, 0.253423076923077, 0.222149914731888, 0.467769230769231, 0.711215462322179, 1.74192307692308, 1.39816466291185, 4.01023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1335, '2021-11-07 00:00:00', 0.0596569681274047, 0.172076923076925, 0.114184041724821, 0.283346153846153, 0.432489724199848, 1.09719230769231, 0.702720766296695, 1.74665384615385, 1.39784714471934, 4.006 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1350, '2021-11-07 00:00:00', 0.0906377744312269, 0.239615384615386, 0.162827558620015, 0.408576923076926, 0.418937052367241, 1.22742307692308, 0.692849176616715, 1.7383076923077, 1.39811817042107, 3.99553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1365, '2021-11-07 00:00:00', 0.139556886664129, 0.301730769230769, 0.368209605858065, 1.07092307692308, 0.477424296052825, 1.30696153846154, 0.69124285501941, 1.75073076923077, 1.40042466965725, 3.98315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 990, '2021-11-07 00:00:00', 0.35818481770779, 0.918000000000001, 0.430839941667399, 1.07165217391305, 0.518017313184502, 1.22413043478261, 0.766824587905604, 1.71669565217391, 1.42795522704138, 4.06630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1005, '2021-11-07 00:00:00', 0.255578812980002, 0.588565217391305, 0.379653659518469, 0.78791304347826, 0.563634861339317, 0.975565217391305, 0.756878862598377, 1.45239130434783, 1.45886713452786, 3.93895652173914 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1020, '2021-11-07 00:00:00', 0.188357304897629, 0.514739130434783, 0.266203308734181, 0.613739130434783, 0.410642473578564, 0.824826086956522, 0.63491207881571, 1.2944347826087, 1.48267221103503, 3.88739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1035, '2021-11-07 00:00:00', 0.202465846434232, 0.36065217391304, 0.307434983004051, 0.554782608695652, 0.395547861417473, 0.767260869565216, 0.579134450246613, 1.18343478260869, 1.5149963918088, 3.84739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1050, '2021-11-07 00:00:00', 0.17238473837238, 0.417956521739129, 0.218922487049567, 0.529347826086953, 0.342293052218183, 0.702521739130434, 0.504077523995693, 1.09417391304348, 1.5457886113017, 3.81339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1065, '2021-11-07 00:00:00', 0.0878189837850779, 0.284913043478257, 0.180090688616825, 0.421260869565213, 0.232603829508408, 0.598217391304345, 0.406078138472703, 0.920999999999996, 1.55479762545692, 3.73226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1080, '2021-11-07 00:00:00', 0.127701464485028, 0.306869565217393, 0.180099675959268, 0.383565217391309, 0.211525244010625, 0.57226086956522, 0.395111886890353, 0.870304347826084, 1.54929420498395, 3.70652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1095, '2021-11-07 00:00:00', 0.078781581282726, 0.274086956521744, 0.177771981679778, 0.410826086956525, 0.221026682702343, 0.571391304347832, 0.473582027487204, 0.874869565217391, 1.53901077771179, 3.69491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1110, '2021-11-07 00:00:00', 0.14191464617304, 0.293304347826084, 0.184086420674312, 0.406913043478261, 0.195380706707079, 0.525434782608697, 0.480332427706809, 0.84182608695652, 1.53407395429073, 3.69447826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1125, '2021-11-07 00:00:00', 0.142614685837752, 0.275304347826088, 0.155391256793126, 0.377521739130438, 0.186393024772372, 0.459782608695654, 0.468797127802179, 0.811260869565217, 1.67918087267633, 3.92930434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1140, '2021-11-07 00:00:00', 0.0937454504824943, 0.237869565217393, 0.112225686645629, 0.312826086956523, 0.121779039195389, 0.401956521739132, 0.389288948437396, 0.821391304347826, 1.7900438906448, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1155, '2021-11-07 00:00:00', 0.0868664869858579, 0.226173913043477, 0.104946589088281, 0.301173913043478, 0.15089625522821, 0.414043478260871, 1.24297688536409, 1.65508695652174, 1.77749888899973, 4.04386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1170, '2021-11-07 00:00:00', 0.0729841880108611, 0.196347826086961, 0.0991988261756409, 0.272956521739136, 0.142973808375598, 0.388347826086962, 1.28027024537235, 1.85808695652174, 1.84818190547663, 4.09708695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1185, '2021-11-07 00:00:00', 0.0700258845422814, 0.195521739130434, 0.118356782920289, 0.289347826086957, 0.124170926437438, 0.364347826086955, 1.26924665029636, 1.92382608695652, 1.84096429127214, 4.11860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1200, '2021-11-07 00:00:00', 0.0704657571086964, 0.202826086956516, 0.0819991564595579, 0.267043478260868, 0.119240100557774, 0.382260869565215, 1.25331504450817, 1.94834782608696, 1.81251313747454, 4.14534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1215, '2021-11-07 00:00:00', 0.0681314412047252, 0.196565217391307, 0.077954506850726, 0.266782608695656, 0.160017538564435, 0.399391304347828, 1.23549417710489, 1.95495652173913, 1.80887244266532, 4.13417391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1230, '2021-11-07 00:00:00', 0.0537695639549476, 0.187565217391305, 0.108485951076754, 0.286260869565219, 0.183016803047232, 0.403826086956521, 1.23894680346582, 1.961, 1.79540113104116, 4.13730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1245, '2021-11-07 00:00:00', 0.0706025450503652, 0.191086956521736, 0.118148931270975, 0.274521739130431, 0.170041764225817, 0.367739130434781, 1.21714179381248, 1.98565217391304, 1.78210959835622, 4.1144347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1260, '2021-11-07 00:00:00', 0.0986311850883705, 0.201739130434777, 0.125874977185395, 0.28165217391304, 0.185377651074197, 0.341347826086954, 1.17498912786157, 2.02321739130435, 1.75724961839344, 4.11069565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1275, '2021-11-07 00:00:00', 0.0749767289325358, 0.177652173913045, 0.0909979368223762, 0.222478260869565, 0.20581958982884, 0.363391304347824, 1.171403806324, 2.05217391304348, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1290, '2021-11-07 00:00:00', 0.0518899336807346, 0.159260869565217, 0.0694030446644512, 0.222652173913041, 0.197253844199255, 0.362521739130432, 1.16265554019165, 2.07221739130435, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1305, '2021-11-07 00:00:00', 0.0512278487750436, 0.179739130434783, 0.166851795732409, 0.290391304347827, 0.193986623963303, 0.407086956521737, 1.16646873099765, 2.09186956521739, 1.74480834423233, 4.11739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1320, '2021-11-07 00:00:00', 0.118822760803005, 0.199909090909091, 0.153393257159475, 0.275590909090907, 0.286065703257293, 0.491590909090909, 1.17336320646495, 2.1595, 1.75904066792913, 4.1795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1335, '2021-11-07 00:00:00', 0.0859042555729456, 0.197272727272725, 0.142467167934912, 0.303318181818179, 1.24448853260776, 1.57577272727273, 1.19063725979644, 2.19168181818182, 1.75590915265595, 4.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1350, '2021-11-07 00:00:00', 0.109895591929527, 0.23922727272727, 0.251241247613057, 0.413454545454543, 1.25610090379694, 1.77063636363636, 1.18884703959331, 2.18204545454546, 1.76661945130079, 4.159 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1365, '2021-11-07 00:00:00', 0.205574777581029, 0.332681818181818, 1.23611832833472, 1.49204545454545, 1.23387273772478, 1.80213636363636, 1.1903169364043, 2.14713636363636, 1.7863305468224, 4.11381818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 990, '2021-11-07 00:00:00', 0.471829943289544, 1.02384615384615, 0.574201568735631, 1.26280769230769, 0.648633774826867, 1.40557692307693, 0.667009681627347, 1.70065384615385, 1.36026589482181, 3.67823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1005, '2021-11-07 00:00:00', 0.30020636235763, 0.641500000000003, 0.454709768804406, 0.845423076923079, 0.493843151680306, 0.968461538461539, 0.589793773606182, 1.32884615384616, 1.2885749343901, 3.5088076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1020, '2021-11-07 00:00:00', 0.322354176930618, 0.557153846153846, 0.333414705965175, 0.684384615384614, 0.450192868070496, 0.83453846153846, 0.519378451020658, 1.16084615384615, 1.29396835533771, 3.44023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1035, '2021-11-07 00:00:00', 0.237374967898079, 0.406653846153846, 0.368885706710607, 0.568769230769229, 0.435429556256277, 0.75646153846154, 0.476047575191973, 1.04557692307692, 1.31240142311132, 3.41684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1050, '2021-11-07 00:00:00', 0.253711735273295, 0.404730769230764, 0.29598521012947, 0.521269230769225, 0.339404764029844, 0.691923076923073, 0.423695175259836, 0.971192307692306, 1.30443658335697, 3.40900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1065, '2021-11-07 00:00:00', 0.188491113848903, 0.361499999999997, 0.211000853078845, 0.485000000000003, 0.302588476571477, 0.645884615384616, 0.410625796334553, 0.927230769230771, 1.41234439905374, 3.3263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1080, '2021-11-07 00:00:00', 0.146908700061794, 0.340615384615384, 0.242625523421146, 0.481769230769232, 0.265093609010975, 0.584692307692309, 0.385461802956481, 0.897807692307694, 1.40557078961374, 3.30473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1095, '2021-11-07 00:00:00', 0.170972156977499, 0.367038461538464, 0.203578633456462, 0.454500000000002, 0.295951991948797, 0.557692307692307, 0.374460886321407, 0.901653846153848, 1.37819407419777, 3.30488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1110, '2021-11-07 00:00:00', 0.117669445743313, 0.30453846153846, 0.153721546460326, 0.386076923076922, 0.239158952613916, 0.502730769230767, 0.325722602602513, 0.858423076923078, 1.36939144316568, 3.30273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1125, '2021-11-07 00:00:00', 0.149081872189026, 0.26773076923077, 0.217104019733895, 0.354653846153841, 0.261537713121104, 0.531846153846153, 0.301028904822213, 0.85519230769231, 1.3260996951732, 3.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1140, '2021-11-07 00:00:00', 0.0946479793762124, 0.227999999999996, 0.128885590290835, 0.323153846153845, 0.215572311622948, 0.496692307692309, 0.266195905302839, 0.863500000000003, 1.31233458972345, 3.39834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1155, '2021-11-07 00:00:00', 0.103940367519077, 0.238000000000002, 0.170883568098732, 0.367076923076926, 0.215534858861887, 0.486653846153851, 0.892833671304672, 1.55473076923078, 1.310836816107, 3.39103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1170, '2021-11-07 00:00:00', 0.118427933295382, 0.249153846153849, 0.143380419218887, 0.333769230769235, 0.172567743665629, 0.437884615384616, 0.9923229034016, 1.66976923076924, 1.29984386813896, 3.37819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1185, '2021-11-07 00:00:00', 0.0772437998507618, 0.21626923076923, 0.10842327311904, 0.296384615384617, 0.133701228347156, 0.398538461538461, 0.99137414500511, 1.73115384615385, 1.33056915583578, 3.39503846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1200, '2021-11-07 00:00:00', 0.0734245504949462, 0.212730769230768, 0.0932733616848915, 0.281999999999996, 0.141850045416335, 0.368346153846154, 0.966594995132596, 1.80573076923077, 1.34744104138177, 3.409 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1215, '2021-11-07 00:00:00', 0.0890455717380333, 0.206923076923073, 0.124320980344612, 0.293884615384614, 0.140143492398107, 0.36703846153846, 0.954277970308118, 1.82173076923077, 1.35464484417361, 3.42357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1230, '2021-11-07 00:00:00', 0.0697202873024667, 0.194038461538459, 0.104679408011024, 0.246461538461535, 0.14369810233745, 0.351230769230767, 0.950545997754003, 1.84457692307693, 1.35803902572224, 3.43534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1245, '2021-11-07 00:00:00', 0.0918592652669537, 0.192269230769229, 0.129492839124855, 0.264346153846155, 0.155776037458121, 0.369576923076927, 0.941024781002891, 1.85896153846154, 1.42871597651124, 3.4723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1260, '2021-11-07 00:00:00', 0.0643899179876909, 0.183307692307693, 0.11686592580981, 0.270730769230771, 0.165763186040065, 0.394076923076925, 0.94070472437505, 1.85646153846154, 1.42637728367519, 3.48034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1275, '2021-11-07 00:00:00', 0.096778064901884, 0.201076923076927, 0.118817902044067, 0.277423076923079, 0.225994257925691, 0.43173076923077, 0.937848385319372, 1.85992307692308, 1.42905018267918, 3.49376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1290, '2021-11-07 00:00:00', 0.084626382502061, 0.203230769230771, 0.122069998834211, 0.293269230769232, 0.210386837845103, 0.433692307692307, 0.936455356034741, 1.85807692307693, 1.43202694269884, 3.49926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1305, '2021-11-07 00:00:00', 0.10243698250444, 0.202153846153847, 0.184936912320016, 0.315307692307694, 0.197536613938157, 0.456923076923078, 0.941974117723804, 1.86003846153847, 1.41999029086605, 3.50811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1320, '2021-11-07 00:00:00', 0.0898411932244891, 0.20976, 0.11807659943161, 0.298199999999998, 0.167394972047149, 0.512079999999999, 0.946988943969253, 1.88968, 1.35058052333062, 3.6072 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1335, '2021-11-07 00:00:00', 0.0974207883359583, 0.224680000000001, 0.125398538003169, 0.319280000000001, 0.944832159698217, 1.39732, 0.955462345324678, 1.88528, 1.35130321418498, 3.61728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1350, '2021-11-07 00:00:00', 0.0993347539048273, 0.242319999999999, 0.150220116273865, 0.429799999999999, 1.05057459357566, 1.53668, 0.963590723976386, 1.8802, 1.34635774096882, 3.62 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1365, '2021-11-07 00:00:00', 0.132166965111055, 0.356240000000002, 0.957882033446706, 1.36264, 1.05055205011461, 1.60412, 0.971213479793877, 1.87404, 1.34522950582172, 3.62244 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 990, '2021-11-07 00:00:00', 0.625675124596193, 1.08480769230769, 0.774673144970483, 1.24319230769231, 0.726245209702194, 1.45376923076923, 0.680922003892232, 1.63084615384616, 1.34997705735491, 3.41015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1005, '2021-11-07 00:00:00', 0.269351109149377, 0.597499999999999, 0.291483138448861, 0.760499999999998, 0.374703755806351, 1.00676923076923, 0.461196183852381, 1.326, 1.31191581108873, 3.38015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1020, '2021-11-07 00:00:00', 0.201509095041919, 0.505346153846152, 0.271681770855874, 0.713769230769228, 0.326980008798466, 0.878615384615384, 0.378686419898291, 1.20126923076923, 1.28625880156965, 3.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1035, '2021-11-07 00:00:00', 0.16927825068167, 0.467615384615384, 0.192907426981481, 0.595653846153849, 0.253763160325649, 0.77530769230769, 0.418478798286585, 1.15576923076923, 1.2641722819543, 3.26296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1050, '2021-11-07 00:00:00', 0.154499131189991, 0.378307692307695, 0.184211220739004, 0.521423076923079, 0.256192935109456, 0.673500000000001, 0.470533479557635, 1.08334615384616, 1.25857589606422, 3.27038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1065, '2021-11-07 00:00:00', 0.100998248271173, 0.336384615384616, 0.18740841865993, 0.471346153846151, 0.240958202567616, 0.607846153846153, 0.444867171187087, 1.02, 1.2631758608304, 3.27215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1080, '2021-11-07 00:00:00', 0.160955913696411, 0.350384615384613, 0.190513346998614, 0.445846153846152, 0.215903553966546, 0.608230769230765, 0.418013155847445, 1.00603846153846, 1.25680803564488, 3.26896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1095, '2021-11-07 00:00:00', 0.0862031589640695, 0.285230769230768, 0.188821401166452, 0.429807692307689, 0.232008875824911, 0.578961538461536, 0.453121442373303, 0.984807692307692, 1.22505982083137, 3.26773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1110, '2021-11-07 00:00:00', 0.153063365460696, 0.307076923076922, 0.160009292999361, 0.397423076923075, 0.228672789407456, 0.521269230769231, 0.462690009202041, 0.960269230769232, 1.21266793476203, 3.268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1125, '2021-11-07 00:00:00', 0.100577838207342, 0.26630769230769, 0.156884945593408, 0.381615384615382, 0.220287368261064, 0.47473076923077, 0.453984737120604, 0.932692307692307, 1.73222108244345, 3.66896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1140, '2021-11-07 00:00:00', 0.0980391836892865, 0.25680769230769, 0.14632150060214, 0.327307692307695, 0.161715785823818, 0.435653846153846, 0.440157064624051, 0.952807692307693, 1.71357840654714, 3.72165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1155, '2021-11-07 00:00:00', 0.107785063900345, 0.226499999999997, 0.129250549768213, 0.302769230769229, 0.13419120686543, 0.401999999999999, 0.645976685695032, 1.50003846153846, 1.71014988996692, 3.73661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1170, '2021-11-07 00:00:00', 0.0817514431770976, 0.202461538461537, 0.104222077979962, 0.27580769230769, 0.12128379941278, 0.374, 0.679535340112301, 1.55603846153846, 1.69814786028326, 3.75565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1185, '2021-11-07 00:00:00', 0.0667113645029575, 0.189384615384615, 0.0931034164456184, 0.262384615384617, 0.172980247871964, 0.395384615384617, 0.684924958270277, 1.57003846153846, 1.70094284487706, 3.75380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1200, '2021-11-07 00:00:00', 0.0880999170522636, 0.205653846153848, 0.108058217926909, 0.27846153846154, 0.197426040679698, 0.418807692307692, 0.705080906432295, 1.62873076923077, 1.6981930233679, 3.77023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1215, '2021-11-07 00:00:00', 0.0683603573830517, 0.186461538461541, 0.154369187838268, 0.281384615384615, 0.269663245834218, 0.468115384615383, 0.71047893272507, 1.65807692307692, 1.6998592869366, 3.76865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1230, '2021-11-07 00:00:00', 0.106672092810703, 0.209846153846158, 0.130347865935145, 0.285615384615387, 0.266828867657504, 0.477730769230771, 0.663527794328282, 1.69257692307692, 1.68357270890029, 3.78488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1245, '2021-11-07 00:00:00', 0.0671447231445193, 0.192576923076923, 0.21858514623333, 0.344115384615383, 0.261531230669271, 0.44223076923077, 0.623446678985835, 1.68580769230769, 1.69418506708638, 3.78319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1260, '2021-11-07 00:00:00', 0.20815569986098, 0.281653846153846, 0.242578700948469, 0.359115384615384, 0.265217382537421, 0.448500000000001, 0.607650537220711, 1.70315384615385, 1.69305374534165, 3.78123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1275, '2021-11-07 00:00:00', 0.0855466764179328, 0.204076923076924, 0.158762987354881, 0.312384615384618, 0.285506394916928, 0.440307692307695, 0.585455809276318, 1.70776923076923, 1.68917453167562, 3.78396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1290, '2021-11-07 00:00:00', 0.143776300604044, 0.239769230769231, 0.185791119271079, 0.323500000000003, 0.298656986164084, 0.461346153846156, 0.598926877519607, 1.73673076923077, 1.69715248578317, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1305, '2021-11-07 00:00:00', 0.0937921433481849, 0.205384615384617, 0.214899003111833, 0.324692307692308, 0.227901817591559, 0.471961538461539, 0.618644733392153, 1.76011538461538, 1.70717244994352, 3.81457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1320, '2021-11-07 00:00:00', 0.108648239746442, 0.223760000000001, 0.145770653196497, 0.315000000000006, 0.206977510855649, 0.523240000000001, 0.629074717342863, 1.7474, 1.70217268317094, 3.89048 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1335, '2021-11-07 00:00:00', 0.103456464273627, 0.20836, 0.105141967516941, 0.326000000000001, 0.489755891575931, 1.2166, 0.638840546093733, 1.76008, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1350, '2021-11-07 00:00:00', 0.0870736661300835, 0.27064, 0.1866816987995, 0.44516, 0.554945567901337, 1.3148, 0.646781841118011, 1.7618, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1365, '2021-11-07 00:00:00', 0.152693134532411, 0.338119999999997, 0.472011571185846, 1.17056, 0.550503003322113, 1.34984, 0.647179024691004, 1.73724, 1.70731863360846, 3.8868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 990, '2021-11-07 00:00:00', 0.286282026088852, 0.840038461538461, 0.371105941747098, 0.990499999999998, 0.374771257415262, 1.17484615384615, 0.508790918218416, 1.54796153846154, 1.7466318061211, 3.63811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1005, '2021-11-07 00:00:00', 0.154019019804502, 0.524538461538459, 0.168980071651617, 0.705230769230768, 0.282521647911204, 0.967192307692306, 0.422098683321257, 1.28946153846154, 1.69810605675853, 3.4665 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1020, '2021-11-07 00:00:00', 0.154822816843591, 0.46876923076923, 0.183278841785278, 0.658576923076923, 0.298555767242645, 0.882115384615383, 0.362185912736283, 1.16565384615385, 1.65441433560222, 3.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1035, '2021-11-07 00:00:00', 0.121722938865912, 0.385076923076924, 0.155495718466903, 0.551038461538461, 0.216915513506986, 0.743500000000001, 0.293074054700277, 1.04080769230769, 1.56154067510264, 3.353 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1050, '2021-11-07 00:00:00', 0.137669973263822, 0.40230769230769, 0.192633733765962, 0.54434615384615, 0.206366872714218, 0.680615384615385, 0.299567547282103, 0.993653846153844, 1.55634334208797, 3.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1065, '2021-11-07 00:00:00', 0.133357316432781, 0.354423076923077, 0.145920805707965, 0.466192307692307, 0.186022744680488, 0.604692307692308, 0.283036396137422, 0.91780769230769, 1.49322128248345, 3.28596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1080, '2021-11-07 00:00:00', 0.0705766686224728, 0.282884615384616, 0.0846363169912671, 0.373115384615385, 0.203860589619473, 0.529499999999999, 0.275683611856333, 0.855576923076923, 1.4606910166609, 3.26638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1095, '2021-11-07 00:00:00', 0.0645627184634049, 0.253230769230768, 0.152842120654465, 0.375923076923077, 0.254152443654165, 0.528230769230767, 0.274272466999234, 0.842884615384615, 1.45499509118918, 3.25465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1110, '2021-11-07 00:00:00', 0.13847172441166, 0.271538461538462, 0.177867405238151, 0.368423076923076, 0.230903149860244, 0.481230769230771, 0.287161514455914, 0.821846153846155, 1.42521103862389, 3.24923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1125, '2021-11-07 00:00:00', 0.0934170549409751, 0.246884615384616, 0.142158156777798, 0.347307692307696, 0.152237971610238, 0.457, 0.281307474811131, 0.810153846153851, 1.52706529808499, 3.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1140, '2021-11-07 00:00:00', 0.124818982777215, 0.240461538461543, 0.11885225476001, 0.304461538461544, 0.11950237847649, 0.425461538461541, 0.248891032690707, 0.847115384615387, 1.53883804166051, 3.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1155, '2021-11-07 00:00:00', 0.0632765480921753, 0.220192307692309, 0.0861324918590326, 0.313384615384612, 0.0954743622453385, 0.400076923076924, 0.56592852497874, 1.28684615384615, 1.54120488379909, 3.60542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1170, '2021-11-07 00:00:00', 0.0724658115676218, 0.209423076923071, 0.0912120521726085, 0.28303846153846, 0.10790224208122, 0.369576923076922, 0.721022645542159, 1.45515384615385, 1.52432034186236, 3.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1185, '2021-11-07 00:00:00', 0.086103631657531, 0.211653846153847, 0.0894400013760869, 0.270076923076923, 0.124594999282289, 0.355076923076921, 0.757281377438653, 1.51926923076923, 1.50728179642897, 3.63542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1200, '2021-11-07 00:00:00', 0.0583578483285541, 0.194961538461537, 0.0822304454192389, 0.262615384615384, 0.11874832468454, 0.369269230769231, 0.907414020508492, 1.58926923076923, 1.49276613037676, 3.656 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1215, '2021-11-07 00:00:00', 0.0895968406036382, 0.191076923076924, 0.102608779051607, 0.255807692307691, 0.158307101740692, 0.392538461538462, 0.900461317667442, 1.64123076923077, 1.47083525459307, 3.66911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1230, '2021-11-07 00:00:00', 0.0685495890129645, 0.183384615384614, 0.112433152789357, 0.276423076923076, 0.188590561799894, 0.406999999999998, 0.881428809464408, 1.69088461538462, 1.46335238565952, 3.67473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1245, '2021-11-07 00:00:00', 0.0882941935541884, 0.208230769230767, 0.140162768017978, 0.31480769230769, 0.207991789778789, 0.413769230769229, 0.853002963291815, 1.69884615384616, 1.4460107245054, 3.66484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1260, '2021-11-07 00:00:00', 0.116139889125801, 0.222076923076925, 0.140148141402092, 0.291692307692307, 0.193556801442406, 0.399653846153848, 0.848713249572554, 1.7155, 1.44676055538413, 3.67276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1275, '2021-11-07 00:00:00', 0.0759531434504159, 0.186999999999999, 0.119968438157063, 0.268115384615386, 0.178948712033532, 0.39019230769231, 0.834173566148881, 1.72753846153847, 1.45199353463278, 3.67476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1290, '2021-11-07 00:00:00', 0.0762907495148555, 0.191961538461539, 0.138197317128585, 0.279461538461538, 0.210456587885991, 0.414846153846156, 0.830627578308207, 1.74342307692308, 1.45031577092185, 3.67365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1305, '2021-11-07 00:00:00', 0.101378627697589, 0.216115384615385, 0.150512437513162, 0.318076923076926, 0.230004655471284, 0.472307692307697, 0.822432766482841, 1.75515384615385, 1.44861156496621, 3.67288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1320, '2021-11-07 00:00:00', 0.0786736508199133, 0.21272, 0.126307825041315, 0.291400000000002, 0.26814475568245, 0.542880000000002, 0.837132631865069, 1.75372, 1.43671212959777, 3.73692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1335, '2021-11-07 00:00:00', 0.101621848044601, 0.214000000000003, 0.151662915704534, 0.326840000000003, 0.534757505791176, 1.17056, 0.847925533286977, 1.78228, 1.43838537140319, 3.73732 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1350, '2021-11-07 00:00:00', 0.120118732927052, 0.261479999999998, 0.234331197240146, 0.454119999999999, 0.679725378369823, 1.34656, 0.83102153401702, 1.78004, 1.42681153041786, 3.72932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1365, '2021-11-07 00:00:00', 0.183076031564307, 0.332199999999997, 0.508665466359439, 1.12184, 0.674330129338245, 1.39396, 0.780233227951746, 1.75716, 1.4006722493146, 3.7126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 930, '2021-11-07 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 945, '2021-11-07 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 960, '2021-11-07 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 975, '2021-11-07 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 930, '2021-11-07 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 945, '2021-11-07 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 960, '2021-11-07 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 975, '2021-11-07 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 930, '2021-11-07 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 1.11100000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 945, '2021-11-07 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 960, '2021-11-07 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 975, '2021-11-07 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 0.830000000000013 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 930, '2021-11-07 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 2.06799999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 945, '2021-11-07 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 960, '2021-11-07 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 975, '2021-11-07 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 1.47199999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 930, '2021-11-07 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 2.15099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 945, '2021-11-07 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 1.98099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 960, '2021-11-07 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 1.37099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 975, '2021-11-07 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 1.28999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:08 Duration: 3s182ms Database: acaweb_fx User: pgperfstats
11 1m47s 62 55ms 11s157ms 1s737ms 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 #11
Day Hour Count Duration Avg duration Nov 07 14 62 1m47s 1s737ms [ User: postgres - Total duration: 1m47s - Times executed: 62 ]
-
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 = '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 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') 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: 2021-11-07 14:16:12 Duration: 11s157ms 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 = '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 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 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: 2021-11-07 14:05:49 Duration: 10s74ms 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 = '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 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 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: 2021-11-07 14:10:47 Duration: 8s394ms Database: acaweb_fx User: postgres Bind query: yes
12 1m44s 74 50ms 8s572ms 1s413ms 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 #12
Day Hour Count Duration Avg duration Nov 07 14 74 1m44s 1s413ms [ User: postgres - Total duration: 1m44s - Times executed: 74 ]
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s572ms Database: acaweb_fx User: postgres Bind query: yes
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s540ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 5135 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 > 61992492 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:17 Duration: 7s4ms Database: acaweb_fx User: postgres Bind query: yes
13 45s389ms 4 1s574ms 28s247ms 11s347ms select updateresultsmaterializedview ();Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Nov 07 14 4 45s389ms 11s347ms [ User: postgres - Total duration: 45s389ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:04:02 Duration: 28s247ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:17:41 Duration: 7s932ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:32:32 Duration: 7s634ms Database: acaweb_fx User: postgres
14 43s675ms 115 50ms 8s919ms 379ms 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 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 #14
Day Hour Count Duration Avg duration Nov 07 14 115 43s675ms 379ms [ User: postgres - Total duration: 43s675ms - Times executed: 115 ]
-
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 = 660 AND groupid = 4858 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' 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: 2021-11-07 14:10:46 Duration: 8s919ms Database: acaweb_fx User: postgres Bind query: yes
-
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 groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '69968808' 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: 2021-11-07 14:05:41 Duration: 3s449ms Database: acaweb_fx User: postgres Bind query: yes
-
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 groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '69968808' 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: 2021-11-07 14:09:44 Duration: 2s269ms Database: acaweb_fx User: postgres Bind query: yes
15 41s778ms 4 4s412ms 20s719ms 10s444ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Nov 07 14 4 41s778ms 10s444ms [ User: postgres - Total duration: 41s778ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:01:21 Duration: 20s719ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:16:13 Duration: 12s60ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:46:06 Duration: 4s585ms Database: acaweb_fx User: postgres
16 35s892ms 8 94ms 18s556ms 4s486ms select fixcandlegaps (?, false);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Nov 07 14 8 35s892ms 4s486ms [ User: postgres - Total duration: 35s892ms - Times executed: 8 ]
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2021-11-07 14:06:37 Duration: 18s556ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2021-11-07 14:06:18 Duration: 5s331ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-11-07 14:06:11 Duration: 5s23ms Database: acaweb_fx User: postgres
17 33s822ms 13 69ms 20s146ms 2s601ms 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 <= ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 #17
Day Hour Count Duration Avg duration Nov 07 14 13 33s822ms 2s601ms [ User: postgres - Total duration: 33s822ms - Times executed: 13 ]
-
SELECT /*server.CPResultList*/ 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 = 529 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520722240 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:16:25 Duration: 20s146ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 529 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520722240 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:08:05 Duration: 5s415ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) AND breakout >= 0.1 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.1 AND symmetry >= 0.1 AND noise <= 0.9 AND volumeincrease >= 0.1 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 522047327 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:05:07 Duration: 4s124ms Database: acaweb_fx User: postgres Bind query: yes
18 28s145ms 50 51ms 14s239ms 562ms 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 #18
Day Hour Count Duration Avg duration Nov 07 14 50 28s145ms 562ms [ User: postgres - Total duration: 28s145ms - Times executed: 50 ]
-
SELECT /*server.CPResultList*/ 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 = 4858 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: 2021-11-07 14:05:26 Duration: 14s239ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 > 522304556 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:17:48 Duration: 3s51ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 4870 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: 2021-11-07 14:10:34 Duration: 2s86ms Database: acaweb_fx User: postgres Bind query: yes
19 24s526ms 1 24s526ms 24s526ms 24s526ms select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Nov 07 14 1 24s526ms 24s526ms [ User: pgperfstats - Total duration: 24s526ms - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2021-11-07 14:14:48 Duration: 24s526ms Database: acaweb_fx User: pgperfstats
20 22s30ms 2 10s965ms 11s64ms 11s15ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #20
Day Hour Count Duration Avg duration Nov 07 14 2 22s30ms 11s15ms [ User: pgperfstats - Total duration: 22s30ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974630, 5, 900, '2021-11-07 00:00:00', 0.000259993836218851, 0.000573888888888878, 0.000287483555828494, 0.000777777777777762, 0.000433801604317941, 0.00120129629629629, 0.000763867940660723, 0.00232166666666666, 0.00173798189119766, 0.00419814814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 915, '2021-11-07 00:00:00', 0.000241968423453794, 0.000574444444444429, 0.000459772410563815, 0.000936851851851842, 0.00052226761486661, 0.00121166666666666, 0.000773644987673032, 0.00231648148148148, 0.00178359962865201, 0.0042075925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 930, '2021-11-07 00:00:00', 0.000488000966207987, 0.000782592592592588, 0.000477285176389472, 0.000966296296296286, 0.000566699848198951, 0.00126888888888888, 0.000703778315507759, 0.00230907407407407, 0.00180377313072417, 0.00422574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 945, '2021-11-07 00:00:00', 0.000233349511038691, 0.000619074074074071, 0.000389597918964597, 0.000868333333333339, 0.000490873182687232, 0.00118740740740741, 0.000659862067949029, 0.00219611111111112, 0.00178556300824424, 0.00417722222222223 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 960, '2021-11-07 00:00:00', 0.000272603518067318, 0.000598703703703699, 0.000317127981570783, 0.000830185185185188, 0.000358040826747791, 0.00119518518518517, 0.000603918354512758, 0.00212092592592593, 0.0017584696953646, 0.00415185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 975, '2021-11-07 00:00:00', 0.000234383777138591, 0.000591296296296297, 0.000289162633287972, 0.00084351851851851, 0.000370390473101166, 0.00128555555555555, 0.000595281661409342, 0.00207944444444444, 0.00178629979330653, 0.00418851851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 990, '2021-11-07 00:00:00', 0.00016945635379193, 0.000619074074074067, 0.000277728243446683, 0.000906851851851835, 0.000379802111466812, 0.00129148148148148, 0.000563157877394784, 0.00203388888888889, 0.00188157481625732, 0.00420740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1005, '2021-11-07 00:00:00', 0.000249174849078125, 0.000691481481481468, 0.000258057476095274, 0.000965740740740739, 0.000427706315487275, 0.00127333333333333, 0.000520507025987706, 0.00193555555555555, 0.00188120411369392, 0.00417092592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1020, '2021-11-07 00:00:00', 0.000260913636910623, 0.000670185185185176, 0.000332779668387831, 0.000934999999999982, 0.000453703421710479, 0.00143222222222221, 0.000511861860371101, 0.00186222222222221, 0.00194590414684741, 0.00416055555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1035, '2021-11-07 00:00:00', 0.000187423108640374, 0.000587962962962958, 0.000246139422654342, 0.000813333333333324, 0.00041755682691546, 0.00127962962962962, 0.00046544421694583, 0.00169962962962962, 0.00186469867260133, 0.0041012962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1050, '2021-11-07 00:00:00', 0.000262372204681006, 0.000557592592592594, 0.000454294324566501, 0.00105055555555555, 0.000429934981501958, 0.00119037037037037, 0.000461413503977096, 0.00163203703703703, 0.00183699740689378, 0.00410462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1065, '2021-11-07 00:00:00', 0.000462676238847759, 0.000885925925925924, 0.000452433433110348, 0.00101462962962963, 0.000484975180731884, 0.00117018518518518, 0.000456984339567222, 0.00158907407407406, 0.00180356350332925, 0.00409481481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1080, '2021-11-07 00:00:00', 0.000205229875978877, 0.00056592592592592, 0.000232896722155735, 0.000727962962962958, 0.000412229709425869, 0.00100944444444443, 0.000493419806466163, 0.00152148148148147, 0.00183192801616501, 0.00408055555555555 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1095, '2021-11-07 00:00:00', 0.000186916232742587, 0.000488703703703706, 0.000278379135389033, 0.00069759259259259, 0.000387604227320906, 0.000977037037037044, 0.00043002418271627, 0.00147351851851852, 0.00183425311037885, 0.00405462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1110, '2021-11-07 00:00:00', 0.000214886838304144, 0.000494259259259249, 0.000383161425593279, 0.000698703703703692, 0.00039105626193681, 0.000934999999999994, 0.000461346274088536, 0.00142166666666666, 0.00183738945245695, 0.00402833333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1125, '2021-11-07 00:00:00', 0.000379806612209506, 0.000483703703703698, 0.000362855582552029, 0.000667592592592595, 0.000377488702874292, 0.000808518518518515, 0.00047807171439289, 0.00135277777777777, 0.00183618096638392, 0.0040198148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1140, '2021-11-07 00:00:00', 0.000168958178543877, 0.000432592592592598, 0.000217719990588816, 0.000574074074074073, 0.000234192253065739, 0.000719629629629628, 0.000439057443561131, 0.00126814814814815, 0.00186604528348056, 0.00402833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1155, '2021-11-07 00:00:00', 0.00014557137644821, 0.000378888888888887, 0.00018920342088063, 0.000510370370370383, 0.000204525717773526, 0.000694999999999997, 0.000449198796085389, 0.00128759259259259, 0.00191214172295387, 0.00399574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1170, '2021-11-07 00:00:00', 0.000116707257895909, 0.000340740740740744, 0.000158528894074262, 0.000505555555555557, 0.000213262207694589, 0.000673333333333332, 0.000446606706014979, 0.00128462962962963, 0.0019166212555007, 0.00397296296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1185, '2021-11-07 00:00:00', 0.000125672833057357, 0.000375740740740735, 0.000165855289960807, 0.000513148148148142, 0.000202685495920185, 0.000653888888888896, 0.000427914674509956, 0.00128425925925926, 0.00195058932580612, 0.00397222222222221 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1200, '2021-11-07 00:00:00', 0.000114606660407185, 0.000339074074074075, 0.000155075342409297, 0.000448148148148152, 0.000203219458094315, 0.000600925925925936, 0.000364148990359006, 0.00121388888888888, 0.00195139558504799, 0.00395203703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1215, '2021-11-07 00:00:00', 0.000134192743126031, 0.000293333333333343, 0.000130649266240695, 0.000400000000000009, 0.000182630353867733, 0.000570000000000001, 0.00036754188473839, 0.00122296296296296, 0.00197124830292759, 0.00395888888888888 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1230, '2021-11-07 00:00:00', 0.000105386279022806, 0.00028296296296297, 0.000144537281145831, 0.000419444444444454, 0.000208109623479129, 0.000576666666666662, 0.000389912054515396, 0.00121277777777777, 0.00198177853299662, 0.00396333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1245, '2021-11-07 00:00:00', 0.000108675331309968, 0.000302592592592593, 0.000136505794414873, 0.000431296296296289, 0.000208610755459648, 0.0005487037037037, 0.000382402157755957, 0.00118944444444444, 0.00196140501054336, 0.00394666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1260, '2021-11-07 00:00:00', 0.000110350387299787, 0.000291851851851852, 0.000187448758430248, 0.000397037037037039, 0.000242835956963346, 0.000570925925925924, 0.000386791075623962, 0.00116648148148148, 0.00197509197737431, 0.00393537037037036 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1275, '2021-11-07 00:00:00', 0.000109333971751313, 0.000249074074074069, 0.000141730252195722, 0.000340185185185181, 0.000285081834604815, 0.000547962962962967, 0.00037125777592171, 0.00116851851851851, 0.00195075474837794, 0.00393962962962962 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1290, '2021-11-07 00:00:00', 9.45468273613868e-05, 0.000246111111111112, 0.000157483097270557, 0.000390185185185188, 0.000246278858924754, 0.00054925925925926, 0.000365734635168483, 0.00117314814814814, 0.00193514113828196, 0.00393907407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1305, '2021-11-07 00:00:00', 0.000116699018713365, 0.000299259259259267, 0.000169456143634213, 0.000413333333333356, 0.000194045072157189, 0.000531481481481493, 0.000361115614699067, 0.00118388888888889, 0.00192531528849536, 0.00393703703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1320, '2021-11-07 00:00:00', 9.48394204406281e-05, 0.000276851851851877, 0.000122020326642581, 0.000382962962962959, 0.000142370048708401, 0.000483333333333334, 0.000404481923923206, 0.00119962962962961, 0.00193080528422315, 0.00393074074074073 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1335, '2021-11-07 00:00:00', 8.44050740430689e-05, 0.000248703703703692, 8.03588816345239e-05, 0.000319629629629627, 0.000331709291595894, 0.000833148148148137, 0.000426673177033658, 0.00120833333333333, 0.00196060126904537, 0.00391351851851851 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1350, '2021-11-07 00:00:00', 6.00984472496981e-05, 0.000213148148148159, 8.92003091737836e-05, 0.000320185185185173, 0.000340143676698104, 0.000881481481481479, 0.00043672375173286, 0.00121259259259258, 0.00197249614084312, 0.00390388888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1365, '2021-11-07 00:00:00', 0.000100070487977744, 0.00026055555555554, 0.000323104928578609, 0.00079277777777777, 0.000356033566233411, 0.000918148148148143, 0.000465211865467845, 0.00122981481481481, 0.00197811633398271, 0.00390333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 0, '2021-11-07 00:00:00', 0.000193559207134843, 0.000548799999999998, 0.000258073794356035, 0.000733000000000001, 0.00028925190866554, 0.000894999999999988, 0.000417219766230372, 0.0012616, 0.00191604438448938, 0.0040614 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 15, '2021-11-07 00:00:00', 0.000278020083207424, 0.000480800000000006, 0.00031828354759027, 0.000637599999999998, 0.000307628428465243, 0.000860400000000001, 0.000450911299481385, 0.00118279999999999, 0.00192871016917178, 0.004027 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 30, '2021-11-07 00:00:00', 0.000311551205817189, 0.000416923076923071, 0.000320181919443395, 0.000562692307692305, 0.000357377897383779, 0.000789807692307695, 0.000515771117991163, 0.00116038461538461, 0.00189236091857601, 0.00400038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 45, '2021-11-07 00:00:00', 0.000210241619242104, 0.000383461538461518, 0.000263552724253698, 0.000630961538461534, 0.000338976343626603, 0.000734807692307694, 0.000539183142854511, 0.00116230769230768, 0.00187756327354202, 0.00397961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 60, '2021-11-07 00:00:00', 0.000263601097231294, 0.000533461538461545, 0.000310203221230095, 0.000599038461538466, 0.000347826271843586, 0.000673653846153853, 0.000527268760836309, 0.00113788461538461, 0.00187643570674255, 0.00397480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 75, '2021-11-07 00:00:00', 0.000110545674514401, 0.000252884615384611, 0.000146244789519273, 0.000323461538461544, 0.000150894384867743, 0.000416346153846153, 0.00036605469326529, 0.00101403846153846, 0.0016933278227752, 0.00388865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 90, '2021-11-07 00:00:00', 8.06979172355336e-05, 0.000203076923076913, 0.00010082677452708, 0.000275961538461532, 0.000123929880919061, 0.000371153846153839, 0.000339035566548157, 0.00099865384615383, 0.00164179296924008, 0.00387307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 105, '2021-11-07 00:00:00', 7.83100347239117e-05, 0.000177307692307701, 9.59849747857254e-05, 0.000263653846153853, 0.00012265665023207, 0.000340576923076917, 0.000326163302656841, 0.000982499999999993, 0.00164216987081587, 0.00387173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 120, '2021-11-07 00:00:00', 7.54280094884228e-05, 0.000205769230769229, 9.45468951611646e-05, 0.000251346153846152, 0.000149177359593828, 0.000371730769230766, 0.000329108410943663, 0.000997115384615384, 0.00164514223140082, 0.0038651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 135, '2021-11-07 00:00:00', 6.15632882612667e-05, 0.000160961538461543, 6.40303413655232e-05, 0.000226730769230764, 0.000148395132617664, 0.000438653846153846, 0.000321735916552702, 0.00102, 0.0016416022309364, 0.00386826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 150, '2021-11-07 00:00:00', 4.98231487748943e-05, 0.000162884615384615, 0.000131034493403585, 0.000280961538461547, 0.000181835513159966, 0.000478076923076925, 0.000320915037881473, 0.00103230769230768, 0.00164265162044599, 0.00387711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 165, '2021-11-07 00:00:00', 0.000130131294645643, 0.000233076923076934, 0.000144360126606507, 0.000389615384615396, 0.000214180728860897, 0.000505769230769235, 0.000327889521731853, 0.00103846153846154, 0.0016382063831661, 0.00388307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 180, '2021-11-07 00:00:00', 0.000103533160796976, 0.000313653846153847, 0.000132561886853459, 0.000399423076923076, 0.000206316784059391, 0.00057615384615385, 0.000314223830071205, 0.00102115384615384, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 195, '2021-11-07 00:00:00', 8.87461808495722e-05, 0.000241730769230769, 0.000105838956038803, 0.000308269230769235, 0.000203647602867898, 0.000542115384615383, 0.000325746302889458, 0.000979423076923067, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 210, '2021-11-07 00:00:00', 6.76896197018768e-05, 0.000206730769230774, 0.000172736460005937, 0.000391730769230773, 0.000213549489850443, 0.000565769230769231, 0.000321200692115351, 0.000973269230769219, 0.00158993556957022, 0.00388134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 225, '2021-11-07 00:00:00', 0.000173875397472309, 0.000319423076923077, 0.000195244718238427, 0.000432499999999994, 0.00022422524732613, 0.000585192307692311, 0.00030651339536546, 0.000962307692307685, 0.00158582821118323, 0.00388865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 240, '2021-11-07 00:00:00', 0.000117866939319805, 0.000276153846153832, 0.000165318922552287, 0.000412115384615386, 0.000213402472770623, 0.00056115384615385, 0.000298019101091498, 0.000919230769230762, 0.00159304000625799, 0.00390730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 255, '2021-11-07 00:00:00', 9.86236046016182e-05, 0.000268846153846152, 0.000125818703513619, 0.000362115384615383, 0.000171216125229083, 0.000530192307692297, 0.000300709929231582, 0.000917307692307681, 0.00156894635148756, 0.00393442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 270, '2021-11-07 00:00:00', 9.013515492774e-05, 0.000252884615384615, 0.00011295080617413, 0.000381730769230776, 0.000159661781949811, 0.000511730769230753, 0.000322029442036697, 0.000909807692307683, 0.00156844430518317, 0.00393846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 285, '2021-11-07 00:00:00', 0.000110938652485883, 0.000264230769230758, 0.000113985154229025, 0.00035384615384614, 0.000148242654507352, 0.000498269230769199, 0.000380376584655069, 0.000907115384615371, 0.00155647827334165, 0.00395115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 300, '2021-11-07 00:00:00', 6.85265249037693e-05, 0.000241730769230769, 0.000131443465472379, 0.000335769230769214, 0.000165485300300011, 0.000485769230769223, 0.000373703708221463, 0.000902692307692299, 0.00155500364827669, 0.0039528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 315, '2021-11-07 00:00:00', 0.000119422971633786, 0.000234615384615367, 0.000150712793597104, 0.000367115384615369, 0.00019017845870089, 0.000510384615384616, 0.000372064717282031, 0.00096807692307692, 0.00155205075254049, 0.00395653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 330, '2021-11-07 00:00:00', 9.35202569582521e-05, 0.00024903846153847, 0.000102208873617478, 0.000334423076923081, 0.000146618421552219, 0.000454807692307696, 0.000451912219182168, 0.00101442307692307, 0.00155519373020261, 0.00395153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 345, '2021-11-07 00:00:00', 9.0784614081068e-05, 0.000220384615384616, 0.000111733370815743, 0.000342115384615388, 0.00014342365967248, 0.000422884615384606, 0.000495046112848216, 0.00112057692307691, 0.00155180009616623, 0.00396153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 360, '2021-11-07 00:00:00', 7.72471059950813e-05, 0.000263653846153848, 0.00010099200272983, 0.000310769230769226, 0.000131683770391856, 0.000408846153846138, 0.000539840610379929, 0.00121173076923077, 0.00155265499659825, 0.00396346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 375, '2021-11-07 00:00:00', 7.5472868278316e-05, 0.00019192307692307, 0.000104020892871811, 0.000272115384615378, 0.000104568159589817, 0.000382499999999991, 0.000546071459116419, 0.00142903846153846, 0.00155133878906624, 0.00397096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 390, '2021-11-07 00:00:00', 8.03063844573797e-05, 0.000188653846153844, 0.000104749518082244, 0.000267307692307693, 0.000105780614771979, 0.00038153846153845, 0.00058574741865544, 0.00156096153846154, 0.00154829986163483, 0.0039776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 405, '2021-11-07 00:00:00', 6.54455146256461e-05, 0.000191346153846148, 4.90290337845506e-05, 0.0002603846153846, 0.000117313682066491, 0.000377499999999996, 0.000773035176829205, 0.00168923076923076, 0.00154530192469353, 0.00398096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 420, '2021-11-07 00:00:00', 6.56845608835412e-05, 0.000177692307692298, 9.53721455868902e-05, 0.000260384615384605, 0.000161164034926658, 0.000410384615384622, 0.000826883514259295, 0.00175211538461538, 0.00154020099837151, 0.00397865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 435, '2021-11-07 00:00:00', 8.33583552177969e-05, 0.000178846153846138, 0.000113313044941189, 0.000255384615384615, 0.000256680960307949, 0.000466346153846143, 0.000889408295095439, 0.00180865384615385, 0.00153761043380754, 0.00397961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 450, '2021-11-07 00:00:00', 8.23353835517648e-05, 0.000181346153846155, 0.000116157883271663, 0.000295576923076934, 0.000300736851493381, 0.000464423076923075, 0.00089192378511929, 0.00185096153846154, 0.00150295621513582, 0.00396423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 465, '2021-11-07 00:00:00', 8.92076229926524e-05, 0.000215000000000004, 0.000181831282744796, 0.000338846153846149, 0.000309506120232767, 0.000494038461538466, 0.000870378962556835, 0.00195846153846153, 0.00148130250637222, 0.00395634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 480, '2021-11-07 00:00:00', 0.000141209609609808, 0.000241923076923061, 0.000229342622426662, 0.000334038461538455, 0.000298991702997831, 0.000515961538461541, 0.00092485460395757, 0.00200403846153846, 0.00146104530546297, 0.00393923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 495, '2021-11-07 00:00:00', 0.000114756766182297, 0.000201346153846149, 0.000185249519878965, 0.000314230769230774, 0.000203331862121627, 0.000590384615384619, 0.000896400773177838, 0.00200788461538461, 0.00139466130434818, 0.00392307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 510, '2021-11-07 00:00:00', 0.000111806150924771, 0.000236153846153856, 0.000164456213485082, 0.000390384615384624, 0.00023275548411287, 0.000703653846153857, 0.000902925586847871, 0.00210115384615384, 0.00136937919679517, 0.00391576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 525, '2021-11-07 00:00:00', 0.000136689569688177, 0.000295961538461539, 0.000171054197439112, 0.000513461538461537, 0.00028035039888296, 0.00082711538461538, 0.000910803195832347, 0.00215230769230769, 0.00136704588860011, 0.00391769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 540, '2021-11-07 00:00:00', 0.000152046045657238, 0.000409999999999992, 0.000223352084938007, 0.000598076923076917, 0.000332647884984439, 0.000903846153846153, 0.000892058833002854, 0.00224480769230768, 0.00135337590718686, 0.00389288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 555, '2021-11-07 00:00:00', 0.000160427433871082, 0.000404807692307688, 0.000226947977773265, 0.000614230769230762, 0.000376656801549971, 0.00112211538461539, 0.000924175328853515, 0.00226596153846154, 0.00136182620601332, 0.00390115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 570, '2021-11-07 00:00:00', 0.000145885228861582, 0.000452499999999997, 0.000311832548752598, 0.000703461538461548, 0.000421910535540408, 0.00122250000000001, 0.000908740400435998, 0.00228134615384615, 0.00133782044328137, 0.00388846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 585, '2021-11-07 00:00:00', 0.000294241985708792, 0.000552115384615393, 0.000371966344631441, 0.000925192307692322, 0.00051239246526616, 0.00133096153846155, 0.000860252199156626, 0.00229538461538461, 0.00132707116787888, 0.00386326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 600, '2021-11-07 00:00:00', 0.000304078684149119, 0.000685384615384622, 0.000276872714437527, 0.000947500000000011, 0.000461046635385188, 0.001285, 0.000771967217319085, 0.00231076923076924, 0.00129122273595464, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 615, '2021-11-07 00:00:00', 0.000191629450121447, 0.000589615384615387, 0.000391072293139695, 0.000871538461538462, 0.000456847769629435, 0.00117826923076923, 0.000739332053014991, 0.00225826923076923, 0.00129955496820436, 0.00384634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 630, '2021-11-07 00:00:00', 0.000297397234998265, 0.00063365384615386, 0.000306115362869309, 0.00083615384615385, 0.000392101831357424, 0.00114461538461538, 0.000711156804087527, 0.002215, 0.00130876577207454, 0.00380461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 645, '2021-11-07 00:00:00', 0.000199711426428621, 0.000560576923076919, 0.000255519982659803, 0.000807692307692313, 0.000396240408765256, 0.00112230769230769, 0.000728782968643337, 0.00222615384615384, 0.00135123185962349, 0.00377653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 660, '2021-11-07 00:00:00', 0.000228385722980967, 0.000594038461538467, 0.000298975687202939, 0.000807307692307691, 0.000411713912995226, 0.00114788461538462, 0.000727421790667881, 0.00222730769230769, 0.00135550751210926, 0.00374884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 675, '2021-11-07 00:00:00', 0.000257994409599548, 0.000528653846153846, 0.000320881058721375, 0.000820576923076919, 0.000409646047967485, 0.00110826923076922, 0.000676763138885283, 0.00225788461538461, 0.00135740931132123, 0.00380903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 690, '2021-11-07 00:00:00', 0.000212666315006533, 0.000580192307692304, 0.000276027102905602, 0.000799807692307697, 0.000476984437740001, 0.00114692307692307, 0.000655280444953506, 0.00226230769230769, 0.00135008375808546, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 705, '2021-11-07 00:00:00', 0.000210495751829963, 0.000592307692307704, 0.000375600698369135, 0.000763269230769227, 0.000512570595513058, 0.00118384615384615, 0.00064961373138197, 0.00227, 0.00134140908978352, 0.00382211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 720, '2021-11-07 00:00:00', 0.000290748966530344, 0.000554807692307672, 0.000420831457218455, 0.000853653846153832, 0.000499171929684154, 0.00124615384615384, 0.000731364373041128, 0.00223961538461538, 0.00127003930890104, 0.00382461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 735, '2021-11-07 00:00:00', 0.000227952761638138, 0.000567692307692303, 0.000264790555839005, 0.000800961538461542, 0.00042019684032056, 0.00111576923076923, 0.000789494775156885, 0.002145, 0.00122625552613827, 0.00377115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 750, '2021-11-07 00:00:00', 0.000166499364748153, 0.000545961538461545, 0.000362876541836732, 0.000800769230769237, 0.000397465866942838, 0.00100865384615384, 0.00090638175434825, 0.00215173076923076, 0.00120272434337793, 0.00374961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 765, '2021-11-07 00:00:00', 0.000254180810871686, 0.000518269230769231, 0.000339237153262798, 0.000725384615384611, 0.000389362990616137, 0.000998461538461525, 0.000901743951377641, 0.00214692307692307, 0.00116997264925297, 0.00373 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 780, '2021-11-07 00:00:00', 0.000286022121253148, 0.000544423076923087, 0.000329403248314285, 0.000742500000000009, 0.000406509958246839, 0.00110711538461539, 0.000856936493473199, 0.00220807692307691, 0.0011471549422543, 0.00375730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 795, '2021-11-07 00:00:00', 0.000197283084385399, 0.000488846153846167, 0.000257720853757599, 0.00071596153846154, 0.000363338632047923, 0.0010748076923077, 0.000858600672830275, 0.00223134615384615, 0.00109966967068088, 0.00378076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 810, '2021-11-07 00:00:00', 0.000199173387935089, 0.000530961538461532, 0.000324985976028778, 0.000788269230769224, 0.000402206988425683, 0.00104730769230767, 0.000980493439353556, 0.00227076923076921, 0.00108735594978759, 0.00380480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 825, '2021-11-07 00:00:00', 0.000222951529744446, 0.000529230769230765, 0.000260987768649436, 0.000733846153846153, 0.000370699339087619, 0.00106, 0.000987778393085281, 0.00225307692307692, 0.00109058876124498, 0.00382961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 840, '2021-11-07 00:00:00', 0.000229259426448256, 0.00053173076923076, 0.000299245975488646, 0.000726923076923052, 0.00038575126501612, 0.00111403846153846, 0.00102241155344381, 0.00233423076923078, 0.001203922898758, 0.00399711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 855, '2021-11-07 00:00:00', 0.000298871274065514, 0.000499038461538451, 0.000347498754840049, 0.000770769230769237, 0.000345141442577697, 0.00111115384615385, 0.000989895118764526, 0.0022621153846154, 0.00127116247524129, 0.00402403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 870, '2021-11-07 00:00:00', 0.000242919423171238, 0.000529615384615387, 0.00028244264223704, 0.000794615384615389, 0.000336298459476307, 0.00105557692307693, 0.000972329083260311, 0.00226538461538463, 0.00127771442577995, 0.00402192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 885, '2021-11-07 00:00:00', 0.000216749057313183, 0.000556923076923075, 0.000247820732354285, 0.000751346153846153, 0.000359396074632887, 0.00105653846153847, 0.000962160569519687, 0.00226019230769232, 0.00127966727947302, 0.00401788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 900, '2021-11-07 00:00:00', 0.000184010869244167, 0.000519999999999995, 0.000292857539533359, 0.000713461538461537, 0.000474284886799217, 0.00105307692307692, 0.000975561613399406, 0.00224269230769232, 0.00132115555480799, 0.00406000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 915, '2021-11-07 00:00:00', 0.000208376139192119, 0.00048115384615383, 0.000298941465842398, 0.000709999999999984, 0.000475256894094785, 0.00106634615384614, 0.000961185746076973, 0.00218403846153846, 0.00129924125787086, 0.00405538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 930, '2021-11-07 00:00:00', 0.000250611022533697, 0.000536730769230767, 0.000351285989122609, 0.000769615384615375, 0.000557612906814552, 0.00113192307692306, 0.000959095427192505, 0.00212096153846153, 0.00140357994209315, 0.00411442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 945, '2021-11-07 00:00:00', 0.000208382137873225, 0.000486346153846146, 0.000268258486137191, 0.000718846153846145, 0.000444426553592893, 0.00110519230769229, 0.00078833505176806, 0.00202692307692308, 0.00156981783607576, 0.00410096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 960, '2021-11-07 00:00:00', 0.000194546019867164, 0.000521923076923076, 0.000329706454522572, 0.000792884615384609, 0.000427696918209791, 0.00122057692307692, 0.000789813999525312, 0.00201307692307693, 0.00158054178880341, 0.00411211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 975, '2021-11-07 00:00:00', 0.000236876874865725, 0.000559423076923078, 0.000289042450967918, 0.000808461538461531, 0.000439022734648752, 0.00123480769230769, 0.000744971450149914, 0.0019273076923077, 0.00159506734846961, 0.00409038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 990, '2021-11-07 00:00:00', 0.000201837710892839, 0.00058730769230768, 0.000252648204791988, 0.000926346153846146, 0.00049337803418412, 0.00125673076923075, 0.000690409688852599, 0.00183846153846155, 0.00160401713255766, 0.00400980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1005, '2021-11-07 00:00:00', 0.000216317786174382, 0.000689230769230767, 0.000303185650157688, 0.000916538461538462, 0.000519843763511255, 0.00121346153846152, 0.000705237548631667, 0.001795, 0.00160633926869571, 0.00398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1020, '2021-11-07 00:00:00', 0.000271470922086434, 0.000597692307692308, 0.000401671699085389, 0.000858076923076912, 0.00054350217606245, 0.00126115384615384, 0.000691793321737071, 0.001675, 0.00158081640300196, 0.0039825 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1035, '2021-11-07 00:00:00', 0.000197475704445268, 0.000515576923076906, 0.000277924450165868, 0.000704999999999986, 0.000441158265687753, 0.00111115384615384, 0.000639460229111556, 0.00151423076923077, 0.00172451742413752, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1050, '2021-11-07 00:00:00', 0.000233934573364826, 0.000510769230769229, 0.000378155899881771, 0.000938269230769224, 0.000452459815470277, 0.00115673076923077, 0.000655552849480167, 0.00148653846153846, 0.00181886740963881, 0.00403442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1065, '2021-11-07 00:00:00', 0.000272587388951491, 0.000753269230769221, 0.000337589475319009, 0.00089057692307692, 0.000400148674293029, 0.00108980769230769, 0.000669544966031755, 0.00138730769230769, 0.00184050157252353, 0.00399403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1080, '2021-11-07 00:00:00', 0.00023075394821191, 0.000505769230769243, 0.000299967434129874, 0.000662307692307706, 0.000361912229053496, 0.000862692307692319, 0.000683835900243289, 0.00124846153846156, 0.00183155151757697, 0.0040148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1095, '2021-11-07 00:00:00', 0.00014956925331919, 0.000434807692307693, 0.000197834818433489, 0.000576153846153842, 0.000296418428265509, 0.000753269230769225, 0.000659348075461965, 0.00117173076923078, 0.00182506821790311, 0.004005 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1110, '2021-11-07 00:00:00', 0.000152375674416369, 0.000407884615384614, 0.000196724719810745, 0.000558846153846156, 0.000288808493908767, 0.000702884615384626, 0.000603435198228898, 0.00112403846153848, 0.00180445337983558, 0.00403 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1125, '2021-11-07 00:00:00', 0.000156937518189202, 0.000400769230769247, 0.000246755874374802, 0.000532307692307704, 0.000284296432510975, 0.000692307692307706, 0.000523488630395975, 0.0010821153846154, 0.00179201154700951, 0.00401576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1140, '2021-11-07 00:00:00', 0.000167333959034496, 0.000379423076923073, 0.000190344727756301, 0.000493653846153843, 0.000300459391854969, 0.000695384615384615, 0.000483327926583385, 0.00104173076923077, 0.00177105800626024, 0.00401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1155, '2021-11-07 00:00:00', 0.000111325579339992, 0.000334230769230764, 0.000197306477729052, 0.000489615384615377, 0.000295625542770689, 0.000682692307692314, 0.000478506008321744, 0.000989999999999999, 0.00176232739471242, 0.00402538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1170, '2021-11-07 00:00:00', 0.000155942297020411, 0.000369999999999994, 0.000256845059550286, 0.000510769230769229, 0.000280203772005577, 0.000673076923076926, 0.000481056529542412, 0.000935769230769225, 0.00176187078239188, 0.00402557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1185, '2021-11-07 00:00:00', 0.000168921465594113, 0.000342307692307689, 0.000202196401094052, 0.000470769230769236, 0.000273525417184868, 0.000636923076923073, 0.000396227789962373, 0.000897307692307687, 0.00175884071303975, 0.00400942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1200, '2021-11-07 00:00:00', 0.000125533323801354, 0.000318846153846155, 0.000180373650642631, 0.000455576923076923, 0.00022277109673041, 0.000575192307692297, 0.000283726100315071, 0.000867499999999991, 0.00177532302586146, 0.00397038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1215, '2021-11-07 00:00:00', 0.000126121583585648, 0.000280576923076938, 0.000186103465846293, 0.000377500000000009, 0.000205830867835343, 0.000512115384615383, 0.000276638058452941, 0.000848846153846147, 0.00177134860617989, 0.00397673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1230, '2021-11-07 00:00:00', 0.000128180161671577, 0.000251923076923079, 0.000167291201662981, 0.000362884615384614, 0.000222305749259551, 0.000490384615384617, 0.000263249808240134, 0.000837692307692287, 0.00176995949540791, 0.00398115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1245, '2021-11-07 00:00:00', 0.000140613490982035, 0.000256923076923082, 0.000174670679147507, 0.000364615384615386, 0.000255641049430338, 0.000482115384615392, 0.000251887642839795, 0.00082423076923075, 0.00176619495395742, 0.00399115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1260, '2021-11-07 00:00:00', 0.000156334577109485, 0.000277500000000007, 0.000189254813982063, 0.000349230769230781, 0.000236127165869459, 0.000485961538461541, 0.000262467873491957, 0.000830769230769212, 0.00175485340172292, 0.0040176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1275, '2021-11-07 00:00:00', 9.57633300622585e-05, 0.000216153846153853, 0.000136836230020238, 0.000308076923076917, 0.000156381314051968, 0.000433653846153852, 0.000272856400666391, 0.000801153846153825, 0.00175370996856555, 0.00402057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1290, '2021-11-07 00:00:00', 0.000106266899108587, 0.000229423076923073, 0.000136973888584095, 0.000334615384615382, 0.000161607906318403, 0.00042365384615385, 0.000260582778815841, 0.000799230769230757, 0.00174761495715205, 0.00403596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1305, '2021-11-07 00:00:00', 9.76518541318328e-05, 0.000271730769230765, 0.000127129249796623, 0.000344615384615396, 0.000146635078183389, 0.000415384615384625, 0.00026142810454531, 0.000795576923076904, 0.00174647993227698, 0.00404192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1320, '2021-11-07 00:00:00', 9.60496666394166e-05, 0.000246538461538484, 0.000119794214577145, 0.000305576923076935, 0.000204534462020074, 0.000432884615384625, 0.000260190536693042, 0.000783653846153826, 0.00174027898956992, 0.00405519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1335, '2021-11-07 00:00:00', 9.67798850683662e-05, 0.000217884615384608, 0.000143384501898277, 0.000281346153846144, 0.000219322470699756, 0.000422884615384602, 0.000259654504175185, 0.000777307692307665, 0.0017399797081045, 0.00405576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1350, '2021-11-07 00:00:00', 8.79836086132704e-05, 0.000193653846153842, 0.000182336544292721, 0.000336153846153854, 0.000218295582956815, 0.000409807692307678, 0.000257190815124913, 0.000778653846153819, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1365, '2021-11-07 00:00:00', 0.000175817759670007, 0.000278269230769248, 0.000183449846426334, 0.000329615384615383, 0.00019516432918086, 0.000406346153846147, 0.000260226898036206, 0.000784038461538435, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1380, '2021-11-07 00:00:00', 9.04154939070879e-05, 0.000219807692307689, 0.000123808940897478, 0.000285576923076911, 0.000179439833499019, 0.000479423076923071, 0.000241826702095027, 0.000743076923076898, 0.00173784999795283, 0.00407384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1395, '2021-11-07 00:00:00', 8.1538334542706e-05, 0.000197499999999996, 8.65210067866808e-05, 0.000253269230769225, 0.000234149196355324, 0.000564615384615377, 0.000249067568836564, 0.000749423076923055, 0.00173700632167488, 0.00407519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1410, '2021-11-07 00:00:00', 6.56860247400764e-05, 0.000185576923076922, 0.00018400501665402, 0.000394615384615382, 0.000235936187591859, 0.00058173076923075, 0.000249092275148118, 0.000794807692307673, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1425, '2021-11-07 00:00:00', 0.00018694343035754, 0.000350384615384622, 0.000244613745761317, 0.00051673076923076, 0.000242285670549961, 0.000572884615384594, 0.000251715345945808, 0.000816153846153821, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 0, '2021-11-07 00:00:00', 0.00021130874240169, 0.00042423076923076, 0.000223166719327465, 0.000494230769230753, 0.000230584291278952, 0.00057865384615382, 0.000266909448776455, 0.000834423076923048, 0.00174101986026759, 0.00407307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 15, '2021-11-07 00:00:00', 0.000191965057584273, 0.000276200000000002, 0.000199717091573717, 0.000348399999999991, 0.00018752377627029, 0.000478799999999984, 0.000400262934415195, 0.000794999999999986, 0.00179791935303006, 0.0040584 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 30, '2021-11-07 00:00:00', 0.000137511514669389, 0.000238599999999991, 0.000161853328665202, 0.000400599999999978, 0.000169117069905258, 0.000446199999999988, 0.000395678952350677, 0.000775799999999989, 0.0018049636884621, 0.0040478 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 45, '2021-11-07 00:00:00', 0.000185932335362459, 0.000339999999999994, 0.000164059694420466, 0.00039979999999999, 0.000176556884128987, 0.000436599999999996, 0.000414920474308042, 0.000805599999999993, 0.00180690246001272, 0.0040456 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 60, '2021-11-07 00:00:00', 6.76452852413519e-05, 0.000251730769230766, 9.6377463053428e-05, 0.000288846153846159, 9.64008059334211e-05, 0.000326346153846165, 0.000400069801601971, 0.000785384615384611, 0.00178424812865683, 0.00401923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 75, '2021-11-07 00:00:00', 8.66922053101617e-05, 0.000141538461538462, 7.85437163916658e-05, 0.000186346153846149, 8.10953854325851e-05, 0.000257692307692301, 0.000372253428976301, 0.000771153846153847, 0.00178718321560882, 0.00401461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 90, '2021-11-07 00:00:00', 5.48284036440372e-05, 0.000133076923076924, 6.37338214765042e-05, 0.000175000000000011, 0.000100980005637062, 0.000269807692307696, 0.000359326934912822, 0.000779615384615389, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 105, '2021-11-07 00:00:00', 4.98412865619764e-05, 0.000121923076923086, 6.37534312802012e-05, 0.000192499999999997, 0.000105168728900084, 0.000272307692307691, 0.000371890389145037, 0.000812692307692307, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 120, '2021-11-07 00:00:00', 5.87789208684501e-05, 0.000155192307692304, 8.30690167177899e-05, 0.000217307692307685, 9.76311740882345e-05, 0.000269615384615383, 0.000351552819097464, 0.00082576923076923, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 135, '2021-11-07 00:00:00', 7.71564344991053e-05, 0.000141346153846149, 8.51019750290561e-05, 0.000197115384615378, 0.000121881562939661, 0.000363653846153837, 0.000339562218157426, 0.000827499999999998, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 150, '2021-11-07 00:00:00', 6.7159969762196e-05, 0.000132692307692306, 6.88836812202974e-05, 0.00019980769230769, 0.00013796153310028, 0.00042423076923076, 0.00031393311389529, 0.000829999999999993, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 165, '2021-11-07 00:00:00', 5.60181975927355e-05, 0.000155961538461544, 0.000105025454789991, 0.000317884615384597, 0.000144381572444465, 0.000440961538461519, 0.000295517603276266, 0.000864423076923069, 0.001790854716437, 0.00400884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 180, '2021-11-07 00:00:00', 9.04469670367788e-05, 0.000270576923076911, 0.000121767748666809, 0.000355769230769221, 0.000136800809714194, 0.000452692307692289, 0.000291111398186054, 0.000869615384615373, 0.00179173997941838, 0.00400692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 195, '2021-11-07 00:00:00', 8.75899537618296e-05, 0.000214999999999999, 0.000105334631605099, 0.000294230769230771, 0.000222076303588147, 0.000446730769230762, 0.000272986967848975, 0.00085173076923076, 0.00179210898535347, 0.00400615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 210, '2021-11-07 00:00:00', 7.64453047308051e-05, 0.000208269230769242, 9.73583784075779e-05, 0.000304423076923086, 0.000212819262430671, 0.000440961538461545, 0.000268322782082735, 0.000851346153846142, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 225, '2021-11-07 00:00:00', 9.31161392273904e-05, 0.000231153846153853, 0.000206304479984157, 0.000341538461538461, 0.000221211089581528, 0.000497115384615388, 0.000234549322351151, 0.000854230769230763, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 240, '2021-11-07 00:00:00', 0.000196422719193545, 0.000268269230769225, 0.000190839038096346, 0.000368461538461548, 0.000220761967181492, 0.000530384615384618, 0.000211405188787195, 0.000861923076923083, 0.00179716443321139, 0.00400500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 255, '2021-11-07 00:00:00', 0.000120591650431713, 0.000252884615384641, 0.000169055862410586, 0.000376730769230778, 0.000193903227251283, 0.000517307692307704, 0.000193929408251093, 0.000851153846153845, 0.00179692613606168, 0.00399346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 270, '2021-11-07 00:00:00', 0.00013002322277786, 0.000280961538461534, 0.000134783587222682, 0.000376153846153842, 0.000144007478438297, 0.000498076923076928, 0.000202466331484073, 0.000821153846153837, 0.00179612510271846, 0.00398576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 285, '2021-11-07 00:00:00', 7.86963492457993e-05, 0.000236346153846148, 8.70411043481912e-05, 0.00034307692307692, 0.000147588435027443, 0.000452884615384627, 0.000199629368118497, 0.000793269230769235, 0.00179936164962852, 0.00397288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 300, '2021-11-07 00:00:00', 7.18920130366486e-05, 0.000232692307692303, 8.68387099078686e-05, 0.000289807692307699, 0.00012434768254312, 0.000397884615384622, 0.000202245186307654, 0.000796346153846149, 0.00180156449104234, 0.00397115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 315, '2021-11-07 00:00:00', 6.50730358904531e-05, 0.000187500000000007, 0.0001247978365197, 0.000297500000000006, 0.000126065306640884, 0.000392307692307692, 0.000248217956333038, 0.000888076923076921, 0.0018082600327812, 0.00399288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 330, '2021-11-07 00:00:00', 9.00410162947157e-05, 0.000205769230769234, 9.06143561388634e-05, 0.000289807692307704, 0.000103993527905117, 0.000374423076923075, 0.000249446155743841, 0.000894230769230777, 0.00181121943622352, 0.00398538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 345, '2021-11-07 00:00:00', 6.83385238804008e-05, 0.000193076923076924, 7.84633672486522e-05, 0.000262499999999995, 0.000113076726844408, 0.000372115384615363, 0.000288795176286146, 0.000979423076923084, 0.00180781994721225, 0.00399019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 360, '2021-11-07 00:00:00', 7.38983189149787e-05, 0.000200192307692317, 9.36515637061875e-05, 0.000271153846153842, 0.000120354124917315, 0.00038134615384615, 0.000336498942734647, 0.00108846153846154, 0.00180842971620729, 0.00398903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 375, '2021-11-07 00:00:00', 6.82937659053574e-05, 0.000175961538461534, 9.84307644215611e-05, 0.000258846153846137, 0.000114072176881392, 0.00035769230769229, 0.000412567616835748, 0.00131403846153846, 0.00180719046716593, 0.00398423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 390, '2021-11-07 00:00:00', 9.97552774774927e-05, 0.000198653846153845, 9.57651373854769e-05, 0.000269807692307688, 0.000116860370330775, 0.000352884615384604, 0.000393009346140568, 0.00141788461538461, 0.00180736047445312, 0.00398326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 405, '2021-11-07 00:00:00', 6.36435385565595e-05, 0.00018749999999999, 7.88513694335144e-05, 0.000246538461538454, 0.000115021068304229, 0.000370384615384612, 0.000402878536763391, 0.00155134615384615, 0.0018072005550447, 0.00398461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 420, '2021-11-07 00:00:00', 6.27485825767137e-05, 0.000175769230769234, 6.9771329796274e-05, 0.000250961538461539, 0.000123433725599544, 0.000413269230769244, 0.000457967793627449, 0.0016775, 0.00180700190498389, 0.00398673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 435, '2021-11-07 00:00:00', 6.82689815813324e-05, 0.000189423076923071, 8.85750442367196e-05, 0.000288461538461537, 0.000175442407819602, 0.000464038461538457, 0.000474330621467288, 0.00181153846153847, 0.00180680142368092, 0.00399076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 450, '2021-11-07 00:00:00', 8.0863845681865e-05, 0.000209807692307696, 0.000118481579223883, 0.00031173076923077, 0.000180759615128869, 0.000450961538461534, 0.000520644164620953, 0.00199288461538462, 0.0018068675508055, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 465, '2021-11-07 00:00:00', 9.39674657282138e-05, 0.000203269230769234, 0.000126517253308052, 0.000326153846153839, 0.00015392168338278, 0.000461730769230762, 0.000539259071461802, 0.00207288461538462, 0.00180841559425329, 0.00398480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 480, '2021-11-07 00:00:00', 0.00010350789639146, 0.000233269230769217, 0.000127876292383867, 0.000317115384615387, 0.000150745327775526, 0.000506923076923063, 0.000553435181389827, 0.0021225, 0.00180752440136737, 0.00398230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 495, '2021-11-07 00:00:00', 6.60026223255163e-05, 0.000217115384615394, 9.75121294230455e-05, 0.000333846153846159, 0.000192429107825344, 0.000604807692307696, 0.000574620443289429, 0.00215557692307692, 0.00180530091248395, 0.00397576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 510, '2021-11-07 00:00:00', 8.33343589680592e-05, 0.000258846153846154, 9.25005197490428e-05, 0.000377115384615374, 0.000169777342875437, 0.000647884615384615, 0.000605975120078229, 0.00218538461538461, 0.00179523913127515, 0.00395846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 525, '2021-11-07 00:00:00', 8.05798695991486e-05, 0.000263653846153823, 0.00018504770694647, 0.000500576923076927, 0.000249286057495275, 0.000788461538461546, 0.000621374159547876, 0.00218461538461538, 0.00180331554685764, 0.00394519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 540, '2021-11-07 00:00:00', 0.000155189834123833, 0.000436730769230782, 0.000178314437053019, 0.00056096153846155, 0.000345687775979332, 0.000900961538461535, 0.000639126356834072, 0.0022575, 0.00180169125674057, 0.00394423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 555, '2021-11-07 00:00:00', 0.000121362933132235, 0.000379807692307674, 0.000248033496497181, 0.000621153846153837, 0.000406610567799407, 0.00106307692307691, 0.000787483943670266, 0.00227019230769231, 0.0018196139594811, 0.0039348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 570, '2021-11-07 00:00:00', 0.000217873728426504, 0.000500192307692309, 0.000297516450741022, 0.000684038461538459, 0.000377322602230297, 0.00112711538461539, 0.000830545233334946, 0.00233076923076922, 0.00182091351756792, 0.00390403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 585, '2021-11-07 00:00:00', 0.000186912155426423, 0.000471923076923081, 0.00033327973928125, 0.000840769230769226, 0.000375330059875498, 0.00119942307692307, 0.000843183824286533, 0.00233480769230769, 0.00177726133310604, 0.00386961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 600, '2021-11-07 00:00:00', 0.000207994914878669, 0.000716730769230763, 0.00024399976355599, 0.000916730769230771, 0.000402512541610618, 0.00127211538461538, 0.00104251589178075, 0.00246423076923077, 0.00176913534943355, 0.00392826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 615, '2021-11-07 00:00:00', 0.00020282476331892, 0.000583269230769247, 0.000305910746158708, 0.000845769230769237, 0.000420979626768145, 0.00118961538461539, 0.00109908523152386, 0.00241288461538462, 0.00176986818283604, 0.00396576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 630, '2021-11-07 00:00:00', 0.000187156043491495, 0.000575769230769232, 0.000305447276074843, 0.000850961538461545, 0.000434799379024402, 0.00124250000000001, 0.000998965387865809, 0.00237538461538463, 0.00168621998747312, 0.00394538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 645, '2021-11-07 00:00:00', 0.000237881353749177, 0.000623461538461532, 0[...];
Date: 2021-11-07 14:55:08 Duration: 11s64ms 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 974625, 5, 900, '2021-11-07 00:00:00', 0.000259993836218851, 0.000573888888888878, 0.000287483555828494, 0.000777777777777762, 0.000433801604317941, 0.00120129629629629, 0.000763867940660723, 0.00232166666666666, 0.00173798189119766, 0.00419814814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 915, '2021-11-07 00:00:00', 0.000241968423453794, 0.000574444444444429, 0.000459772410563815, 0.000936851851851842, 0.00052226761486661, 0.00121166666666666, 0.000773644987673032, 0.00231648148148148, 0.00178359962865201, 0.0042075925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 930, '2021-11-07 00:00:00', 0.000488000966207987, 0.000782592592592588, 0.000477285176389472, 0.000966296296296286, 0.000566699848198951, 0.00126888888888888, 0.000703778315507759, 0.00230907407407407, 0.00180377313072417, 0.00422574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 945, '2021-11-07 00:00:00', 0.000233349511038691, 0.000619074074074071, 0.000389597918964597, 0.000868333333333339, 0.000490873182687232, 0.00118740740740741, 0.000659862067949029, 0.00219611111111112, 0.00178556300824424, 0.00417722222222223 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 960, '2021-11-07 00:00:00', 0.000272603518067318, 0.000598703703703699, 0.000317127981570783, 0.000830185185185188, 0.000358040826747791, 0.00119518518518517, 0.000603918354512758, 0.00212092592592593, 0.0017584696953646, 0.00415185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 975, '2021-11-07 00:00:00', 0.000234383777138591, 0.000591296296296297, 0.000289162633287972, 0.00084351851851851, 0.000370390473101166, 0.00128555555555555, 0.000595281661409342, 0.00207944444444444, 0.00178629979330653, 0.00418851851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 990, '2021-11-07 00:00:00', 0.00016945635379193, 0.000619074074074067, 0.000277728243446683, 0.000906851851851835, 0.000379802111466812, 0.00129148148148148, 0.000563157877394784, 0.00203388888888889, 0.00188157481625732, 0.00420740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1005, '2021-11-07 00:00:00', 0.000249174849078125, 0.000691481481481468, 0.000258057476095274, 0.000965740740740739, 0.000427706315487275, 0.00127333333333333, 0.000520507025987706, 0.00193555555555555, 0.00188120411369392, 0.00417092592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1020, '2021-11-07 00:00:00', 0.000260913636910623, 0.000670185185185176, 0.000332779668387831, 0.000934999999999982, 0.000453703421710479, 0.00143222222222221, 0.000511861860371101, 0.00186222222222221, 0.00194590414684741, 0.00416055555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1035, '2021-11-07 00:00:00', 0.000187423108640374, 0.000587962962962958, 0.000246139422654342, 0.000813333333333324, 0.00041755682691546, 0.00127962962962962, 0.00046544421694583, 0.00169962962962962, 0.00186469867260133, 0.0041012962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1050, '2021-11-07 00:00:00', 0.000262372204681006, 0.000557592592592594, 0.000454294324566501, 0.00105055555555555, 0.000429934981501958, 0.00119037037037037, 0.000461413503977096, 0.00163203703703703, 0.00183699740689378, 0.00410462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1065, '2021-11-07 00:00:00', 0.000462676238847759, 0.000885925925925924, 0.000452433433110348, 0.00101462962962963, 0.000484975180731884, 0.00117018518518518, 0.000456984339567222, 0.00158907407407406, 0.00180356350332925, 0.00409481481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1080, '2021-11-07 00:00:00', 0.000205229875978877, 0.00056592592592592, 0.000232896722155735, 0.000727962962962958, 0.000412229709425869, 0.00100944444444443, 0.000493419806466163, 0.00152148148148147, 0.00183192801616501, 0.00408055555555555 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1095, '2021-11-07 00:00:00', 0.000186916232742587, 0.000488703703703706, 0.000278379135389033, 0.00069759259259259, 0.000387604227320906, 0.000977037037037044, 0.00043002418271627, 0.00147351851851852, 0.00183425311037885, 0.00405462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1110, '2021-11-07 00:00:00', 0.000214886838304144, 0.000494259259259249, 0.000383161425593279, 0.000698703703703692, 0.00039105626193681, 0.000934999999999994, 0.000461346274088536, 0.00142166666666666, 0.00183738945245695, 0.00402833333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1125, '2021-11-07 00:00:00', 0.000379806612209506, 0.000483703703703698, 0.000362855582552029, 0.000667592592592595, 0.000377488702874292, 0.000808518518518515, 0.00047807171439289, 0.00135277777777777, 0.00183618096638392, 0.0040198148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1140, '2021-11-07 00:00:00', 0.000168958178543877, 0.000432592592592598, 0.000217719990588816, 0.000574074074074073, 0.000234192253065739, 0.000719629629629628, 0.000439057443561131, 0.00126814814814815, 0.00186604528348056, 0.00402833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1155, '2021-11-07 00:00:00', 0.00014557137644821, 0.000378888888888887, 0.00018920342088063, 0.000510370370370383, 0.000204525717773526, 0.000694999999999997, 0.000449198796085389, 0.00128759259259259, 0.00191214172295387, 0.00399574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1170, '2021-11-07 00:00:00', 0.000116707257895909, 0.000340740740740744, 0.000158528894074262, 0.000505555555555557, 0.000213262207694589, 0.000673333333333332, 0.000446606706014979, 0.00128462962962963, 0.0019166212555007, 0.00397296296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1185, '2021-11-07 00:00:00', 0.000125672833057357, 0.000375740740740735, 0.000165855289960807, 0.000513148148148142, 0.000202685495920185, 0.000653888888888896, 0.000427914674509956, 0.00128425925925926, 0.00195058932580612, 0.00397222222222221 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1200, '2021-11-07 00:00:00', 0.000114606660407185, 0.000339074074074075, 0.000155075342409297, 0.000448148148148152, 0.000203219458094315, 0.000600925925925936, 0.000364148990359006, 0.00121388888888888, 0.00195139558504799, 0.00395203703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1215, '2021-11-07 00:00:00', 0.000134192743126031, 0.000293333333333343, 0.000130649266240695, 0.000400000000000009, 0.000182630353867733, 0.000570000000000001, 0.00036754188473839, 0.00122296296296296, 0.00197124830292759, 0.00395888888888888 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1230, '2021-11-07 00:00:00', 0.000105386279022806, 0.00028296296296297, 0.000144537281145831, 0.000419444444444454, 0.000208109623479129, 0.000576666666666662, 0.000389912054515396, 0.00121277777777777, 0.00198177853299662, 0.00396333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1245, '2021-11-07 00:00:00', 0.000108675331309968, 0.000302592592592593, 0.000136505794414873, 0.000431296296296289, 0.000208610755459648, 0.0005487037037037, 0.000382402157755957, 0.00118944444444444, 0.00196140501054336, 0.00394666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1260, '2021-11-07 00:00:00', 0.000110350387299787, 0.000291851851851852, 0.000187448758430248, 0.000397037037037039, 0.000242835956963346, 0.000570925925925924, 0.000386791075623962, 0.00116648148148148, 0.00197509197737431, 0.00393537037037036 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1275, '2021-11-07 00:00:00', 0.000109333971751313, 0.000249074074074069, 0.000141730252195722, 0.000340185185185181, 0.000285081834604815, 0.000547962962962967, 0.00037125777592171, 0.00116851851851851, 0.00195075474837794, 0.00393962962962962 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1290, '2021-11-07 00:00:00', 9.45468273613868e-05, 0.000246111111111112, 0.000157483097270557, 0.000390185185185188, 0.000246278858924754, 0.00054925925925926, 0.000365734635168483, 0.00117314814814814, 0.00193514113828196, 0.00393907407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1305, '2021-11-07 00:00:00', 0.000116699018713365, 0.000299259259259267, 0.000169456143634213, 0.000413333333333356, 0.000194045072157189, 0.000531481481481493, 0.000361115614699067, 0.00118388888888889, 0.00192531528849536, 0.00393703703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1320, '2021-11-07 00:00:00', 9.48394204406281e-05, 0.000276851851851877, 0.000122020326642581, 0.000382962962962959, 0.000142370048708401, 0.000483333333333334, 0.000404481923923206, 0.00119962962962961, 0.00193080528422315, 0.00393074074074073 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1335, '2021-11-07 00:00:00', 8.44050740430689e-05, 0.000248703703703692, 8.03588816345239e-05, 0.000319629629629627, 0.000331709291595894, 0.000833148148148137, 0.000426673177033658, 0.00120833333333333, 0.00196060126904537, 0.00391351851851851 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1350, '2021-11-07 00:00:00', 6.00984472496981e-05, 0.000213148148148159, 8.92003091737836e-05, 0.000320185185185173, 0.000340143676698104, 0.000881481481481479, 0.00043672375173286, 0.00121259259259258, 0.00197249614084312, 0.00390388888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1365, '2021-11-07 00:00:00', 0.000100070487977744, 0.00026055555555554, 0.000323104928578609, 0.00079277777777777, 0.000356033566233411, 0.000918148148148143, 0.000465211865467845, 0.00122981481481481, 0.00197811633398271, 0.00390333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 0, '2021-11-07 00:00:00', 0.000193559207134843, 0.000548799999999998, 0.000258073794356035, 0.000733000000000001, 0.000288909299492634, 0.000889599999999988, 0.000417219766230372, 0.0012616, 0.00191604438448938, 0.0040614 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 15, '2021-11-07 00:00:00', 0.000278020083207424, 0.000480800000000006, 0.00031828354759027, 0.000637599999999998, 0.000307628428465243, 0.000860400000000001, 0.000450911299481385, 0.00118279999999999, 0.00192871016917178, 0.004027 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 30, '2021-11-07 00:00:00', 0.000311551205817189, 0.000416923076923071, 0.000317528738856809, 0.000557499999999997, 0.000357377897383779, 0.000789807692307695, 0.000515771117991163, 0.00116038461538461, 0.00189236091857601, 0.00400038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 45, '2021-11-07 00:00:00', 0.000213345873028905, 0.00037269230769229, 0.000263552724253698, 0.000630961538461534, 0.000338976343626603, 0.000734807692307694, 0.000539183142854511, 0.00116230769230768, 0.00187756327354202, 0.00397961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 60, '2021-11-07 00:00:00', 0.000263601097231294, 0.000533461538461545, 0.000310203221230095, 0.000599038461538466, 0.000347826271843586, 0.000673653846153853, 0.000527268760836309, 0.00113788461538461, 0.00187643570674255, 0.00397480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 75, '2021-11-07 00:00:00', 0.000110545674514401, 0.000252884615384611, 0.000146244789519273, 0.000323461538461544, 0.000150894384867743, 0.000416346153846153, 0.00036605469326529, 0.00101403846153846, 0.0016933278227752, 0.00388865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 90, '2021-11-07 00:00:00', 8.06979172355336e-05, 0.000203076923076913, 0.00010082677452708, 0.000275961538461532, 0.000123929880919061, 0.000371153846153839, 0.000339035566548157, 0.00099865384615383, 0.00164179296924008, 0.00387307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 105, '2021-11-07 00:00:00', 7.83100347239117e-05, 0.000177307692307701, 9.59849747857254e-05, 0.000263653846153853, 0.00012265665023207, 0.000340576923076917, 0.000326163302656841, 0.000982499999999993, 0.00164216987081587, 0.00387173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 120, '2021-11-07 00:00:00', 7.54280094884228e-05, 0.000205769230769229, 9.45468951611646e-05, 0.000251346153846152, 0.000149177359593828, 0.000371730769230766, 0.000329108410943663, 0.000997115384615384, 0.00164514223140082, 0.0038651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 135, '2021-11-07 00:00:00', 6.15632882612667e-05, 0.000160961538461543, 6.40303413655232e-05, 0.000226730769230764, 0.000148395132617664, 0.000438653846153846, 0.000321735916552702, 0.00102, 0.0016416022309364, 0.00386826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 150, '2021-11-07 00:00:00', 4.98231487748943e-05, 0.000162884615384615, 0.000131034493403585, 0.000280961538461547, 0.000181835513159966, 0.000478076923076925, 0.000320915037881473, 0.00103230769230768, 0.00164265162044599, 0.00387711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 165, '2021-11-07 00:00:00', 0.000130131294645643, 0.000233076923076934, 0.000144360126606507, 0.000389615384615396, 0.000214180728860897, 0.000505769230769235, 0.000327889521731853, 0.00103846153846154, 0.0016382063831661, 0.00388307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 180, '2021-11-07 00:00:00', 0.000103533160796976, 0.000313653846153847, 0.000132561886853459, 0.000399423076923076, 0.000206316784059391, 0.00057615384615385, 0.000314223830071205, 0.00102115384615384, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 195, '2021-11-07 00:00:00', 8.87461808495722e-05, 0.000241730769230769, 0.000105838956038803, 0.000308269230769235, 0.000203647602867898, 0.000542115384615383, 0.000325746302889458, 0.000979423076923067, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 210, '2021-11-07 00:00:00', 6.76896197018768e-05, 0.000206730769230774, 0.000172736460005937, 0.000391730769230773, 0.000213549489850443, 0.000565769230769231, 0.000321200692115351, 0.000973269230769219, 0.00158993556957022, 0.00388134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 225, '2021-11-07 00:00:00', 0.000173875397472309, 0.000319423076923077, 0.000195244718238427, 0.000432499999999994, 0.00022422524732613, 0.000585192307692311, 0.00030651339536546, 0.000962307692307685, 0.00158582821118323, 0.00388865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 240, '2021-11-07 00:00:00', 0.000117866939319805, 0.000276153846153832, 0.000165318922552287, 0.000412115384615386, 0.000213402472770623, 0.00056115384615385, 0.000298019101091498, 0.000919230769230762, 0.00159304000625799, 0.00390730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 255, '2021-11-07 00:00:00', 9.86236046016182e-05, 0.000268846153846152, 0.000125818703513619, 0.000362115384615383, 0.000171216125229083, 0.000530192307692297, 0.000300709929231582, 0.000917307692307681, 0.00156894635148756, 0.00393442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 270, '2021-11-07 00:00:00', 9.013515492774e-05, 0.000252884615384615, 0.00011295080617413, 0.000381730769230776, 0.000159661781949811, 0.000511730769230753, 0.000322029442036697, 0.000909807692307683, 0.00156844430518317, 0.00393846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 285, '2021-11-07 00:00:00', 0.000110938652485883, 0.000264230769230758, 0.000113985154229025, 0.00035384615384614, 0.000148242654507352, 0.000498269230769199, 0.000380376584655069, 0.000907115384615371, 0.00155647827334165, 0.00395115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 300, '2021-11-07 00:00:00', 6.85265249037693e-05, 0.000241730769230769, 0.000131443465472379, 0.000335769230769214, 0.000165485300300011, 0.000485769230769223, 0.000373703708221463, 0.000902692307692299, 0.00155500364827669, 0.0039528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 315, '2021-11-07 00:00:00', 0.000119422971633786, 0.000234615384615367, 0.000150712793597104, 0.000367115384615369, 0.00019017845870089, 0.000510384615384616, 0.000372064717282031, 0.00096807692307692, 0.00155205075254049, 0.00395653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 330, '2021-11-07 00:00:00', 9.35202569582521e-05, 0.00024903846153847, 0.000102208873617478, 0.000334423076923081, 0.000146618421552219, 0.000454807692307696, 0.000451912219182168, 0.00101442307692307, 0.00155519373020261, 0.00395153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 345, '2021-11-07 00:00:00', 9.0784614081068e-05, 0.000220384615384616, 0.000111733370815743, 0.000342115384615388, 0.00014342365967248, 0.000422884615384606, 0.000495046112848216, 0.00112057692307691, 0.00155180009616623, 0.00396153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 360, '2021-11-07 00:00:00', 7.72471059950813e-05, 0.000263653846153848, 0.00010099200272983, 0.000310769230769226, 0.000131683770391856, 0.000408846153846138, 0.000539840610379929, 0.00121173076923077, 0.00155265499659825, 0.00396346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 375, '2021-11-07 00:00:00', 7.5472868278316e-05, 0.00019192307692307, 0.000104020892871811, 0.000272115384615378, 0.000104568159589817, 0.000382499999999991, 0.000546071459116419, 0.00142903846153846, 0.00155133878906624, 0.00397096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 390, '2021-11-07 00:00:00', 8.03063844573797e-05, 0.000188653846153844, 0.000104749518082244, 0.000267307692307693, 0.000105780614771979, 0.00038153846153845, 0.00058574741865544, 0.00156096153846154, 0.00154829986163483, 0.0039776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 405, '2021-11-07 00:00:00', 6.54455146256461e-05, 0.000191346153846148, 4.90290337845506e-05, 0.0002603846153846, 0.000117313682066491, 0.000377499999999996, 0.000773035176829205, 0.00168923076923076, 0.00154530192469353, 0.00398096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 420, '2021-11-07 00:00:00', 6.56845608835412e-05, 0.000177692307692298, 9.53721455868902e-05, 0.000260384615384605, 0.000161164034926658, 0.000410384615384622, 0.000826883514259295, 0.00175211538461538, 0.00154020099837151, 0.00397865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 435, '2021-11-07 00:00:00', 8.33583552177969e-05, 0.000178846153846138, 0.000113313044941189, 0.000255384615384615, 0.000256680960307949, 0.000466346153846143, 0.000889408295095439, 0.00180865384615385, 0.00153761043380754, 0.00397961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 450, '2021-11-07 00:00:00', 8.23353835517648e-05, 0.000181346153846155, 0.000116157883271663, 0.000295576923076934, 0.000300736851493381, 0.000464423076923075, 0.00089192378511929, 0.00185096153846154, 0.00150295621513582, 0.00396423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 465, '2021-11-07 00:00:00', 8.92076229926524e-05, 0.000215000000000004, 0.000181831282744796, 0.000338846153846149, 0.000309506120232767, 0.000494038461538466, 0.000870378962556835, 0.00195846153846153, 0.00148130250637222, 0.00395634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 480, '2021-11-07 00:00:00', 0.000141209609609808, 0.000241923076923061, 0.000229342622426662, 0.000334038461538455, 0.000298991702997831, 0.000515961538461541, 0.00092485460395757, 0.00200403846153846, 0.00146104530546297, 0.00393923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 495, '2021-11-07 00:00:00', 0.000114756766182297, 0.000201346153846149, 0.000185249519878965, 0.000314230769230774, 0.000203331862121627, 0.000590384615384619, 0.000896400773177838, 0.00200788461538461, 0.00139466130434818, 0.00392307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 510, '2021-11-07 00:00:00', 0.000111806150924771, 0.000236153846153856, 0.000164456213485082, 0.000390384615384624, 0.00023275548411287, 0.000703653846153857, 0.000902925586847871, 0.00210115384615384, 0.00136937919679517, 0.00391576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 525, '2021-11-07 00:00:00', 0.000136689569688177, 0.000295961538461539, 0.000171054197439112, 0.000513461538461537, 0.00028035039888296, 0.00082711538461538, 0.000910803195832347, 0.00215230769230769, 0.00136704588860011, 0.00391769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 540, '2021-11-07 00:00:00', 0.000152046045657238, 0.000409999999999992, 0.000223352084938007, 0.000598076923076917, 0.000332647884984439, 0.000903846153846153, 0.000892058833002854, 0.00224480769230768, 0.00135337590718686, 0.00389288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 555, '2021-11-07 00:00:00', 0.000160427433871082, 0.000404807692307688, 0.000226947977773265, 0.000614230769230762, 0.000376656801549971, 0.00112211538461539, 0.000924175328853515, 0.00226596153846154, 0.00136182620601332, 0.00390115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 570, '2021-11-07 00:00:00', 0.000145885228861582, 0.000452499999999997, 0.000311832548752598, 0.000703461538461548, 0.000421910535540408, 0.00122250000000001, 0.000908740400435998, 0.00228134615384615, 0.00133782044328137, 0.00388846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 585, '2021-11-07 00:00:00', 0.000294241985708792, 0.000552115384615393, 0.000371966344631441, 0.000925192307692322, 0.00051239246526616, 0.00133096153846155, 0.000860252199156626, 0.00229538461538461, 0.00132707116787888, 0.00386326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 600, '2021-11-07 00:00:00', 0.000304078684149119, 0.000685384615384622, 0.000276872714437527, 0.000947500000000011, 0.000461046635385188, 0.001285, 0.000771967217319085, 0.00231076923076924, 0.00129122273595464, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 615, '2021-11-07 00:00:00', 0.000191629450121447, 0.000589615384615387, 0.000391072293139695, 0.000871538461538462, 0.000456847769629435, 0.00117826923076923, 0.000739332053014991, 0.00225826923076923, 0.00129955496820436, 0.00384634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 630, '2021-11-07 00:00:00', 0.000297397234998265, 0.00063365384615386, 0.000306115362869309, 0.00083615384615385, 0.000392101831357424, 0.00114461538461538, 0.000711156804087527, 0.002215, 0.00130876577207454, 0.00380461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 645, '2021-11-07 00:00:00', 0.000199711426428621, 0.000560576923076919, 0.000255519982659803, 0.000807692307692313, 0.000396240408765256, 0.00112230769230769, 0.000728782968643337, 0.00222615384615384, 0.00135123185962349, 0.00377653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 660, '2021-11-07 00:00:00', 0.000228385722980967, 0.000594038461538467, 0.000298975687202939, 0.000807307692307691, 0.000411713912995226, 0.00114788461538462, 0.000727421790667881, 0.00222730769230769, 0.00135550751210926, 0.00374884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 675, '2021-11-07 00:00:00', 0.000257994409599548, 0.000528653846153846, 0.000320881058721375, 0.000820576923076919, 0.000409646047967485, 0.00110826923076922, 0.000676763138885283, 0.00225788461538461, 0.00135740931132123, 0.00380903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 690, '2021-11-07 00:00:00', 0.000212666315006533, 0.000580192307692304, 0.000276027102905602, 0.000799807692307697, 0.000476984437740001, 0.00114692307692307, 0.000655280444953506, 0.00226230769230769, 0.00135008375808546, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 705, '2021-11-07 00:00:00', 0.000210495751829963, 0.000592307692307704, 0.000375600698369135, 0.000763269230769227, 0.000512570595513058, 0.00118384615384615, 0.00064961373138197, 0.00227, 0.00134140908978352, 0.00382211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 720, '2021-11-07 00:00:00', 0.000290748966530344, 0.000554807692307672, 0.000420831457218455, 0.000853653846153832, 0.000499171929684154, 0.00124615384615384, 0.000731364373041128, 0.00223961538461538, 0.00127003930890104, 0.00382461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 735, '2021-11-07 00:00:00', 0.000227952761638138, 0.000567692307692303, 0.000264790555839005, 0.000800961538461542, 0.00042019684032056, 0.00111576923076923, 0.000789494775156885, 0.002145, 0.00122625552613827, 0.00377115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 750, '2021-11-07 00:00:00', 0.000166499364748153, 0.000545961538461545, 0.000362876541836732, 0.000800769230769237, 0.000397465866942838, 0.00100865384615384, 0.00090638175434825, 0.00215173076923076, 0.00120272434337793, 0.00374961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 765, '2021-11-07 00:00:00', 0.000254180810871686, 0.000518269230769231, 0.000339237153262798, 0.000725384615384611, 0.000389362990616137, 0.000998461538461525, 0.000901743951377641, 0.00214692307692307, 0.00116997264925297, 0.00373 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 780, '2021-11-07 00:00:00', 0.000286022121253148, 0.000544423076923087, 0.000329403248314285, 0.000742500000000009, 0.000406509958246839, 0.00110711538461539, 0.000856936493473199, 0.00220807692307691, 0.0011471549422543, 0.00375730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 795, '2021-11-07 00:00:00', 0.000197283084385399, 0.000488846153846167, 0.000257720853757599, 0.00071596153846154, 0.000363338632047923, 0.0010748076923077, 0.000858600672830275, 0.00223134615384615, 0.00109966967068088, 0.00378076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 810, '2021-11-07 00:00:00', 0.000199173387935089, 0.000530961538461532, 0.000324985976028778, 0.000788269230769224, 0.000402206988425683, 0.00104730769230767, 0.000980493439353556, 0.00227076923076921, 0.00108735594978759, 0.00380480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 825, '2021-11-07 00:00:00', 0.000222951529744446, 0.000529230769230765, 0.000260987768649436, 0.000733846153846153, 0.000370699339087619, 0.00106, 0.000987778393085281, 0.00225307692307692, 0.00109058876124498, 0.00382961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 840, '2021-11-07 00:00:00', 0.000229259426448256, 0.00053173076923076, 0.000299245975488646, 0.000726923076923052, 0.00038575126501612, 0.00111403846153846, 0.00102241155344381, 0.00233423076923078, 0.001203922898758, 0.00399711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 855, '2021-11-07 00:00:00', 0.000298871274065514, 0.000499038461538451, 0.000347498754840049, 0.000770769230769237, 0.000345141442577697, 0.00111115384615385, 0.000989895118764526, 0.0022621153846154, 0.00127116247524129, 0.00402403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 870, '2021-11-07 00:00:00', 0.000242919423171238, 0.000529615384615387, 0.00028244264223704, 0.000794615384615389, 0.000336298459476307, 0.00105557692307693, 0.000972329083260311, 0.00226538461538463, 0.00127771442577995, 0.00402192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 885, '2021-11-07 00:00:00', 0.000216749057313183, 0.000556923076923075, 0.000247820732354285, 0.000751346153846153, 0.000359396074632887, 0.00105653846153847, 0.000962160569519687, 0.00226019230769232, 0.00127966727947302, 0.00401788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 900, '2021-11-07 00:00:00', 0.000184010869244167, 0.000519999999999995, 0.000292857539533359, 0.000713461538461537, 0.000474284886799217, 0.00105307692307692, 0.000975561613399406, 0.00224269230769232, 0.00132115555480799, 0.00406000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 915, '2021-11-07 00:00:00', 0.000208376139192119, 0.00048115384615383, 0.000298941465842398, 0.000709999999999984, 0.000475256894094785, 0.00106634615384614, 0.000961185746076973, 0.00218403846153846, 0.00129924125787086, 0.00405538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 930, '2021-11-07 00:00:00', 0.000250611022533697, 0.000536730769230767, 0.000351285989122609, 0.000769615384615375, 0.000557612906814552, 0.00113192307692306, 0.000959095427192505, 0.00212096153846153, 0.00140357994209315, 0.00411442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 945, '2021-11-07 00:00:00', 0.000208382137873225, 0.000486346153846146, 0.000268258486137191, 0.000718846153846145, 0.000444426553592893, 0.00110519230769229, 0.00078833505176806, 0.00202692307692308, 0.00156981783607576, 0.00410096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 960, '2021-11-07 00:00:00', 0.000194546019867164, 0.000521923076923076, 0.000329706454522572, 0.000792884615384609, 0.000427696918209791, 0.00122057692307692, 0.000789813999525312, 0.00201307692307693, 0.00158054178880341, 0.00411211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 975, '2021-11-07 00:00:00', 0.000236876874865725, 0.000559423076923078, 0.000289042450967918, 0.000808461538461531, 0.000439022734648752, 0.00123480769230769, 0.000744971450149914, 0.0019273076923077, 0.00159506734846961, 0.00409038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 990, '2021-11-07 00:00:00', 0.000201837710892839, 0.00058730769230768, 0.000252648204791988, 0.000926346153846146, 0.00049337803418412, 0.00125673076923075, 0.000690409688852599, 0.00183846153846155, 0.00160401713255766, 0.00400980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1005, '2021-11-07 00:00:00', 0.000216317786174382, 0.000689230769230767, 0.000303185650157688, 0.000916538461538462, 0.000519843763511255, 0.00121346153846152, 0.000705237548631667, 0.001795, 0.00160633926869571, 0.00398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1020, '2021-11-07 00:00:00', 0.000271470922086434, 0.000597692307692308, 0.000401671699085389, 0.000858076923076912, 0.00054350217606245, 0.00126115384615384, 0.000691793321737071, 0.001675, 0.00158081640300196, 0.0039825 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1035, '2021-11-07 00:00:00', 0.000197475704445268, 0.000515576923076906, 0.000277924450165868, 0.000704999999999986, 0.000441158265687753, 0.00111115384615384, 0.000639460229111556, 0.00151423076923077, 0.00172451742413752, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1050, '2021-11-07 00:00:00', 0.000233934573364826, 0.000510769230769229, 0.000378155899881771, 0.000938269230769224, 0.000452459815470277, 0.00115673076923077, 0.000655552849480167, 0.00148653846153846, 0.00181886740963881, 0.00403442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1065, '2021-11-07 00:00:00', 0.000272587388951491, 0.000753269230769221, 0.000337589475319009, 0.00089057692307692, 0.000400148674293029, 0.00108980769230769, 0.000669544966031755, 0.00138730769230769, 0.00184050157252353, 0.00399403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1080, '2021-11-07 00:00:00', 0.00023075394821191, 0.000505769230769243, 0.000299967434129874, 0.000662307692307706, 0.000361912229053496, 0.000862692307692319, 0.000683835900243289, 0.00124846153846156, 0.00183155151757697, 0.0040148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1095, '2021-11-07 00:00:00', 0.00014956925331919, 0.000434807692307693, 0.000197834818433489, 0.000576153846153842, 0.000296418428265509, 0.000753269230769225, 0.000659348075461965, 0.00117173076923078, 0.00182506821790311, 0.004005 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1110, '2021-11-07 00:00:00', 0.000152375674416369, 0.000407884615384614, 0.000196724719810745, 0.000558846153846156, 0.000288808493908767, 0.000702884615384626, 0.000603435198228898, 0.00112403846153848, 0.00180445337983558, 0.00403 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1125, '2021-11-07 00:00:00', 0.000156937518189202, 0.000400769230769247, 0.000246755874374802, 0.000532307692307704, 0.000284296432510975, 0.000692307692307706, 0.000523488630395975, 0.0010821153846154, 0.00179201154700951, 0.00401576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1140, '2021-11-07 00:00:00', 0.000167333959034496, 0.000379423076923073, 0.000190344727756301, 0.000493653846153843, 0.000300459391854969, 0.000695384615384615, 0.000483327926583385, 0.00104173076923077, 0.00177105800626024, 0.00401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1155, '2021-11-07 00:00:00', 0.000111325579339992, 0.000334230769230764, 0.000197306477729052, 0.000489615384615377, 0.000295625542770689, 0.000682692307692314, 0.000478506008321744, 0.000989999999999999, 0.00176232739471242, 0.00402538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1170, '2021-11-07 00:00:00', 0.000155942297020411, 0.000369999999999994, 0.000256845059550286, 0.000510769230769229, 0.000280203772005577, 0.000673076923076926, 0.000481056529542412, 0.000935769230769225, 0.00176187078239188, 0.00402557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1185, '2021-11-07 00:00:00', 0.000168921465594113, 0.000342307692307689, 0.000202196401094052, 0.000470769230769236, 0.000273525417184868, 0.000636923076923073, 0.000396227789962373, 0.000897307692307687, 0.00175884071303975, 0.00400942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1200, '2021-11-07 00:00:00', 0.000125533323801354, 0.000318846153846155, 0.000180373650642631, 0.000455576923076923, 0.00022277109673041, 0.000575192307692297, 0.000283726100315071, 0.000867499999999991, 0.00177532302586146, 0.00397038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1215, '2021-11-07 00:00:00', 0.000126121583585648, 0.000280576923076938, 0.000186103465846293, 0.000377500000000009, 0.000205830867835343, 0.000512115384615383, 0.000276638058452941, 0.000848846153846147, 0.00177134860617989, 0.00397673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1230, '2021-11-07 00:00:00', 0.000128180161671577, 0.000251923076923079, 0.000167291201662981, 0.000362884615384614, 0.000222305749259551, 0.000490384615384617, 0.000263249808240134, 0.000837692307692287, 0.00176995949540791, 0.00398115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1245, '2021-11-07 00:00:00', 0.000140613490982035, 0.000256923076923082, 0.000174670679147507, 0.000364615384615386, 0.000255641049430338, 0.000482115384615392, 0.000251887642839795, 0.00082423076923075, 0.00176619495395742, 0.00399115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1260, '2021-11-07 00:00:00', 0.000156334577109485, 0.000277500000000007, 0.000189254813982063, 0.000349230769230781, 0.000236127165869459, 0.000485961538461541, 0.000262467873491957, 0.000830769230769212, 0.00175485340172292, 0.0040176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1275, '2021-11-07 00:00:00', 9.57633300622585e-05, 0.000216153846153853, 0.000136836230020238, 0.000308076923076917, 0.000156381314051968, 0.000433653846153852, 0.000272856400666391, 0.000801153846153825, 0.00175370996856555, 0.00402057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1290, '2021-11-07 00:00:00', 0.000106266899108587, 0.000229423076923073, 0.000136973888584095, 0.000334615384615382, 0.000161607906318403, 0.00042365384615385, 0.000260582778815841, 0.000799230769230757, 0.00174761495715205, 0.00403596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1305, '2021-11-07 00:00:00', 9.76518541318328e-05, 0.000271730769230765, 0.000127129249796623, 0.000344615384615396, 0.000146635078183389, 0.000415384615384625, 0.00026142810454531, 0.000795576923076904, 0.00174647993227698, 0.00404192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1320, '2021-11-07 00:00:00', 9.60496666394166e-05, 0.000246538461538484, 0.000119794214577145, 0.000305576923076935, 0.000204534462020074, 0.000432884615384625, 0.000260190536693042, 0.000783653846153826, 0.00174027898956992, 0.00405519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1335, '2021-11-07 00:00:00', 9.67798850683662e-05, 0.000217884615384608, 0.000143384501898277, 0.000281346153846144, 0.000219322470699756, 0.000422884615384602, 0.000259654504175185, 0.000777307692307665, 0.0017399797081045, 0.00405576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1350, '2021-11-07 00:00:00', 8.79836086132704e-05, 0.000193653846153842, 0.000182336544292721, 0.000336153846153854, 0.000218295582956815, 0.000409807692307678, 0.000257190815124913, 0.000778653846153819, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1365, '2021-11-07 00:00:00', 0.000175817759670007, 0.000278269230769248, 0.000183449846426334, 0.000329615384615383, 0.00019516432918086, 0.000406346153846147, 0.000260226898036206, 0.000784038461538435, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1380, '2021-11-07 00:00:00', 9.04154939070879e-05, 0.000219807692307689, 0.000123808940897478, 0.000285576923076911, 0.000179439833499019, 0.000479423076923071, 0.000241826702095027, 0.000743076923076898, 0.00173784999795283, 0.00407384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1395, '2021-11-07 00:00:00', 8.1538334542706e-05, 0.000197499999999996, 8.65210067866808e-05, 0.000253269230769225, 0.000234149196355324, 0.000564615384615377, 0.000249067568836564, 0.000749423076923055, 0.00173700632167488, 0.00407519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1410, '2021-11-07 00:00:00', 6.56860247400764e-05, 0.000185576923076922, 0.00018400501665402, 0.000394615384615382, 0.000235936187591859, 0.00058173076923075, 0.000249092275148118, 0.000794807692307673, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1425, '2021-11-07 00:00:00', 0.00018694343035754, 0.000350384615384622, 0.000244613745761317, 0.00051673076923076, 0.000242285670549961, 0.000572884615384594, 0.000251715345945808, 0.000816153846153821, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 0, '2021-11-07 00:00:00', 0.00021130874240169, 0.00042423076923076, 0.000223166719327465, 0.000494230769230753, 0.000230584291278952, 0.00057865384615382, 0.000266909448776455, 0.000834423076923048, 0.00174101986026759, 0.00407307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 15, '2021-11-07 00:00:00', 0.000191965057584273, 0.000276200000000002, 0.000199717091573717, 0.000348399999999991, 0.00018752377627029, 0.000478799999999984, 0.000400262934415195, 0.000794999999999986, 0.00179791935303006, 0.0040584 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 30, '2021-11-07 00:00:00', 0.000137511514669389, 0.000238599999999991, 0.000161853328665202, 0.000400599999999978, 0.000169117069905258, 0.000446199999999988, 0.000395678952350677, 0.000775799999999989, 0.0018049636884621, 0.0040478 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 45, '2021-11-07 00:00:00', 0.000185932335362459, 0.000339999999999994, 0.000164059694420466, 0.00039979999999999, 0.000176556884128987, 0.000436599999999996, 0.000414920474308042, 0.000805599999999993, 0.00180690246001272, 0.0040456 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 60, '2021-11-07 00:00:00', 6.76452852413519e-05, 0.000251730769230766, 9.6377463053428e-05, 0.000288846153846159, 9.64008059334211e-05, 0.000326346153846165, 0.000400069801601971, 0.000785384615384611, 0.00178424812865683, 0.00401923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 75, '2021-11-07 00:00:00', 8.66922053101617e-05, 0.000141538461538462, 7.85437163916658e-05, 0.000186346153846149, 8.10953854325851e-05, 0.000257692307692301, 0.000372253428976301, 0.000771153846153847, 0.00178718321560882, 0.00401461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 90, '2021-11-07 00:00:00', 5.48284036440372e-05, 0.000133076923076924, 6.37338214765042e-05, 0.000175000000000011, 0.000100980005637062, 0.000269807692307696, 0.000359326934912822, 0.000779615384615389, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 105, '2021-11-07 00:00:00', 4.98412865619764e-05, 0.000121923076923086, 6.37534312802012e-05, 0.000192499999999997, 0.000105168728900084, 0.000272307692307691, 0.000371890389145037, 0.000812692307692307, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 120, '2021-11-07 00:00:00', 5.87789208684501e-05, 0.000155192307692304, 8.30690167177899e-05, 0.000217307692307685, 9.76311740882345e-05, 0.000269615384615383, 0.000351552819097464, 0.00082576923076923, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 135, '2021-11-07 00:00:00', 7.71564344991053e-05, 0.000141346153846149, 8.51019750290561e-05, 0.000197115384615378, 0.000121881562939661, 0.000363653846153837, 0.000339562218157426, 0.000827499999999998, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 150, '2021-11-07 00:00:00', 6.7159969762196e-05, 0.000132692307692306, 6.88836812202974e-05, 0.00019980769230769, 0.00013796153310028, 0.00042423076923076, 0.00031393311389529, 0.000829999999999993, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 165, '2021-11-07 00:00:00', 5.60181975927355e-05, 0.000155961538461544, 0.000105025454789991, 0.000317884615384597, 0.000144381572444465, 0.000440961538461519, 0.000295517603276266, 0.000864423076923069, 0.001790854716437, 0.00400884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 180, '2021-11-07 00:00:00', 9.04469670367788e-05, 0.000270576923076911, 0.000121767748666809, 0.000355769230769221, 0.000136800809714194, 0.000452692307692289, 0.000291111398186054, 0.000869615384615373, 0.00179173997941838, 0.00400692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 195, '2021-11-07 00:00:00', 8.75899537618296e-05, 0.000214999999999999, 0.000105334631605099, 0.000294230769230771, 0.000222076303588147, 0.000446730769230762, 0.000272986967848975, 0.00085173076923076, 0.00179210898535347, 0.00400615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 210, '2021-11-07 00:00:00', 7.64453047308051e-05, 0.000208269230769242, 9.73583784075779e-05, 0.000304423076923086, 0.000212819262430671, 0.000440961538461545, 0.000268322782082735, 0.000851346153846142, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 225, '2021-11-07 00:00:00', 9.31161392273904e-05, 0.000231153846153853, 0.000206304479984157, 0.000341538461538461, 0.000221211089581528, 0.000497115384615388, 0.000234549322351151, 0.000854230769230763, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 240, '2021-11-07 00:00:00', 0.000196422719193545, 0.000268269230769225, 0.000190839038096346, 0.000368461538461548, 0.000220761967181492, 0.000530384615384618, 0.000211405188787195, 0.000861923076923083, 0.00179716443321139, 0.00400500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 255, '2021-11-07 00:00:00', 0.000120591650431713, 0.000252884615384641, 0.000169055862410586, 0.000376730769230778, 0.000193903227251283, 0.000517307692307704, 0.000193929408251093, 0.000851153846153845, 0.00179692613606168, 0.00399346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 270, '2021-11-07 00:00:00', 0.00013002322277786, 0.000280961538461534, 0.000134783587222682, 0.000376153846153842, 0.000144007478438297, 0.000498076923076928, 0.000202466331484073, 0.000821153846153837, 0.00179612510271846, 0.00398576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 285, '2021-11-07 00:00:00', 7.86963492457993e-05, 0.000236346153846148, 8.70411043481912e-05, 0.00034307692307692, 0.000147588435027443, 0.000452884615384627, 0.000199629368118497, 0.000793269230769235, 0.00179936164962852, 0.00397288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 300, '2021-11-07 00:00:00', 7.18920130366486e-05, 0.000232692307692303, 8.68387099078686e-05, 0.000289807692307699, 0.00012434768254312, 0.000397884615384622, 0.000202245186307654, 0.000796346153846149, 0.00180156449104234, 0.00397115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 315, '2021-11-07 00:00:00', 6.50730358904531e-05, 0.000187500000000007, 0.0001247978365197, 0.000297500000000006, 0.000126065306640884, 0.000392307692307692, 0.000248217956333038, 0.000888076923076921, 0.0018082600327812, 0.00399288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 330, '2021-11-07 00:00:00', 9.00410162947157e-05, 0.000205769230769234, 9.06143561388634e-05, 0.000289807692307704, 0.000103993527905117, 0.000374423076923075, 0.000249446155743841, 0.000894230769230777, 0.00181121943622352, 0.00398538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 345, '2021-11-07 00:00:00', 6.83385238804008e-05, 0.000193076923076924, 7.84633672486522e-05, 0.000262499999999995, 0.000113076726844408, 0.000372115384615363, 0.000288795176286146, 0.000979423076923084, 0.00180781994721225, 0.00399019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 360, '2021-11-07 00:00:00', 7.38983189149787e-05, 0.000200192307692317, 9.36515637061875e-05, 0.000271153846153842, 0.000120354124917315, 0.00038134615384615, 0.000336498942734647, 0.00108846153846154, 0.00180842971620729, 0.00398903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 375, '2021-11-07 00:00:00', 6.82937659053574e-05, 0.000175961538461534, 9.84307644215611e-05, 0.000258846153846137, 0.000114072176881392, 0.00035769230769229, 0.000412567616835748, 0.00131403846153846, 0.00180719046716593, 0.00398423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 390, '2021-11-07 00:00:00', 9.97552774774927e-05, 0.000198653846153845, 9.57651373854769e-05, 0.000269807692307688, 0.000116860370330775, 0.000352884615384604, 0.000393009346140568, 0.00141788461538461, 0.00180736047445312, 0.00398326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 405, '2021-11-07 00:00:00', 6.36435385565595e-05, 0.00018749999999999, 7.88513694335144e-05, 0.000246538461538454, 0.000115021068304229, 0.000370384615384612, 0.000402878536763391, 0.00155134615384615, 0.0018072005550447, 0.00398461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 420, '2021-11-07 00:00:00', 6.27485825767137e-05, 0.000175769230769234, 6.9771329796274e-05, 0.000250961538461539, 0.000122939634968353, 0.000413076923076935, 0.000457967793627449, 0.0016775, 0.00180700190498389, 0.00398673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 435, '2021-11-07 00:00:00', 6.82689815813324e-05, 0.000189423076923071, 8.85750442367196e-05, 0.000288461538461537, 0.000175442407819602, 0.000464038461538457, 0.000474330621467288, 0.00181153846153847, 0.00180680142368092, 0.00399076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 450, '2021-11-07 00:00:00', 8.0863845681865e-05, 0.000209807692307696, 0.000118226640236195, 0.000311538461538461, 0.000180759615128869, 0.000450961538461534, 0.000520644164620953, 0.00199288461538462, 0.0018068675508055, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 465, '2021-11-07 00:00:00', 9.3766485729988e-05, 0.000203076923076925, 0.000126517253308052, 0.000326153846153839, 0.00015392168338278, 0.000461730769230762, 0.000539259071461802, 0.00207288461538462, 0.00180841559425329, 0.00398480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 480, '2021-11-07 00:00:00', 0.00010350789639146, 0.000233269230769217, 0.000127876292383867, 0.000317115384615387, 0.000150745327775526, 0.000506923076923063, 0.000553435181389827, 0.0021225, 0.00180752440136737, 0.00398230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 495, '2021-11-07 00:00:00', 6.60026223255163e-05, 0.000217115384615394, 9.75121294230455e-05, 0.000333846153846159, 0.000192429107825344, 0.000604807692307696, 0.000574620443289429, 0.00215557692307692, 0.00180530091248395, 0.00397576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 510, '2021-11-07 00:00:00', 8.33343589680592e-05, 0.000258846153846154, 9.25005197490428e-05, 0.000377115384615374, 0.000169777342875437, 0.000647884615384615, 0.000605975120078229, 0.00218538461538461, 0.00179523913127515, 0.00395846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 525, '2021-11-07 00:00:00', 8.05798695991486e-05, 0.000263653846153823, 0.00018504770694647, 0.000500576923076927, 0.000249286057495275, 0.000788461538461546, 0.000621374159547876, 0.00218461538461538, 0.00180331554685764, 0.00394519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 540, '2021-11-07 00:00:00', 0.000155189834123833, 0.000436730769230782, 0.000178314437053019, 0.00056096153846155, 0.000345687775979332, 0.000900961538461535, 0.000639126356834072, 0.0022575, 0.00180169125674057, 0.00394423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 555, '2021-11-07 00:00:00', 0.000121362933132235, 0.000379807692307674, 0.000248033496497181, 0.000621153846153837, 0.000406610567799407, 0.00106307692307691, 0.000787483943670266, 0.00227019230769231, 0.0018196139594811, 0.0039348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 570, '2021-11-07 00:00:00', 0.000217873728426504, 0.000500192307692309, 0.000297516450741022, 0.000684038461538459, 0.000377322602230297, 0.00112711538461539, 0.000830545233334946, 0.00233076923076922, 0.00182091351756792, 0.00390403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 585, '2021-11-07 00:00:00', 0.000186912155426423, 0.000471923076923081, 0.00033327973928125, 0.000840769230769226, 0.000375330059875498, 0.00119942307692307, 0.000843183824286533, 0.00233480769230769, 0.00177726133310604, 0.00386961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 600, '2021-11-07 00:00:00', 0.000207994914878669, 0.000716730769230763, 0.00024399976355599, 0.000916730769230771, 0.000402512541610618, 0.00127211538461538, 0.00104251589178075, 0.00246423076923077, 0.00176913534943355, 0.00392826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 615, '2021-11-07 00:00:00', 0.00020282476331892, 0.000583269230769247, 0.000305910746158708, 0.000845769230769237, 0.000420979626768145, 0.00118961538461539, 0.00109908523152386, 0.00241288461538462, 0.00176986818283604, 0.00396576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 630, '2021-11-07 00:00:00', 0.000187156043491495, 0.000575769230769232, 0.000305447276074843, 0.000850961538461545, 0.000434799379024402, 0.00124250000000001, 0.000998965387865809, 0.00237538461538463, 0.00168621998747312, 0.00394538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 645, '2021-11-07 00:00:00', 0.000237881353749177, 0.000623461538461532, 0[...];
Date: 2021-11-07 14:54:56 Duration: 10s965ms Database: acaweb_fx User: pgperfstats
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 185 4m33s 51ms 13s145ms 1s475ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.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 kr.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 (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 #1
Day Hour Count Duration Avg duration Nov 07 14 185 4m33s 1s475ms [ User: postgres - Total duration: 4m33s - Times executed: 185 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 ('36' = 0 OR 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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: 2021-11-07 14:06:42 Duration: 13s145ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '641' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:51 Duration: 10s739ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:49 Duration: 10s72ms Database: acaweb_fx User: postgres Bind query: yes
2 178 8m9s 51ms 18s22ms 2s750ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #2
Day Hour Count Duration Avg duration Nov 07 14 178 8m9s 2s750ms [ User: postgres - Total duration: 8m9s - Times executed: 178 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '630' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:03:37 Duration: 18s22ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:31:19 Duration: 11s270ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:26:20 Duration: 11s157ms Database: acaweb_fx User: postgres Bind query: yes
3 141 6m42s 2s178ms 3s683ms 2s857ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Nov 07 14 141 6m42s 2s857ms [ User: pgperfstats - Total duration: 6m42s - Times executed: 141 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970035, 5, 900, '2021-11-07 00:00:00', 0.0736777653394367, 0.0915185185185191, 0.080172374834538, 0.122074074074075, 0.114743638447203, 0.199888888888889, 0.250673400755154, 0.593, 0.394227182250376, 1.15192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 915, '2021-11-07 00:00:00', 0.0593651120121616, 0.0892962962962965, 0.0784176487490389, 0.138407407407407, 0.112312915032915, 0.199037037037037, 0.253773779288033, 0.625851851851852, 0.398407013176411, 1.16307407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 930, '2021-11-07 00:00:00', 0.0497605663162509, 0.105037037037036, 0.0821488295682304, 0.151259259259259, 0.099905653499387, 0.201296296296296, 0.253435775508693, 0.639333333333333, 0.4001113876249, 1.16225925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 945, '2021-11-07 00:00:00', 0.0747417776971707, 0.104555555555556, 0.0919955405831146, 0.137888888888888, 0.0985309328553461, 0.206037037037037, 0.255284657608436, 0.639444444444444, 0.40013132459616, 1.157 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 960, '2021-11-07 00:00:00', 0.0611324748982037, 0.0914444444444442, 0.059772217197607, 0.135777777777778, 0.0849820493866129, 0.216222222222222, 0.250060682094057, 0.639037037037037, 0.402743914874776, 1.15425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 975, '2021-11-07 00:00:00', 0.0468179172851309, 0.104925925925926, 0.057238915497181, 0.160703703703704, 0.0820301348282632, 0.228407407407407, 0.244440969283767, 0.645185185185185, 0.416279153133247, 1.15244444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 990, '2021-11-07 00:00:00', 0.0490073254597507, 0.131222222222222, 0.0794243713807716, 0.179333333333333, 0.0751514330650981, 0.23774074074074, 0.249983970996114, 0.648296296296296, 0.436946690405603, 1.15577777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1005, '2021-11-07 00:00:00', 0.0536350705949076, 0.116518518518518, 0.0610510505170124, 0.162999999999999, 0.0686576626741302, 0.213518518518518, 0.253697730501356, 0.633, 0.447813313259849, 1.14392592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1020, '2021-11-07 00:00:00', 0.0380115067298661, 0.119518518518518, 0.0559910961582541, 0.161185185185185, 0.0672179980307304, 0.204481481481481, 0.259932442461257, 0.638481481481482, 0.455696408285403, 1.1432962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1035, '2021-11-07 00:00:00', 0.0402705593295894, 0.102222222222222, 0.057255935633279, 0.14462962962963, 0.0662752612700268, 0.192444444444445, 0.26363120121945, 0.641888888888889, 0.455554972899356, 1.14355555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1050, '2021-11-07 00:00:00', 0.0497764518291047, 0.108185185185185, 0.0650751045390578, 0.145, 0.0763085840518614, 0.206666666666666, 0.256417078114384, 0.639555555555556, 0.455344783427758, 1.15044444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1065, '2021-11-07 00:00:00', 0.0492703166476949, 0.100777777777778, 0.0520450987864593, 0.133, 0.220698076624245, 0.434222222222223, 0.248633123697206, 0.62825925925926, 0.460671669917293, 1.13781481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1080, '2021-11-07 00:00:00', 0.0249538034714604, 0.0783333333333334, 0.0615862955118404, 0.125888888888889, 0.204642367498762, 0.451962962962963, 0.243978929313, 0.620222222222222, 0.458526936577287, 1.13551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1095, '2021-11-07 00:00:00', 0.051018459315067, 0.0890370370370368, 0.205680075474737, 0.398296296296296, 0.205739254945771, 0.472555555555555, 0.243290272504177, 0.609814814814814, 0.460057131346276, 1.13755555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 600, '2021-11-07 00:00:00', 0.104115002983018, 0.218423076923077, 0.106154582494659, 0.275653846153846, 0.131969139749238, 0.364576923076923, 0.169730446930964, 0.501230769230769, 0.433275609567575, 1.15607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 615, '2021-11-07 00:00:00', 0.0838618277516427, 0.157384615384615, 0.109922637131058, 0.242884615384615, 0.110739666994957, 0.286923076923077, 0.141816783209886, 0.444, 0.441958438700362, 1.13630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 630, '2021-11-07 00:00:00', 0.079036865789618, 0.141884615384615, 0.0947253925829814, 0.1855, 0.109508419065174, 0.252576923076923, 0.131706182320871, 0.398961538461538, 0.436352632626412, 1.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 645, '2021-11-07 00:00:00', 0.0608171155059294, 0.111807692307692, 0.0731437362584533, 0.166384615384615, 0.0898077690660192, 0.240346153846154, 0.124821768318486, 0.380923076923077, 0.428013558376188, 1.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 660, '2021-11-07 00:00:00', 0.0552035673317754, 0.107076923076923, 0.064172459944938, 0.172769230769231, 0.0838652765772858, 0.228769230769231, 0.134220920070664, 0.367153846153846, 0.414113050339564, 1.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 675, '2021-11-07 00:00:00', 0.0425889115218433, 0.112846153846154, 0.0597495928534564, 0.152576923076924, 0.0801538616565763, 0.212807692307692, 0.127999837740282, 0.346961538461538, 0.410476535448552, 1.10388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 690, '2021-11-07 00:00:00', 0.043050042437216, 0.100884615384616, 0.0544492000365052, 0.148653846153846, 0.0892042858577132, 0.203730769230769, 0.122170398026061, 0.330615384615385, 0.400314670458898, 1.09665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 705, '2021-11-07 00:00:00', 0.0446421153344962, 0.104038461538462, 0.0747145130582977, 0.143538461538462, 0.0959027391924514, 0.193153846153847, 0.128536974626579, 0.330923076923077, 0.506823738136309, 1.27430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 720, '2021-11-07 00:00:00', 0.0442784371901268, 0.0924999999999996, 0.0604482741370986, 0.134076923076923, 0.0714187758118376, 0.178807692307692, 0.118400909559916, 0.328153846153846, 0.522121954513135, 1.29015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 735, '2021-11-07 00:00:00', 0.046625974933094, 0.0973076923076929, 0.0577079250656667, 0.13173076923077, 0.0803028977348602, 0.189346153846154, 0.119314039408613, 0.329, 0.519624043086775, 1.29111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 750, '2021-11-07 00:00:00', 0.0389368127177278, 0.0843461538461536, 0.0452963744516216, 0.119192307692308, 0.0683539206010784, 0.179461538461538, 0.135977079516535, 0.324615384615384, 0.551803303862751, 1.31038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 765, '2021-11-07 00:00:00', 0.0300160213629578, 0.0818076923076924, 0.0499299355250783, 0.126038461538462, 0.0711185900180385, 0.167423076923077, 0.142271917332756, 0.324538461538461, 0.556437234002736, 1.31265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 780, '2021-11-07 00:00:00', 0.0413127657677944, 0.0857692307692307, 0.0505726742877556, 0.125653846153846, 0.058986895545993, 0.157423076923077, 0.147620183110368, 0.334961538461538, 0.554870745863742, 1.31523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 795, '2021-11-07 00:00:00', 0.0389228032827109, 0.0807692307692307, 0.0468310383596836, 0.113884615384615, 0.0710013651006359, 0.159076923076923, 0.152082083099884, 0.346, 0.554527668727735, 1.31515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 810, '2021-11-07 00:00:00', 0.032462356898177, 0.0772692307692305, 0.0372539724262858, 0.105538461538461, 0.0596082596238522, 0.148769230769231, 0.153494996159985, 0.349076923076924, 0.555509641265084, 1.31619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 825, '2021-11-07 00:00:00', 0.0259063401803198, 0.0734615384615382, 0.0593544762099186, 0.111076923076923, 0.0530401299453095, 0.135846153846154, 0.156528060890544, 0.344076923076923, 0.553255912408883, 1.32323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 840, '2021-11-07 00:00:00', 0.0494856156256153, 0.0818846153846154, 0.0448135453423832, 0.107423076923076, 0.0436829310090164, 0.135038461538461, 0.154403347911092, 0.349076923076923, 0.554998823283577, 1.33057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 855, '2021-11-07 00:00:00', 0.0287016483043151, 0.0702307692307688, 0.0299815584343748, 0.0954230769230763, 0.0597665329556469, 0.140038461538461, 0.150717754556196, 0.355192307692308, 0.561828318972976, 1.3445 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 870, '2021-11-07 00:00:00', 0.028299850502459, 0.0738076923076919, 0.0378739813267431, 0.103038461538461, 0.0579661970462092, 0.149, 0.157290427113472, 0.364961538461538, 0.566193519512951, 1.35730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 885, '2021-11-07 00:00:00', 0.0321747392554134, 0.0744230769230769, 0.0582948077909568, 0.10673076923077, 0.0830373132068669, 0.161346153846154, 0.161343093580586, 0.497923076923077, 0.568700570125913, 1.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 900, '2021-11-07 00:00:00', 0.0521589287289708, 0.0790769230769233, 0.0515505577079431, 0.1055, 0.087966497118986, 0.187230769230769, 0.174342779074399, 0.516730769230769, 0.573738194113496, 1.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 915, '2021-11-07 00:00:00', 0.0219529917358395, 0.062576923076923, 0.0505980388796001, 0.110807692307692, 0.0779656038559015, 0.176346153846154, 0.201832619152223, 0.540384615384615, 0.56621105198028, 1.37734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 930, '2021-11-07 00:00:00', 0.045717190841756, 0.0796923076923079, 0.0619439945558761, 0.134538461538461, 0.0948839371994099, 0.179807692307693, 0.211154544205095, 0.545192307692308, 0.56502200365595, 1.37523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 945, '2021-11-07 00:00:00', 0.0503678927034333, 0.0947307692307689, 0.0527318324529511, 0.117615384615384, 0.0933738968630128, 0.183269230769231, 0.228616750177099, 0.551461538461539, 0.562518900879032, 1.37792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 960, '2021-11-07 00:00:00', 0.0378465118807325, 0.0760384615384616, 0.0758125217990961, 0.123461538461539, 0.0902152980375281, 0.198, 0.234627787061844, 0.570961538461539, 0.561204985174415, 1.38034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 975, '2021-11-07 00:00:00', 0.0551043206458998, 0.0946153846153845, 0.0689838777151249, 0.142846153846154, 0.0845836863703634, 0.212, 0.228285263515763, 0.584807692307692, 0.558682302730824, 1.38365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 990, '2021-11-07 00:00:00', 0.0476069969000997, 0.112884615384616, 0.0681684339310753, 0.161153846153846, 0.0884410277225188, 0.213846153846154, 0.221486714308972, 0.593269230769231, 0.556527902403686, 1.38311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1005, '2021-11-07 00:00:00', 0.0484792263203057, 0.110653846153846, 0.0669305150596792, 0.157423076923077, 0.0945378149818287, 0.215961538461539, 0.229129845620002, 0.604615384615384, 0.558368950260833, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1020, '2021-11-07 00:00:00', 0.0557738427801201, 0.118192307692308, 0.0762885614976755, 0.158230769230769, 0.0972938846999134, 0.2245, 0.243968122129479, 0.615730769230769, 0.560506700707906, 1.38619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1035, '2021-11-07 00:00:00', 0.0495194289764517, 0.109576923076923, 0.0777522693213219, 0.158153846153846, 0.0898821792895913, 0.210384615384615, 0.247496128951856, 0.601576923076922, 0.559390620366347, 1.38188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1050, '2021-11-07 00:00:00', 0.0557264334460352, 0.106346153846153, 0.0658427030008758, 0.144307692307692, 0.0865255942570662, 0.187961538461538, 0.249132121265311, 0.595423076923077, 0.551244629487183, 1.37219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1065, '2021-11-07 00:00:00', 0.043696664192344, 0.0810384615384616, 0.0446729827145605, 0.112346153846154, 0.155014366579856, 0.358576923076923, 0.244285284043063, 0.5915, 0.544838467240168, 1.37865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1080, '2021-11-07 00:00:00', 0.0423550015210267, 0.0841153846153847, 0.0511836512359775, 0.113615384615384, 0.165968676377386, 0.384807692307693, 0.250863321659118, 0.596384615384615, 0.54593635160154, 1.3785 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1095, '2021-11-07 00:00:00', 0.0261648325341185, 0.074961538461538, 0.161441263431818, 0.324807692307692, 0.190131812577081, 0.418115384615384, 0.25139078068892, 0.59226923076923, 0.557695760732016, 1.38380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 600, '2021-11-07 00:00:00', 0.0716266387918307, 0.210153846153846, 0.0871931983938761, 0.257576923076923, 0.121829363645034, 0.334923076923077, 0.200732213504612, 0.503692307692307, 0.499769940918973, 1.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 615, '2021-11-07 00:00:00', 0.0727122146124445, 0.147884615384615, 0.0949294231764594, 0.224346153846154, 0.113328175599077, 0.275653846153846, 0.184135806905163, 0.458346153846154, 0.488861548749903, 1.32357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 630, '2021-11-07 00:00:00', 0.0652492027655393, 0.153538461538462, 0.0710443848265623, 0.197769230769231, 0.11428068683997, 0.261653846153846, 0.178378581846416, 0.441038461538461, 0.491154396843255, 1.32080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 645, '2021-11-07 00:00:00', 0.0456711489471616, 0.118576923076923, 0.0664980740033415, 0.173923076923077, 0.0773740664166367, 0.233884615384615, 0.171831442452726, 0.421730769230769, 0.520426365145408, 1.32219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 660, '2021-11-07 00:00:00', 0.0491471417120213, 0.113192307692308, 0.0686894012650702, 0.166923076923077, 0.0802258446751804, 0.222884615384616, 0.165068452001446, 0.401923076923077, 0.513798183965411, 1.31157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 675, '2021-11-07 00:00:00', 0.0442640329769514, 0.123230769230769, 0.0575371050847924, 0.159038461538462, 0.100727148582388, 0.225038461538461, 0.15209117204948, 0.383730769230769, 0.513122423538927, 1.31030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 690, '2021-11-07 00:00:00', 0.0372303432906338, 0.0985384615384617, 0.0520124393405448, 0.139423076923077, 0.0867259255000836, 0.214115384615385, 0.135525036006693, 0.356653846153846, 0.511387229466613, 1.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 705, '2021-11-07 00:00:00', 0.043569096316612, 0.097115384615385, 0.0611662048469956, 0.151769230769231, 0.0866968547029508, 0.214230769230769, 0.126700810512859, 0.347153846153846, 0.520629518356975, 1.36984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 720, '2021-11-07 00:00:00', 0.047652927910691, 0.100192307692308, 0.0647873800626677, 0.14426923076923, 0.102491553122871, 0.212038461538461, 0.126761265619819, 0.331538461538461, 0.543040994344314, 1.39080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 735, '2021-11-07 00:00:00', 0.0454172451151111, 0.0943846153846154, 0.0608534683923979, 0.136769230769231, 0.106108079877946, 0.204730769230769, 0.119081646199313, 0.321961538461538, 0.543720602742028, 1.39357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 750, '2021-11-07 00:00:00', 0.0478048597465213, 0.0937692307692309, 0.0797137281874232, 0.145038461538462, 0.105542911433436, 0.201115384615384, 0.111189567855982, 0.306, 0.548062337835621, 1.39761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 765, '2021-11-07 00:00:00', 0.0405381491740994, 0.0953076923076925, 0.0605265739476981, 0.130115384615384, 0.0763849864426654, 0.178884615384615, 0.0852299333477475, 0.297307692307692, 0.555484603400837, 1.39476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 780, '2021-11-07 00:00:00', 0.037811434981823, 0.0782307692307693, 0.0447877902317833, 0.121884615384615, 0.0700804921830275, 0.166346153846154, 0.111683130053117, 0.321807692307693, 0.554117826959074, 1.39638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 795, '2021-11-07 00:00:00', 0.0334664240465212, 0.0861923076923077, 0.0477777547207257, 0.119076923076923, 0.0667394589775445, 0.151653846153846, 0.139667957891345, 0.336461538461539, 0.551706956774923, 1.39738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 810, '2021-11-07 00:00:00', 0.0323320512566331, 0.0818076923076925, 0.0570953992488419, 0.110269230769231, 0.0682443122453892, 0.158384615384615, 0.170804863919215, 0.346692307692308, 0.550852776645867, 1.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 825, '2021-11-07 00:00:00', 0.036913391357859, 0.0750384615384621, 0.0371106453729927, 0.103, 0.0716554147398398, 0.157461538461539, 0.196929772722703, 0.354846153846154, 0.546281049108776, 1.40423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 840, '2021-11-07 00:00:00', 0.025570415597838, 0.0746153846153841, 0.0584898150239719, 0.117538461538461, 0.064690172835899, 0.146461538461538, 0.199200061785594, 0.363769230769231, 0.53724690212802, 1.41307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 855, '2021-11-07 00:00:00', 0.0429212516843793, 0.0829230769230773, 0.0501982684347395, 0.111884615384616, 0.0516453736106603, 0.134269230769231, 0.198130120414299, 0.357230769230769, 0.528359541046989, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 870, '2021-11-07 00:00:00', 0.041453365827898, 0.0803076923076929, 0.0471527305678052, 0.0995000000000003, 0.0489857750152649, 0.135615384615385, 0.197358556946488, 0.358, 0.525329399959243, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 885, '2021-11-07 00:00:00', 0.0281418658831397, 0.0697307692307693, 0.027780125712736, 0.092153846153846, 0.0567774061238609, 0.147923076923077, 0.247798454083462, 0.515923076923077, 0.526458577521683, 1.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 900, '2021-11-07 00:00:00', 0.0265432013604531, 0.0706923076923073, 0.0408294765316201, 0.105384615384615, 0.0548043934229871, 0.148807692307692, 0.260733725061825, 0.547346153846154, 0.538957804827628, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 915, '2021-11-07 00:00:00', 0.0442250364177781, 0.079576923076923, 0.0608812336880962, 0.118730769230769, 0.0593148703627839, 0.151423076923077, 0.256179660514917, 0.553538461538462, 0.554293368588817, 1.44146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 930, '2021-11-07 00:00:00', 0.0448124295944088, 0.0810769230769231, 0.0410957605898901, 0.101307692307692, 0.0484866357479445, 0.145923076923077, 0.249441459141141, 0.571807692307692, 0.554421179804113, 1.44526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 945, '2021-11-07 00:00:00', 0.0204602428739622, 0.0693076923076924, 0.0404438452101751, 0.100769230769231, 0.0660325793715608, 0.185692307692308, 0.253255750940853, 0.596346153846154, 0.558579507459633, 1.45288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 960, '2021-11-07 00:00:00', 0.0340652992851168, 0.0757307692307695, 0.0348643304605371, 0.115192307692308, 0.103987669387362, 0.245653846153846, 0.2531572603374, 0.618038461538462, 0.560280067328969, 1.45807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 975, '2021-11-07 00:00:00', 0.0270410798600946, 0.0834999999999998, 0.0561574709051389, 0.155692307692308, 0.13179301370535, 0.259038461538462, 0.249798506493041, 0.623423076923077, 0.565387879111459, 1.46042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 990, '2021-11-07 00:00:00', 0.0528608041499996, 0.128769230769231, 0.100791269463183, 0.207, 0.165322123792869, 0.26473076923077, 0.253210611638126, 0.632423076923077, 0.563001221477019, 1.46684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1005, '2021-11-07 00:00:00', 0.0810283995797863, 0.144192307692308, 0.107371017433083, 0.187153846153846, 0.171161390326386, 0.235307692307692, 0.237388004362866, 0.622769230769231, 0.559814738586312, 1.46330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1020, '2021-11-07 00:00:00', 0.0560684746194676, 0.113923076923077, 0.0776446045478026, 0.157269230769231, 0.111425373439598, 0.202423076923077, 0.218251319495527, 0.595038461538461, 0.563569219009861, 1.44976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1035, '2021-11-07 00:00:00', 0.0402207179678105, 0.104115384615385, 0.0679310057224354, 0.132307692307692, 0.0704358846480536, 0.170576923076923, 0.225105787097123, 0.583846153846154, 0.559491880741253, 1.45226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1050, '2021-11-07 00:00:00', 0.0442318367764143, 0.0941538461538458, 0.0537884889029385, 0.127192307692308, 0.0685511600081398, 0.170692307692308, 0.231224353255581, 0.588307692307692, 0.55781388128465, 1.45038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1065, '2021-11-07 00:00:00', 0.0395856228757561, 0.0843076923076923, 0.0511608624453685, 0.115923076923077, 0.179487492600459, 0.355, 0.241924285676325, 0.585999999999999, 0.557544403198939, 1.45080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1080, '2021-11-07 00:00:00', 0.0426039362572914, 0.0831538461538464, 0.0607434453570605, 0.120384615384615, 0.184821431491214, 0.398807692307692, 0.239975870581895, 0.586461538461538, 0.562459813265322, 1.45319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1095, '2021-11-07 00:00:00', 0.038059083622098, 0.0794230769230768, 0.168432721103892, 0.332307692307692, 0.17369375348584, 0.4, 0.250934045885797, 0.587846153846153, 0.542100894668142, 1.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 600, '2021-11-07 00:00:00', 0.103066968520472, 0.242, 0.13655414254483, 0.319923076923077, 0.153134958074945, 0.369653846153847, 0.233595577539802, 0.543576923076923, 0.524401889335328, 1.43369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 615, '2021-11-07 00:00:00', 0.0718985717200602, 0.175269230769231, 0.0659729081925647, 0.199769230769232, 0.110722383255808, 0.306384615384616, 0.221865059473962, 0.464769230769231, 0.535514251767545, 1.41507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 630, '2021-11-07 00:00:00', 0.0365642111696877, 0.110307692307692, 0.0996598291111395, 0.190807692307693, 0.121386483850297, 0.299038461538462, 0.203388707046006, 0.445384615384615, 0.538368979847036, 1.40603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 645, '2021-11-07 00:00:00', 0.0928565229057918, 0.146423076923077, 0.0991657896966175, 0.222423076923077, 0.118222326408925, 0.277038461538461, 0.20172117847701, 0.428076923076922, 0.54208556945872, 1.40226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 660, '2021-11-07 00:00:00', 0.067817503980564, 0.145423076923077, 0.0868324026723093, 0.193115384615385, 0.110878790369692, 0.238115384615384, 0.195311711413792, 0.399230769230769, 0.54957053582425, 1.39142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 675, '2021-11-07 00:00:00', 0.0585905741959862, 0.117846153846154, 0.0621171597745864, 0.155692307692307, 0.117308226480499, 0.2325, 0.180232465273217, 0.369307692307692, 0.55091294998533, 1.38003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 690, '2021-11-07 00:00:00', 0.0449632499509752, 0.103423076923077, 0.0599429600665373, 0.149961538461538, 0.0992354542722278, 0.225653846153846, 0.130250533735803, 0.357192307692307, 0.551681827198919, 1.37396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 705, '2021-11-07 00:00:00', 0.0447055322682175, 0.101769230769231, 0.069572375154334, 0.166346153846154, 0.103193895168271, 0.2295, 0.131308702623304, 0.350846153846154, 0.676520668852486, 1.40715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 720, '2021-11-07 00:00:00', 0.0396035157724471, 0.116038461538461, 0.0523144339546938, 0.149999999999999, 0.0843973842102848, 0.212038461538461, 0.12314381835886, 0.341, 0.660080051089377, 1.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 735, '2021-11-07 00:00:00', 0.0417056535551421, 0.101192307692308, 0.0600268785948941, 0.148115384615385, 0.0758281863567489, 0.208076923076923, 0.125179477305433, 0.340307692307692, 0.661810988587667, 1.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 750, '2021-11-07 00:00:00', 0.0599819972991898, 0.0999999999999998, 0.0755607956956106, 0.148923076923077, 0.0897983381720481, 0.191692307692307, 0.126469893042391, 0.336923076923077, 0.660511214602284, 1.42476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 765, '2021-11-07 00:00:00', 0.0568112258679164, 0.105653846153845, 0.0798687769936511, 0.146692307692307, 0.0985358037232386, 0.177230769230769, 0.140709914362848, 0.34, 0.65534067359011, 1.42303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 780, '2021-11-07 00:00:00', 0.0342997869470848, 0.0936538461538462, 0.0679651041683552, 0.129153846153846, 0.082125054735961, 0.164730769230769, 0.142579446139822, 0.343461538461539, 0.640059777256421, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 795, '2021-11-07 00:00:00', 0.0580131550068269, 0.0993846153846155, 0.0797768426009989, 0.126769230769231, 0.0789497600717353, 0.158230769230769, 0.199279135501321, 0.374576923076923, 0.641960391780821, 1.41923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 810, '2021-11-07 00:00:00', 0.0428341524415346, 0.0762692307692307, 0.0466887731522425, 0.106192307692308, 0.061141764650813, 0.148346153846153, 0.204612207320617, 0.377653846153846, 0.636410139889244, 1.42088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 825, '2021-11-07 00:00:00', 0.0263953375836311, 0.075076923076923, 0.0404051215337098, 0.107423076923077, 0.0552153824720836, 0.149461538461538, 0.203892509388196, 0.378653846153846, 0.634973449475222, 1.42180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 840, '2021-11-07 00:00:00', 0.0298123361146922, 0.0798461538461541, 0.0403670086161381, 0.106153846153846, 0.0691975099596468, 0.158846153846153, 0.203068359085158, 0.374961538461538, 0.634485333527529, 1.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 855, '2021-11-07 00:00:00', 0.0297122870206922, 0.0765, 0.0518961092361089, 0.112384615384616, 0.0688915424082274, 0.156730769230769, 0.202672589319667, 0.369538461538462, 0.634735187666116, 1.42496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 870, '2021-11-07 00:00:00', 0.0303255414055289, 0.0739615384615384, 0.0526249575187109, 0.107115384615384, 0.0720173162937488, 0.163576923076923, 0.203570664351756, 0.367153846153846, 0.635944560960612, 1.42426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 885, '2021-11-07 00:00:00', 0.0306477756753433, 0.0766153846153845, 0.0527906751672622, 0.117846153846154, 0.081607503425755, 0.170769230769231, 0.34523595721455, 0.608115384615385, 0.613082847959017, 1.45646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 900, '2021-11-07 00:00:00', 0.0532550467092085, 0.0855000000000001, 0.0709733319363957, 0.127576923076923, 0.0766905871267528, 0.176384615384616, 0.352480729424156, 0.633230769230769, 0.617255882608975, 1.46023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 915, '2021-11-07 00:00:00', 0.0378013430774825, 0.0896923076923079, 0.0556245103694954, 0.118384615384616, 0.0598213879940818, 0.174961538461539, 0.337755926896696, 0.632884615384616, 0.619437443293386, 1.45388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 930, '2021-11-07 00:00:00', 0.0438417433679187, 0.081538461538462, 0.05221413012409, 0.124653846153847, 0.076512050332963, 0.178576923076923, 0.359893447906674, 0.653576923076923, 0.616930801505448, 1.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 945, '2021-11-07 00:00:00', 0.0449274457833452, 0.0913461538461541, 0.0626547683740036, 0.1265, 0.102978414467081, 0.200076923076923, 0.36045608075582, 0.664115384615385, 0.619753594956527, 1.44396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 960, '2021-11-07 00:00:00', 0.0393148239804705, 0.0821538461538459, 0.0615754696412333, 0.134461538461539, 0.0934984409577962, 0.206038461538462, 0.354343327644467, 0.663076923076923, 0.619908787335189, 1.44076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 975, '2021-11-07 00:00:00', 0.0464125480380532, 0.100730769230769, 0.0719917944042132, 0.157538461538462, 0.136820376350219, 0.234846153846154, 0.353066670539934, 0.654923076923077, 0.623044347106639, 1.43846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 990, '2021-11-07 00:00:00', 0.0519149748664547, 0.125269230769231, 0.0711437980431185, 0.164, 0.142008645457294, 0.255153846153846, 0.354136160254781, 0.6545, 0.62831176607208, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1005, '2021-11-07 00:00:00', 0.0397676521037658, 0.109884615384615, 0.106304070404738, 0.176346153846153, 0.121870019030365, 0.241692307692308, 0.355877256281519, 0.661692307692307, 0.631498663132759, 1.42680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1020, '2021-11-07 00:00:00', 0.0805505670132362, 0.120076923076923, 0.107910076523857, 0.182769230769231, 0.0993785381566552, 0.210423076923077, 0.374430827544134, 0.657730769230769, 0.633719138225955, 1.42188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1035, '2021-11-07 00:00:00', 0.0557072153868224, 0.119423076923077, 0.0519287825924933, 0.149038461538462, 0.0610396088302818, 0.188076923076923, 0.393903564926161, 0.667538461538461, 0.634232177821826, 1.41115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1050, '2021-11-07 00:00:00', 0.0328781667091377, 0.0975769230769226, 0.0342276766105125, 0.123423076923077, 0.0623717391624911, 0.166923076923077, 0.386047149372278, 0.673192307692307, 0.630390795764513, 1.40434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1065, '2021-11-07 00:00:00', 0.0336190422231205, 0.0879999999999999, 0.0488753044452449, 0.128346153846154, 0.333078489248406, 0.474, 0.390940294477499, 0.678923076923077, 0.628757818119309, 1.39792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1080, '2021-11-07 00:00:00', 0.0349067549116433, 0.0878076923076928, 0.0432125515953945, 0.108730769230769, 0.328921912640956, 0.500230769230769, 0.380003149784517, 0.681923076923077, 0.62051332100001, 1.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1095, '2021-11-07 00:00:00', 0.029463510679117, 0.0674615384615384, 0.325646502538235, 0.444269230769231, 0.322090548663667, 0.498807692307692, 0.375082606286218, 0.688807692307693, 0.621112972506118, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 600, '2021-11-07 00:00:00', 0.0805179769702685, 0.244769230769231, 0.108567008730164, 0.299346153846154, 0.147789168958819, 0.359961538461539, 0.169280431873813, 0.54223076923077, 0.500598775314277, 1.28942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 615, '2021-11-07 00:00:00', 0.100634296035007, 0.209692307692307, 0.100117108351247, 0.238653846153846, 0.120598073718511, 0.306846153846154, 0.173099264540943, 0.506653846153846, 0.489178432130382, 1.26953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 630, '2021-11-07 00:00:00', 0.0440361390049301, 0.147307692307693, 0.0856641384441859, 0.20423076923077, 0.0982300283087537, 0.265538461538462, 0.175308979979744, 0.467038461538462, 0.487587204034788, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 645, '2021-11-07 00:00:00', 0.068108736590837, 0.13, 0.0808241015082471, 0.188846153846154, 0.0873933723943731, 0.238192307692308, 0.181537116357468, 0.45073076923077, 0.478850643167093, 1.23753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 660, '2021-11-07 00:00:00', 0.0491569542775608, 0.128615384615385, 0.0559443817210798, 0.170576923076923, 0.0791479627027759, 0.226, 0.185007043524959, 0.450615384615385, 0.466825411278547, 1.23373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 675, '2021-11-07 00:00:00', 0.0371222512579929, 0.109307692307692, 0.053027670570692, 0.150423076923077, 0.0876869694731471, 0.238269230769231, 0.185153894410527, 0.449269230769231, 0.452035151798551, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 690, '2021-11-07 00:00:00', 0.0487653723297744, 0.109307692307692, 0.0656237410135642, 0.164346153846154, 0.0926080242411323, 0.239384615384616, 0.176727865549094, 0.445461538461539, 0.448614016036744, 1.23215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 705, '2021-11-07 00:00:00', 0.055200501669961, 0.113846153846154, 0.0716403410205344, 0.172538461538461, 0.108704652791228, 0.228692307692308, 0.176197917563875, 0.433115384615385, 0.413836370487735, 1.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 720, '2021-11-07 00:00:00', 0.0656054993004512, 0.124807692307693, 0.0836650188825377, 0.162346153846154, 0.11256467542638, 0.238384615384616, 0.174725195224254, 0.430423076923077, 0.404539411410824, 1.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 735, '2021-11-07 00:00:00', 0.0381662960456758, 0.0991153846153847, 0.0698128927920912, 0.15, 0.0999509802930341, 0.239038461538462, 0.169034038447427, 0.442884615384616, 0.382771295443356, 1.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 750, '2021-11-07 00:00:00', 0.0503499293407191, 0.106653846153846, 0.0684275810339213, 0.169576923076924, 0.0892189096893358, 0.225576923076923, 0.159759362311427, 0.440423076923077, 0.383827741812151, 1.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 765, '2021-11-07 00:00:00', 0.0513427097663709, 0.107923076923077, 0.0627714780894832, 0.151538461538461, 0.0784812471476222, 0.203884615384616, 0.183847867710068, 0.425038461538461, 0.384357637944342, 1.24492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 780, '2021-11-07 00:00:00', 0.0354646519574288, 0.0966923076923075, 0.0515163902223209, 0.133538461538461, 0.0646314165093111, 0.181500000000001, 0.193290232154017, 0.417923076923077, 0.372958370537311, 1.25288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 795, '2021-11-07 00:00:00', 0.0484328559808476, 0.0973076923076923, 0.0554063728631116, 0.139884615384616, 0.0830546437362405, 0.196923076923077, 0.201462441622789, 0.429653846153846, 0.36901365619925, 1.25696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 810, '2021-11-07 00:00:00', 0.0564379168780926, 0.100038461538462, 0.0545885871419465, 0.127923076923077, 0.101445529150453, 0.183346153846154, 0.21760349261903, 0.447, 0.366939837869077, 1.25473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 825, '2021-11-07 00:00:00', 0.0299133106467031, 0.0776153846153849, 0.0800637150120978, 0.130961538461538, 0.107509462910874, 0.187730769230769, 0.229770306711189, 0.456923076923077, 0.373078576998713, 1.25376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 840, '2021-11-07 00:00:00', 0.0664643802811234, 0.109076923076922, 0.0904650548767096, 0.144615384615384, 0.114649137002354, 0.20276923076923, 0.22048967880955, 0.455538461538462, 0.368767143538909, 1.25538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 855, '2021-11-07 00:00:00', 0.0517819837989416, 0.0964230769230767, 0.0613563237290048, 0.137961538461538, 0.0903251562199251, 0.200076923076923, 0.189127844429268, 0.455692307692308, 0.361563853281823, 1.2485 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 870, '2021-11-07 00:00:00', 0.0356563296786677, 0.0945769230769228, 0.0591027918122317, 0.1375, 0.0879472656679079, 0.188807692307692, 0.186154790843121, 0.454384615384616, 0.354537436452279, 1.24807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 885, '2021-11-07 00:00:00', 0.0466912609184398, 0.0949230769230765, 0.0619684286862763, 0.128615384615385, 0.0662576439712082, 0.174346153846153, 0.29735356835825, 0.596230769230769, 0.349097429644813, 1.24784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 900, '2021-11-07 00:00:00', 0.0318754547478868, 0.0817307692307695, 0.045079212333573, 0.120153846153847, 0.0554482294924385, 0.178115384615385, 0.315262313246995, 0.625615384615385, 0.349860123697809, 1.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 915, '2021-11-07 00:00:00', 0.0376935007660471, 0.083, 0.0489761637471192, 0.123230769230769, 0.102954717454587, 0.207076923076923, 0.316318644116, 0.63573076923077, 0.349917168220402, 1.24423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 930, '2021-11-07 00:00:00', 0.042897606173126, 0.0937307692307691, 0.0580560074410907, 0.1415, 0.108275545928681, 0.226076923076923, 0.314945331031374, 0.648807692307692, 0.352398928226782, 1.24026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 945, '2021-11-07 00:00:00', 0.0476820882351174, 0.107307692307693, 0.109882734697565, 0.164153846153846, 0.126601427868968, 0.241192307692308, 0.335103862200272, 0.659961538461539, 0.349696518976977, 1.23515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 960, '2021-11-07 00:00:00', 0.0729857414947496, 0.108038461538462, 0.0739275737045797, 0.163615384615384, 0.10485577640814, 0.242576923076923, 0.332288104835826, 0.666230769230769, 0.353018214827507, 1.2255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 975, '2021-11-07 00:00:00', 0.0425613042021103, 0.109769230769231, 0.0677689740674436, 0.175923076923077, 0.099484246916863, 0.253346153846154, 0.331728139387569, 0.674038461538462, 0.35921439066599, 1.22453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 990, '2021-11-07 00:00:00', 0.0512649828005283, 0.136538461538462, 0.0689972128757052, 0.179153846153847, 0.112890232595139, 0.260269230769231, 0.332852168618211, 0.673384615384615, 0.368290621029727, 1.21830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1005, '2021-11-07 00:00:00', 0.0476909441492422, 0.123884615384615, 0.0735766371782615, 0.185807692307692, 0.109651623159616, 0.262961538461539, 0.328775630764531, 0.681153846153846, 0.367013261131194, 1.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1020, '2021-11-07 00:00:00', 0.0449099098195486, 0.1325, 0.0676461494725426, 0.186192307692308, 0.0873663286662282, 0.232653846153847, 0.322962567490414, 0.6755, 0.364057681397626, 1.20834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1035, '2021-11-07 00:00:00', 0.0480815333174166, 0.128923076923077, 0.0638248082946292, 0.168384615384616, 0.0796652708814542, 0.217346153846154, 0.322324175087991, 0.669923076923077, 0.36091671530232, 1.20665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1050, '2021-11-07 00:00:00', 0.0507600691034264, 0.110230769230769, 0.0580746469243217, 0.13823076923077, 0.0838279281532215, 0.201807692307692, 0.312447017046953, 0.664538461538462, 0.354730495750485, 1.19873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1065, '2021-11-07 00:00:00', 0.0367219908962553, 0.0942307692307692, 0.0633136271636322, 0.139846153846154, 0.306906921495001, 0.435461538461538, 0.31083697433765, 0.661769230769231, 0.346999046773242, 1.19946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1080, '2021-11-07 00:00:00', 0.0423709080166319, 0.087423076923077, 0.0519880607595485, 0.123961538461539, 0.32613203555521, 0.46476923076923, 0.300515321508802, 0.671461538461538, 0.335534826806399, 1.1985 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1095, '2021-11-07 00:00:00', 0.0288836392337363, 0.0812307692307694, 0.300248932618355, 0.405307692307692, 0.325205679295663, 0.472576923076923, 0.302927310397421, 0.677653846153846, 0.333730282621253, 1.19869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 600, '2021-11-07 00:00:00', 0.148927654093678, 0.297615384615385, 0.18297914130809, 0.349615384615385, 0.194172453088643, 0.394307692307692, 0.194865239430899, 0.608692307692307, 0.318000590226835, 1.16615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 615, '2021-11-07 00:00:00', 0.11561658784368, 0.194653846153846, 0.121710577253518, 0.235230769230769, 0.129157054067459, 0.296769230769231, 0.210841128669104, 0.553307692307692, 0.320723684093429, 1.14880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 630, '2021-11-07 00:00:00', 0.071622385843018, 0.146615384615385, 0.0962217950682371, 0.200076923076923, 0.105866832170639, 0.263115384615385, 0.222506311060021, 0.523461538461538, 0.32029486655028, 1.13280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 645, '2021-11-07 00:00:00', 0.0646184541395459, 0.134769230769231, 0.0856484406432214, 0.174846153846154, 0.112416704206338, 0.253653846153846, 0.221019804194452, 0.496923076923077, 0.306154048704997, 1.12169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 660, '2021-11-07 00:00:00', 0.0488770041886936, 0.118192307692308, 0.072836560979941, 0.176730769230769, 0.118127623291995, 0.252846153846154, 0.216406270348514, 0.482076923076923, 0.304487526585497, 1.11742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 675, '2021-11-07 00:00:00', 0.0441415380861995, 0.109346153846154, 0.0788398669163298, 0.17126923076923, 0.103968160806751, 0.226461538461539, 0.221379840649852, 0.463076923076923, 0.302997070308254, 1.11323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 690, '2021-11-07 00:00:00', 0.0448435228150228, 0.113692307692307, 0.0753261217333308, 0.15376923076923, 0.0735098632837799, 0.2175, 0.216075186344583, 0.442615384615384, 0.303984331580024, 1.11307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 705, '2021-11-07 00:00:00', 0.0454966440013396, 0.103230769230769, 0.0557341491781781, 0.152846153846154, 0.0821173644149738, 0.230307692307692, 0.226432139605123, 0.448923076923076, 0.297066180142768, 1.13834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 720, '2021-11-07 00:00:00', 0.0515658801922359, 0.113000000000001, 0.0585124444357456, 0.156115384615385, 0.0790848813714642, 0.231461538461539, 0.210244941400775, 0.437846153846154, 0.284724806408952, 1.13215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 735, '2021-11-07 00:00:00', 0.0530780702217172, 0.104192307692308, 0.07896446133449, 0.164115384615385, 0.11625153762424, 0.2465, 0.205591454476703, 0.428384615384615, 0.276708977920013, 1.12646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 750, '2021-11-07 00:00:00', 0.0560415779715245, 0.114538461538461, 0.068934751758457, 0.158, 0.133828570020927, 0.249615384615384, 0.198774046440831, 0.429807692307692, 0.288023046620605, 1.13465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 765, '2021-11-07 00:00:00', 0.0555073383921855, 0.105769230769231, 0.10985554851013, 0.171192307692308, 0.136267073736158, 0.235653846153846, 0.182387132643304, 0.422884615384615, 0.291558974110925, 1.13165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 780, '2021-11-07 00:00:00', 0.0907755388942333, 0.124961538461538, 0.104955257866608, 0.178384615384615, 0.126332729177907, 0.230961538461538, 0.168941305237602, 0.414730769230769, 0.308110881639411, 1.13065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 795, '2021-11-07 00:00:00', 0.0525354678728131, 0.106153846153846, 0.0644641343336322, 0.144230769230769, 0.0918853884759954, 0.197730769230769, 0.143649386193767, 0.389884615384615, 0.311277526431862, 1.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 810, '2021-11-07 00:00:00', 0.0355092187380205, 0.0922307692307691, 0.0613990353219134, 0.135192307692308, 0.0910734614726783, 0.183153846153846, 0.136569170977708, 0.374538461538461, 0.333416893116388, 1.11476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 825, '2021-11-07 00:00:00', 0.0422388264697125, 0.0930384615384616, 0.0560972370086087, 0.1275, 0.0819069265409504, 0.17176923076923, 0.127894235150046, 0.364846153846153, 0.341297048602263, 1.12065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 840, '2021-11-07 00:00:00', 0.0342094229034139, 0.0832692307692303, 0.0516069911781489, 0.110192307692307, 0.0829633932248714, 0.15626923076923, 0.122502546284368, 0.356076923076922, 0.345156377045803, 1.12273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 855, '2021-11-07 00:00:00', 0.0331568765347167, 0.0725384615384619, 0.0431415737382797, 0.102653846153846, 0.0911360859036981, 0.158884615384616, 0.120331465288434, 0.355692307692307, 0.342225063147271, 1.12392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 870, '2021-11-07 00:00:00', 0.0278250578823094, 0.0750769230769227, 0.0576674418207875, 0.111576923076923, 0.0885125719014843, 0.162653846153846, 0.118360154417972, 0.365384615384615, 0.349970084435799, 1.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 885, '2021-11-07 00:00:00', 0.0427471456536981, 0.0800384615384615, 0.0760038561774741, 0.120115384615385, 0.0953786946053223, 0.181153846153846, 0.251827388991258, 0.565923076923077, 0.372627140924874, 1.12611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:39 Duration: 3s683ms 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 970045, 5, 900, '2021-11-07 00:00:00', 0.0242603401164147, 0.0601111111111114, 0.0269072480941477, 0.080333333333334, 0.0446802823998198, 0.125407407407408, 0.197726176885208, 0.393222222222222, 0.35400331174912, 0.777962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 915, '2021-11-07 00:00:00', 0.0175736139946201, 0.0472962962962965, 0.0364100577820506, 0.0846666666666668, 0.0460077412041957, 0.118592592592593, 0.19487522489109, 0.394259259259259, 0.352369152939102, 0.780592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 930, '2021-11-07 00:00:00', 0.032731794487476, 0.069703703703704, 0.0318016466451775, 0.0920370370370373, 0.0522405950586302, 0.126814814814815, 0.195649681116012, 0.401481481481481, 0.356392781653634, 0.778740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 945, '2021-11-07 00:00:00', 0.0231871489114961, 0.0645185185185183, 0.0388501394248895, 0.0872222222222222, 0.0475378391793964, 0.142, 0.203518501927418, 0.403629629629629, 0.358370091535444, 0.777740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 960, '2021-11-07 00:00:00', 0.0338143919864472, 0.0644814814814817, 0.0453109233196564, 0.0921851851851851, 0.0507817799391589, 0.150592592592592, 0.205843819588245, 0.401296296296296, 0.359440071836969, 0.77837037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 975, '2021-11-07 00:00:00', 0.0331990886498334, 0.0621111111111111, 0.0433989969293408, 0.10662962962963, 0.0532354336510124, 0.157629629629629, 0.205595431567633, 0.403592592592592, 0.361783119618682, 0.779222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 990, '2021-11-07 00:00:00', 0.0331677940795371, 0.0827777777777776, 0.0437588900206625, 0.112925925925926, 0.0556587844360639, 0.162851851851852, 0.203094970276388, 0.413481481481481, 0.354354587650807, 0.785592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1005, '2021-11-07 00:00:00', 0.0318094397284902, 0.0749259259259262, 0.0461230238962419, 0.113888888888889, 0.0699430170998193, 0.160444444444444, 0.198904485374248, 0.411925925925926, 0.352179069318574, 0.787407407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1020, '2021-11-07 00:00:00', 0.0331012432952645, 0.0796666666666664, 0.0531133282804385, 0.116777777777778, 0.0874767368343121, 0.162222222222222, 0.184111294224359, 0.41074074074074, 0.343912369577946, 0.794444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1035, '2021-11-07 00:00:00', 0.0341456157789411, 0.0776666666666667, 0.050624054280499, 0.105111111111111, 0.0715570419763861, 0.146222222222222, 0.186161021500007, 0.411185185185185, 0.346806644980815, 0.792185185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1050, '2021-11-07 00:00:00', 0.0260949941166638, 0.0672222222222221, 0.0397458091467434, 0.107037037037037, 0.0545969954194541, 0.133296296296296, 0.183551253545332, 0.398703703703703, 0.351442878525226, 0.781407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1065, '2021-11-07 00:00:00', 0.0348704562337335, 0.0781111111111114, 0.0401215390001167, 0.0967407407407408, 0.167731928981932, 0.286, 0.187296176015042, 0.40037037037037, 0.353466714060487, 0.779777777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1080, '2021-11-07 00:00:00', 0.0248152719267334, 0.0624814814814814, 0.0386831308891176, 0.0913333333333331, 0.168041568253122, 0.310259259259259, 0.181780024227023, 0.390851851851852, 0.356714315053521, 0.777444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1095, '2021-11-07 00:00:00', 0.0312434608542941, 0.0640000000000002, 0.163257936548744, 0.251333333333333, 0.173735209663796, 0.304, 0.180761762590474, 0.38474074074074, 0.357631668419354, 0.778222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 600, '2021-11-07 00:00:00', 0.0775994547958642, 0.146346153846154, 0.0991540526345043, 0.212384615384615, 0.10347450819479, 0.250423076923077, 0.118177474099827, 0.335346153846154, 0.304319166968851, 0.771346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 615, '2021-11-07 00:00:00', 0.0741127623183854, 0.120307692307692, 0.0703228598350819, 0.14723076923077, 0.0670737366921368, 0.210384615384616, 0.100304428922847, 0.313461538461539, 0.304822069158639, 0.769576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 630, '2021-11-07 00:00:00', 0.0376105754358452, 0.0783461538461541, 0.0489548143307048, 0.127423076923077, 0.0683427110513342, 0.179384615384616, 0.11043371837372, 0.289615384615385, 0.307679446077345, 0.768192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 645, '2021-11-07 00:00:00', 0.043433007653697, 0.0818846153846154, 0.0605850959077709, 0.127076923076923, 0.0678705668618868, 0.166576923076923, 0.107398674966758, 0.269653846153847, 0.302958501854881, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 660, '2021-11-07 00:00:00', 0.0410483392337151, 0.0833846153846154, 0.0435641348606145, 0.115923076923077, 0.0661203099252818, 0.157153846153846, 0.0984106701531898, 0.2535, 0.302824579837645, 0.752384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 675, '2021-11-07 00:00:00', 0.0337828358785936, 0.0770000000000004, 0.0465007526820801, 0.114, 0.0610016519322348, 0.148807692307692, 0.0830184409541734, 0.238307692307692, 0.300171891781, 0.740269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 690, '2021-11-07 00:00:00', 0.032499207090919, 0.0720384615384614, 0.0482667109363728, 0.100653846153846, 0.0531248891401557, 0.134576923076923, 0.0778271062133143, 0.221538461538461, 0.300882325579542, 0.739423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 705, '2021-11-07 00:00:00', 0.0271192523155382, 0.0664230769230771, 0.0384083324293049, 0.101, 0.0602362145097243, 0.134807692307692, 0.0683905976443683, 0.209923076923077, 0.343108256071776, 0.796653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 720, '2021-11-07 00:00:00', 0.0202201727147766, 0.0698461538461541, 0.0270347070377209, 0.0903461538461539, 0.0433700534754289, 0.118807692307692, 0.0603039098107377, 0.201807692307692, 0.344118575270435, 0.809076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 735, '2021-11-07 00:00:00', 0.0186419295798887, 0.0601923076923075, 0.0409422294684368, 0.0908846153846154, 0.0418195574416489, 0.129346153846153, 0.058671930125192, 0.198653846153846, 0.34988611773635, 0.816846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 750, '2021-11-07 00:00:00', 0.0351593515298565, 0.0695, 0.0346937369652711, 0.0858461538461537, 0.0390289833131936, 0.123307692307692, 0.0595449926849112, 0.197615384615384, 0.352900432678419, 0.826346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 765, '2021-11-07 00:00:00', 0.0217571562055761, 0.0535769230769235, 0.0243869132622708, 0.0888076923076921, 0.0334415678690226, 0.109461538461538, 0.0569119833264828, 0.200576923076923, 0.354085094075074, 0.835576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 780, '2021-11-07 00:00:00', 0.0200058452996581, 0.0639230769230762, 0.0246734987073489, 0.0776923076923074, 0.029098136340005, 0.102307692307692, 0.0595298632232985, 0.20526923076923, 0.353490341506612, 0.844692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 795, '2021-11-07 00:00:00', 0.0156014299147424, 0.0512692307692308, 0.0176724035194383, 0.0750769230769229, 0.0394866287007876, 0.103923076923077, 0.0567139787408306, 0.208653846153846, 0.364095490433274, 0.849384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 810, '2021-11-07 00:00:00', 0.021475997335129, 0.0575384615384616, 0.0248994284766048, 0.0713076923076924, 0.0391574337180649, 0.104769230769231, 0.0590917539476989, 0.211653846153846, 0.377126008323274, 0.855115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 825, '2021-11-07 00:00:00', 0.0193542283195731, 0.0501153846153844, 0.0352087401736474, 0.0768461538461538, 0.046550568037516, 0.107653846153846, 0.0638625446986311, 0.212769230769231, 0.377114765229162, 0.855884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 840, '2021-11-07 00:00:00', 0.0292865944654653, 0.0557692307692307, 0.0344916489335296, 0.0769230769230768, 0.0407452875991623, 0.0955384615384615, 0.0636045112091421, 0.211576923076923, 0.382410091997503, 0.865961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 855, '2021-11-07 00:00:00', 0.0226575849076233, 0.0463846153846156, 0.0309111879173475, 0.0716923076923079, 0.0412506223729275, 0.0995769230769232, 0.0666488848080288, 0.216923076923077, 0.386860525453097, 0.872115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 870, '2021-11-07 00:00:00', 0.0251638629784858, 0.0524999999999999, 0.0271425014435917, 0.0676538461538462, 0.039118223178148, 0.101346153846154, 0.0644065094655695, 0.228038461538462, 0.41141378945515, 0.881884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 885, '2021-11-07 00:00:00', 0.0190290466231132, 0.042769230769231, 0.0364739105916289, 0.0748846153846152, 0.0358514241751233, 0.101730769230769, 0.071221474721733, 0.285538461538462, 0.421756444481336, 0.888538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 900, '2021-11-07 00:00:00', 0.0348408469383938, 0.0582692307692309, 0.0365939885773605, 0.0780000000000001, 0.0554970823903936, 0.117384615384616, 0.0835507399958022, 0.308384615384615, 0.422613045413705, 0.894115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 915, '2021-11-07 00:00:00', 0.0233202454136714, 0.0549230769230772, 0.031617813868864, 0.0766153846153848, 0.051409966109545, 0.114769230769231, 0.105520402693581, 0.321346153846154, 0.41682103889024, 0.900461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 930, '2021-11-07 00:00:00', 0.0223692096074381, 0.0496923076923078, 0.0416537374812131, 0.0889230769230774, 0.0485905498884455, 0.114807692307693, 0.112980876530228, 0.327961538461539, 0.415121594790657, 0.902538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 945, '2021-11-07 00:00:00', 0.0245254028430806, 0.0641538461538468, 0.0314862851706281, 0.0838846153846157, 0.0403467280152728, 0.122461538461539, 0.116223815909716, 0.333846153846154, 0.419124150874361, 0.911423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 960, '2021-11-07 00:00:00', 0.0288571281688572, 0.056423076923077, 0.0356556393209351, 0.0782692307692309, 0.0443731207619417, 0.121423076923077, 0.118733502497756, 0.333269230769231, 0.418329130635749, 0.913307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 975, '2021-11-07 00:00:00', 0.0230634242570685, 0.0518076923076922, 0.0322272937358763, 0.0860384615384613, 0.050241769322103, 0.127653846153846, 0.122620120070704, 0.333423076923077, 0.417053202656632, 0.917576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 990, '2021-11-07 00:00:00', 0.0267046812375658, 0.0704999999999997, 0.0411532969050338, 0.0960769230769229, 0.0539882750803714, 0.136576923076923, 0.124304217392406, 0.337461538461539, 0.415996089108836, 0.921884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1005, '2021-11-07 00:00:00', 0.0405870005714224, 0.0732307692307691, 0.0482584866988342, 0.102807692307692, 0.064957939054082, 0.139423076923077, 0.126878839843372, 0.339, 0.413533285796366, 0.922461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1020, '2021-11-07 00:00:00', 0.0236284053304816, 0.0653076923076922, 0.0328025327352345, 0.0916153846153849, 0.0452943874940541, 0.117307692307693, 0.128895455550374, 0.332038461538462, 0.410322464185651, 0.918269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1035, '2021-11-07 00:00:00', 0.0271410277000591, 0.0646538461538465, 0.0370743120689326, 0.087769230769231, 0.0515713247693091, 0.117192307692308, 0.128770786223489, 0.334346153846154, 0.408142923684641, 0.919384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1050, '2021-11-07 00:00:00', 0.0321511095633391, 0.060423076923077, 0.0377128421302141, 0.0784615384615383, 0.0527703879666791, 0.119923076923077, 0.132708106528808, 0.332807692307692, 0.406440814122568, 0.921153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1065, '2021-11-07 00:00:00', 0.025906251101884, 0.054576923076923, 0.0364648619063084, 0.0773846153846153, 0.0772603291575851, 0.220961538461538, 0.140247852033462, 0.3375, 0.403322905565561, 0.925384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1080, '2021-11-07 00:00:00', 0.0259928096566366, 0.0528846153846151, 0.0338928628747431, 0.0836153846153846, 0.0865509009862889, 0.247538461538461, 0.149256830793306, 0.342192307692308, 0.401317307798283, 0.928307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1095, '2021-11-07 00:00:00', 0.0290145056559915, 0.0661923076923078, 0.0707632238253307, 0.202076923076923, 0.109802935367797, 0.258269230769231, 0.157522398895668, 0.342115384615385, 0.39906006488324, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 600, '2021-11-07 00:00:00', 0.0561975635935065, 0.150615384615385, 0.0750295634041368, 0.190346153846154, 0.104998498157757, 0.22273076923077, 0.160158291891299, 0.324038461538462, 0.397021704502605, 0.918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 615, '2021-11-07 00:00:00', 0.0424193896158891, 0.106730769230769, 0.0554131336834093, 0.143153846153846, 0.064754304876201, 0.178, 0.136793792031881, 0.285692307692308, 0.39840349087133, 0.903692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 630, '2021-11-07 00:00:00', 0.0406860399418996, 0.0879230769230768, 0.0518868146879486, 0.116192307692308, 0.0494859109708549, 0.155846153846154, 0.140395068946938, 0.282153846153847, 0.396980753263352, 0.899038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 645, '2021-11-07 00:00:00', 0.0283877546731795, 0.0807692307692311, 0.0266296826868066, 0.1105, 0.0468098115947771, 0.152961538461539, 0.147859600765258, 0.282307692307693, 0.400651062454793, 0.893076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 660, '2021-11-07 00:00:00', 0.0295759777782317, 0.0855384615384613, 0.0382682033105214, 0.114153846153846, 0.0576029379592615, 0.153538461538461, 0.152416352847667, 0.27923076923077, 0.405024048668718, 0.895 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 675, '2021-11-07 00:00:00', 0.0276365699753065, 0.0754999999999999, 0.0434000531726014, 0.112269230769231, 0.0484705937815749, 0.146038461538461, 0.166828170467515, 0.280038461538462, 0.406776447771425, 0.899961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 690, '2021-11-07 00:00:00', 0.0329486546941426, 0.0824230769230772, 0.0366960278713984, 0.104038461538462, 0.0439672605469111, 0.135, 0.165694403600771, 0.283346153846154, 0.409226589481257, 0.899192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 705, '2021-11-07 00:00:00', 0.0215206519775418, 0.0664615384615388, 0.0273730917845636, 0.0953846153846153, 0.0393060574701423, 0.128615384615385, 0.169193871502032, 0.281384615384616, 0.452484194369092, 0.948884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 720, '2021-11-07 00:00:00', 0.0154376662245797, 0.0608076923076916, 0.0290492684933713, 0.0824999999999996, 0.0405964757848981, 0.126076923076923, 0.166688678033678, 0.278346153846154, 0.466756751012115, 0.953769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 735, '2021-11-07 00:00:00', 0.0246895804868242, 0.0608461538461536, 0.0382939440884087, 0.0908846153846152, 0.0561091929942106, 0.132807692307693, 0.157898000182201, 0.273538461538462, 0.464802940875114, 0.950423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 750, '2021-11-07 00:00:00', 0.0300459391854953, 0.0629615384615383, 0.0293653904085431, 0.0896153846153847, 0.0671244653323498, 0.130576923076923, 0.149413937152411, 0.27073076923077, 0.466164198539528, 0.9495 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 765, '2021-11-07 00:00:00', 0.0266994670070678, 0.0613076923076925, 0.0438700879345439, 0.088769230769231, 0.0675409049847108, 0.126576923076923, 0.141351455054958, 0.269923076923077, 0.464611879380563, 0.948961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 780, '2021-11-07 00:00:00', 0.0317949439618703, 0.0659615384615387, 0.0511711457155897, 0.0963846153846155, 0.0804926370259079, 0.132230769230769, 0.125567297310431, 0.265884615384616, 0.46304960358974, 0.948153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 795, '2021-11-07 00:00:00', 0.0369055551374042, 0.0655000000000003, 0.0396084101403492, 0.0851153846153849, 0.0623833804297758, 0.122384615384616, 0.10002412016801, 0.25623076923077, 0.463457036428821, 0.941769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 810, '2021-11-07 00:00:00', 0.0275793679851722, 0.057692307692308, 0.0560613537529679, 0.085346153846154, 0.0577082849671183, 0.118615384615385, 0.0946460044262097, 0.255884615384616, 0.463671070413566, 0.941307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 825, '2021-11-07 00:00:00', 0.0398510495952885, 0.0578846153846155, 0.0369067223395161, 0.0801153846153844, 0.0489946464893395, 0.114346153846154, 0.0888160155342748, 0.251730769230769, 0.463199503453966, 0.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 840, '2021-11-07 00:00:00', 0.0273551007759351, 0.0553076923076921, 0.0373970792771514, 0.0766923076923082, 0.0428475831828986, 0.111346153846154, 0.0788845700033622, 0.248153846153847, 0.462252891158742, 0.935153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 855, '2021-11-07 00:00:00', 0.0243144781180649, 0.0520769230769233, 0.0318931871191227, 0.0781538461538459, 0.0613907660307809, 0.117115384615384, 0.0777210396224852, 0.245, 0.461327969436729, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 870, '2021-11-07 00:00:00', 0.0276534599309715, 0.0600769230769227, 0.0355473465416735, 0.0794230769230767, 0.0619333636940664, 0.129307692307692, 0.0856566670807623, 0.255769230769231, 0.462963151881443, 0.938 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 885, '2021-11-07 00:00:00', 0.0244047914589293, 0.0540769230769229, 0.0471153739403439, 0.0865384615384609, 0.0647149132735261, 0.136499999999999, 0.137585447575735, 0.373653846153847, 0.459757782382788, 0.937538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 900, '2021-11-07 00:00:00', 0.0347108717174408, 0.0612692307692305, 0.0400602814998371, 0.0931153846153843, 0.0597174887410586, 0.132538461538461, 0.162685959868888, 0.406192307692308, 0.459404999805351, 0.939076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 915, '2021-11-07 00:00:00', 0.0355137459844239, 0.0701153846153845, 0.0464261199690933, 0.0992307692307692, 0.0462549623117514, 0.126192307692308, 0.176126318305925, 0.421, 0.459023069639794, 0.939461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 930, '2021-11-07 00:00:00', 0.0332933118716745, 0.0642692307692307, 0.0332829362610003, 0.0920769230769232, 0.0397626225725382, 0.120884615384616, 0.176838631352037, 0.425307692307693, 0.460817821503666, 0.935230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 945, '2021-11-07 00:00:00', 0.019143546813885, 0.0603461538461542, 0.0229534646287128, 0.0736923076923081, 0.0361646023279453, 0.123038461538462, 0.175768921730076, 0.422923076923077, 0.461560983553053, 0.935692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 960, '2021-11-07 00:00:00', 0.0211401186227665, 0.0517692307692312, 0.0321001317993939, 0.0845384615384621, 0.0437637011513143, 0.132692307692308, 0.17554416932674, 0.420346153846154, 0.463029896027659, 0.935730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 975, '2021-11-07 00:00:00', 0.0263711088999949, 0.0626538461538466, 0.0271039026426361, 0.0973076923076928, 0.0431193156788856, 0.138346153846154, 0.181670949373184, 0.420576923076923, 0.462324727703542, 0.934923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 990, '2021-11-07 00:00:00', 0.019349577614153, 0.0723846153846157, 0.0344728209552888, 0.0988461538461541, 0.048070925164322, 0.139423076923077, 0.187848453649375, 0.420192307692308, 0.462268881130386, 0.935038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1005, '2021-11-07 00:00:00', 0.0270999290376595, 0.0746153846153845, 0.034294920009552, 0.103307692307692, 0.0464829497276648, 0.138769230769231, 0.187750804566544, 0.433269230769231, 0.459094754757833, 0.932076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1020, '2021-11-07 00:00:00', 0.0288776996739966, 0.0741923076923074, 0.0407923823959629, 0.101538461538462, 0.0480277483897028, 0.13076923076923, 0.200404379654276, 0.437346153846154, 0.458994333801125, 0.934038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1035, '2021-11-07 00:00:00', 0.0263196036911941, 0.064807692307692, 0.0366835322517006, 0.0958076923076922, 0.0371163865946856, 0.129884615384615, 0.201465171641689, 0.437153846153846, 0.458363443300016, 0.937384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1050, '2021-11-07 00:00:00', 0.0293649712831724, 0.0693076923076923, 0.0278250578823093, 0.0869230769230767, 0.044670778609047, 0.126038461538461, 0.204960682908848, 0.434192307692308, 0.458212575793578, 0.938269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1065, '2021-11-07 00:00:00', 0.0267935698370965, 0.0518461538461538, 0.0344217283792573, 0.0818461538461536, 0.141240553121807, 0.283423076923077, 0.202040441496251, 0.4315, 0.455671198934563, 0.937192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1080, '2021-11-07 00:00:00', 0.0217581107777164, 0.0598461538461539, 0.0382645246429882, 0.0835769230769233, 0.154432504549847, 0.324038461538462, 0.201450753669094, 0.428615384615385, 0.455138161610128, 0.937115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1095, '2021-11-07 00:00:00', 0.0287794798691438, 0.0585384615384619, 0.134490611625439, 0.264269230769231, 0.169108558669822, 0.334230769230769, 0.203906633988733, 0.428346153846154, 0.454807869832459, 0.945961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 600, '2021-11-07 00:00:00', 0.0823424462931387, 0.167961538461538, 0.119476524890875, 0.225, 0.142422237891959, 0.261423076923077, 0.153106036659364, 0.378461538461539, 0.448681530023931, 0.913346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 615, '2021-11-07 00:00:00', 0.0476052356525877, 0.131538461538462, 0.0700825557138477, 0.159730769230769, 0.0796627506815696, 0.199923076923077, 0.127823947437331, 0.328192307692308, 0.456270299443046, 0.897884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 630, '2021-11-07 00:00:00', 0.0539431609695298, 0.0992307692307692, 0.0631077345009801, 0.140115384615385, 0.0761570846242262, 0.179307692307693, 0.11705031133925, 0.317153846153847, 0.460023223494039, 0.897384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 645, '2021-11-07 00:00:00', 0.0335332670642155, 0.0929999999999998, 0.060725777063781, 0.1365, 0.0711501121681374, 0.178538461538461, 0.114349619083823, 0.304346153846154, 0.465793199408691, 0.89676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 660, '2021-11-07 00:00:00', 0.0517091273002535, 0.0959230769230768, 0.0508699699838109, 0.118923076923077, 0.0882813770761506, 0.172807692307692, 0.103220421354572, 0.287846153846154, 0.46065529411915, 0.8935 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 675, '2021-11-07 00:00:00', 0.018411367725904, 0.0745384615384609, 0.027139638906957, 0.111, 0.0691182709897711, 0.170846153846154, 0.100289649745894, 0.278423076923077, 0.458667368999165, 0.887653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 690, '2021-11-07 00:00:00', 0.0219363063997004, 0.0868076923076925, 0.0469294724519187, 0.119846153846154, 0.0822041361489796, 0.177, 0.100374107908671, 0.279192307692308, 0.473241021695483, 0.892230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 705, '2021-11-07 00:00:00', 0.0381840885105906, 0.0717692307692303, 0.056342919833681, 0.116269230769231, 0.0749427371141042, 0.155576923076923, 0.100005322935255, 0.26123076923077, 0.529082301290131, 0.878192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 720, '2021-11-07 00:00:00', 0.0396526650573938, 0.0815769230769236, 0.0655666073546588, 0.1205, 0.063040987887613, 0.144615384615385, 0.097670190712654, 0.248115384615385, 0.528229944102144, 0.881923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 735, '2021-11-07 00:00:00', 0.0422802372455318, 0.0765384615384615, 0.045622346076659, 0.0949615384615385, 0.0597366013300184, 0.129307692307692, 0.0966871242720562, 0.244, 0.526101992159169, 0.880884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 750, '2021-11-07 00:00:00', 0.0274591724901929, 0.064615384615385, 0.0468754158955908, 0.0957692307692313, 0.0577793681569415, 0.130846153846154, 0.0962654742805619, 0.247807692307693, 0.525365790517572, 0.880423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 765, '2021-11-07 00:00:00', 0.0392641547235372, 0.0650769230769234, 0.0501955713645684, 0.0963461538461538, 0.0523133311440277, 0.127730769230769, 0.102865416181309, 0.256576923076924, 0.529758052176797, 0.877923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 780, '2021-11-07 00:00:00', 0.0301621515249728, 0.0673461538461539, 0.039896172941582, 0.0902307692307691, 0.0592420978177361, 0.119884615384615, 0.100432786555908, 0.262769230769231, 0.531777583639569, 0.877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 795, '2021-11-07 00:00:00', 0.0256576574264949, 0.0633461538461536, 0.0329180801384285, 0.0879999999999996, 0.0582283568243305, 0.115307692307692, 0.103104674220686, 0.266576923076924, 0.53161634083816, 0.877576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 810, '2021-11-07 00:00:00', 0.0253968199099505, 0.0619615384615388, 0.043280551681398, 0.0823846153846156, 0.056604376020016, 0.123153846153847, 0.0862642184489916, 0.268653846153846, 0.532232397186967, 0.876730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 825, '2021-11-07 00:00:00', 0.0279294716136088, 0.0531538461538461, 0.0309732390695827, 0.0763076923076926, 0.041444680460362, 0.115692307692308, 0.0814174522965531, 0.263192307692308, 0.532600801582343, 0.874423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 840, '2021-11-07 00:00:00', 0.0223258732278181, 0.0612692307692309, 0.0320852710037585, 0.0907692307692312, 0.0337840198910669, 0.117, 0.0825780842596875, 0.2605, 0.534445974818784, 0.872499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 855, '2021-11-07 00:00:00', 0.0267634940802698, 0.060269230769231, 0.0285173361578264, 0.0829615384615386, 0.0524141642629611, 0.115730769230769, 0.0878960662460979, 0.261961538461539, 0.534778585383349, 0.871846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 870, '2021-11-07 00:00:00', 0.0251903827802474, 0.0583461538461538, 0.0330093926027123, 0.0805000000000001, 0.0615736831896424, 0.137038461538461, 0.0867650496810429, 0.263576923076923, 0.53430225384284, 0.873461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 885, '2021-11-07 00:00:00', 0.0300611684096583, 0.0589230769230771, 0.0499054644765018, 0.0876538461538462, 0.0561004593426961, 0.129692307692308, 0.197957990881515, 0.380384615384615, 0.52034734700819, 0.895807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 900, '2021-11-07 00:00:00', 0.0524807950221209, 0.060923076923077, 0.0640374409713083, 0.102923076923077, 0.0577670654106109, 0.126923076923077, 0.212516037403877, 0.408884615384615, 0.521467644840392, 0.901230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 915, '2021-11-07 00:00:00', 0.0496145295096255, 0.0761923076923074, 0.0509431206195845, 0.0978076923076919, 0.0644518305522696, 0.137038461538461, 0.226103652200626, 0.432307692307692, 0.522287072550955, 0.903884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 930, '2021-11-07 00:00:00', 0.0251569840432798, 0.0629230769230765, 0.0398386167507779, 0.0923461538461537, 0.0597494383623426, 0.137653846153846, 0.226264855015941, 0.444769230769231, 0.523288543730895, 0.9005 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 945, '2021-11-07 00:00:00', 0.0232208129454192, 0.0566153846153847, 0.0500208110536158, 0.0901923076923077, 0.0725128847966929, 0.144961538461539, 0.233721244220546, 0.4535, 0.523322705265264, 0.897423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 960, '2021-11-07 00:00:00', 0.0424502786074033, 0.0668846153846151, 0.051312616532239, 0.0977692307692306, 0.0738364096135193, 0.153846153846154, 0.241376259109173, 0.467538461538461, 0.523245559354894, 0.894346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 975, '2021-11-07 00:00:00', 0.0264821565470905, 0.0667692307692309, 0.0512688989544342, 0.1075, 0.0667185592908459, 0.153615384615385, 0.252211684594814, 0.471423076923077, 0.52611578134914, 0.895846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 990, '2021-11-07 00:00:00', 0.0478774878847447, 0.0845769230769231, 0.0616005993976834, 0.118923076923077, 0.0665642084468356, 0.156923076923077, 0.268482920241751, 0.480961538461538, 0.529792785327071, 0.899346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1005, '2021-11-07 00:00:00', 0.0348507366658703, 0.0774230769230764, 0.0549849210098692, 0.110692307692308, 0.0689384229138304, 0.156884615384615, 0.267504421243118, 0.485846153846154, 0.527413043507211, 0.903961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1020, '2021-11-07 00:00:00', 0.0409509462650132, 0.0785000000000006, 0.0529650683142997, 0.112461538461538, 0.0620992753580911, 0.147, 0.277818402225959, 0.490769230769231, 0.526826931149705, 0.898153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1035, '2021-11-07 00:00:00', 0.0350833951519035, 0.0762692307692305, 0.0428919393538978, 0.102038461538461, 0.0502688158419695, 0.132923076923077, 0.286367595932222, 0.485, 0.527329247609704, 0.890153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1050, '2021-11-07 00:00:00', 0.0362080314082597, 0.0663076923076919, 0.0395967364622584, 0.0856923076923077, 0.0475632210852044, 0.1215, 0.314600347205051, 0.489461538461538, 0.538594038642779, 0.892461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1065, '2021-11-07 00:00:00', 0.03227258898818, 0.0590000000000004, 0.0334044676882966, 0.0865384615384615, 0.179600878017385, 0.294653846153846, 0.323626387152746, 0.490961538461538, 0.543871608152004, 0.888615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1080, '2021-11-07 00:00:00', 0.0284127815225144, 0.0626153846153845, 0.0396867154677152, 0.0836538461538459, 0.20035029707605, 0.333807692307692, 0.324798190597461, 0.490230769230769, 0.542643387644083, 0.885384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1095, '2021-11-07 00:00:00', 0.0325514976613981, 0.0609999999999997, 0.17595247610123, 0.278076923076923, 0.217648018598838, 0.3505, 0.319823973219886, 0.488576923076923, 0.543538351912724, 0.8805 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 600, '2021-11-07 00:00:00', 0.0891690529275716, 0.17, 0.125346976889691, 0.225230769230769, 0.140201942266806, 0.274230769230769, 0.244876471213235, 0.409615384615385, 0.525772673895654, 0.826230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 615, '2021-11-07 00:00:00', 0.0781287300648003, 0.140538461538461, 0.101544844204989, 0.186653846153846, 0.122545966258192, 0.227076923076923, 0.227997314424129, 0.383153846153846, 0.52154523662493, 0.815923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 630, '2021-11-07 00:00:00', 0.0649529533881727, 0.113615384615385, 0.0741626175788979, 0.150423076923077, 0.0897450834307927, 0.1995, 0.186226380020084, 0.358230769230769, 0.521341230348741, 0.811038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 645, '2021-11-07 00:00:00', 0.0379862323237494, 0.0889230769230771, 0.0474801496984226, 0.117269230769231, 0.083303338191492, 0.178384615384615, 0.170337298864973, 0.347653846153846, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 660, '2021-11-07 00:00:00', 0.0416281154990236, 0.0845000000000004, 0.071630343806561, 0.127115384615384, 0.0990529928099868, 0.177846153846154, 0.168388237301595, 0.342961538461538, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 675, '2021-11-07 00:00:00', 0.0493642193683456, 0.0918846153846152, 0.0667271020938729, 0.128884615384615, 0.0918755763979823, 0.181192307692308, 0.159632886528868, 0.333461538461538, 0.52097257716107, 0.808884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 690, '2021-11-07 00:00:00', 0.0428770873006156, 0.0807307692307695, 0.0644761613669376, 0.121846153846154, 0.0740577840919873, 0.173346153846154, 0.139512800625827, 0.318307692307692, 0.519873351440966, 0.806307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 705, '2021-11-07 00:00:00', 0.0394105803833665, 0.082923076923077, 0.0477588171480889, 0.121230769230769, 0.074942613943039, 0.165653846153846, 0.134541277623692, 0.315346153846154, 0.518697498918797, 0.809846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 720, '2021-11-07 00:00:00', 0.048451784122108, 0.0768461538461538, 0.0541509002695246, 0.114, 0.099783958938992, 0.161038461538461, 0.129064187966239, 0.304730769230769, 0.520050010908715, 0.811576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 735, '2021-11-07 00:00:00', 0.0347762076049792, 0.0822307692307694, 0.0518495456548598, 0.106846153846154, 0.0896181643675849, 0.162846153846154, 0.133521839181692, 0.312192307692308, 0.517286186227255, 0.815038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 750, '2021-11-07 00:00:00', 0.0316638352310395, 0.0700384615384615, 0.0590771203922984, 0.105884615384615, 0.0855674003344731, 0.1575, 0.134147083456928, 0.315, 0.515966200443401, 0.812 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 765, '2021-11-07 00:00:00', 0.0505359734781537, 0.0757307692307691, 0.0654133484378082, 0.117115384615385, 0.0855618264990069, 0.155115384615385, 0.135717421363429, 0.324461538461538, 0.516872381213718, 0.808461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 780, '2021-11-07 00:00:00', 0.0644827108611289, 0.0895000000000002, 0.0849446969413718, 0.119192307692308, 0.0916758167927367, 0.154153846153847, 0.135171076787899, 0.3335, 0.517237044303673, 0.808 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 795, '2021-11-07 00:00:00', 0.0397705147836162, 0.0684230769230776, 0.0434598488439438, 0.0960384615384619, 0.0693490169638054, 0.141615384615385, 0.128110793396245, 0.320153846153846, 0.525108154427404, 0.794423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 810, '2021-11-07 00:00:00', 0.0309337008156773, 0.0685769230769224, 0.04385332195118, 0.0930769230769231, 0.0594099706731504, 0.13676923076923, 0.13160119826436, 0.320346153846153, 0.525896580941685, 0.793423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 825, '2021-11-07 00:00:00', 0.0292555057277197, 0.063269230769231, 0.0445923242791332, 0.0963461538461538, 0.0617107894817552, 0.145692307692308, 0.124276218406976, 0.316538461538461, 0.526810211045248, 0.793961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 840, '2021-11-07 00:00:00', 0.0323583778237509, 0.0677692307692304, 0.03912205752022, 0.0961538461538457, 0.0569949525430505, 0.14776923076923, 0.120776239385071, 0.3185, 0.525708307538872, 0.790230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 855, '2021-11-07 00:00:00', 0.0324655794057931, 0.0655769230769227, 0.0593836548347983, 0.105461538461538, 0.0563028076906132, 0.140384615384615, 0.143235771209032, 0.326384615384615, 0.524539811497806, 0.792423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 870, '2021-11-07 00:00:00', 0.0387716192792932, 0.0700384615384616, 0.0359479966276067, 0.100538461538461, 0.0489843303045437, 0.133769230769231, 0.14195772393433, 0.323346153846153, 0.524707379256433, 0.788923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 885, '2021-11-07 00:00:00', 0.0262984059183469, 0.0683846153846152, 0.034658687444631, 0.0932307692307692, 0.0516803191226162, 0.135846153846154, 0.364348406801047, 0.422192307692307, 0.526126906305372, 0.792807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 900, '2021-11-07 00:00:00', 0.0234626052720886, 0.0654230769230772, 0.0383711630504754, 0.0968846153846153, 0.0600976257050533, 0.147269230769231, 0.392074168807579, 0.432076923076922, 0.531017631171871, 0.792730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 915, '2021-11-07 00:00:00', 0.0365761586913577, 0.073846153846154, 0.0496644277588636, 0.103653846153846, 0.0732989663060707, 0.160461538461538, 0.39009088487369, 0.430461538461538, 0.529583075490668, 0.793923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 930, '2021-11-07 00:00:00', 0.0303789653948508, 0.0738076923076925, 0.0474723725323075, 0.114115384615385, 0.0871354030319391, 0.166461538461538, 0.384543061507871, 0.435384615384615, 0.522526473381603, 0.802346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 945, '2021-11-07 00:00:00', 0.0304276443133797, 0.0781923076923075, 0.0439691500241494, 0.111384615384615, 0.0768623544946516, 0.161692307692307, 0.377348753195848, 0.443192307692307, 0.513407884030441, 0.803846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 960, '2021-11-07 00:00:00', 0.0301380413839645, 0.0776923076923077, 0.0517583289469874, 0.110269230769231, 0.0705057008060615, 0.162576923076923, 0.359191153308909, 0.443730769230769, 0.502593778467109, 0.801884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 975, '2021-11-07 00:00:00', 0.0440878842593012, 0.0776923076923078, 0.0534894525907822, 0.117192307692307, 0.0739152217070339, 0.1645, 0.3505763167217, 0.455076923076923, 0.495200529700226, 0.803730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 990, '2021-11-07 00:00:00', 0.0368492354580957, 0.0828846153846152, 0.0570900637993639, 0.117653846153846, 0.0707410445541719, 0.162846153846154, 0.340970761209814, 0.4585, 0.484216145315927, 0.801346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1005, '2021-11-07 00:00:00', 0.0382043895987804, 0.0898461538461541, 0.0501626891684982, 0.121846153846154, 0.0670377161351383, 0.158846153846154, 0.339973096220636, 0.470884615384615, 0.489319584100836, 0.808846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1020, '2021-11-07 00:00:00', 0.0243433453234853, 0.0760384615384616, 0.0459541577594956, 0.108769230769231, 0.0617429036719702, 0.156115384615385, 0.325353800322995, 0.467153846153846, 0.482252114083973, 0.801692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1035, '2021-11-07 00:00:00', 0.046611784577921, 0.0784615384615387, 0.0481325094041283, 0.107461538461539, 0.0900674277331247, 0.161692307692308, 0.325254948522634, 0.473307692307692, 0.489397041894804, 0.804769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1050, '2021-11-07 00:00:00', 0.0294458564409064, 0.0735384615384619, 0.053787974063411, 0.110884615384616, 0.0825625823239558, 0.1605, 0.329844114696624, 0.4875, 0.490161212098789, 0.807576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1065, '2021-11-07 00:00:00', 0.0389907484095714, 0.0760384615384617, 0.065976359402441, 0.115, 0.308422859075004, 0.3245, 0.331179022003787, 0.486769230769231, 0.487611265409082, 0.809115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1080, '2021-11-07 00:00:00', 0.0372410856654103, 0.0724615384615387, 0.0378798911540955, 0.100384615384616, 0.319670166553926, 0.325153846153846, 0.319783862103043, 0.486961538461539, 0.473318830583166, 0.803346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1095, '2021-11-07 00:00:00', 0.0268245868847675, 0.0629615384615392, 0.288734248321611, 0.288884615384616, 0.310569501697471, 0.313846153846154, 0.309888396784291, 0.479461538461539, 0.461978327830014, 0.795153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 600, '2021-11-07 00:00:00', 0.126403724385247, 0.196307692307693, 0.147314691940548, 0.222461538461538, 0.152282126836494, 0.269384615384616, 0.173100646579248, 0.414076923076924, 0.315433299056784, 0.746384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 615, '2021-11-07 00:00:00', 0.050477169248925, 0.124230769230769, 0.0906915736905119, 0.167192307692308, 0.120156001162591, 0.24023076923077, 0.135407305790856, 0.369538461538462, 0.269468688062553, 0.713576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 630, '2021-11-07 00:00:00', 0.0725890858505282, 0.113846153846154, 0.0950571649870992, 0.164230769230769, 0.108455428633149, 0.2205, 0.121611158394918, 0.342076923076924, 0.278593942172806, 0.69623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 645, '2021-11-07 00:00:00', 0.0488061944366144, 0.0937307692307694, 0.0722795534446212, 0.145576923076923, 0.0747488101268819, 0.191769230769231, 0.114605121378383, 0.315576923076924, 0.281646259312307, 0.688153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 660, '2021-11-07 00:00:00', 0.0368303595504494, 0.0996538461538462, 0.0455264589171889, 0.126538461538462, 0.0598140323129817, 0.171038461538461, 0.105607196724466, 0.289, 0.287379759471411, 0.675384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 675, '2021-11-07 00:00:00', 0.0356410523888481, 0.0777307692307695, 0.046521459068328, 0.115384615384615, 0.0684335050642923, 0.160230769230769, 0.0983584027148437, 0.272153846153846, 0.293759619155107, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 690, '2021-11-07 00:00:00', 0.0316635194117537, 0.0764615384615383, 0.0411836599412174, 0.103576923076923, 0.0511103180912095, 0.152230769230769, 0.0933861544671039, 0.258576923076923, 0.300785607266141, 0.679307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 705, '2021-11-07 00:00:00', 0.0244233494836396, 0.0754999999999996, 0.0441339394954109, 0.10726923076923, 0.0498513636878515, 0.149961538461538, 0.087103695938541, 0.258576923076923, 0.32088085735267, 0.744730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 720, '2021-11-07 00:00:00', 0.0339450460869641, 0.0638846153846156, 0.0380828247174699, 0.0916923076923076, 0.062621549498064, 0.150538461538462, 0.0871787906457841, 0.246692307692308, 0.334013479691142, 0.754269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 735, '2021-11-07 00:00:00', 0.0320463126403982, 0.0676153846153846, 0.0457794041699299, 0.105076923076923, 0.067333247016954, 0.152384615384616, 0.0991004773721329, 0.248769230769231, 0.330101410991322, 0.757692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 750, '2021-11-07 00:00:00', 0.0335856425368845, 0.0743461538461541, 0.0544147038951794, 0.113, 0.0637984325826275, 0.148000000000001, 0.102074904623253, 0.255384615384616, 0.326825846355753, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 765, '2021-11-07 00:00:00', 0.0426748710060692, 0.0852307692307695, 0.0451385047978399, 0.112730769230769, 0.0482245389179217, 0.135615384615385, 0.106531613220605, 0.261769230769231, 0.325693884121035, 0.760884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 780, '2021-11-07 00:00:00', 0.0355553955658797, 0.0751153846153843, 0.0416546977681256, 0.102076923076923, 0.0409985365592487, 0.122000000000001, 0.103131976687081, 0.258730769230769, 0.325511065627812, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 795, '2021-11-07 00:00:00', 0.0259367574036425, 0.0653461538461539, 0.0320788691532895, 0.0904230769230773, 0.0376449812775172, 0.11723076923077, 0.0850172561669327, 0.263423076923077, 0.321053326507511, 0.752038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 810, '2021-11-07 00:00:00', 0.0265703131043187, 0.0613076923076928, 0.0367929968252742, 0.0802692307692313, 0.0447537020385334, 0.110423076923077, 0.0899970341391656, 0.265884615384615, 0.32350037688719, 0.751423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 825, '2021-11-07 00:00:00', 0.0222361106172956, 0.0577307692307694, 0.0293975404518028, 0.0821538461538461, 0.0427017744181847, 0.106807692307693, 0.0960362111193154, 0.265923076923077, 0.324468201594785, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 840, '2021-11-07 00:00:00', 0.0246545361717906, 0.0586153846153849, 0.0336630361078734, 0.0780000000000006, 0.0424678883211955, 0.109807692307692, 0.104023673341142, 0.276730769230769, 0.324142107961687, 0.764115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 855, '2021-11-07 00:00:00', 0.0186926559005235, 0.0508461538461541, 0.0264344763228161, 0.0723076923076924, 0.042968539475009, 0.105846153846154, 0.102042713530244, 0.272346153846154, 0.32356785045204, 0.761076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 870, '2021-11-07 00:00:00', 0.0212069654739987, 0.0548461538461542, 0.0345684605028699, 0.0715384615384614, 0.0427787330340676, 0.1075, 0.111340116483061, 0.280692307692308, 0.319924269885138, 0.759538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 885, '2021-11-07 00:00:00', 0.0240641770144877, 0.0512692307692306, 0.0314827669588399, 0.0827307692307688, 0.0409476964694453, 0.122076923076923, 0.19175829738341, 0.36826923076923, 0.33127539089915, 0.752230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:43 Duration: 3s621ms 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 970090, 5, 900, '2021-11-07 00:00:00', 3.63295862256598, 5.60925925925926, 3.6581466338669, 7.93988888888887, 5.97910219679946, 13.1061851851852, 18.6650959138423, 43.7776296296297, 27.2093151505163, 78.239962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 915, '2021-11-07 00:00:00', 2.3632257181386, 5.7591111111111, 4.82930043714932, 9.72740740740744, 5.34170365468479, 12.3516296296297, 19.4972162575807, 45.0914444444445, 27.4659167750404, 78.0297037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 930, '2021-11-07 00:00:00', 4.75576460849316, 7.25462962962964, 5.50358494354081, 9.47133333333336, 5.59008118146639, 11.849, 20.3276234505696, 46.4339259259259, 27.73208056301, 77.6732592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 945, '2021-11-07 00:00:00', 2.95088922712616, 5.55866666666671, 3.22722002345238, 7.56681481481484, 4.86303361876185, 12.1428518518519, 20.8667775411434, 46.5705185185185, 27.5213938332385, 77.3812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 960, '2021-11-07 00:00:00', 2.42948462111135, 5.16070370370372, 3.25388449513693, 7.48166666666666, 5.12094921589685, 13.4854444444445, 21.733362612848, 46.799, 27.7660262237219, 77.0315555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 975, '2021-11-07 00:00:00', 2.8560709388909, 5.80285185185184, 3.28075837073982, 9.78811111111112, 4.99671755617447, 14.5224814814815, 21.9485149582334, 46.5851111111111, 28.1587731223323, 77.2812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 990, '2021-11-07 00:00:00', 2.80659173722989, 8.03711111111111, 3.72294859859843, 11.261962962963, 6.00697729875899, 14.695962962963, 22.6634988218093, 46.185, 28.5092039757923, 77.3822222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1005, '2021-11-07 00:00:00', 3.12633835318181, 7.96103703703704, 3.76704676548265, 10.3287777777778, 6.51988919229244, 14.0948148148148, 22.5503526508581, 45.7502962962963, 28.7496677167469, 77.2628518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1020, '2021-11-07 00:00:00', 3.12922631590979, 7.46151851851852, 5.50738960637007, 10.2517407407407, 7.01424655383231, 13.4112222222222, 23.1602294108202, 45.4961481481482, 28.7811308162601, 76.8062962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1035, '2021-11-07 00:00:00', 5.41871499127749, 7.51118518518518, 7.01207009275826, 10.2242962962963, 8.15378593955889, 13.3900740740741, 23.076018782472, 45.2998148148148, 28.3132159990344, 76.4421481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1050, '2021-11-07 00:00:00', 3.51695783094073, 6.54766666666667, 3.73656643430151, 8.46644444444446, 6.38567049356773, 13.186962962963, 21.2739055739742, 44.7257037037037, 25.7886398018955, 76.2122962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1065, '2021-11-07 00:00:00', 2.55823064411519, 5.77851851851852, 3.17905126595452, 7.68551851851852, 15.7446251358842, 33.2648518518519, 20.8653366030459, 44.7735925925926, 25.5760614887506, 75.8322592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1080, '2021-11-07 00:00:00', 2.57648992494313, 5.31277777777778, 4.94503941488991, 9.87225925925928, 16.476579331933, 35.5365925925926, 20.3024643470713, 44.5528888888889, 25.436064027775, 75.9059259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1095, '2021-11-07 00:00:00', 4.85544462242968, 8.18940740740741, 15.3459933848761, 31.6682592592593, 16.732410998519, 36.9241481481481, 20.4481917374944, 44.0558888888889, 26.3090743534656, 75.9834814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 600, '2021-11-07 00:00:00', 12.623931414097, 20.489, 12.4938917029106, 24.6871666666667, 14.0473510381283, 29.1771666666667, 14.0029096003424, 36.0376666666667, 21.459395837998, 73.4290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 615, '2021-11-07 00:00:00', 3.7798736770549, 10.5268333333334, 4.63407197043526, 14.897375, 7.19297757780337, 18.8145, 9.78713836718775, 27.629875, 20.7289864528471, 72.1883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 630, '2021-11-07 00:00:00', 4.34256786865109, 8.70695833333331, 6.75761413054332, 12.2080416666666, 7.7649446702397, 16.2075833333333, 9.08317757069612, 25.9187916666667, 19.550080193273, 71.7332083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 645, '2021-11-07 00:00:00', 5.65257110779008, 7.50795833333331, 5.94746731080072, 10.45525, 6.57253125691984, 12.8605833333333, 9.3608032914312, 23.344, 20.0725979499904, 70.640125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 660, '2021-11-07 00:00:00', 3.73167286961184, 6.34816666666668, 5.31262323625177, 9.86954166666667, 5.77884155684602, 12.244, 9.27985724361944, 22.735875, 20.6107150730943, 70.2904583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 675, '2021-11-07 00:00:00', 4.01695465351627, 6.75291666666666, 5.4295642624165, 9.18591666666666, 5.39974764238568, 12.2545833333333, 10.9392891940314, 23.190375, 20.7544507201188, 70.3922083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 690, '2021-11-07 00:00:00', 4.01685393513778, 6.74466666666665, 3.97060083340807, 8.71225000000002, 4.7713518790405, 12.2618333333333, 9.56348228941739, 23.33325, 21.1707595117071, 70.6189583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 705, '2021-11-07 00:00:00', 2.70443641829119, 6.2094166666667, 3.94016529392846, 9.12975000000001, 5.17869632747218, 13.77, 10.1521252275506, 23.078125, 23.4235367330628, 75.8719583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 720, '2021-11-07 00:00:00', 2.82977681527633, 6.35770833333333, 3.21713895956407, 8.73970833333332, 4.73683829132771, 13.4847083333333, 9.04891095046761, 22.1897916666667, 25.3782936966753, 77.8762083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 735, '2021-11-07 00:00:00', 3.04877132296114, 6.26333333333329, 4.23523980956985, 9.71437499999997, 5.14164866132663, 12.94, 8.55544851186251, 21.66725, 26.1261261640638, 78.3335833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 750, '2021-11-07 00:00:00', 2.8843761538852, 6.68416666666664, 3.80305967114887, 8.61041666666664, 4.72214198510976, 11.7098333333333, 8.21209740548062, 21.5236666666666, 26.8062596468366, 78.8035833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 765, '2021-11-07 00:00:00', 2.44269014064177, 5.75591666666668, 3.56859842478687, 9.06524999999998, 3.875819451223, 11.760625, 8.18781349206226, 22.1939583333333, 27.1460963555722, 78.9367083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 780, '2021-11-07 00:00:00', 3.04385147778939, 6.64691666666666, 3.71219870001673, 8.35516666666667, 5.15547384628324, 12.2906666666667, 7.97779323295319, 22.3067916666667, 27.1127135014746, 79.09525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 795, '2021-11-07 00:00:00', 2.13883134104462, 4.96987500000001, 3.24207391577713, 7.68916666666666, 4.93350698804484, 11.044625, 8.05777087121765, 21.65925, 28.0034643174875, 78.7332916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 810, '2021-11-07 00:00:00', 3.72972049308281, 5.81049999999998, 5.30176710491726, 9.03650000000002, 5.17442703122283, 10.9768333333333, 7.95119594675515, 22.373875, 28.0077081516106, 78.7369166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 825, '2021-11-07 00:00:00', 3.5312754354605, 6.36812500000002, 3.33070923269406, 8.05841666666667, 3.70931728454052, 10.14375, 7.67512993221933, 22.8935416666666, 28.1604204620856, 78.6075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 840, '2021-11-07 00:00:00', 2.40904983374134, 4.69266666666669, 2.62642678270832, 6.86791666666666, 3.74053289405692, 9.335375, 7.03363202594857, 23.0017916666666, 28.2177374964485, 78.367125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 855, '2021-11-07 00:00:00', 2.67715186507895, 5.02424999999999, 2.9891066060842, 6.96129166666667, 4.61519815372952, 9.71245833333331, 7.32058106495812, 23.9764583333333, 28.4638876442462, 78.5944583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 870, '2021-11-07 00:00:00', 1.93133429838062, 4.42545833333335, 2.47832891301519, 6.21387499999999, 4.08852297640885, 9.56895833333333, 6.91771467824206, 24.50625, 29.3985322151599, 79.5161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 885, '2021-11-07 00:00:00', 1.61934970789179, 4.27845833333332, 3.53716458926093, 6.644125, 3.96872347760165, 9.57270833333333, 16.4684116687464, 36.00025, 30.2231812365603, 79.7778333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 900, '2021-11-07 00:00:00', 3.64371395176936, 5.4781666666667, 3.89290563750731, 7.1962916666667, 4.017229490681, 10.4397916666667, 16.2133542882206, 38.0041666666667, 30.3499795930261, 80.0899166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 915, '2021-11-07 00:00:00', 1.9918823938713, 4.71258333333336, 2.58249161228767, 7.18883333333335, 4.45078452211729, 10.6069166666666, 16.238139605671, 38.678125, 30.6539350413601, 80.4269583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 930, '2021-11-07 00:00:00', 2.28080418057858, 5.31183333333333, 3.81160015443891, 7.61654166666665, 5.18553548169175, 10.6943333333333, 16.3707368693326, 38.8785833333333, 30.9416396022473, 80.7821666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 945, '2021-11-07 00:00:00', 2.76174015682878, 5.43554166666667, 3.06440372920733, 7.3957083333333, 5.56788515633454, 13.843625, 16.5983061558873, 39.117875, 30.6362197995589, 80.8900416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 960, '2021-11-07 00:00:00', 2.13785334184358, 4.88129166666664, 3.64904515776468, 8.00929166666664, 7.00642992457952, 14.877875, 16.959827444721, 39.3867916666667, 30.7459101514602, 81.6852083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 975, '2021-11-07 00:00:00', 3.16702404428853, 6.37158333333332, 4.88166983172915, 12.0322083333333, 6.47340067652548, 15.5311666666667, 16.7138159910804, 39.215125, 30.2979094105577, 81.4839583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 990, '2021-11-07 00:00:00', 3.9211159160593, 9.46087500000001, 5.46082472652624, 12.0144583333333, 5.31379948795473, 15.0660416666667, 15.6955390393997, 40.1485416666667, 28.9336774635269, 81.6367916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1005, '2021-11-07 00:00:00', 3.1103619176967, 7.16595833333334, 3.47419796786645, 9.39195833333336, 5.61064895349437, 13.455125, 15.9563536842456, 40.672875, 27.80108228966, 81.8349583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1020, '2021-11-07 00:00:00', 2.94581024384694, 6.52691666666667, 3.72209493737412, 8.83787500000001, 5.70506304487641, 13.4227916666667, 14.790396884404, 40.5685416666667, 28.0110083915972, 81.261375 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1035, '2021-11-07 00:00:00', 2.67738640674342, 6.58783333333333, 4.83677688056739, 10.207625, 4.99050358180416, 13.1825, 15.1827298193146, 40.414375, 27.9165692909831, 81.22175 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1050, '2021-11-07 00:00:00', 3.96643410633879, 7.36195833333331, 4.11866819880942, 9.17241666666666, 4.46174348111862, 12.59375, 15.5434443522509, 40.301375, 27.9153716669245, 81.1295416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1065, '2021-11-07 00:00:00', 2.97687517050972, 5.69804166666666, 3.80054141237455, 8.41337500000001, 13.454645469777, 28.50675, 15.0544802719675, 39.9857916666666, 27.2859486262246, 80.4547916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1080, '2021-11-07 00:00:00', 2.83900690402244, 6.38312499999997, 3.7641396708885, 8.74162499999999, 13.0738366544696, 31.3402083333334, 15.0230276343531, 40.1272083333333, 27.1613560401578, 80.530875 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1095, '2021-11-07 00:00:00', 2.64800808237961, 5.99274999999999, 12.8467191683832, 26.8775, 12.6338664532269, 31.6329166666667, 14.4452008659614, 40.1548333333333, 27.1284287833561, 80.2075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 600, '2021-11-07 00:00:00', 8.86305295109119, 20.1715769230769, 9.36322651793463, 24.3581153846154, 10.1922170542791, 27.6048076923077, 12.3508843289116, 36.8358846153846, 26.6221347642261, 77.8572692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 615, '2021-11-07 00:00:00', 5.53149598696826, 11.8464230769231, 5.43037467810601, 14.8062307692308, 6.49311685212766, 18.0061538461539, 10.1730009738447, 29.8445769230769, 29.0706393288168, 75.3171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 630, '2021-11-07 00:00:00', 4.06021664465561, 9.26919230769231, 4.40088077478202, 12.9739230769231, 6.19255860492128, 16.2476538461539, 9.53234427281058, 27.5581538461539, 29.6437101668361, 74.4541538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 645, '2021-11-07 00:00:00', 3.72766654170595, 9.66161538461536, 3.99092270977335, 12.6296538461539, 5.46820678481882, 15.3501923076923, 8.76514067858495, 26.5313461538462, 30.628725338881, 74.2822692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 660, '2021-11-07 00:00:00', 3.12731525753325, 8.04799999999999, 3.99991704240901, 10.8201153846154, 7.01312079034722, 15.2085, 8.96558313629662, 24.7524230769231, 31.3226988223212, 74.3219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 675, '2021-11-07 00:00:00', 3.46081933673784, 7.9991923076923, 3.88589799383122, 10.9104615384615, 6.34405405399418, 15.744, 8.1723514544704, 23.8058461538462, 31.4901732300973, 74.4656923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 690, '2021-11-07 00:00:00', 3.26276244072649, 7.24476923076919, 4.99296946700677, 10.7894615384615, 5.26720013903169, 14.8637692307692, 7.96710566227448, 22.6919230769231, 31.4114758205684, 74.4251153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 705, '2021-11-07 00:00:00', 3.61049674996927, 7.32769230769231, 3.95512848862568, 10.5241923076923, 4.6156528298989, 13.6096153846154, 7.76844278950718, 22.4034230769231, 34.757233698104, 79.6722307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 720, '2021-11-07 00:00:00', 3.42748593959975, 7.66311538461538, 3.6308450936175, 10.1334230769231, 5.34424441014674, 13.3013461538461, 7.79905932562482, 21.4917307692308, 37.1869258928664, 81.0248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 735, '2021-11-07 00:00:00', 3.15376216068267, 7.22161538461537, 3.75574691639357, 9.61249999999999, 5.2521115866346, 13.5730384615385, 7.80085711030426, 20.6838461538462, 37.3605606051869, 81.3585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 750, '2021-11-07 00:00:00', 2.46516668807608, 6.76399999999998, 4.20131627011563, 9.41480769230769, 4.69008397382586, 13.7148076923077, 7.06387078863008, 20.2000384615385, 37.1414061933371, 81.2564615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 765, '2021-11-07 00:00:00', 3.14202098729707, 5.96726923076923, 3.66773135351247, 9.02119230769232, 4.31559311281596, 12.7266538461539, 7.08503975006491, 21.6585, 37.2951448371583, 81.2032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 780, '2021-11-07 00:00:00', 2.72717905423281, 6.21907692307692, 3.34470939567826, 8.66930769230769, 4.47274837277416, 11.9296153846154, 8.46119620493824, 22.6334615384615, 37.4915254139673, 81.4601153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 795, '2021-11-07 00:00:00', 1.72587383262909, 5.40238461538461, 3.577487345137, 8.15223076923078, 4.52027255151722, 11.5045, 8.29880294055436, 22.7753846153846, 37.5410415870623, 81.5948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 810, '2021-11-07 00:00:00', 3.47687371443857, 5.99188461538464, 3.76938551552046, 8.35026923076926, 4.66143695392146, 11.5883461538462, 8.63646994517123, 23.6529230769231, 37.4353771357235, 81.7465769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 825, '2021-11-07 00:00:00', 2.69645306624491, 5.20853846153845, 3.31824912775489, 7.68692307692309, 5.11264652406168, 11.065, 9.03472851509876, 24.4073076923077, 37.4299515447188, 81.903 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 840, '2021-11-07 00:00:00', 1.88473470240813, 5.89553846153848, 3.58125655300785, 8.15246153846155, 4.83816406072194, 10.7449615384615, 10.611301756799, 25.5174230769231, 37.7177311907808, 82.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 855, '2021-11-07 00:00:00', 3.2033913558074, 5.57346153846153, 4.37228757534754, 7.6698076923077, 4.75838586222743, 10.6854230769231, 10.9692326486404, 25.8945, 37.453301013724, 82.4117692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 870, '2021-11-07 00:00:00', 2.31214468804649, 5.29553846153847, 2.99603528992261, 7.59453846153844, 4.76525328409086, 10.7216923076923, 10.9056028030761, 26.0514615384615, 37.5679906886373, 83.0426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 885, '2021-11-07 00:00:00', 2.83030152701901, 5.39242307692305, 3.15088941485029, 7.5407692307692, 4.45309241020735, 11.2255769230769, 13.3364350879605, 38.3541538461538, 37.5634556772117, 83.0104230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 900, '2021-11-07 00:00:00', 1.84678430251072, 5.1335, 3.375575002642, 7.79296153846154, 3.44903955415911, 10.6173846153846, 14.1331068390717, 38.9862692307692, 37.3393869341951, 83.3693076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 915, '2021-11-07 00:00:00', 2.28379334138487, 5.6458846153846, 3.08812104709943, 8.05219230769228, 2.88960113963052, 10.1138846153846, 14.6778503295062, 39.8158461538461, 37.2698817612622, 83.5915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 930, '2021-11-07 00:00:00', 2.57732728705834, 5.76523076923072, 2.58482437344177, 7.82080769230767, 2.94277951629722, 9.97680769230767, 14.7172087855837, 40.4769615384615, 37.5554524883077, 83.7141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 945, '2021-11-07 00:00:00', 1.72436674351886, 5.24288461538462, 2.16438880091784, 6.98419230769231, 5.91847845012682, 13.3147307692308, 14.9972606366834, 40.8042692307692, 37.7974350167595, 83.8226153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 960, '2021-11-07 00:00:00', 1.92359180581137, 5.25765384615387, 2.70343201021333, 7.60007692307693, 7.41121844067387, 15.3758461538461, 15.1761253456261, 41.2831153846154, 38.1226634811892, 83.9525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 975, '2021-11-07 00:00:00', 2.2847299547548, 5.69361538461537, 5.51663488676263, 11.286923076923, 7.36719462617896, 15.7295, 14.9779767759714, 41.3116923076923, 38.3254878040911, 83.8816923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 990, '2021-11-07 00:00:00', 4.79190567792754, 9.56611538461537, 6.20690279806406, 12.6572307692308, 6.73366006875445, 16.5608076923077, 14.444462406217, 41.6657307692307, 38.4920751639367, 84.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1005, '2021-11-07 00:00:00', 2.91972961155915, 7.82073076923078, 3.53094693792776, 10.2300384615385, 7.13599126724198, 15.5193846153846, 14.7890147861903, 41.5911153846154, 39.8423888821171, 85.1439230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1020, '2021-11-07 00:00:00', 3.15673481842331, 7.35107692307694, 4.94761485426599, 11.1728846153846, 8.97963838273095, 15.0477307692308, 15.9734347747945, 41.7012307692308, 39.7560481395647, 85.3553461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1035, '2021-11-07 00:00:00', 3.96046123265769, 7.74215384615383, 5.9729287108265, 10.4052307692308, 8.50219279127449, 14.1905, 16.0073986136219, 41.1281538461539, 39.0630921798806, 86.0254230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1050, '2021-11-07 00:00:00', 2.98616615849721, 6.53861538461537, 5.13111200618345, 9.84749999999999, 6.34085345347625, 12.8930384615385, 16.5266115130905, 40.7112307692308, 38.8245871643215, 86.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1065, '2021-11-07 00:00:00', 3.38327347924826, 6.73134615384614, 4.20397639677191, 8.70476923076921, 12.5508411516458, 30.2325769230769, 16.3703577210104, 40.4149230769231, 38.7048902649861, 85.9677692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1080, '2021-11-07 00:00:00', 3.89909145492205, 5.70842307692306, 4.33453322977228, 8.42399999999999, 13.3074585411571, 31.9677692307692, 15.9234593435646, 39.9578846153846, 38.6963646883508, 86.5675769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1095, '2021-11-07 00:00:00', 3.28607850086488, 6.68192307692309, 13.2843046093443, 28.5979230769231, 13.8744972333581, 32.4539615384615, 15.8611885004294, 39.3423846153846, 38.6051549493867, 86.6258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 600, '2021-11-07 00:00:00', 11.8220026079146, 21.5466923076923, 11.0618711626226, 25.4065384615385, 11.4602951211832, 27.9877692307692, 12.0364016974152, 34.5306923076923, 38.0323112503242, 84.9958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 615, '2021-11-07 00:00:00', 3.44413733153334, 11.6270384615384, 5.94241297946058, 14.4494615384615, 6.33691076010528, 18.9436923076923, 8.45938469893734, 26.8782692307692, 37.3409491729924, 81.2945 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 630, '2021-11-07 00:00:00', 4.87224845899239, 8.60138461538465, 5.29847228910951, 12.2030384615385, 4.89654493149544, 16.3538846153846, 6.74457597332851, 24.4265, 37.2068099550854, 80.7210769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 645, '2021-11-07 00:00:00', 3.38481711743212, 8.34196153846154, 3.46176602351147, 12.1328076923077, 4.19883882043594, 14.861, 7.21836099444703, 23.4363846153846, 38.0617387803836, 80.1568846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 660, '2021-11-07 00:00:00', 3.31005935363938, 8.48926923076924, 4.19210547889172, 10.8451153846154, 5.93254098160824, 14.3225384615385, 7.51762197383844, 22.4103076923077, 38.1730438142495, 80.2477307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 675, '2021-11-07 00:00:00', 2.71518879354924, 6.17423076923077, 3.32216485211304, 8.89976923076921, 6.09798333537092, 13.4489615384615, 7.64997088983904, 21.7521538461538, 38.2599386330482, 80.4292692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 690, '2021-11-07 00:00:00', 2.32789350833618, 6.55211538461534, 4.26511311149494, 10.2625769230769, 6.28513478173823, 13.5642307692308, 7.45092113334886, 21.8921538461539, 38.4602819685651, 81.2636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 705, '2021-11-07 00:00:00', 4.24877328902573, 7.3183076923077, 5.38389491553638, 10.2816923076923, 6.17047801015824, 12.7939230769231, 8.10700960147834, 21.7540384615385, 40.7006747293155, 85.4346923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 720, '2021-11-07 00:00:00', 3.43002737396566, 6.70788461538464, 3.20959814307026, 9.23500000000005, 3.80187741982621, 12.3306538461539, 8.48801937284821, 22.0440769230769, 40.4072120841545, 86.7874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 735, '2021-11-07 00:00:00', 2.6331531507652, 6.46765384615389, 3.42963647703595, 8.63326923076926, 4.20244828952763, 12.0701153846154, 8.88499008587823, 22.2788846153846, 41.1853479193567, 87.5579615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 750, '2021-11-07 00:00:00', 2.28673118698689, 5.82480769230767, 3.04176550454093, 8.29576923076922, 3.81017802289522, 10.6323846153846, 7.63188984076282, 22.0253076923077, 41.5430046653048, 87.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 765, '2021-11-07 00:00:00', 2.21779703760283, 5.5725, 2.93186694130865, 7.65580769230769, 3.81216946188834, 9.74961538461539, 7.96628185252357, 22.5280769230769, 41.6283029473754, 88.0909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 780, '2021-11-07 00:00:00', 1.97916878162371, 5.15811538461536, 2.36184779031489, 6.76676923076923, 3.51586482653438, 9.34296153846155, 8.39639063077793, 22.4492307692308, 42.0250488176351, 88.3232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 795, '2021-11-07 00:00:00', 1.86501879759549, 4.58034615384615, 2.31483401531547, 6.30596153846156, 3.43534921055509, 9.63203846153846, 8.33758449404771, 22.6533461538462, 41.9612221709704, 88.3801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 810, '2021-11-07 00:00:00', 2.10716106061798, 4.71815384615388, 2.37253339572832, 6.90607692307696, 4.12775912031994, 10.6783461538462, 8.69476408889503, 23.3008076923077, 41.945290315417, 88.6247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 825, '2021-11-07 00:00:00', 1.58958112140854, 5.01730769230771, 3.24998041840254, 7.46700000000001, 4.87298729054841, 11.6975769230769, 8.72975512750236, 24.0501153846154, 41.9037690487842, 88.9035769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 840, '2021-11-07 00:00:00', 2.53583355829688, 5.73765384615385, 3.76563401301825, 8.71300000000001, 4.6730502349602, 11.2005384615385, 8.86685049461454, 24.0525769230769, 42.5689243037869, 89.3493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 855, '2021-11-07 00:00:00', 2.83077174609001, 5.74696153846155, 3.50110227851391, 8.06373076923077, 3.84124569718649, 10.1611153846154, 8.73781770017768, 23.6118076923077, 42.9736388108588, 89.4676153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 870, '2021-11-07 00:00:00', 3.0193458825483, 5.84703846153846, 2.89776593868181, 7.00765384615382, 3.75440172617932, 10.6471923076923, 8.31743873788448, 24.6130384615385, 42.9413406722025, 89.8116153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 885, '2021-11-07 00:00:00', 2.24308381818081, 4.79084615384615, 2.81383543119462, 7.12692307692308, 4.40327117702983, 11.0444615384616, 14.2838397619343, 34.8732307692308, 42.8283997802321, 90.0478461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 900, '2021-11-07 00:00:00', 1.88829289978661, 5.29065384615384, 3.38832873166788, 8.61107692307693, 6.22260021484959, 12.5579230769231, 17.9741289947952, 37.4598076923077, 42.7311656104138, 90.1252307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 915, '2021-11-07 00:00:00', 3.41160592187227, 6.66338461538463, 4.30730933825107, 8.74915384615387, 6.7478969004025, 12.5875384615385, 18.2844942597231, 37.7305769230769, 42.8696918552741, 90.2166153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 930, '2021-11-07 00:00:00', 4.30469705607902, 5.80076923076925, 5.94055907146275, 9.00780769230769, 6.82944406668657, 12.0485, 18.9810664831685, 39.0880384615385, 43.5428634752717, 90.9998846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 945, '2021-11-07 00:00:00', 3.68777630641472, 6.49338461538461, 4.05374191808772, 8.65753846153845, 4.74639737857932, 13.5273461538461, 19.7813797740743, 39.7353846153846, 43.4095345745077, 91.0628461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 960, '2021-11-07 00:00:00', 2.35788320451926, 5.91238461538461, 2.8267107397387, 8.13938461538461, 4.62558332903496, 13.8954230769231, 19.3388987842161, 40.4361153846154, 43.5859941027108, 91.2488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 975, '2021-11-07 00:00:00', 2.31060808113698, 5.86423076923077, 3.79342746420094, 10.4863846153846, 5.56450430897628, 14.5237307692308, 19.4587600574612, 40.9315769230769, 44.0748180250181, 91.5574615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 990, '2021-11-07 00:00:00', 3.48805215821978, 8.24053846153843, 4.05406191140917, 11.1713076923077, 5.01868839684388, 15.2437692307692, 18.886953056908, 40.4434230769231, 43.6823624587245, 91.3641538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1005, '2021-11-07 00:00:00', 3.1229193671701, 7.82357692307691, 4.16930413544589, 10.7074230769231, 5.89021098812387, 14.4332692307692, 18.3946585419623, 40.3653461538461, 44.8504679280109, 91.8071923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1020, '2021-11-07 00:00:00', 3.01561875268389, 7.08030769230768, 4.29704265262301, 10.3890384615385, 4.99228349493958, 12.8665769230769, 17.2816228404627, 39.974, 44.8445854132486, 91.3873846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1035, '2021-11-07 00:00:00', 3.33156466844029, 7.92550000000001, 3.21504390303795, 10.1944615384615, 4.01981600497413, 12.3190769230769, 17.0337878340487, 40.4128461538461, 44.8204875513248, 91.7725384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1050, '2021-11-07 00:00:00', 2.18718233209904, 6.66907692307694, 2.79058487169873, 8.5153846153846, 4.9985396311938, 13.9552692307692, 16.6333026968373, 40.7872692307692, 44.8356156651761, 91.3583461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1065, '2021-11-07 00:00:00', 2.07090567626824, 5.65599999999998, 3.01653907751146, 8.08861538461537, 13.0964309160931, 29.2345, 16.9607862632059, 40.6918846153846, 44.8119924479872, 91.3429615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1080, '2021-11-07 00:00:00', 2.00299849264507, 5.9148076923077, 4.74389993927422, 10.2399230769231, 16.5878345808468, 31.4578076923077, 16.1655789035269, 40.5903846153846, 44.4196986727562, 90.8045384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1095, '2021-11-07 00:00:00', 5.08242769202035, 7.92526923076922, 13.3250912861644, 27.3852307692308, 16.2140590330168, 31.7773846153846, 16.9858756240408, 40.7716538461538, 44.256480220363, 90.7061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 600, '2021-11-07 00:00:00', 12.5016759005158, 20.8491923076923, 16.3875369497676, 24.944, 15.745968867667, 27.6896923076923, 17.1688117608645, 36.014, 44.4770571847484, 89.2568461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 615, '2021-11-07 00:00:00', 7.45759684575709, 11.6549230769231, 7.04376130519877, 14.0342692307692, 8.37795518103223, 18.2678461538462, 11.3009462278437, 29.5317307692308, 39.8166729110577, 86.0078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 630, '2021-11-07 00:00:00', 3.35724302642234, 8.11246153846155, 5.58546935001884, 11.4085, 7.25412834227198, 16.2206153846154, 11.6433567531678, 28.7311923076923, 39.4661913224666, 85.7776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 645, '2021-11-07 00:00:00', 3.50745403873609, 8.0119230769231, 4.79870236578439, 11.7416538461539, 7.05487569273902, 15.57, 11.924036493635, 28.5516923076923, 39.4010887558277, 85.7802307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 660, '2021-11-07 00:00:00', 3.58171841782901, 7.78876923076927, 4.84802763129979, 11.0249230769231, 6.40032426678524, 14.197, 12.681734404859, 28.8743461538462, 39.1701233182207, 85.8347307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 675, '2021-11-07 00:00:00', 3.37732954862267, 7.30399999999998, 5.48805785739851, 9.97461538461538, 5.2286181983977, 12.6497692307692, 13.5211182851693, 28.7888076923077, 38.844207852414, 86.1518076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 690, '2021-11-07 00:00:00', 4.75800492207201, 7.24596153846152, 5.08062198811859, 9.36488461538461, 5.61577169983036, 13.0417692307693, 13.9317079816566, 28.6136153846154, 38.7920536214075, 86.0793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 705, '2021-11-07 00:00:00', 3.30449107730679, 6.338, 4.18444581681329, 8.93707692307694, 6.56139201799785, 13.398576923077, 14.3411328506503, 28.295, 39.270519633102, 89.2875769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 720, '2021-11-07 00:00:00', 2.89992387804605, 6.20546153846154, 4.28543086999878, 9.32030769230773, 5.28901709830415, 14.1498846153846, 12.5483705143797, 27.1806153846154, 38.4034272363208, 89.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 735, '2021-11-07 00:00:00', 4.10389435555286, 7.02280769230769, 4.76650837212505, 10.5843076923077, 5.51571646061019, 15.2540769230769, 11.9864811542645, 26.6123076923077, 38.178620306719, 89.2052692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 750, '2021-11-07 00:00:00', 3.35369223302408, 7.34107692307691, 4.6451032534686, 10.4266538461538, 6.33963870700722, 14.9908461538461, 12.201097392511, 25.7183076923077, 38.0226705230728, 89.0861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 765, '2021-11-07 00:00:00', 4.16521438805513, 7.05553846153845, 5.3070868040907, 10.7361153846154, 7.49466395336345, 14.6505769230769, 11.7624875642867, 25.2625, 37.8380069115901, 88.8008076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 780, '2021-11-07 00:00:00', 4.25351520527885, 7.81080769230766, 5.22182745921826, 10.6485769230769, 7.54047387543735, 13.4468846153846, 11.4344853459241, 25.1723846153846, 37.7803633621814, 88.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 795, '2021-11-07 00:00:00', 3.27501500830384, 6.84076923076923, 5.53860793576812, 9.18288461538461, 6.13421790438368, 12.2824615384615, 10.9119532892216, 25.3008846153847, 36.6071559554224, 87.6532307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 810, '2021-11-07 00:00:00', 3.15756197697869, 5.56903846153843, 3.99071239774785, 7.7321923076923, 6.05859701047895, 12.0661538461539, 9.54419753881905, 24.2595, 35.3692292667598, 87.1087307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 825, '2021-11-07 00:00:00', 3.2541284426922, 5.64119230769234, 3.40901071957157, 8.17461538461541, 5.36871651199371, 12.4591153846154, 9.90481420196183, 24.7031538461539, 35.3384702306359, 87.1891923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 840, '2021-11-07 00:00:00', 2.81096122103345, 5.99388461538461, 4.76120749584193, 8.83853846153847, 6.12323751420639, 12.7461538461539, 10.0208642554499, 24.4058846153847, 35.3993768860631, 86.9801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 855, '2021-11-07 00:00:00', 3.16293342423672, 5.4536153846154, 3.73260466368788, 8.19684615384614, 7.21212977665991, 12.7706538461539, 9.96057665808251, 23.6401923076923, 35.9064380011976, 86.7494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 870, '2021-11-07 00:00:00', 2.5975019526164, 5.35507692307691, 4.56190070845981, 8.10392307692309, 6.85527742355086, 11.7079230769231, 9.57822173964697, 23.0084230769231, 36.0178705989338, 86.2811923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 885, '2021-11-07 00:00:00', 3.12811775894805, 6.02407692307693, 4.95232898994154, 9.03723076923079, 6.09753195279735, 12.7736538461539, 23.8302115856193, 34.1098461538462, 35.3761441134255, 85.9874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 900, '2021-11-07 00:00:00', 2.78613741253704, 5.38119230769234, 3.57250056101628, 8.14546153846155, 5.6277749100743, 11.7750384615385, 26.2572747146679, 36.1008076923077, 34.6697972757047, 85.4835384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 915, '2021-11-07 00:00:00', 3.00082324627502, 6.48234615384616, 5.16510189638114, 9.84400000000002, 5.16816450336539, 11.554576923077, 26.049398483916, 37.2894230769231, 33.8083536859662, 86.0883461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 930, '2021-11-07 00:00:00', 3.68969080213838, 6.97784615384614, 4.07463856632141, 8.42361538461541, 5.19369388571003, 11.4934615384616, 25.9160787535164, 37.7140384615385, 33.8687340804965, 85.9908461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 945, '2021-11-07 00:00:00', 2.81387599557293, 5.59096153846155, 3.68450245132857, 7.6289230769231, 4.91047760249604, 12.4142692307692, 25.7404502756624, 38.0679230769231, 33.5881209605649, 85.9243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 960, '2021-11-07 00:00:00', 2.50924437906037, 4.98307692307692, 3.46142417577149, 8.07326923076921, 5.55233747159353, 13.2840384615385, 25.4550575578577, 38.7680769230769, 33.2951226939646, 86.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 975, '2021-11-07 00:00:00', 2.8671279751964, 5.96788461538462, 5.13322830375405, 10.1965384615384, 7.21384639330184, 14.4328846153846, 25.3176391463769, 39.5061153846154, 33.3923902431953, 86.0579230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 990, '2021-11-07 00:00:00', 4.3366988373824, 8.68361538461535, 4.73537514653923, 11.0114615384615, 6.17665636570467, 13.8075, 24.7989301757153, 39.9625, 33.1462478961855, 85.9096538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1005, '2021-11-07 00:00:00', 3.11156217109915, 6.98823076923077, 4.64750837529762, 10.4004615384616, 5.72025289610386, 12.8506538461539, 23.9500488348948, 39.6439230769231, 32.8467198946163, 84.7923461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1020, '2021-11-07 00:00:00', 3.26236290982235, 7.42734615384615, 3.23273539615268, 9.2236923076923, 5.87529963844723, 12.1798076923077, 24.1252995437442, 40.0163461538462, 32.5133845855234, 84.4603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1035, '2021-11-07 00:00:00', 3.03714440197725, 6.62796153846156, 4.92373837663403, 9.33119230769229, 5.99213832655885, 11.8237307692308, 23.7898220320242, 39.8716538461538, 32.2927140884989, 84.2031923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1050, '2021-11-07 00:00:00', 3.31693990321481, 6.86680769230766, 4.55424472569697, 8.69530769230767, 5.46904055894492, 11.9773461538461, 23.6767712381696, 40.9602307692307, 31.6001383600671, 84.4321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1065, '2021-11-07 00:00:00', 3.53830008815619, 5.88107692307689, 4.17217640824765, 8.19469230769229, 23.7412998699605, 27.5723461538461, 23.766947590331, 40.9498076923077, 31.1055359668438, 84.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1080, '2021-11-07 00:00:00', 2.51945135419478, 5.87661538461539, 3.50292633006262, 8.63792307692308, 24.6407380165761, 30.7308076923077, 23.8694925464735, 41.6251153846154, 30.9138141878103, 84.5129615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1095, '2021-11-07 00:00:00', 3.19836780321077, 6.77673076923076, 23.9895627889746, 26.9003846153846, 24.3731378874367, 31.847, 23.8950897327335, 41.3911538461538, 31.3996937933134, 84.7270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 600, '2021-11-07 00:00:00', 14.9567080076003, 19.1262307692307, 15.7119493767789, 24.5565384615385, 14.7686328936078, 27.9128846153846, 16.9708734155362, 37.0073846153846, 30.1256316172535, 81.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 615, '2021-11-07 00:00:00', 7.38259981890892, 12.4923846153846, 6.88083756082512, 15.7104615384615, 7.10989895816987, 18.4376538461539, 11.3677834700323, 28.2523076923077, 28.4087288820775, 76.5181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 630, '2021-11-07 00:00:00', 4.46170844701375, 9.16788461538462, 5.52084849679971, 12.3407307692308, 6.0571354520611, 14.7182692307693, 10.2907454475443, 26.0158846153846, 28.5771237072323, 75.3324615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 645, '2021-11-07 00:00:00', 4.05670967088431, 8.16007692307693, 3.79353241370709, 10.4895769230769, 4.25513756516304, 13.0954615384616, 9.3890395239097, 24.7326923076923, 29.0483353860688, 74.6873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 660, '2021-11-07 00:00:00', 3.00684274511427, 7.51542307692306, 3.71201461204022, 9.87999999999999, 5.99535687691219, 12.8841923076923, 9.53440444318122, 24.6463846153846, 28.6963195898279, 74.4591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 675, '2021-11-07 00:00:00', 3.53590976216219, 6.61538461538461, 3.48624310397309, 8.56349999999999, 5.67885029155075, 12.7070769230769, 11.6777229216738, 24.7026538461538, 28.5367900068558, 74.1728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 690, '2021-11-07 00:00:00', 2.49215895653054, 5.79276923076922, 4.4125854373075, 8.38719230769231, 6.03891569036896, 12.9803461538462, 11.3064254951979, 24.3310384615385, 28.1680852561629, 73.8190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 705, '2021-11-07 00:00:00', 4.02791115019264, 6.30007692307691, 4.19415075625017, 9.6113846153846, 5.34750747688908, 12.9508461538462, 10.7698501225197, 25.3826923076923, 27.911812396822, 79.5033461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 720, '2021-11-07 00:00:00', 3.42945684598329, 7.15046153846152, 4.78128114485584, 9.89888461538464, 6.23196125938386, 13.7165384615385, 10.9777752864594, 25.7430000000001, 27.9678333890093, 79.9763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 735, '2021-11-07 00:00:00', 3.55145635760884, 6.5415, 3.40302908529808, 8.28865384615387, 5.83826774098145, 12.6531538461539, 10.1591513777177, 24.8106538461539, 27.46312745012, 79.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 750, '2021-11-07 00:00:00', 2.54610025816253, 5.96026923076923, 4.38192778738377, 10.0615769230769, 5.43019128165709, 12.6106538461538, 10.2047481024954, 24.8823461538462, 27.4176201812181, 79.0601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 765, '2021-11-07 00:00:00', 3.67779992867808, 7.34434615384614, 3.76142723239669, 9.14523076923077, 4.35405921658611, 11.0566923076923, 9.67536320137189, 24.6589615384616, 27.2305758445567, 78.2088846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 780, '2021-11-07 00:00:00', 3.25976213313416, 6.3697307692308, 3.45182455588568, 8.16026923076925, 3.52219937342478, 10.8731153846154, 9.07168652320968, 25.1078461538462, 27.673482180628, 78.0048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 795, '2021-11-07 00:00:00', 2.72147379642268, 5.96123076923078, 3.0932533704574, 7.39542307692308, 4.82327425526876, 11.4473076923077, 8.68816861856485, 25.5477692307693, 27.95878280351, 77.7994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 810, '2021-11-07 00:00:00', 2.34939074950211, 4.74457692307691, 2.98089189337685, 7.82799999999999, 4.99062970360067, 11.7599615384615, 9.34359707475575, 26.0248461538462, 28.009637880311, 77.9948846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 825, '2021-11-07 00:00:00', 2.46661176016507, 5.86115384615384, 4.18207511465484, 8.73223076923075, 5.48716983643169, 11.9125769230769, 10.4044368054432, 26.4800384615385, 27.8255918525762, 78.6138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 840, '2021-11-07 00:00:00', 3.51211104629944, 6.19819230769232, 4.29455907381206, 8.52003846153848, 5.26178105222352, 11.5441923076923, 10.2483795711247, 25.970076923077, 28.1331238088595, 78.5922692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 855, '2021-11-07 00:00:00', 2.73146874128468, 6.01226923076925, 3.38275426265911, 7.74580769230769, 6.04749184080604, 11.2247307692308, 10.9669417803618, 25.3144230769231, 28.2695612620032, 78.1671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 870, '2021-11-07 00:00:00', 2.25886343238225, 5.20761538461538, 2.85178948111801, 7.24973076923075, 5.19467971737948, 10.6476153846154, 11.7044862529124, 26.0387307692308, 27.8682357332059, 77.8158076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 885, '2021-11-07 00:00:00', 2.3604280853595, 5.27911538461538, 4.60677648236398, 7.72096153846151, 5.90875853119759, 12.4175, 18.0266211527456, 42.4437692307692, 28.1017433270607, 77.6585 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:48:12 Duration: 3s600ms Database: acaweb_fx User: pgperfstats
4 115 9m6s 52ms 48s952ms 4s753ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Nov 07 14 115 9m6s 4s753ms [ User: postgres - Total duration: 9m6s - Times executed: 115 ]
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 48s952ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 41s675ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:07:21 Duration: 32s528ms Database: acaweb_fx User: postgres Bind query: yes
5 115 43s675ms 50ms 8s919ms 379ms 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 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 #5
Day Hour Count Duration Avg duration Nov 07 14 115 43s675ms 379ms [ User: postgres - Total duration: 43s675ms - Times executed: 115 ]
-
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 = 660 AND groupid = 4858 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' 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: 2021-11-07 14:10:46 Duration: 8s919ms Database: acaweb_fx User: postgres Bind query: yes
-
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 groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '69968808' 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: 2021-11-07 14:05:41 Duration: 3s449ms Database: acaweb_fx User: postgres Bind query: yes
-
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 groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '69968808' 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: 2021-11-07 14:09:44 Duration: 2s269ms Database: acaweb_fx User: postgres Bind query: yes
6 96 7m4s 194ms 33s780ms 4s419ms 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 #6
Day Hour Count Duration Avg duration Nov 07 14 96 7m4s 4s419ms [ User: postgres - Total duration: 7m4s - Times executed: 96 ]
-
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 = '627' 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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: 2021-11-07 14:06:15 Duration: 33s780ms 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 = '660' 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 ('223' = 0 OR 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', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', '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', 'FCA.MI', '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', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', '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', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', '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', 'UCG.MI', 'UMI.br.', '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: 2021-11-07 14:11:38 Duration: 27s476ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:06:15 Duration: 25s314ms Database: acaweb_fx User: postgres Bind query: yes
7 74 1m44s 50ms 8s572ms 1s413ms 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 #7
Day Hour Count Duration Avg duration Nov 07 14 74 1m44s 1s413ms [ User: postgres - Total duration: 1m44s - Times executed: 74 ]
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s572ms Database: acaweb_fx User: postgres Bind query: yes
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s540ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 5135 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 > 61992492 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:17 Duration: 7s4ms Database: acaweb_fx User: postgres Bind query: yes
8 72 3m19s 75ms 22s509ms 2s773ms (( 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 #8
Day Hour Count Duration Avg duration Nov 07 14 72 3m19s 2s773ms [ User: postgres - Total duration: 3m19s - Times executed: 72 ]
-
(( 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:09:45 Duration: 22s509ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:05:29 Duration: 18s521ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:15:47 Duration: 17s277ms Database: acaweb_fx User: postgres Bind query: yes
9 68 2m19s 930ms 3s201ms 2s51ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Nov 07 14 68 2m19s 2s51ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 68 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-11-07 00:00:00', 0.207991048733536, 0.509740740740741, 0.242860358737596, 0.625333333333334, 0.353517634565403, 0.759111111111111, 0.464272966544884, 0.899814814814814, 1.22761494840135, 2.51 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1005, '2021-11-07 00:00:00', 0.112403361468934, 0.339148148148149, 0.161521725493099, 0.464962962962964, 0.18365350442235, 0.572925925925927, 0.303908766674373, 0.733666666666666, 1.15647225637802, 2.46381481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1020, '2021-11-07 00:00:00', 0.0988821422840252, 0.281703703703704, 0.147663203447649, 0.382962962962963, 0.163706568151191, 0.475925925925925, 0.271613885072363, 0.666444444444443, 1.14028167660201, 2.44192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1035, '2021-11-07 00:00:00', 0.100932673393726, 0.248407407407407, 0.106620756679859, 0.341296296296296, 0.129800350747335, 0.413851851851852, 0.210059745944093, 0.616407407407406, 1.16589250260705, 2.42740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1050, '2021-11-07 00:00:00', 0.0781843828446428, 0.243518518518518, 0.0881931317622206, 0.297481481481481, 0.140446824603871, 0.386185185185185, 0.206666770057874, 0.589999999999999, 1.16489404651288, 2.4177037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1065, '2021-11-07 00:00:00', 0.0637834879364025, 0.177777777777777, 0.118117800584056, 0.259259259259259, 0.167168117436249, 0.36411111111111, 0.172858702569849, 0.550851851851852, 1.17537027565797, 2.40085185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1080, '2021-11-07 00:00:00', 0.0932148668186107, 0.18437037037037, 0.115054279274989, 0.260555555555555, 0.167773767428156, 0.345962962962962, 0.172188386530105, 0.533925925925926, 1.17176601443829, 2.39685185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1095, '2021-11-07 00:00:00', 0.0786343552358753, 0.176851851851851, 0.124406946426188, 0.246629629629629, 0.144771329660737, 0.31674074074074, 0.17079504886837, 0.495777777777778, 1.18779857904759, 2.36981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1110, '2021-11-07 00:00:00', 0.0874927266004277, 0.166148148148147, 0.101432741950521, 0.219296296296296, 0.108440105174499, 0.284111111111111, 0.162571229184024, 0.470592592592593, 1.19524433721354, 2.36944444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1125, '2021-11-07 00:00:00', 0.0608091685994395, 0.150703703703704, 0.0695052315151687, 0.213148148148148, 0.0983784482918847, 0.27337037037037, 0.158721072694771, 0.455925925925926, 1.20769482452058, 2.49340740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1140, '2021-11-07 00:00:00', 0.050345331676854, 0.137962962962963, 0.0588086859100046, 0.182666666666667, 0.0716685748106142, 0.245666666666667, 0.13823845989764, 0.449111111111112, 1.19755316543592, 2.51725925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1155, '2021-11-07 00:00:00', 0.0417567573049774, 0.121629629629629, 0.0587041692486945, 0.161222222222221, 0.0619882352591307, 0.225814814814815, 0.413147190647113, 0.951296296296296, 1.19762382024358, 2.51874074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1170, '2021-11-07 00:00:00', 0.0505871789889754, 0.121296296296296, 0.056759677312869, 0.169740740740741, 0.0587781574640768, 0.226111111111112, 0.426404109252554, 1.02281481481482, 1.19575208008894, 2.53503703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1185, '2021-11-07 00:00:00', 0.0452229362173003, 0.125962962962963, 0.0516316948088277, 0.170296296296297, 0.0576203311696723, 0.219444444444445, 0.438817742799914, 1.03062962962963, 1.18878403723279, 2.53955555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1200, '2021-11-07 00:00:00', 0.0412965441460246, 0.122407407407408, 0.0532990541547342, 0.162407407407408, 0.0677064638137702, 0.22262962962963, 0.463111719121277, 1.05218518518519, 1.19155197344182, 2.55551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1215, '2021-11-07 00:00:00', 0.0398027544179959, 0.106518518518519, 0.0494995755255332, 0.148851851851852, 0.0569865281225689, 0.213814814814815, 0.453906547481036, 1.06033333333333, 1.1865392625836, 2.58196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1230, '2021-11-07 00:00:00', 0.0342362747261216, 0.109259259259259, 0.0472329500132219, 0.156518518518519, 0.0869747646539481, 0.223925925925926, 0.463444129899669, 1.07466666666667, 1.19123803420268, 2.60314814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1245, '2021-11-07 00:00:00', 0.0396300197014643, 0.106666666666668, 0.0416589052600331, 0.152814814814816, 0.0775229402680673, 0.217037037037037, 0.464528042204452, 1.07707407407407, 1.18953429202728, 2.6127037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1260, '2021-11-07 00:00:00', 0.0396385736904927, 0.119296296296297, 0.0521984488531806, 0.164296296296297, 0.0684663079743261, 0.219407407407408, 0.444312455828731, 1.08359259259259, 1.16877254750711, 2.63003703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1275, '2021-11-07 00:00:00', 0.0364839659587581, 0.113814814814815, 0.0438540703604524, 0.152444444444444, 0.0696929161687368, 0.206444444444444, 0.459318810011922, 1.083, 1.18117664547106, 2.63203703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1290, '2021-11-07 00:00:00', 0.0387378140015442, 0.112814814814815, 0.0680841192455873, 0.157703703703704, 0.0807636804496425, 0.213185185185186, 0.442218555368553, 1.08659259259259, 1.16692829300932, 2.64377777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1305, '2021-11-07 00:00:00', 0.0518629302369575, 0.117074074074074, 0.0617540614256586, 0.157777777777778, 0.0849850330379167, 0.220074074074074, 0.446742942205309, 1.09344444444444, 1.17132509276224, 2.64862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1320, '2021-11-07 00:00:00', 0.0459897647475879, 0.114461538461538, 0.07283187172153, 0.161807692307693, 0.0963538350999135, 0.252307692307692, 0.424859890027107, 1.12761538461538, 1.09689347985748, 2.74788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1335, '2021-11-07 00:00:00', 0.04489942607137, 0.117038461538462, 0.056216668757174, 0.166076923076922, 0.391032148983254, 0.887307692307692, 0.422767992384257, 1.13015384615385, 1.09778480516973, 2.74796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1350, '2021-11-07 00:00:00', 0.0455095763379696, 0.128192307692307, 0.0750586334910152, 0.205961538461538, 0.381970598949105, 0.965461538461538, 0.454821765597841, 1.16096153846154, 1.10110784282851, 2.74080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1365, '2021-11-07 00:00:00', 0.065183244661611, 0.170153846153846, 0.382409494571542, 0.863692307692308, 0.39295525875679, 0.971346153846154, 0.525503363086655, 1.18523076923077, 1.10289034603836, 2.73865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 990, '2021-11-07 00:00:00', 0.240108580510533, 0.554695652173914, 0.261121297514795, 0.684826086956522, 0.307864780902523, 0.771217391304348, 0.491373005801132, 0.996391304347826, 1.0642747776639, 2.7765652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1005, '2021-11-07 00:00:00', 0.0866091807929652, 0.347826086956521, 0.139982353489779, 0.449173913043479, 0.192655275910026, 0.576652173913043, 0.478284144960041, 0.818782608695652, 0.984090027293328, 2.674 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1020, '2021-11-07 00:00:00', 0.14013222158266, 0.312695652173913, 0.167943372255606, 0.413391304347827, 0.184946824961233, 0.528347826086957, 0.408730285934767, 0.75608695652174, 0.964224673685482, 2.65230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1035, '2021-11-07 00:00:00', 0.116980945037969, 0.282217391304348, 0.152980016261909, 0.383608695652174, 0.144886448655327, 0.455086956521739, 0.367984683475722, 0.675, 0.968735608843764, 2.61504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1050, '2021-11-07 00:00:00', 0.113720741795965, 0.25495652173913, 0.141705841285903, 0.321, 0.148248656087063, 0.397869565217391, 0.37073728486268, 0.63095652173913, 0.974502353996472, 2.59326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1065, '2021-11-07 00:00:00', 0.108606298451061, 0.214347826086957, 0.115685788154931, 0.300739130434782, 0.146787819765879, 0.368130434782609, 0.368790111371034, 0.607652173913043, 0.97495835119315, 2.59517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1080, '2021-11-07 00:00:00', 0.0738813545182711, 0.206, 0.0984528739014077, 0.269173913043479, 0.153394812100822, 0.343826086956522, 0.363688178126662, 0.586, 0.970986493598644, 2.59695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1095, '2021-11-07 00:00:00', 0.0654753974251708, 0.183130434782609, 0.0998892271844655, 0.243304347826087, 0.119582855328585, 0.327826086956522, 0.358057252471487, 0.558217391304348, 0.954444241575526, 2.58391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1110, '2021-11-07 00:00:00', 0.0588100378622533, 0.154434782608695, 0.0807406916525839, 0.205826086956521, 0.0866264069862746, 0.30295652173913, 0.36111594165885, 0.537217391304348, 0.951221771043699, 2.60169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1125, '2021-11-07 00:00:00', 0.059182540690052, 0.153869565217391, 0.064217115667585, 0.224739130434783, 0.0937966432058197, 0.301086956521739, 0.363705664345057, 0.545913043478261, 0.987027191058752, 2.74569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1140, '2021-11-07 00:00:00', 0.0514321764531064, 0.149217391304348, 0.0662511988108405, 0.206304347826087, 0.246528369876877, 0.319652173913044, 0.374897466878527, 0.585260869565218, 0.995074869568834, 2.77578260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1155, '2021-11-07 00:00:00', 0.0341705788434739, 0.120913043478261, 0.0809012964225291, 0.189260869565218, 0.385591476255978, 0.309826086956522, 0.375774167947242, 0.90604347826087, 0.994902275376536, 2.79491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1170, '2021-11-07 00:00:00', 0.0590194916553579, 0.138869565217392, 0.25253853460898, 0.217565217391305, 0.383819410557816, 0.297608695652173, 0.419026454964927, 0.965478260869566, 0.996761388107572, 2.80191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1185, '2021-11-07 00:00:00', 0.259156666643197, 0.162782608695653, 0.395064851833405, 0.234652173913044, 0.38263078313896, 0.29695652173913, 0.444881593697768, 1.01778260869565, 0.996299949278733, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1200, '2021-11-07 00:00:00', 0.297409979072952, 0.179826086956523, 0.291873409128893, 0.218782608695652, 0.280916329517747, 0.286434782608696, 0.47424681287879, 1.06969565217391, 0.997065988277725, 2.78530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1215, '2021-11-07 00:00:00', 0.0664385656373815, 0.13391304347826, 0.0878689511099908, 0.18195652173913, 0.115094324609478, 0.259608695652173, 0.490755995012098, 1.08791304347826, 1.00397425285475, 2.79313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1230, '2021-11-07 00:00:00', 0.0451692469448539, 0.130478260869566, 0.051367581785577, 0.185086956521739, 0.0951198536650722, 0.257173913043477, 0.508523519574535, 1.11952173913044, 1.01052985358189, 2.80269565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1245, '2021-11-07 00:00:00', 0.0423855352312306, 0.124521739130434, 0.0795102847152113, 0.187608695652172, 0.0980268173358489, 0.240434782608695, 0.520783728336056, 1.13265217391304, 1.02817964933388, 2.82313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1260, '2021-11-07 00:00:00', 0.0634664954714747, 0.138782608695652, 0.0671278350988569, 0.180347826086956, 0.0867640250762423, 0.229217391304348, 0.51329892515109, 1.13282608695652, 1.02979415418811, 2.824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1275, '2021-11-07 00:00:00', 0.0475974141523682, 0.125173913043478, 0.0548928168695459, 0.157304347826087, 0.0929255088639736, 0.227173913043479, 0.510608696661855, 1.14282608695652, 1.02898412622149, 2.82182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1290, '2021-11-07 00:00:00', 0.0397817166577454, 0.108304347826087, 0.0542850040073592, 0.160043478260869, 0.0849167692950564, 0.220304347826087, 0.514875770733617, 1.13617391304348, 1.0271053592365, 2.81865217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1305, '2021-11-07 00:00:00', 0.0383944062954823, 0.116304347826086, 0.0811425330633496, 0.168260869565217, 0.1308440220368, 0.236391304347826, 0.514505184599957, 1.13669565217391, 1.02814717844935, 2.81243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1320, '2021-11-07 00:00:00', 0.0384982149470919, 0.119272727272727, 0.0621558577235537, 0.160272727272727, 0.163505622975446, 0.306772727272727, 0.513715284899518, 1.18181818181818, 1.05104401302515, 2.82022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1335, '2021-11-07 00:00:00', 0.0572052770550383, 0.119409090909091, 0.122850426424686, 0.182681818181818, 0.285618414651224, 0.805545454545455, 0.509430861874605, 1.19377272727273, 1.05257479091806, 2.8175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1350, '2021-11-07 00:00:00', 0.0689295549803091, 0.134045454545454, 0.107611906919368, 0.255318181818182, 0.306808981423703, 0.870318181818182, 0.506318834238626, 1.204, 1.04464486084094, 2.80013636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1365, '2021-11-07 00:00:00', 0.068796267390946, 0.205545454545454, 0.24783660044368, 0.763136363636364, 0.326461336652602, 0.916363636363638, 0.532773826512198, 1.23095454545455, 1.04029727790037, 2.78604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 990, '2021-11-07 00:00:00', 0.222705825283904, 0.58173076923077, 0.253933998087329, 0.683346153846155, 0.33335558515472, 0.834884615384616, 0.544679004975902, 1.10453846153846, 1.05591897197873, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1005, '2021-11-07 00:00:00', 0.147783646435748, 0.335384615384616, 0.171580866783432, 0.487923076923078, 0.308668916478482, 0.672500000000001, 0.546885094104645, 0.982884615384616, 1.07510804394435, 2.51088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1020, '2021-11-07 00:00:00', 0.118731481147102, 0.339730769230769, 0.208729331542439, 0.475423076923077, 0.259386557388478, 0.605115384615384, 0.532800906675134, 0.885384615384615, 1.0809928378045, 2.48565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1035, '2021-11-07 00:00:00', 0.11388169975225, 0.260807692307692, 0.138692376807868, 0.350846153846154, 0.172621208252236, 0.471192307692307, 0.521067940350909, 0.756038461538462, 1.06779318942603, 2.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1050, '2021-11-07 00:00:00', 0.107943432479168, 0.231230769230768, 0.122752183123309, 0.325538461538461, 0.151621979328146, 0.39676923076923, 0.555695184846457, 0.726461538461538, 1.0675205355618, 2.40657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1065, '2021-11-07 00:00:00', 0.0844531822964652, 0.219500000000001, 0.104998849810551, 0.292038461538461, 0.133449639017295, 0.347384615384615, 0.56096331430852, 0.696000000000001, 1.14222363228654, 2.27988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1080, '2021-11-07 00:00:00', 0.0727028620746535, 0.185884615384615, 0.0914919416375852, 0.232153846153845, 0.122767322136696, 0.292846153846153, 0.587669741109226, 0.688730769230769, 1.13312732667672, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1095, '2021-11-07 00:00:00', 0.0491993746051555, 0.159461538461537, 0.0743650558963108, 0.227192307692306, 0.0923994671979308, 0.298307692307691, 0.670623516988825, 0.713692307692307, 1.10566863863526, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1110, '2021-11-07 00:00:00', 0.0511374768488004, 0.162192307692307, 0.0619588076560058, 0.205423076923076, 0.0914369812409709, 0.294192307692307, 0.66544056429961, 0.704769230769231, 1.08848120085529, 2.27926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1125, '2021-11-07 00:00:00', 0.0516451204039498, 0.140461538461538, 0.0663057718800971, 0.207846153846153, 0.110035106286062, 0.30273076923077, 0.666096976076653, 0.700692307692308, 1.07337451274724, 2.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1140, '2021-11-07 00:00:00', 0.063532862483794, 0.154769230769231, 0.0964143382251035, 0.21373076923077, 0.19071910880019, 0.347538461538462, 0.671058838415368, 0.71973076923077, 1.08315609855928, 2.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1155, '2021-11-07 00:00:00', 0.0598726468945044, 0.137576923076922, 0.0844408668832819, 0.1935, 0.335254954647033, 0.359730769230769, 0.702853438054204, 1.14065384615385, 1.07432321235994, 2.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1170, '2021-11-07 00:00:00', 0.051722588429488, 0.122115384615385, 0.167187724981876, 0.238846153846154, 0.466697141129515, 0.361692307692308, 0.778264799706077, 1.22646153846154, 1.0847292870361, 2.46188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1185, '2021-11-07 00:00:00', 0.156695751255541, 0.178961538461538, 0.332685670542954, 0.260346153846153, 0.51432839554271, 0.367538461538461, 0.887641636802046, 1.26534615384615, 1.08177032966977, 2.46238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1200, '2021-11-07 00:00:00', 0.28350411745755, 0.191230769230769, 0.416841030388546, 0.265269230769231, 0.459850171251462, 0.3585, 0.833640309818237, 1.25761538461538, 1.05169551384712, 2.46357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1215, '2021-11-07 00:00:00', 0.155283566915003, 0.157884615384616, 0.20140515996751, 0.214038461538461, 0.20632087034147, 0.292692307692308, 0.600210113210366, 1.2195, 0.933901974760488, 2.41446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1230, '2021-11-07 00:00:00', 0.0955426364751116, 0.143653846153846, 0.113675063228484, 0.2095, 0.140202644548744, 0.286307692307692, 0.528188090041359, 1.21053846153846, 0.908527993726455, 2.39334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1245, '2021-11-07 00:00:00', 0.0793274518397293, 0.156269230769231, 0.115380334279554, 0.213307692307693, 0.162445299669198, 0.293346153846153, 0.548382736921802, 1.22188461538462, 0.901978325681943, 2.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1260, '2021-11-07 00:00:00', 0.0619556168683554, 0.126461538461538, 0.0952579332452366, 0.184923076923076, 0.181313434522822, 0.276807692307692, 0.504695632573199, 1.20380769230769, 0.893746810645198, 2.38319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1275, '2021-11-07 00:00:00', 0.0655295705417381, 0.139730769230769, 0.0973465893677761, 0.189038461538461, 0.225902266137712, 0.301923076923076, 0.481560458701309, 1.20465384615385, 0.883892180163309, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1290, '2021-11-07 00:00:00', 0.0706737683901278, 0.125692307692308, 0.124714054479097, 0.198653846153846, 0.210758107791847, 0.2955, 0.463593270011548, 1.2, 0.886139823139581, 2.36788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1305, '2021-11-07 00:00:00', 0.0902127741253117, 0.144769230769231, 0.162926750884704, 0.224615384615384, 0.190938850461043, 0.290730769230769, 0.452889234208033, 1.19453846153846, 0.888896799409246, 2.359 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1320, '2021-11-07 00:00:00', 0.11205523935393, 0.15128, 0.115785462530203, 0.193760000000001, 0.134344705887504, 0.3046, 0.453845329747188, 1.1836, 0.889799121525003, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1335, '2021-11-07 00:00:00', 0.0730599069257552, 0.135800000000001, 0.0824758146367773, 0.19148, 0.346064093292944, 0.86124, 0.447678333181314, 1.17984, 0.891097624655496, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1350, '2021-11-07 00:00:00', 0.0542688676867326, 0.13488, 0.101349839664403, 0.245959999999999, 0.36795833097422, 0.9684, 0.465043098361145, 1.1902, 0.890889598472598, 2.39388 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1365, '2021-11-07 00:00:00', 0.0964582465802351, 0.206119999999999, 0.340653171617899, 0.8392, 0.435390009072326, 1.01628, 0.455332160808642, 1.18672, 0.892947596446735, 2.39108 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 990, '2021-11-07 00:00:00', 0.240857164822129, 0.570576923076923, 0.305039964594805, 0.7075, 0.387016280714987, 0.830192307692307, 0.43595507354984, 1.02811538461538, 0.947256625938619, 2.27034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1005, '2021-11-07 00:00:00', 0.126247668676114, 0.376923076923077, 0.210744000735855, 0.508076923076923, 0.235537516201691, 0.606192307692308, 0.367838570362263, 0.852576923076924, 0.968967107483332, 2.21484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1020, '2021-11-07 00:00:00', 0.144970065875683, 0.318, 0.141174763488925, 0.399923076923078, 0.154989270100075, 0.506923076923077, 0.378650545205755, 0.768653846153846, 0.970519874167369, 2.20411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1035, '2021-11-07 00:00:00', 0.0992616743763675, 0.26, 0.130195308907573, 0.367538461538462, 0.151378450859477, 0.464653846153847, 0.422835388956324, 0.771615384615385, 0.980807670317604, 2.18838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1050, '2021-11-07 00:00:00', 0.0894617494540799, 0.237730769230769, 0.0839778817033663, 0.319269230769231, 0.123855554827139, 0.425038461538462, 0.426191406981201, 0.739653846153847, 0.982718076795954, 2.18753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1065, '2021-11-07 00:00:00', 0.0706491657090469, 0.21223076923077, 0.10710268976009, 0.296115384615385, 0.129317123620726, 0.383038461538462, 0.438082410582231, 0.711961538461539, 0.989347959322393, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1080, '2021-11-07 00:00:00', 0.066878857185672, 0.214307692307692, 0.0772973579009097, 0.281192307692308, 0.213310539247, 0.405115384615386, 0.442548557961549, 0.683115384615385, 0.989480842897698, 2.16646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1095, '2021-11-07 00:00:00', 0.0487187375104825, 0.171653846153846, 0.0657996492859488, 0.245076923076923, 0.283784848080373, 0.369, 0.490083950422312, 0.685961538461539, 0.957361341637283, 2.19453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1110, '2021-11-07 00:00:00', 0.0592192925944289, 0.17673076923077, 0.224076940769494, 0.280653846153847, 0.282100789407997, 0.351846153846155, 0.53393229763851, 0.693461538461538, 0.952620105894184, 2.21288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1125, '2021-11-07 00:00:00', 0.227930546101556, 0.205576923076923, 0.290219293744469, 0.261961538461538, 0.279399501678978, 0.327807692307693, 0.54110474032298, 0.6735, 0.952099866287467, 2.30234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1140, '2021-11-07 00:00:00', 0.14211832556549, 0.157461538461539, 0.140747154637178, 0.210807692307692, 0.154820094104292, 0.282307692307692, 0.492744377480313, 0.673307692307692, 0.938958956258717, 2.35619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1155, '2021-11-07 00:00:00', 0.0524250087120783, 0.132692307692308, 0.051605366447239, 0.181076923076923, 0.127170848135037, 0.278769230769231, 0.463236693112878, 0.998923076923077, 0.956708328673815, 2.37811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1170, '2021-11-07 00:00:00', 0.0590688906798993, 0.140576923076923, 0.0934866588589805, 0.198346153846154, 0.18152794232887, 0.287923076923077, 0.462408989798159, 1.02107692307692, 0.991891846616663, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1185, '2021-11-07 00:00:00', 0.0729726292207198, 0.135730769230769, 0.111467145901314, 0.203730769230769, 0.167363689656342, 0.282269230769231, 0.482832515953036, 1.05403846153846, 0.998338266243537, 2.43342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1200, '2021-11-07 00:00:00', 0.0906739297618767, 0.154807692307693, 0.117478168184561, 0.201000000000001, 0.143580800087778, 0.264384615384617, 0.484061788808635, 1.07384615384615, 1.01208433519073, 2.44069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1215, '2021-11-07 00:00:00', 0.0716146203379855, 0.141423076923076, 0.1052766903852, 0.204307692307692, 0.271910392479695, 0.342307692307692, 0.486174968504139, 1.0975, 1.02118344317531, 2.44376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1230, '2021-11-07 00:00:00', 0.0504390569057203, 0.128461538461539, 0.0700449525991382, 0.176846153846154, 0.256833681591803, 0.3295, 0.465697987310034, 1.11415384615385, 1.02221018160876, 2.43915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1245, '2021-11-07 00:00:00', 0.0656000117260788, 0.130807692307693, 0.268363338663203, 0.259807692307692, 0.266425558949471, 0.322538461538461, 0.477754157893593, 1.14234615384615, 1.03180658294827, 2.43723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1260, '2021-11-07 00:00:00', 0.272955099153406, 0.224615384615384, 0.266227620944645, 0.277884615384615, 0.273772741240163, 0.321076923076922, 0.49508923826534, 1.16507692307692, 1.03981063956561, 2.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1275, '2021-11-07 00:00:00', 0.0739572537660465, 0.154346153846154, 0.10290668663331, 0.202115384615384, 0.276676008801186, 0.318423076923077, 0.481808765127666, 1.17761538461539, 1.04697076074079, 2.44042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1290, '2021-11-07 00:00:00', 0.0747675371761344, 0.136769230769231, 0.113699631282806, 0.203615384615385, 0.328989784737366, 0.337038461538461, 0.505324389339698, 1.19353846153846, 1.04752103852564, 2.44038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1305, '2021-11-07 00:00:00', 0.0751661237117231, 0.139884615384616, 0.264867145216965, 0.234730769230769, 0.328882677234018, 0.343846153846153, 0.488584819815195, 1.20738461538462, 1.05695454235997, 2.44176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1320, '2021-11-07 00:00:00', 0.0868080641415298, 0.14884, 0.130771454581393, 0.220439999999999, 0.162286701036571, 0.35284, 0.437968465379263, 1.16428, 1.08594652722867, 2.45712 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1335, '2021-11-07 00:00:00', 0.0710868717368634, 0.145479999999999, 0.0987154665355605, 0.20208, 0.325266618842657, 0.784039999999999, 0.448770609554593, 1.15632, 1.08313532087793, 2.49404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1350, '2021-11-07 00:00:00', 0.0617081031956091, 0.149159999999999, 0.118687994338096, 0.26444, 0.317047577922726, 0.827199999999999, 0.445809002451349, 1.1634, 1.10129597444707, 2.52364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1365, '2021-11-07 00:00:00', 0.0890878218389028, 0.21984, 0.325187807274505, 0.77088, 0.338744495650238, 0.8814, 0.447723917907752, 1.16296, 1.11389662446746, 2.53324 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 990, '2021-11-07 00:00:00', 0.32144565038875, 0.597884615384615, 0.312523015767824, 0.679346153846153, 0.34885867537531, 0.785846153846153, 0.447100479156016, 1.06096153846154, 1.15864936290227, 2.42888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1005, '2021-11-07 00:00:00', 0.105116433612374, 0.342230769230769, 0.150769763342859, 0.451192307692307, 0.17387548595298, 0.598269230769231, 0.32240033403304, 0.900846153846154, 1.12849777955543, 2.31503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1020, '2021-11-07 00:00:00', 0.110739535015209, 0.282730769230768, 0.127210697421489, 0.390807692307693, 0.200271569471209, 0.551692307692308, 0.308684424365976, 0.816923076923077, 1.13971268511647, 2.27126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1035, '2021-11-07 00:00:00', 0.06548241102652, 0.237884615384615, 0.105749871794795, 0.329346153846154, 0.171195866233342, 0.467230769230769, 0.273209843273515, 0.724538461538461, 1.14668583384398, 2.22619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1050, '2021-11-07 00:00:00', 0.0664062207466012, 0.222884615384617, 0.115464686576259, 0.315576923076924, 0.171331671148278, 0.419307692307694, 0.310813406799246, 0.687576923076924, 1.15045180756886, 2.21919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1065, '2021-11-07 00:00:00', 0.0794883252192029, 0.201923076923078, 0.125962192129836, 0.271076923076924, 0.162567292575673, 0.37473076923077, 0.340848843105201, 0.658576923076923, 1.19173598521717, 2.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1080, '2021-11-07 00:00:00', 0.0949950282099826, 0.197153846153847, 0.121373219704918, 0.272461538461539, 0.259057558201915, 0.386461538461539, 0.308384697315645, 0.643192307692308, 1.17839094270372, 2.22142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1095, '2021-11-07 00:00:00', 0.0718175894460828, 0.176615384615385, 0.091053728855339, 0.245307692307692, 0.229016720921287, 0.377538461538461, 0.322198259556967, 0.646038461538461, 1.13282401919342, 2.25146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1110, '2021-11-07 00:00:00', 0.0791642984800989, 0.185115384615385, 0.203711409748051, 0.285461538461538, 0.214057997173305, 0.357884615384615, 0.299422318165137, 0.642269230769231, 1.12888526159489, 2.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1125, '2021-11-07 00:00:00', 0.175568671640298, 0.181961538461539, 0.175143831003156, 0.248192307692308, 0.182566847609729, 0.317576923076924, 0.278223443684002, 0.619730769230769, 1.15472048765724, 2.43026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1140, '2021-11-07 00:00:00', 0.0750499833444362, 0.1645, 0.0802715104169319, 0.204653846153846, 0.0922527714822375, 0.296576923076924, 0.25641842007517, 0.606615384615385, 1.19869448792618, 2.50965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1155, '2021-11-07 00:00:00', 0.0529762791619627, 0.141384615384615, 0.0779273132723449, 0.201884615384616, 0.109052196394486, 0.298692307692308, 0.435105751955332, 0.907153846153847, 1.27432257237386, 2.55553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1170, '2021-11-07 00:00:00', 0.0465411811029929, 0.141807692307693, 0.0704550484078602, 0.197923076923078, 0.114115002721614, 0.284076923076923, 0.443404557417334, 0.962807692307693, 1.27048454536055, 2.5605 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1185, '2021-11-07 00:00:00', 0.0556708596609096, 0.13926923076923, 0.0784751209963039, 0.206230769230768, 0.125688748655007, 0.281307692307693, 0.49778493502562, 1.04219230769231, 1.2674206350513, 2.56488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1200, '2021-11-07 00:00:00', 0.0591188112714874, 0.145076923076922, 0.0905952622296635, 0.202307692307692, 0.128479276988098, 0.263269230769232, 0.543743853722998, 1.07246153846154, 1.2693446110251, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1215, '2021-11-07 00:00:00', 0.0809765018147477, 0.145076923076924, 0.110081396458048, 0.195076923076924, 0.107517469063619, 0.264615384615385, 0.550426357821475, 1.07284615384615, 1.2675957642476, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1230, '2021-11-07 00:00:00', 0.0576145280823664, 0.127076923076923, 0.0609498659050701, 0.170615384615385, 0.106971203889357, 0.251038461538461, 0.569335841134209, 1.0755, 1.2723331711708, 2.57753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1245, '2021-11-07 00:00:00', 0.0398970984100157, 0.117461538461539, 0.0776930845353393, 0.179846153846154, 0.135635756574504, 0.266461538461539, 0.583325295182712, 1.075, 1.27691907580467, 2.58061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1260, '2021-11-07 00:00:00', 0.052740248825294, 0.132576923076923, 0.073434638651295, 0.180615384615384, 0.131375474821655, 0.253653846153846, 0.60154246349249, 1.07284615384615, 1.27635014065046, 2.58980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1275, '2021-11-07 00:00:00', 0.0580587633350896, 0.1355, 0.114836552744122, 0.189076923076924, 0.251492553797094, 0.287769230769231, 0.658980307864996, 1.08538461538462, 1.27620500704236, 2.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1290, '2021-11-07 00:00:00', 0.068245991710981, 0.121653846153847, 0.0850729370327876, 0.167269230769231, 0.219303488344349, 0.2985, 0.660855641166463, 1.07653846153846, 1.28142788146061, 2.59015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1305, '2021-11-07 00:00:00', 0.0585125496072303, 0.125038461538461, 0.219890367788482, 0.208576923076922, 0.213363254712564, 0.312961538461538, 0.653812313694427, 1.06969230769231, 1.27931837921004, 2.58734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1320, '2021-11-07 00:00:00', 0.0446240592804674, 0.12716, 0.0830365983567887, 0.20108, 0.0822830480718849, 0.328799999999999, 0.664500408828566, 1.06128, 1.29942086202534, 2.65008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1335, '2021-11-07 00:00:00', 0.0483717203883972, 0.14164, 0.0611470359052664, 0.208279999999999, 0.380706614949972, 0.74288, 0.664990433515148, 1.05312, 1.29983955035484, 2.65376 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1350, '2021-11-07 00:00:00', 0.0565562257109387, 0.15276, 0.0952721015477945, 0.26324, 0.393448310878739, 0.80164, 0.65996616832481, 1.04548, 1.2959222301769, 2.66048 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1365, '2021-11-07 00:00:00', 0.0878109332600445, 0.217479999999999, 0.363995778363797, 0.70848, 0.46359015663982, 0.889600000000001, 0.650057723077983, 1.04428, 1.29681525027019, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 930, '2021-11-07 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 945, '2021-11-07 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 960, '2021-11-07 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 975, '2021-11-07 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 930, '2021-11-07 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 945, '2021-11-07 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 960, '2021-11-07 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 975, '2021-11-07 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 930, '2021-11-07 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 1.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 945, '2021-11-07 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 1.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 960, '2021-11-07 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 0.710999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 975, '2021-11-07 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 0.714000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 930, '2021-11-07 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 1.784 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 945, '2021-11-07 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 1.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 960, '2021-11-07 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 1.084 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 975, '2021-11-07 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 0.833999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 930, '2021-11-07 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 0.923000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 945, '2021-11-07 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 0.952999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 960, '2021-11-07 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 975, '2021-11-07 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:15 Duration: 3s201ms 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 970025, 5, 990, '2021-11-07 00:00:00', 1.90580887329723, 3.10733333333334, 2.18812308635178, 3.77311111111111, 2.32751982251849, 4.2857037037037, 2.4581277468722, 5.38059259259259, 3.71444294788673, 12.9564814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1005, '2021-11-07 00:00:00', 0.988853428251164, 1.90955555555556, 1.18030136066782, 2.46907407407407, 1.26285429092749, 3.03003703703703, 1.25370828179463, 4.35607407407408, 3.70826003884161, 12.6851481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1020, '2021-11-07 00:00:00', 0.482032664897817, 1.58251851851852, 0.775635781856975, 2.13959259259259, 0.699801597849906, 2.60974074074075, 1.07741393849893, 4.03555555555557, 3.68094508488632, 12.5808888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1035, '2021-11-07 00:00:00', 0.530554934442753, 1.38033333333334, 0.600850572319284, 1.84422222222222, 0.613675589660155, 2.44596296296297, 1.15267215745159, 3.99544444444445, 3.67066693366366, 12.5492592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1050, '2021-11-07 00:00:00', 0.380028354017903, 1.22362962962963, 0.358275371976987, 1.70137037037037, 0.550624845786793, 2.30351851851852, 1.2325582329938, 3.95251851851853, 3.66684526293873, 12.5585185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1065, '2021-11-07 00:00:00', 0.441443255864385, 1.23807407407408, 0.478654845936465, 1.71766666666667, 0.764967885663749, 2.1685925925926, 1.24976281282454, 3.82237037037039, 3.65518109621861, 12.4963333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1080, '2021-11-07 00:00:00', 0.365801208604515, 1.0862962962963, 0.519049207466956, 1.40281481481482, 0.717977447685246, 2.02566666666667, 1.24086546513476, 3.62155555555556, 3.73480405936154, 12.3811481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1095, '2021-11-07 00:00:00', 0.374073697356722, 0.996148148148149, 0.420557437699723, 1.39840740740741, 0.661922306317839, 1.97270370370371, 1.21171265739967, 3.41211111111112, 4.03721470515238, 12.243962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1110, '2021-11-07 00:00:00', 0.343766372829456, 0.933370370370375, 0.491137701836508, 1.38337037037037, 0.849366521108224, 2.03977777777778, 1.10767741660614, 3.34651851851852, 3.91932631610075, 12.2811851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1125, '2021-11-07 00:00:00', 0.369189494962794, 0.923962962962965, 0.51484167344722, 1.35311111111111, 0.923752436588161, 2.0288888888889, 1.1085410832862, 3.20955555555556, 5.82420788275441, 13.8446666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1140, '2021-11-07 00:00:00', 0.390953473233856, 0.962185185185197, 0.66803615747376, 1.38533333333334, 0.796494788883118, 1.91722222222223, 1.46980233956098, 3.49992592592593, 5.87628386844646, 14.2724444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1155, '2021-11-07 00:00:00', 0.518079015302551, 0.894407407407407, 0.575114290635734, 1.2872962962963, 0.530773552565083, 1.64755555555555, 1.99506814998308, 4.67433333333333, 6.04564146054955, 14.3488518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1170, '2021-11-07 00:00:00', 0.29824898296634, 0.824925925925931, 0.343388411481226, 1.1077037037037, 0.373006118049769, 1.40877777777777, 2.31613351056161, 5.14585185185185, 6.14307287059557, 14.3732962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1185, '2021-11-07 00:00:00', 0.24349712319214, 0.80318518518518, 0.278357320221321, 1.03751851851851, 0.409683836822794, 1.40566666666667, 2.43736140960376, 5.31311111111112, 6.18034384940402, 14.4165925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1200, '2021-11-07 00:00:00', 0.247947391258525, 0.725296296296291, 0.328712757469305, 0.966999999999999, 0.56254860632031, 1.41337037037037, 2.59443328846959, 5.49537037037037, 6.26866495576493, 14.4705925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1215, '2021-11-07 00:00:00', 0.207602561067589, 0.679148148148152, 0.273314883680027, 0.966888888888891, 0.432123145764501, 1.44048148148148, 2.89879444782004, 5.78559259259259, 6.3241254584974, 14.4872592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1230, '2021-11-07 00:00:00', 0.220524652833018, 0.707259259259259, 0.339685638986003, 1.01877777777778, 0.431323508124665, 1.56274074074074, 3.0462891212517, 5.94955555555555, 6.31865900880208, 14.5031481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1245, '2021-11-07 00:00:00', 0.256507809647686, 0.659888888888898, 0.299835211151312, 0.952666666666672, 0.468386695867955, 1.47140740740742, 2.97883505930444, 6.02881481481482, 6.34027557729248, 14.6163703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1260, '2021-11-07 00:00:00', 0.231470795878726, 0.736037037037041, 0.28625378734478, 1.09166666666667, 0.367624634368903, 1.38911111111112, 3.05214246922087, 6.20603703703704, 6.38337829691156, 14.7365925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1275, '2021-11-07 00:00:00', 0.230892496043814, 0.730037037037044, 0.346010872974431, 1.02270370370371, 0.487924229907732, 1.39085185185186, 3.04800842408225, 6.24674074074074, 6.51130857697709, 14.8616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1290, '2021-11-07 00:00:00', 0.257077349318771, 0.699925925925935, 0.276973020583329, 0.889148148148148, 0.480952420483811, 1.41833333333333, 3.05950871286594, 6.24311111111112, 6.54849316087775, 14.8862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1305, '2021-11-07 00:00:00', 0.225101464934517, 0.604851851851846, 0.434459840809654, 1.02874074074073, 0.50052687624757, 1.43633333333332, 3.17027897520499, 6.32737037037037, 6.61835747261568, 14.8625925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1320, '2021-11-07 00:00:00', 0.32937722120109, 0.806076923076918, 0.39028328961647, 1.09161538461538, 1.27581687376544, 2.05284615384615, 3.02661748262873, 6.63088461538462, 6.15462779690711, 15.3710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1335, '2021-11-07 00:00:00', 0.225837654419823, 0.757384615384613, 0.343705249394795, 1.09646153846153, 1.69986554581418, 3.86407692307692, 3.14644356915012, 6.69157692307692, 6.16949940719542, 15.3328461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1350, '2021-11-07 00:00:00', 0.384732172576432, 0.88426923076923, 1.29210649001484, 1.7696923076923, 2.20067795323309, 4.51742307692308, 3.13459857815221, 6.81161538461539, 6.16338675529815, 15.3261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1365, '2021-11-07 00:00:00', 1.25840462674587, 1.51373076923076, 1.68184588930871, 3.81565384615384, 2.36644957592268, 4.87665384615385, 3.1868842997511, 6.9345, 6.16871490132639, 15.3435769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 990, '2021-11-07 00:00:00', 0.993857176336975, 2.91378260869565, 1.38857623644756, 3.62965217391305, 1.78380535193637, 4.26252173913044, 2.51511040548495, 6.13847826086957, 6.35955400809037, 14.837 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1005, '2021-11-07 00:00:00', 0.807632792346078, 1.947, 1.18228933812811, 2.43552173913043, 1.85678677996292, 3.49865217391304, 2.33005661095964, 5.29408695652174, 6.51277618473191, 14.4582173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1020, '2021-11-07 00:00:00', 0.748262683473034, 1.52504347826087, 1.02355915890517, 2.18247826086956, 1.52849506703832, 3.05247826086955, 1.91638637728293, 4.89773913043478, 6.54116733366122, 14.2592173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1035, '2021-11-07 00:00:00', 0.609153501296917, 1.44747826086956, 1.12358115182799, 2.06082608695651, 1.2324992619998, 2.60739130434782, 1.73857738172708, 4.45969565217391, 6.62665922603719, 14.0760434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1050, '2021-11-07 00:00:00', 0.578361857953287, 1.33156521739129, 0.679283419808612, 1.80634782608694, 0.685745196343587, 2.47326086956521, 1.48406871957699, 4.13865217391304, 6.55948879810692, 13.9582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1065, '2021-11-07 00:00:00', 0.437735793037225, 1.20152173913043, 0.458528760827414, 1.60847826086956, 0.667015217514005, 2.20913043478261, 1.4352513186986, 3.9125652173913, 6.52183287757392, 14.0359130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1080, '2021-11-07 00:00:00', 0.379841817503164, 1.18852173913044, 0.603845889037511, 1.72669565217392, 0.680671021511633, 2.07730434782609, 1.47571904226367, 3.77034782608695, 6.53562923746783, 13.9375652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1095, '2021-11-07 00:00:00', 0.44048390117424, 1.13560869565218, 0.46656213444347, 1.44704347826086, 0.655443876994311, 2.09030434782609, 1.49882764726486, 3.76904347826086, 6.52591101873953, 13.9125217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1110, '2021-11-07 00:00:00', 0.264567848093942, 0.896347826086949, 0.493456450737758, 1.26778260869565, 0.742117355921881, 1.96247826086957, 1.48735087471179, 3.59147826086957, 6.57783991539542, 13.9200434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1125, '2021-11-07 00:00:00', 0.387244160092426, 0.85569565217392, 0.650631143871468, 1.41539130434783, 0.836351862994983, 1.8754347826087, 1.49297645780412, 3.52060869565218, 6.75937314345718, 14.9197391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1140, '2021-11-07 00:00:00', 0.386024354635221, 0.980434782608696, 0.458301849200108, 1.30730434782609, 0.776156077678323, 1.83643478260869, 1.478458471041, 3.49878260869565, 6.90569937040894, 15.0663913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1155, '2021-11-07 00:00:00', 0.292115129720898, 0.863391304347831, 0.446745221004222, 1.18426086956521, 0.776781975302048, 1.68365217391304, 1.99225855406498, 5.04465217391305, 6.92760204906414, 15.1678260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1170, '2021-11-07 00:00:00', 0.334117266578791, 0.804434782608691, 0.583667436036422, 1.20130434782608, 0.758525929009847, 1.54169565217391, 2.44679042651886, 5.48813043478261, 6.84810552926289, 15.2613913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1185, '2021-11-07 00:00:00', 0.461862135719167, 0.906217391304351, 0.669587410571061, 1.13613043478261, 0.687508246447133, 1.62795652173914, 2.56661645742516, 5.59930434782609, 6.8142063008014, 15.262652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1200, '2021-11-07 00:00:00', 0.275094335239087, 0.705565217391305, 0.24037871963582, 0.969260869565218, 0.520445153789291, 1.56060869565217, 2.75829376142359, 5.61826086956522, 6.79116350815282, 15.2783913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1215, '2021-11-07 00:00:00', 0.242355828950096, 0.799565217391306, 0.368928525485612, 1.20056521739131, 0.601616416209657, 1.61030434782609, 2.9170224612652, 5.76330434782609, 6.76593131397701, 15.299 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1230, '2021-11-07 00:00:00', 0.280546044356265, 0.780086956521744, 0.468932683505927, 1.09895652173913, 0.685961824379403, 1.58052173913044, 2.9663577745512, 5.71508695652174, 6.74597366608834, 15.2823913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1245, '2021-11-07 00:00:00', 0.311994698191495, 0.785347826086951, 0.410981083010983, 1.07621739130435, 0.653893256812107, 1.60986956521738, 3.07107940494258, 5.7954347826087, 6.64509462186934, 15.3534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1260, '2021-11-07 00:00:00', 0.344043038947482, 0.776391304347832, 0.453304655471275, 1.16173913043478, 0.575831747632089, 1.55573913043477, 2.9251380022173, 5.72882608695653, 6.54189977483848, 15.2868695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1275, '2021-11-07 00:00:00', 0.328714937113331, 0.766652173913038, 0.379722844631682, 1.04443478260869, 0.787032436012629, 1.54565217391303, 2.8257819079512, 5.77686956521739, 6.47558564018724, 15.2727391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1290, '2021-11-07 00:00:00', 0.215259315994743, 0.67513043478261, 0.351160661630363, 0.979913043478256, 0.7872072565863, 1.52308695652174, 2.69204505406625, 5.80186956521739, 6.42731324223692, 15.2018260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1305, '2021-11-07 00:00:00', 0.292942574199543, 0.729478260869569, 0.768783626791137, 1.14591304347826, 0.803812486736796, 1.60817391304348, 2.68759373988554, 5.79826086956522, 6.42208639739861, 15.2058260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1320, '2021-11-07 00:00:00', 0.384073735367483, 0.830409090909086, 0.492318265852265, 1.11531818181818, 0.90334597481609, 1.83204545454545, 2.72835468275145, 5.92931818181818, 6.5683835579947, 15.2977727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1335, '2021-11-07 00:00:00', 0.421489158092613, 0.805409090909093, 0.585287018427196, 1.20768181818182, 1.94599273066274, 3.97077272727273, 2.79715686512905, 5.98636363636364, 6.53714802202802, 15.3355 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1350, '2021-11-07 00:00:00', 0.274469141296081, 0.826500000000002, 0.616393688849645, 1.41068181818182, 2.18998988315282, 4.41045454545455, 2.62433179332795, 5.85013636363637, 6.48752392083272, 15.2806363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1365, '2021-11-07 00:00:00', 0.501937796891256, 1.15586363636363, 1.56727527369948, 3.61445454545455, 2.18031818441286, 4.50636363636364, 2.46763688287282, 5.79250000000001, 6.5216385008624, 15.2025454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 990, '2021-11-07 00:00:00', 0.926608453530322, 2.81711538461539, 1.45806300222642, 3.46503846153846, 1.56151851783399, 4.07180769230769, 1.76497817506663, 5.28896153846154, 6.24414933788792, 14.6829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1005, '2021-11-07 00:00:00', 0.820603557426809, 2.06296153846153, 0.766804783099724, 2.60215384615384, 1.03247267052674, 3.19884615384615, 1.15956253886474, 4.60980769230769, 6.29846814990635, 14.3726538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1020, '2021-11-07 00:00:00', 0.445616608239042, 1.6928076923077, 0.612378299369327, 2.2543076923077, 0.853585967911489, 2.70373076923078, 0.953380635100489, 4.28234615384616, 6.38183420221925, 14.2372307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1035, '2021-11-07 00:00:00', 0.606173040793323, 1.47965384615384, 0.762959255893685, 1.90288461538462, 0.979094948644689, 2.44096153846155, 0.892821598167204, 4.09461538461539, 6.4691020892809, 14.1421923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1050, '2021-11-07 00:00:00', 0.500800105984253, 1.28888461538461, 0.717307135161677, 1.69238461538462, 0.755278422427534, 2.14784615384616, 0.761514439481264, 3.91480769230769, 6.5283457826973, 14.0465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1065, '2021-11-07 00:00:00', 0.453658904396758, 1.29980769230769, 0.512956391908712, 1.6405, 0.685159459261408, 2.16526923076923, 0.943336875956022, 3.9173076923077, 6.73740517273071, 13.7403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1080, '2021-11-07 00:00:00', 0.443212324530115, 1.02526923076924, 0.59339181114881, 1.41019230769231, 0.734083114137312, 2.06346153846154, 1.05146953575241, 3.85223076923077, 6.75245530421229, 13.7226538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1095, '2021-11-07 00:00:00', 0.600283937944245, 1.11561538461538, 0.704750313668171, 1.64626923076923, 0.725532217383581, 2.08003846153846, 1.40385973877516, 3.97761538461538, 6.65220878667669, 13.8296923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1110, '2021-11-07 00:00:00', 0.424309083642508, 1.11603846153847, 0.533012363834092, 1.4215, 0.64947371475207, 2.00111538461538, 1.53599593599223, 3.82865384615384, 6.52681440874136, 14.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1125, '2021-11-07 00:00:00', 0.28759472553204, 0.827384615384618, 0.38974575736577, 1.23365384615384, 0.667300362540108, 1.73542307692307, 1.55236276688151, 3.745, 6.47081931561874, 14.3898461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1140, '2021-11-07 00:00:00', 0.318961034514341, 0.867692307692303, 0.515096694432588, 1.25926923076923, 0.690284521049109, 1.74100000000001, 1.52067378032037, 3.80411538461539, 6.64053886054901, 14.4980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1155, '2021-11-07 00:00:00', 0.319195363374843, 0.893999999999997, 0.522274233889264, 1.23015384615384, 0.588491193320162, 1.76626923076924, 2.30516772525091, 5.58380769230769, 6.70276506938626, 14.4508461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1170, '2021-11-07 00:00:00', 0.398466709351662, 0.818038461538451, 0.409816936617391, 1.11919230769231, 0.471680956384064, 1.73373076923076, 2.12349595678012, 5.96796153846154, 6.75419304626051, 14.4588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1185, '2021-11-07 00:00:00', 0.296511452626154, 0.741807692307694, 0.388365260270041, 1.16284615384616, 0.551786230904125, 1.71773076923077, 2.23217297406671, 6.28088461538461, 6.7031890698498, 14.5278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1200, '2021-11-07 00:00:00', 0.372971149636996, 0.898961538461542, 0.50458164392358, 1.27465384615384, 0.6135231573587, 1.71023076923077, 2.34623170342441, 6.27961538461538, 6.7757529879598, 14.5410769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1215, '2021-11-07 00:00:00', 0.252453413828861, 0.78661538461538, 0.317997484266778, 1.084, 0.452730893068342, 1.55730769230769, 2.29601353956072, 6.30042307692308, 6.77491620430722, 14.5348461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1230, '2021-11-07 00:00:00', 0.243188764922666, 0.782153846153847, 0.27040225306299, 1.09253846153847, 0.449945336850874, 1.49161538461539, 2.24049782277202, 6.23357692307692, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1245, '2021-11-07 00:00:00', 0.267174895181759, 0.787769230769232, 0.419854091871847, 1.16446153846154, 0.551181529499615, 1.58396153846154, 2.22600706094671, 6.25465384615385, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1260, '2021-11-07 00:00:00', 0.309832920235316, 0.867038461538462, 0.399724160660052, 1.12273076923077, 0.536885257759982, 1.5365, 2.23324596909107, 6.21503846153846, 6.79075342789455, 14.5159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1275, '2021-11-07 00:00:00', 0.30097733367251, 0.754346153846154, 0.411282805565525, 1.07811538461539, 1.08447048901225, 1.65880769230769, 2.18093695355565, 6.30534615384615, 6.8015666662457, 14.5003461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1290, '2021-11-07 00:00:00', 0.249759207114493, 0.74369230769231, 0.32253471131027, 1.034, 1.21199472009513, 1.6931923076923, 2.16643645755313, 6.32273076923077, 6.75947018007955, 14.5396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1305, '2021-11-07 00:00:00', 0.315203797321913, 0.808923076923078, 1.13782849390339, 1.3561923076923, 1.25334147596919, 1.83284615384616, 2.20174373168177, 6.3365, 6.75688508844582, 14.5475384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1320, '2021-11-07 00:00:00', 0.244238353526491, 0.767959999999994, 0.265586501916042, 1.05876000000001, 0.695655985383585, 1.9282, 2.23104810944692, 6.2374, 6.65850255112464, 14.91484 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1335, '2021-11-07 00:00:00', 0.186075817880773, 0.737280000000017, 0.436293395167364, 1.17348000000001, 2.12752221845036, 4.68404, 2.32356523830657, 6.2104, 6.64289701686446, 14.93088 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1350, '2021-11-07 00:00:00', 0.356215257955077, 0.993680000000006, 0.700501979535634, 1.61776, 2.0285110508285, 5.2262, 2.33334539020695, 6.22328, 6.6600858060038, 14.93112 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1365, '2021-11-07 00:00:00', 0.584953510973314, 1.24512, 2.07872649315231, 4.3796, 2.17059943871119, 5.41056, 2.28876269484919, 6.15144, 6.63084011846664, 14.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 990, '2021-11-07 00:00:00', 1.29612674356507, 3.34815384615385, 1.37883637730682, 4.04565384615385, 1.71763872085623, 4.61684615384615, 1.92635855916326, 5.50553846153846, 6.6191472652043, 14.4269615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1005, '2021-11-07 00:00:00', 0.612831787687293, 2.02, 0.877492013551211, 2.65107692307691, 1.20003651803409, 3.22673076923076, 1.7084704076589, 4.54742307692307, 6.39681439612418, 14.1785384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1020, '2021-11-07 00:00:00', 0.570940176038947, 1.69326923076923, 0.922086934830233, 2.30034615384615, 0.962383198906993, 2.81030769230769, 1.69536498271475, 4.41823076923077, 6.32485831474022, 14.2083076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1035, '2021-11-07 00:00:00', 0.765919365107153, 1.52207692307693, 0.857471163004685, 1.95034615384616, 0.803258962936897, 2.5158076923077, 1.74522729046523, 4.31815384615385, 6.18005427372236, 14.2021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1050, '2021-11-07 00:00:00', 0.459856004218042, 1.35623076923077, 0.505774026768717, 1.77261538461538, 0.757732138586019, 2.16092307692308, 1.63188291105232, 4.08934615384615, 6.01059545303126, 14.0655 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1065, '2021-11-07 00:00:00', 0.481659990194166, 1.30011538461538, 0.557282059505023, 1.75142307692307, 0.819774490567143, 2.20084615384614, 1.75694557859765, 4.03938461538461, 5.99592384836438, 14.1266538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1080, '2021-11-07 00:00:00', 0.327122994982251, 1.15542307692308, 0.48733968093659, 1.44673076923077, 0.909262115039523, 2.17692307692308, 1.6479540177491, 4.01373076923077, 6.02275242112391, 14.0966153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1095, '2021-11-07 00:00:00', 0.327135504740062, 1.01596153846154, 0.694280117487501, 1.5941923076923, 1.04705537874261, 2.14661538461539, 1.68491322442616, 3.95557692307692, 5.97800593882404, 14.1087307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1110, '2021-11-07 00:00:00', 0.561745654188788, 1.1305, 0.755724088845608, 1.49353846153847, 1.02096468182717, 2.0098076923077, 1.52671797204128, 3.74961538461539, 5.94866768328454, 13.9673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1125, '2021-11-07 00:00:00', 0.421559777675534, 0.981384615384614, 0.609962042955251, 1.42542307692308, 0.816156885370977, 1.97730769230769, 1.27884708474229, 3.63888461538461, 5.43125568495763, 14.2603461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1140, '2021-11-07 00:00:00', 0.388028761820563, 0.984, 0.460488443018765, 1.29138461538462, 0.634887028109367, 1.80346153846154, 1.25932525034394, 3.66461538461539, 5.36001613387354, 14.2286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1155, '2021-11-07 00:00:00', 0.250947484546065, 0.824000000000006, 0.386770576002792, 1.30796153846154, 0.422791681746271, 1.62761538461539, 5.24844070924513, 6.59903846153847, 5.23359536441838, 14.1719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1170, '2021-11-07 00:00:00', 0.338123821198003, 0.954038461538462, 0.395999815462273, 1.17557692307692, 0.521412867564218, 1.58953846153846, 5.4239034472062, 7.09773076923077, 5.2098327632985, 14.2086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1185, '2021-11-07 00:00:00', 0.268213061117174, 0.718615384615381, 0.309178614047953, 1.01484615384615, 0.565684436358698, 1.5441923076923, 5.46257682741255, 7.35134615384616, 5.27214598388404, 14.1636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1200, '2021-11-07 00:00:00', 0.290721386580656, 0.776730769230769, 0.406855642514826, 1.11407692307693, 0.68386205199136, 1.56211538461539, 5.40768527987288, 7.51638461538462, 5.30186188384652, 14.1346538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1215, '2021-11-07 00:00:00', 0.29906632143287, 0.762769230769241, 0.437430696049277, 1.12842307692308, 1.00805631481885, 1.85057692307693, 5.3120001679796, 7.56823076923078, 5.275454035582, 14.0968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1230, '2021-11-07 00:00:00', 0.302667334518637, 0.789653846153849, 0.380654828501538, 1.07853846153847, 0.890600931091773, 1.78246153846154, 5.22432192744077, 7.8028076923077, 5.24886047882336, 14.0193846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1245, '2021-11-07 00:00:00', 0.326927329022125, 0.763961538461541, 0.787132380616738, 1.42123076923077, 0.877242768784443, 1.84634615384616, 5.18138793226442, 7.96776923076923, 5.1857187121496, 14.0781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1260, '2021-11-07 00:00:00', 0.68453170966615, 1.10969230769231, 0.720022128933439, 1.31611538461538, 0.859817422479915, 1.87000000000001, 5.18596672806675, 7.94323076923077, 5.19211821069649, 14.0890769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1275, '2021-11-07 00:00:00', 0.421202522090486, 0.78726923076923, 0.518999018822249, 1.13669230769231, 0.654878197717836, 1.61942307692308, 5.23964433731321, 8.0383076923077, 5.22183134748131, 14.0316923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1290, '2021-11-07 00:00:00', 0.405816610722703, 0.889807692307696, 0.565593582000365, 1.2865, 0.576913998390108, 1.68819230769231, 5.28117446159906, 8.19257692307693, 5.20723680039468, 14.0308461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1305, '2021-11-07 00:00:00', 0.355306734223569, 0.871653846153858, 0.455667706186801, 1.18953846153846, 0.62516706074949, 1.72657692307693, 5.41968939743002, 8.27973076923077, 5.20741585581415, 14.0471538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1320, '2021-11-07 00:00:00', 0.351898882256444, 0.823639999999991, 0.505330281433175, 1.16212, 0.74794799952937, 1.95172, 5.51586093823983, 8.38816, 4.99493957821314, 14.34084 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1335, '2021-11-07 00:00:00', 0.285312986034631, 0.7476, 0.468380020211509, 1.16148, 5.31877252223982, 5.53268, 5.59810538843277, 8.33376000000001, 4.97952571369336, 14.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1350, '2021-11-07 00:00:00', 0.353190751105776, 0.91296, 0.469582254065604, 1.56508, 5.47289298878268, 6.24040000000001, 5.65293742904224, 8.31608000000001, 4.9415857502088, 14.29268 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1365, '2021-11-07 00:00:00', 0.456840241951896, 1.30156000000001, 5.3554805315054, 5.35816, 5.48322602519113, 6.52832000000001, 5.67573882062944, 8.29108000000001, 4.91144843435553, 14.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 990, '2021-11-07 00:00:00', 1.76370503726148, 3.58746153846154, 2.50955444160604, 4.60415384615385, 2.69552523553103, 5.31715384615386, 3.83024397134178, 7.09700000000001, 4.01170013911233, 13.0356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1005, '2021-11-07 00:00:00', 1.6561760093197, 2.47242307692308, 1.83040445803653, 3.36300000000001, 1.76337544324688, 3.88407692307693, 3.06342250758854, 5.7615, 3.92734420520456, 12.2611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1020, '2021-11-07 00:00:00', 0.980512669670625, 1.97915384615385, 0.995501157129492, 2.38407692307693, 1.35606954042244, 3.05403846153847, 2.5663688109557, 4.72807692307693, 4.05413294230051, 11.9569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1035, '2021-11-07 00:00:00', 0.587985411906954, 1.46373076923077, 0.769868896930865, 1.81396153846155, 1.28806085857177, 2.67184615384615, 2.39194167024328, 4.40092307692308, 4.00114442551705, 11.8710769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1050, '2021-11-07 00:00:00', 0.53088347265522, 1.2713076923077, 0.811603704923865, 1.90957692307693, 1.12370239763985, 2.56396153846154, 2.25111785427734, 4.19107692307692, 4.03961557881631, 11.8867692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1065, '2021-11-07 00:00:00', 0.649695606833273, 1.36069230769231, 0.899985354581688, 1.92596153846154, 1.34518026244126, 2.61446153846154, 2.04442242661872, 4.03053846153846, 3.98315057441487, 11.8285384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1080, '2021-11-07 00:00:00', 0.714731417010284, 1.33396153846154, 0.852181963234114, 1.75246153846154, 1.26297968556658, 2.49661538461538, 1.89646515553381, 3.87461538461539, 3.80080292832975, 11.8675 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1095, '2021-11-07 00:00:00', 0.453064227065171, 1.11307692307692, 0.74910923204728, 1.6551923076923, 1.11890416995312, 2.36269230769231, 1.81409829434308, 3.74930769230769, 3.44376786674132, 11.963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1110, '2021-11-07 00:00:00', 0.611177966024503, 1.18988461538461, 0.817401040822966, 1.61630769230769, 1.0768978960243, 2.24396153846153, 1.74862049231783, 3.56088461538462, 3.38186155041183, 11.9078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1125, '2021-11-07 00:00:00', 0.357774482041421, 0.953499999999995, 0.580309706436677, 1.49734615384615, 0.831984627261837, 2.0035, 1.66379146483612, 3.49096153846155, 3.3993094124452, 12.6548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1140, '2021-11-07 00:00:00', 0.476943868653481, 1.08542307692308, 0.697687666509876, 1.471, 0.977712595807183, 1.912, 1.6962634410782, 3.59969230769231, 3.28623032574501, 12.8469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1155, '2021-11-07 00:00:00', 0.425934570634432, 0.904461538461541, 0.578622518107916, 1.24153846153847, 1.04339572329229, 1.77434615384616, 2.61889417414767, 5.24784615384616, 3.45340947448483, 13.0470384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1170, '2021-11-07 00:00:00', 0.352900578720888, 0.817461538461552, 0.632410061711434, 1.21638461538462, 0.927507856902249, 1.60423076923077, 2.87934369979314, 5.69630769230769, 3.34397523638237, 13.1053076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1185, '2021-11-07 00:00:00', 0.405598181227913, 0.861730769230773, 0.641218354744737, 1.23153846153847, 0.716906522175988, 1.62719230769231, 3.0328231468386, 5.885, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1200, '2021-11-07 00:00:00', 0.393797589553904, 0.841692307692313, 0.440564562630899, 1.08642307692308, 0.720190817663039, 1.57957692307692, 3.00429341801669, 6.12230769230769, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1215, '2021-11-07 00:00:00', 0.362151589594956, 0.81957692307692, 0.58607582733347, 1.15865384615384, 0.912588234722466, 1.70738461538461, 3.04401555742511, 6.17607692307692, 3.31046530961342, 13.0926153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1230, '2021-11-07 00:00:00', 0.359911239057628, 0.832500000000001, 0.576763560408757, 1.17673076923077, 0.761800922914811, 1.59561538461538, 2.94604659736504, 6.17707692307692, 3.25444041485571, 13.0485769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1245, '2021-11-07 00:00:00', 0.507831808922845, 0.86488461538461, 0.628310183073495, 1.27761538461537, 0.860788437332983, 1.60557692307691, 2.99303063722786, 6.26534615384615, 3.27145907908901, 13.0338846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1260, '2021-11-07 00:00:00', 0.328229891293384, 0.842307692307689, 0.457352859903097, 1.09503846153847, 0.910412599615394, 1.74669230769231, 2.94103370629077, 6.28330769230769, 3.30737924879876, 13.0058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1275, '2021-11-07 00:00:00', 0.389910405882401, 0.775730769230775, 0.536474011127642, 1.14473076923077, 1.43129522676275, 1.83488461538461, 2.91035259613782, 6.30807692307692, 3.36100404252155, 12.9915769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1290, '2021-11-07 00:00:00', 0.301422823391896, 0.788038461538454, 0.650606103213349, 1.27430769230769, 1.35200237596513, 1.75176923076923, 2.9103277848697, 6.26984615384615, 3.40938293627365, 12.9643846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1305, '2021-11-07 00:00:00', 0.439984929811854, 0.915538461538463, 1.2632790647298, 1.34565384615385, 1.25598464223829, 1.81169230769232, 2.88898892081907, 6.23876923076923, 3.4790852564343, 12.9803076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1320, '2021-11-07 00:00:00', 0.350887246847193, 0.784879999999996, 0.394748337551919, 1.07440000000001, 0.865764205774292, 1.91508000000001, 2.85311203366897, 6.14988, 3.33169026821723, 13.20728 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1335, '2021-11-07 00:00:00', 0.308734092707628, 0.793359999999998, 0.460045986831746, 1.26332, 2.6258268075662, 4.34744, 2.83458540942645, 6.24512000000001, 3.332428256292, 13.2026 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1350, '2021-11-07 00:00:00', 0.466642825581474, 1.00988000000001, 0.814635859346568, 1.72500000000001, 2.8191351410199, 4.86788, 2.83784499106863, 6.21712, 3.28251394868832, 13.16564 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1365, '2021-11-07 00:00:00', 0.46104968278918, 1.37432, 2.4420171702918, 4.01688000000001, 2.64906596306446, 4.95132, 2.67957381374973, 6.05364, 3.24556632346344, 13.14448 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 930, '2021-11-07 00:00:00', 0, 4.26299999999998, 0, 6.63, 0, 9.19299999999998, 0, 13.372, 0, 18.372 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 945, '2021-11-07 00:00:00', 0, 4.02199999999999, 0, 5.35500000000002, 0, 7.59300000000002, 0, 11.445, 0, 15.764 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 960, '2021-11-07 00:00:00', 0, 2.084, 0, 3.31399999999996, 0, 5.27999999999997, 0, 8.35199999999998, 0, 12.493 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 975, '2021-11-07 00:00:00', 0, 1.87299999999999, 0, 2.88100000000003, 0, 3.88299999999998, 0, 6.911, 0, 11.263 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 930, '2021-11-07 00:00:00', 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 945, '2021-11-07 00:00:00', 0, 2.43899999999996, 0, 2.43899999999996, 0, 2.48399999999998, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 960, '2021-11-07 00:00:00', 0, 1.56200000000001, 0, 1.57499999999999, 0, 1.82499999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 975, '2021-11-07 00:00:00', 0, 1.27499999999998, 0, 1.46499999999997, 0, 2.28399999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 930, '2021-11-07 00:00:00', 0, 6.512, 0, 7.13200000000001, 0, 7.13200000000001, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 945, '2021-11-07 00:00:00', 0, 2.39300000000003, 0, 3.85400000000004, 0, 5.84300000000002, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 960, '2021-11-07 00:00:00', 0, 2.88300000000004, 0, 3.30099999999999, 0, 5.63200000000001, 0, 6.35300000000001, 0, 6.35300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 975, '2021-11-07 00:00:00', 0, 1.202, 0, 2.77300000000002, 0, 3.53300000000002, 0, 4.25400000000002, 0, 4.25400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 930, '2021-11-07 00:00:00', 0, 2.26400000000001, 0, 2.26400000000001, 0, 2.99299999999999, 0, 6.06, 0, 6.06 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 945, '2021-11-07 00:00:00', 0, 1.94499999999999, 0, 1.94499999999999, 0, 2.78500000000003, 0, 5.74099999999999, 0, 5.74099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 960, '2021-11-07 00:00:00', 0, 1.06399999999996, 0, 2.47299999999996, 0, 3.63399999999996, 0, 5.53999999999996, 0, 5.53999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 975, '2021-11-07 00:00:00', 0, 1.65299999999996, 0, 1.76400000000001, 0, 3.47199999999998, 0, 4.71999999999997, 0, 4.71999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 930, '2021-11-07 00:00:00', 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 945, '2021-11-07 00:00:00', 0, 2.04900000000004, 0, 2.08800000000002, 0, 2.959, 0, 6.25900000000001, 0, 6.25900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 960, '2021-11-07 00:00:00', 0, 2.08699999999999, 0, 2.21899999999999, 0, 4.02100000000002, 0, 6.65000000000003, 0, 6.65000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 975, '2021-11-07 00:00:00', 0, 1.51299999999998, 0, 2.25299999999999, 0, 3.315, 0, 5.94400000000002, 0, 5.94400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:47:36 Duration: 3s190ms 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 970085, 5, 990, '2021-11-07 00:00:00', 0.386480794553112, 0.866407407407407, 0.536633613676627, 1.07940740740741, 0.69134983990712, 1.24070370370371, 0.653992572511558, 1.61585185185185, 1.4348157251864, 3.64337037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1005, '2021-11-07 00:00:00', 0.175431190396981, 0.528444444444443, 0.248202587046394, 0.689296296296298, 0.396760536188926, 0.876000000000003, 0.455030627315209, 1.25311111111111, 1.41001734850211, 3.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1020, '2021-11-07 00:00:00', 0.117742330579351, 0.430888888888892, 0.24794343854587, 0.568222222222223, 0.254453483958416, 0.743962962962965, 0.369615569904286, 1.08914814814815, 1.43873182226927, 3.53677777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1035, '2021-11-07 00:00:00', 0.191405425829672, 0.405037037037038, 0.210036776049929, 0.529703703703709, 0.213057052669724, 0.664666666666669, 0.342723822098232, 1.03218518518519, 1.45375263691755, 3.51996296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1050, '2021-11-07 00:00:00', 0.102733966176081, 0.341037037037038, 0.154548566021366, 0.474481481481481, 0.195409658085097, 0.60162962962963, 0.346159062955312, 0.975407407407408, 1.45952010904885, 3.51322222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1065, '2021-11-07 00:00:00', 0.108391358556334, 0.309925925925923, 0.142930331882636, 0.423814814814815, 0.176972674826732, 0.557592592592592, 0.338847207749203, 0.94425925925926, 1.45783898238986, 3.51196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1080, '2021-11-07 00:00:00', 0.105216382657299, 0.301555555555559, 0.15465901285218, 0.407888888888888, 0.176694200402391, 0.519074074074074, 0.326130577907308, 0.899333333333334, 1.47362933078791, 3.50759259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1095, '2021-11-07 00:00:00', 0.129853347041545, 0.269740740740743, 0.162272887533592, 0.387518518518519, 0.194585628841306, 0.488518518518518, 0.352958162375466, 0.840185185185187, 1.51101648962175, 3.4937037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1110, '2021-11-07 00:00:00', 0.0816567410678597, 0.257851851851851, 0.0848886148024368, 0.327666666666669, 0.14898167156244, 0.462333333333333, 0.329934043309378, 0.817370370370373, 1.50559304081761, 3.50959259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1125, '2021-11-07 00:00:00', 0.06655843778985, 0.22188888888889, 0.0883990079999966, 0.319000000000001, 0.33003624509578, 0.511333333333333, 0.314445276493116, 0.789703703703704, 1.5249948886001, 3.74244444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1140, '2021-11-07 00:00:00', 0.0716258082694785, 0.215222222222222, 0.095331779319112, 0.300925925925925, 0.296470236515579, 0.483703703703704, 0.318090420587476, 0.765148148148149, 1.54768402198538, 3.77670370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1155, '2021-11-07 00:00:00', 0.0898725751944367, 0.215814814814811, 0.298591479776085, 0.364111111111111, 0.289597470908666, 0.474185185185186, 0.508514548055456, 1.21474074074074, 1.5441234044982, 3.79437037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1170, '2021-11-07 00:00:00', 0.264922339854241, 0.268999999999999, 0.2585175687131, 0.348888888888893, 0.248508989673851, 0.459222222222223, 0.515760432140564, 1.31714814814815, 1.54991256163629, 3.81711111111112 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1185, '2021-11-07 00:00:00', 0.0721740733650015, 0.212407407407412, 0.0998349207242171, 0.284629629629634, 0.159546794036041, 0.388111111111112, 0.553245413157202, 1.38944444444444, 1.54602191560559, 3.84192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1200, '2021-11-07 00:00:00', 0.110154204268146, 0.213444444444444, 0.131402884095887, 0.29211111111111, 0.197539617000992, 0.404148148148148, 0.55156339571003, 1.40911111111111, 1.54152118509691, 3.84988888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1215, '2021-11-07 00:00:00', 0.0752353761428853, 0.187851851851851, 0.102785783933954, 0.258925925925926, 0.160567378974944, 0.377962962962967, 0.621189686634142, 1.44662962962963, 1.56425502871872, 3.83177777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1230, '2021-11-07 00:00:00', 0.0528412663568856, 0.180259259259261, 0.0968513267187365, 0.261777777777781, 0.134535806352373, 0.367037037037041, 0.625915693876145, 1.48007407407407, 1.5549385601772, 3.83918518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1245, '2021-11-07 00:00:00', 0.0642213719519039, 0.182333333333333, 0.0880506523480543, 0.248925925925927, 0.113058654066192, 0.361518518518519, 0.647607846676462, 1.54566666666667, 1.54089015047812, 3.85507407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1260, '2021-11-07 00:00:00', 0.0595162119693443, 0.18011111111111, 0.0698995820227268, 0.248481481481482, 0.112508625816829, 0.34796296296296, 0.676207580782482, 1.575, 1.54358678209104, 3.856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1275, '2021-11-07 00:00:00', 0.0507758887976448, 0.175037037037037, 0.103483899128884, 0.263925925925925, 0.129797222960739, 0.345629629629629, 0.716340862138433, 1.63833333333333, 1.54218945074667, 3.87292592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1290, '2021-11-07 00:00:00', 0.0902112904412555, 0.195666666666667, 0.0865785712682369, 0.261814814814811, 0.117145950801448, 0.346592592592591, 0.714308423733423, 1.6597037037037, 1.54539178594937, 3.87181481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1305, '2021-11-07 00:00:00', 0.0489849386702082, 0.172703703703703, 0.0982515667578403, 0.245703703703704, 0.157273193996489, 0.355629629629629, 0.764252039243061, 1.68177777777778, 1.56041674249427, 3.87111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1320, '2021-11-07 00:00:00', 0.0881962845894539, 0.185230769230769, 0.103800644728991, 0.253423076923077, 0.222149914731888, 0.467769230769231, 0.711215462322179, 1.74192307692308, 1.39816466291185, 4.01023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1335, '2021-11-07 00:00:00', 0.0596569681274047, 0.172076923076925, 0.114184041724821, 0.283346153846153, 0.432489724199848, 1.09719230769231, 0.702720766296695, 1.74665384615385, 1.39784714471934, 4.006 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1350, '2021-11-07 00:00:00', 0.0906377744312269, 0.239615384615386, 0.162827558620015, 0.408576923076926, 0.418937052367241, 1.22742307692308, 0.692849176616715, 1.7383076923077, 1.39811817042107, 3.99553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1365, '2021-11-07 00:00:00', 0.139556886664129, 0.301730769230769, 0.368209605858065, 1.07092307692308, 0.477424296052825, 1.30696153846154, 0.69124285501941, 1.75073076923077, 1.40042466965725, 3.98315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 990, '2021-11-07 00:00:00', 0.35818481770779, 0.918000000000001, 0.430839941667399, 1.07165217391305, 0.518017313184502, 1.22413043478261, 0.766824587905604, 1.71669565217391, 1.42795522704138, 4.06630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1005, '2021-11-07 00:00:00', 0.255578812980002, 0.588565217391305, 0.379653659518469, 0.78791304347826, 0.563634861339317, 0.975565217391305, 0.756878862598377, 1.45239130434783, 1.45886713452786, 3.93895652173914 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1020, '2021-11-07 00:00:00', 0.188357304897629, 0.514739130434783, 0.266203308734181, 0.613739130434783, 0.410642473578564, 0.824826086956522, 0.63491207881571, 1.2944347826087, 1.48267221103503, 3.88739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1035, '2021-11-07 00:00:00', 0.202465846434232, 0.36065217391304, 0.307434983004051, 0.554782608695652, 0.395547861417473, 0.767260869565216, 0.579134450246613, 1.18343478260869, 1.5149963918088, 3.84739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1050, '2021-11-07 00:00:00', 0.17238473837238, 0.417956521739129, 0.218922487049567, 0.529347826086953, 0.342293052218183, 0.702521739130434, 0.504077523995693, 1.09417391304348, 1.5457886113017, 3.81339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1065, '2021-11-07 00:00:00', 0.0878189837850779, 0.284913043478257, 0.180090688616825, 0.421260869565213, 0.232603829508408, 0.598217391304345, 0.406078138472703, 0.920999999999996, 1.55479762545692, 3.73226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1080, '2021-11-07 00:00:00', 0.127701464485028, 0.306869565217393, 0.180099675959268, 0.383565217391309, 0.211525244010625, 0.57226086956522, 0.395111886890353, 0.870304347826084, 1.54929420498395, 3.70652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1095, '2021-11-07 00:00:00', 0.078781581282726, 0.274086956521744, 0.177771981679778, 0.410826086956525, 0.221026682702343, 0.571391304347832, 0.473582027487204, 0.874869565217391, 1.53901077771179, 3.69491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1110, '2021-11-07 00:00:00', 0.14191464617304, 0.293304347826084, 0.184086420674312, 0.406913043478261, 0.195380706707079, 0.525434782608697, 0.480332427706809, 0.84182608695652, 1.53407395429073, 3.69447826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1125, '2021-11-07 00:00:00', 0.142614685837752, 0.275304347826088, 0.155391256793126, 0.377521739130438, 0.186393024772372, 0.459782608695654, 0.468797127802179, 0.811260869565217, 1.67918087267633, 3.92930434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1140, '2021-11-07 00:00:00', 0.0937454504824943, 0.237869565217393, 0.112225686645629, 0.312826086956523, 0.121779039195389, 0.401956521739132, 0.389288948437396, 0.821391304347826, 1.7900438906448, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1155, '2021-11-07 00:00:00', 0.0868664869858579, 0.226173913043477, 0.104946589088281, 0.301173913043478, 0.15089625522821, 0.414043478260871, 1.24297688536409, 1.65508695652174, 1.77749888899973, 4.04386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1170, '2021-11-07 00:00:00', 0.0729841880108611, 0.196347826086961, 0.0991988261756409, 0.272956521739136, 0.142973808375598, 0.388347826086962, 1.28027024537235, 1.85808695652174, 1.84818190547663, 4.09708695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1185, '2021-11-07 00:00:00', 0.0700258845422814, 0.195521739130434, 0.118356782920289, 0.289347826086957, 0.124170926437438, 0.364347826086955, 1.26924665029636, 1.92382608695652, 1.84096429127214, 4.11860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1200, '2021-11-07 00:00:00', 0.0704657571086964, 0.202826086956516, 0.0819991564595579, 0.267043478260868, 0.119240100557774, 0.382260869565215, 1.25331504450817, 1.94834782608696, 1.81251313747454, 4.14534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1215, '2021-11-07 00:00:00', 0.0681314412047252, 0.196565217391307, 0.077954506850726, 0.266782608695656, 0.160017538564435, 0.399391304347828, 1.23549417710489, 1.95495652173913, 1.80887244266532, 4.13417391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1230, '2021-11-07 00:00:00', 0.0537695639549476, 0.187565217391305, 0.108485951076754, 0.286260869565219, 0.183016803047232, 0.403826086956521, 1.23894680346582, 1.961, 1.79540113104116, 4.13730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1245, '2021-11-07 00:00:00', 0.0706025450503652, 0.191086956521736, 0.118148931270975, 0.274521739130431, 0.170041764225817, 0.367739130434781, 1.21714179381248, 1.98565217391304, 1.78210959835622, 4.1144347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1260, '2021-11-07 00:00:00', 0.0986311850883705, 0.201739130434777, 0.125874977185395, 0.28165217391304, 0.185377651074197, 0.341347826086954, 1.17498912786157, 2.02321739130435, 1.75724961839344, 4.11069565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1275, '2021-11-07 00:00:00', 0.0749767289325358, 0.177652173913045, 0.0909979368223762, 0.222478260869565, 0.20581958982884, 0.363391304347824, 1.171403806324, 2.05217391304348, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1290, '2021-11-07 00:00:00', 0.0518899336807346, 0.159260869565217, 0.0694030446644512, 0.222652173913041, 0.197253844199255, 0.362521739130432, 1.16265554019165, 2.07221739130435, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1305, '2021-11-07 00:00:00', 0.0512278487750436, 0.179739130434783, 0.166851795732409, 0.290391304347827, 0.193986623963303, 0.407086956521737, 1.16646873099765, 2.09186956521739, 1.74480834423233, 4.11739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1320, '2021-11-07 00:00:00', 0.118822760803005, 0.199909090909091, 0.153393257159475, 0.275590909090907, 0.286065703257293, 0.491590909090909, 1.17336320646495, 2.1595, 1.75904066792913, 4.1795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1335, '2021-11-07 00:00:00', 0.0859042555729456, 0.197272727272725, 0.142467167934912, 0.303318181818179, 1.24448853260776, 1.57577272727273, 1.19063725979644, 2.19168181818182, 1.75590915265595, 4.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1350, '2021-11-07 00:00:00', 0.109895591929527, 0.23922727272727, 0.251241247613057, 0.413454545454543, 1.25610090379694, 1.77063636363636, 1.18884703959331, 2.18204545454546, 1.76661945130079, 4.159 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1365, '2021-11-07 00:00:00', 0.205574777581029, 0.332681818181818, 1.23611832833472, 1.49204545454545, 1.23387273772478, 1.80213636363636, 1.1903169364043, 2.14713636363636, 1.7863305468224, 4.11381818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 990, '2021-11-07 00:00:00', 0.471829943289544, 1.02384615384615, 0.574201568735631, 1.26280769230769, 0.648633774826867, 1.40557692307693, 0.667009681627347, 1.70065384615385, 1.36026589482181, 3.67823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1005, '2021-11-07 00:00:00', 0.30020636235763, 0.641500000000003, 0.454709768804406, 0.845423076923079, 0.493843151680306, 0.968461538461539, 0.589793773606182, 1.32884615384616, 1.2885749343901, 3.5088076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1020, '2021-11-07 00:00:00', 0.322354176930618, 0.557153846153846, 0.333414705965175, 0.684384615384614, 0.450192868070496, 0.83453846153846, 0.519378451020658, 1.16084615384615, 1.29396835533771, 3.44023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1035, '2021-11-07 00:00:00', 0.237374967898079, 0.406653846153846, 0.368885706710607, 0.568769230769229, 0.435429556256277, 0.75646153846154, 0.476047575191973, 1.04557692307692, 1.31240142311132, 3.41684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1050, '2021-11-07 00:00:00', 0.253711735273295, 0.404730769230764, 0.29598521012947, 0.521269230769225, 0.339404764029844, 0.691923076923073, 0.423695175259836, 0.971192307692306, 1.30443658335697, 3.40900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1065, '2021-11-07 00:00:00', 0.188491113848903, 0.361499999999997, 0.211000853078845, 0.485000000000003, 0.302588476571477, 0.645884615384616, 0.410625796334553, 0.927230769230771, 1.41234439905374, 3.3263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1080, '2021-11-07 00:00:00', 0.146908700061794, 0.340615384615384, 0.242625523421146, 0.481769230769232, 0.265093609010975, 0.584692307692309, 0.385461802956481, 0.897807692307694, 1.40557078961374, 3.30473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1095, '2021-11-07 00:00:00', 0.170972156977499, 0.367038461538464, 0.203578633456462, 0.454500000000002, 0.295951991948797, 0.557692307692307, 0.374460886321407, 0.901653846153848, 1.37819407419777, 3.30488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1110, '2021-11-07 00:00:00', 0.117669445743313, 0.30453846153846, 0.153721546460326, 0.386076923076922, 0.239158952613916, 0.502730769230767, 0.325722602602513, 0.858423076923078, 1.36939144316568, 3.30273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1125, '2021-11-07 00:00:00', 0.149081872189026, 0.26773076923077, 0.217104019733895, 0.354653846153841, 0.261537713121104, 0.531846153846153, 0.301028904822213, 0.85519230769231, 1.3260996951732, 3.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1140, '2021-11-07 00:00:00', 0.0946479793762124, 0.227999999999996, 0.128885590290835, 0.323153846153845, 0.215572311622948, 0.496692307692309, 0.266195905302839, 0.863500000000003, 1.31233458972345, 3.39834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1155, '2021-11-07 00:00:00', 0.103940367519077, 0.238000000000002, 0.170883568098732, 0.367076923076926, 0.215534858861887, 0.486653846153851, 0.892833671304672, 1.55473076923078, 1.310836816107, 3.39103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1170, '2021-11-07 00:00:00', 0.118427933295382, 0.249153846153849, 0.143380419218887, 0.333769230769235, 0.172567743665629, 0.437884615384616, 0.9923229034016, 1.66976923076924, 1.29984386813896, 3.37819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1185, '2021-11-07 00:00:00', 0.0772437998507618, 0.21626923076923, 0.10842327311904, 0.296384615384617, 0.133701228347156, 0.398538461538461, 0.99137414500511, 1.73115384615385, 1.33056915583578, 3.39503846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1200, '2021-11-07 00:00:00', 0.0734245504949462, 0.212730769230768, 0.0932733616848915, 0.281999999999996, 0.141850045416335, 0.368346153846154, 0.966594995132596, 1.80573076923077, 1.34744104138177, 3.409 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1215, '2021-11-07 00:00:00', 0.0890455717380333, 0.206923076923073, 0.124320980344612, 0.293884615384614, 0.140143492398107, 0.36703846153846, 0.954277970308118, 1.82173076923077, 1.35464484417361, 3.42357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1230, '2021-11-07 00:00:00', 0.0697202873024667, 0.194038461538459, 0.104679408011024, 0.246461538461535, 0.14369810233745, 0.351230769230767, 0.950545997754003, 1.84457692307693, 1.35803902572224, 3.43534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1245, '2021-11-07 00:00:00', 0.0918592652669537, 0.192269230769229, 0.129492839124855, 0.264346153846155, 0.155776037458121, 0.369576923076927, 0.941024781002891, 1.85896153846154, 1.42871597651124, 3.4723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1260, '2021-11-07 00:00:00', 0.0643899179876909, 0.183307692307693, 0.11686592580981, 0.270730769230771, 0.165763186040065, 0.394076923076925, 0.94070472437505, 1.85646153846154, 1.42637728367519, 3.48034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1275, '2021-11-07 00:00:00', 0.096778064901884, 0.201076923076927, 0.118817902044067, 0.277423076923079, 0.225994257925691, 0.43173076923077, 0.937848385319372, 1.85992307692308, 1.42905018267918, 3.49376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1290, '2021-11-07 00:00:00', 0.084626382502061, 0.203230769230771, 0.122069998834211, 0.293269230769232, 0.210386837845103, 0.433692307692307, 0.936455356034741, 1.85807692307693, 1.43202694269884, 3.49926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1305, '2021-11-07 00:00:00', 0.10243698250444, 0.202153846153847, 0.184936912320016, 0.315307692307694, 0.197536613938157, 0.456923076923078, 0.941974117723804, 1.86003846153847, 1.41999029086605, 3.50811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1320, '2021-11-07 00:00:00', 0.0898411932244891, 0.20976, 0.11807659943161, 0.298199999999998, 0.167394972047149, 0.512079999999999, 0.946988943969253, 1.88968, 1.35058052333062, 3.6072 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1335, '2021-11-07 00:00:00', 0.0974207883359583, 0.224680000000001, 0.125398538003169, 0.319280000000001, 0.944832159698217, 1.39732, 0.955462345324678, 1.88528, 1.35130321418498, 3.61728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1350, '2021-11-07 00:00:00', 0.0993347539048273, 0.242319999999999, 0.150220116273865, 0.429799999999999, 1.05057459357566, 1.53668, 0.963590723976386, 1.8802, 1.34635774096882, 3.62 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1365, '2021-11-07 00:00:00', 0.132166965111055, 0.356240000000002, 0.957882033446706, 1.36264, 1.05055205011461, 1.60412, 0.971213479793877, 1.87404, 1.34522950582172, 3.62244 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 990, '2021-11-07 00:00:00', 0.625675124596193, 1.08480769230769, 0.774673144970483, 1.24319230769231, 0.726245209702194, 1.45376923076923, 0.680922003892232, 1.63084615384616, 1.34997705735491, 3.41015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1005, '2021-11-07 00:00:00', 0.269351109149377, 0.597499999999999, 0.291483138448861, 0.760499999999998, 0.374703755806351, 1.00676923076923, 0.461196183852381, 1.326, 1.31191581108873, 3.38015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1020, '2021-11-07 00:00:00', 0.201509095041919, 0.505346153846152, 0.271681770855874, 0.713769230769228, 0.326980008798466, 0.878615384615384, 0.378686419898291, 1.20126923076923, 1.28625880156965, 3.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1035, '2021-11-07 00:00:00', 0.16927825068167, 0.467615384615384, 0.192907426981481, 0.595653846153849, 0.253763160325649, 0.77530769230769, 0.418478798286585, 1.15576923076923, 1.2641722819543, 3.26296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1050, '2021-11-07 00:00:00', 0.154499131189991, 0.378307692307695, 0.184211220739004, 0.521423076923079, 0.256192935109456, 0.673500000000001, 0.470533479557635, 1.08334615384616, 1.25857589606422, 3.27038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1065, '2021-11-07 00:00:00', 0.100998248271173, 0.336384615384616, 0.18740841865993, 0.471346153846151, 0.240958202567616, 0.607846153846153, 0.444867171187087, 1.02, 1.2631758608304, 3.27215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1080, '2021-11-07 00:00:00', 0.160955913696411, 0.350384615384613, 0.190513346998614, 0.445846153846152, 0.215903553966546, 0.608230769230765, 0.418013155847445, 1.00603846153846, 1.25680803564488, 3.26896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1095, '2021-11-07 00:00:00', 0.0862031589640695, 0.285230769230768, 0.188821401166452, 0.429807692307689, 0.232008875824911, 0.578961538461536, 0.453121442373303, 0.984807692307692, 1.22505982083137, 3.26773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1110, '2021-11-07 00:00:00', 0.153063365460696, 0.307076923076922, 0.160009292999361, 0.397423076923075, 0.228672789407456, 0.521269230769231, 0.462690009202041, 0.960269230769232, 1.21266793476203, 3.268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1125, '2021-11-07 00:00:00', 0.100577838207342, 0.26630769230769, 0.156884945593408, 0.381615384615382, 0.220287368261064, 0.47473076923077, 0.453984737120604, 0.932692307692307, 1.73222108244345, 3.66896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1140, '2021-11-07 00:00:00', 0.0980391836892865, 0.25680769230769, 0.14632150060214, 0.327307692307695, 0.161715785823818, 0.435653846153846, 0.440157064624051, 0.952807692307693, 1.71357840654714, 3.72165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1155, '2021-11-07 00:00:00', 0.107785063900345, 0.226499999999997, 0.129250549768213, 0.302769230769229, 0.13419120686543, 0.401999999999999, 0.645976685695032, 1.50003846153846, 1.71014988996692, 3.73661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1170, '2021-11-07 00:00:00', 0.0817514431770976, 0.202461538461537, 0.104222077979962, 0.27580769230769, 0.12128379941278, 0.374, 0.679535340112301, 1.55603846153846, 1.69814786028326, 3.75565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1185, '2021-11-07 00:00:00', 0.0667113645029575, 0.189384615384615, 0.0931034164456184, 0.262384615384617, 0.172980247871964, 0.395384615384617, 0.684924958270277, 1.57003846153846, 1.70094284487706, 3.75380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1200, '2021-11-07 00:00:00', 0.0880999170522636, 0.205653846153848, 0.108058217926909, 0.27846153846154, 0.197426040679698, 0.418807692307692, 0.705080906432295, 1.62873076923077, 1.6981930233679, 3.77023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1215, '2021-11-07 00:00:00', 0.0683603573830517, 0.186461538461541, 0.154369187838268, 0.281384615384615, 0.269663245834218, 0.468115384615383, 0.71047893272507, 1.65807692307692, 1.6998592869366, 3.76865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1230, '2021-11-07 00:00:00', 0.106672092810703, 0.209846153846158, 0.130347865935145, 0.285615384615387, 0.266828867657504, 0.477730769230771, 0.663527794328282, 1.69257692307692, 1.68357270890029, 3.78488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1245, '2021-11-07 00:00:00', 0.0671447231445193, 0.192576923076923, 0.21858514623333, 0.344115384615383, 0.261531230669271, 0.44223076923077, 0.623446678985835, 1.68580769230769, 1.69418506708638, 3.78319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1260, '2021-11-07 00:00:00', 0.20815569986098, 0.281653846153846, 0.242578700948469, 0.359115384615384, 0.265217382537421, 0.448500000000001, 0.607650537220711, 1.70315384615385, 1.69305374534165, 3.78123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1275, '2021-11-07 00:00:00', 0.0855466764179328, 0.204076923076924, 0.158762987354881, 0.312384615384618, 0.285506394916928, 0.440307692307695, 0.585455809276318, 1.70776923076923, 1.68917453167562, 3.78396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1290, '2021-11-07 00:00:00', 0.143776300604044, 0.239769230769231, 0.185791119271079, 0.323500000000003, 0.298656986164084, 0.461346153846156, 0.598926877519607, 1.73673076923077, 1.69715248578317, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1305, '2021-11-07 00:00:00', 0.0937921433481849, 0.205384615384617, 0.214899003111833, 0.324692307692308, 0.227901817591559, 0.471961538461539, 0.618644733392153, 1.76011538461538, 1.70717244994352, 3.81457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1320, '2021-11-07 00:00:00', 0.108648239746442, 0.223760000000001, 0.145770653196497, 0.315000000000006, 0.206977510855649, 0.523240000000001, 0.629074717342863, 1.7474, 1.70217268317094, 3.89048 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1335, '2021-11-07 00:00:00', 0.103456464273627, 0.20836, 0.105141967516941, 0.326000000000001, 0.489755891575931, 1.2166, 0.638840546093733, 1.76008, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1350, '2021-11-07 00:00:00', 0.0870736661300835, 0.27064, 0.1866816987995, 0.44516, 0.554945567901337, 1.3148, 0.646781841118011, 1.7618, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1365, '2021-11-07 00:00:00', 0.152693134532411, 0.338119999999997, 0.472011571185846, 1.17056, 0.550503003322113, 1.34984, 0.647179024691004, 1.73724, 1.70731863360846, 3.8868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 990, '2021-11-07 00:00:00', 0.286282026088852, 0.840038461538461, 0.371105941747098, 0.990499999999998, 0.374771257415262, 1.17484615384615, 0.508790918218416, 1.54796153846154, 1.7466318061211, 3.63811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1005, '2021-11-07 00:00:00', 0.154019019804502, 0.524538461538459, 0.168980071651617, 0.705230769230768, 0.282521647911204, 0.967192307692306, 0.422098683321257, 1.28946153846154, 1.69810605675853, 3.4665 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1020, '2021-11-07 00:00:00', 0.154822816843591, 0.46876923076923, 0.183278841785278, 0.658576923076923, 0.298555767242645, 0.882115384615383, 0.362185912736283, 1.16565384615385, 1.65441433560222, 3.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1035, '2021-11-07 00:00:00', 0.121722938865912, 0.385076923076924, 0.155495718466903, 0.551038461538461, 0.216915513506986, 0.743500000000001, 0.293074054700277, 1.04080769230769, 1.56154067510264, 3.353 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1050, '2021-11-07 00:00:00', 0.137669973263822, 0.40230769230769, 0.192633733765962, 0.54434615384615, 0.206366872714218, 0.680615384615385, 0.299567547282103, 0.993653846153844, 1.55634334208797, 3.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1065, '2021-11-07 00:00:00', 0.133357316432781, 0.354423076923077, 0.145920805707965, 0.466192307692307, 0.186022744680488, 0.604692307692308, 0.283036396137422, 0.91780769230769, 1.49322128248345, 3.28596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1080, '2021-11-07 00:00:00', 0.0705766686224728, 0.282884615384616, 0.0846363169912671, 0.373115384615385, 0.203860589619473, 0.529499999999999, 0.275683611856333, 0.855576923076923, 1.4606910166609, 3.26638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1095, '2021-11-07 00:00:00', 0.0645627184634049, 0.253230769230768, 0.152842120654465, 0.375923076923077, 0.254152443654165, 0.528230769230767, 0.274272466999234, 0.842884615384615, 1.45499509118918, 3.25465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1110, '2021-11-07 00:00:00', 0.13847172441166, 0.271538461538462, 0.177867405238151, 0.368423076923076, 0.230903149860244, 0.481230769230771, 0.287161514455914, 0.821846153846155, 1.42521103862389, 3.24923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1125, '2021-11-07 00:00:00', 0.0934170549409751, 0.246884615384616, 0.142158156777798, 0.347307692307696, 0.152237971610238, 0.457, 0.281307474811131, 0.810153846153851, 1.52706529808499, 3.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1140, '2021-11-07 00:00:00', 0.124818982777215, 0.240461538461543, 0.11885225476001, 0.304461538461544, 0.11950237847649, 0.425461538461541, 0.248891032690707, 0.847115384615387, 1.53883804166051, 3.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1155, '2021-11-07 00:00:00', 0.0632765480921753, 0.220192307692309, 0.0861324918590326, 0.313384615384612, 0.0954743622453385, 0.400076923076924, 0.56592852497874, 1.28684615384615, 1.54120488379909, 3.60542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1170, '2021-11-07 00:00:00', 0.0724658115676218, 0.209423076923071, 0.0912120521726085, 0.28303846153846, 0.10790224208122, 0.369576923076922, 0.721022645542159, 1.45515384615385, 1.52432034186236, 3.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1185, '2021-11-07 00:00:00', 0.086103631657531, 0.211653846153847, 0.0894400013760869, 0.270076923076923, 0.124594999282289, 0.355076923076921, 0.757281377438653, 1.51926923076923, 1.50728179642897, 3.63542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1200, '2021-11-07 00:00:00', 0.0583578483285541, 0.194961538461537, 0.0822304454192389, 0.262615384615384, 0.11874832468454, 0.369269230769231, 0.907414020508492, 1.58926923076923, 1.49276613037676, 3.656 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1215, '2021-11-07 00:00:00', 0.0895968406036382, 0.191076923076924, 0.102608779051607, 0.255807692307691, 0.158307101740692, 0.392538461538462, 0.900461317667442, 1.64123076923077, 1.47083525459307, 3.66911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1230, '2021-11-07 00:00:00', 0.0685495890129645, 0.183384615384614, 0.112433152789357, 0.276423076923076, 0.188590561799894, 0.406999999999998, 0.881428809464408, 1.69088461538462, 1.46335238565952, 3.67473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1245, '2021-11-07 00:00:00', 0.0882941935541884, 0.208230769230767, 0.140162768017978, 0.31480769230769, 0.207991789778789, 0.413769230769229, 0.853002963291815, 1.69884615384616, 1.4460107245054, 3.66484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1260, '2021-11-07 00:00:00', 0.116139889125801, 0.222076923076925, 0.140148141402092, 0.291692307692307, 0.193556801442406, 0.399653846153848, 0.848713249572554, 1.7155, 1.44676055538413, 3.67276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1275, '2021-11-07 00:00:00', 0.0759531434504159, 0.186999999999999, 0.119968438157063, 0.268115384615386, 0.178948712033532, 0.39019230769231, 0.834173566148881, 1.72753846153847, 1.45199353463278, 3.67476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1290, '2021-11-07 00:00:00', 0.0762907495148555, 0.191961538461539, 0.138197317128585, 0.279461538461538, 0.210456587885991, 0.414846153846156, 0.830627578308207, 1.74342307692308, 1.45031577092185, 3.67365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1305, '2021-11-07 00:00:00', 0.101378627697589, 0.216115384615385, 0.150512437513162, 0.318076923076926, 0.230004655471284, 0.472307692307697, 0.822432766482841, 1.75515384615385, 1.44861156496621, 3.67288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1320, '2021-11-07 00:00:00', 0.0786736508199133, 0.21272, 0.126307825041315, 0.291400000000002, 0.26814475568245, 0.542880000000002, 0.837132631865069, 1.75372, 1.43671212959777, 3.73692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1335, '2021-11-07 00:00:00', 0.101621848044601, 0.214000000000003, 0.151662915704534, 0.326840000000003, 0.534757505791176, 1.17056, 0.847925533286977, 1.78228, 1.43838537140319, 3.73732 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1350, '2021-11-07 00:00:00', 0.120118732927052, 0.261479999999998, 0.234331197240146, 0.454119999999999, 0.679725378369823, 1.34656, 0.83102153401702, 1.78004, 1.42681153041786, 3.72932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1365, '2021-11-07 00:00:00', 0.183076031564307, 0.332199999999997, 0.508665466359439, 1.12184, 0.674330129338245, 1.39396, 0.780233227951746, 1.75716, 1.4006722493146, 3.7126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 930, '2021-11-07 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 945, '2021-11-07 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 960, '2021-11-07 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 975, '2021-11-07 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 930, '2021-11-07 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 945, '2021-11-07 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 960, '2021-11-07 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 975, '2021-11-07 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 930, '2021-11-07 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 1.11100000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 945, '2021-11-07 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 960, '2021-11-07 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 975, '2021-11-07 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 0.830000000000013 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 930, '2021-11-07 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 2.06799999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 945, '2021-11-07 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 960, '2021-11-07 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 975, '2021-11-07 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 1.47199999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 930, '2021-11-07 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 2.15099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 945, '2021-11-07 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 1.98099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 960, '2021-11-07 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 1.37099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 975, '2021-11-07 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 1.28999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:08 Duration: 3s182ms Database: acaweb_fx User: pgperfstats
10 68 13s815ms 50ms 2s90ms 203ms 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 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 #10
Day Hour Count Duration Avg duration Nov 07 14 68 13s815ms 203ms [ User: postgres - Total duration: 13s815ms - Times executed: 68 ]
-
SELECT /*server.CPResultList*/ 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 = 4870 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: 2021-11-07 14:10:34 Duration: 2s90ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 637 AND sg.groupid = 4580 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 > 522310181 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:06:14 Duration: 720ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 689 AND sg.groupid = 5123 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 > 522310154 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:01:42 Duration: 656ms Database: acaweb_fx User: postgres Bind query: yes
11 63 17s627ms 50ms 2s882ms 279ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fibonacci_results 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 outer join relevance_fibonacci_results rar on rar.resultuid = fr.resultuid where fr.gmttimefound > now() - interval ? 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;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Nov 07 14 63 17s627ms 279ms [ User: postgres - Total duration: 17s627ms - Times executed: 63 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' 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 OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' 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 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: 2021-11-07 14:01:16 Duration: 2s882ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' 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 OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' 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 ('36' = 0 OR 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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: 2021-11-07 14:01:05 Duration: 1s82ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' 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 OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' 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 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: 2021-11-07 14:06:58 Duration: 953ms Database: acaweb_fx User: postgres Bind query: yes
12 63 9s769ms 51ms 734ms 155ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Nov 07 14 63 9s769ms 155ms [ User: postgres - Total duration: 9s769ms - Times executed: 63 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-11-07 14:33:13 Duration: 734ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-11-07 14:01:14 Duration: 298ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-11-07 14:16:17 Duration: 292ms Database: acaweb_fx User: postgres
13 63 6s829ms 50ms 480ms 108ms 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 #13
Day Hour Count Duration Avg duration Nov 07 14 63 6s829ms 108ms [ User: pgperfstats - Total duration: 6s829ms - Times executed: 63 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 954096order by pricedatetime asc;
Date: 2021-11-07 14:16:11 Duration: 480ms 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 = 960552order by pricedatetime asc;
Date: 2021-11-07 14:19:10 Duration: 238ms 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 = 954116order by pricedatetime asc;
Date: 2021-11-07 14:16:20 Duration: 225ms Database: acaweb_fx User: pgperfstats
14 62 1m47s 55ms 11s157ms 1s737ms 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 #14
Day Hour Count Duration Avg duration Nov 07 14 62 1m47s 1s737ms [ User: postgres - Total duration: 1m47s - Times executed: 62 ]
-
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 = '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 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') 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: 2021-11-07 14:16:12 Duration: 11s157ms 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 = '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 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 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: 2021-11-07 14:05:49 Duration: 10s74ms 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 = '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 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 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: 2021-11-07 14:10:47 Duration: 8s394ms Database: acaweb_fx User: postgres Bind query: yes
15 53 9s875ms 53ms 945ms 186ms 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 patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Nov 07 14 53 9s875ms 186ms [ User: postgres - Total duration: 9s875ms - Times executed: 53 ]
-
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 = 495 AND sg.groupid = 3164 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 PatternEndPrice > - 1 AND a.resultuid > 61991777 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:05 Duration: 945ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 637 AND sg.groupid = 4580 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 & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 61991793 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:10:47 Duration: 600ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 637 AND sg.groupid = 4580 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 PatternEndPrice > - 1 AND a.resultuid > 61991793 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:06:41 Duration: 567ms Database: acaweb_fx User: postgres Bind query: yes
16 50 28s145ms 51ms 14s239ms 562ms 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 #16
Day Hour Count Duration Avg duration Nov 07 14 50 28s145ms 562ms [ User: postgres - Total duration: 28s145ms - Times executed: 50 ]
-
SELECT /*server.CPResultList*/ 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 = 4858 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: 2021-11-07 14:05:26 Duration: 14s239ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 > 522304556 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:17:48 Duration: 3s51ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 4870 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: 2021-11-07 14:10:34 Duration: 2s86ms Database: acaweb_fx User: postgres Bind query: yes
17 44 14s844ms 51ms 1s985ms 337ms 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, 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;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Nov 07 14 44 14s844ms 337ms [ User: postgres - Total duration: 14s844ms - Times executed: 44 ]
-
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, 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 = '572' 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) 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: 2021-11-07 14:12:08 Duration: 1s985ms 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, 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 = '660' 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('223' = 0 OR 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', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', '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', 'FCA.MI', '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', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', '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', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', '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', 'UCG.MI', 'UMI.br.', '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 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: 2021-11-07 14:01:16 Duration: 1s658ms 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, 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 = '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 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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: 2021-11-07 14:06:40 Duration: 1s133ms Database: acaweb_fx User: postgres Bind query: yes
18 29 11s716ms 51ms 7s609ms 404ms 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 Nov 07 14 29 11s716ms 404ms [ User: postgres - Total duration: 11s716ms - Times executed: 29 ]
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%audusd%' 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 > 521984927 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:00:43 Duration: 7s609ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 637 AND (((s.symbol ilike '%gbpusd%' 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 > 522227652 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:06:18 Duration: 882ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%audusd%' 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 > 521984927 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:32:45 Duration: 453ms Database: acaweb_fx User: postgres Bind query: yes
19 27 3s469ms 50ms 384ms 128ms with rar_max as ( 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;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Nov 07 14 27 3s469ms 128ms [ User: postgres - Total duration: 3s469ms - Times executed: 27 ]
-
WITH rar_max as ( 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 = '627' 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-11-07 14:16:13 Duration: 384ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( 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 = '627' 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-11-07 14:11:08 Duration: 294ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( 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 = '627' 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 ('400' = 0 OR bmr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, interval DESC;
Date: 2021-11-07 14:00:58 Duration: 235ms Database: acaweb_fx User: postgres Bind query: yes
20 24 9m6s 956ms 1m38s 22s786ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #20
Day Hour Count Duration Avg duration Nov 07 14 24 9m6s 22s786ms [ User: postgres - Total duration: 9m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:02:09 Duration: 1m38s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:11:56 Duration: 1m26s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:06:48 Duration: 1m17s 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 12m25s 12m25s 12m25s 1 12m25s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Nov 07 14 1 12m25s 12m25s [ User: postgres - Total duration: 12m25s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2021-11-07 14:12:40 Duration: 12m25s Database: acaweb_fx User: postgres
2 7s975ms 1m31s 38s142ms 4 2m32s select updateageforrelevantresults ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Nov 07 14 4 2m32s 38s142ms [ User: postgres - Total duration: 2m32s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:03:34 Duration: 1m31s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:17:33 Duration: 30s483ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-11-07 14:32:25 Duration: 22s453ms Database: acaweb_fx User: postgres
3 24s526ms 24s526ms 24s526ms 1 24s526ms select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Nov 07 14 1 24s526ms 24s526ms [ User: pgperfstats - Total duration: 24s526ms - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2021-11-07 14:14:48 Duration: 24s526ms Database: acaweb_fx User: pgperfstats
4 956ms 1m38s 22s786ms 24 9m6s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #4
Day Hour Count Duration Avg duration Nov 07 14 24 9m6s 22s786ms [ User: postgres - Total duration: 9m6s - Times executed: 24 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:02:09 Duration: 1m38s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:11:56 Duration: 1m26s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:06:48 Duration: 1m17s Database: acaweb_fx User: postgres Bind query: yes
5 1s574ms 28s247ms 11s347ms 4 45s389ms select updateresultsmaterializedview ();Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Nov 07 14 4 45s389ms 11s347ms [ User: postgres - Total duration: 45s389ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:04:02 Duration: 28s247ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:17:41 Duration: 7s932ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-11-07 14:32:32 Duration: 7s634ms Database: acaweb_fx User: postgres
6 10s965ms 11s64ms 11s15ms 2 22s30ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?e-05, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #6
Day Hour Count Duration Avg duration Nov 07 14 2 22s30ms 11s15ms [ User: pgperfstats - Total duration: 22s30ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 974630, 5, 900, '2021-11-07 00:00:00', 0.000259993836218851, 0.000573888888888878, 0.000287483555828494, 0.000777777777777762, 0.000433801604317941, 0.00120129629629629, 0.000763867940660723, 0.00232166666666666, 0.00173798189119766, 0.00419814814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 915, '2021-11-07 00:00:00', 0.000241968423453794, 0.000574444444444429, 0.000459772410563815, 0.000936851851851842, 0.00052226761486661, 0.00121166666666666, 0.000773644987673032, 0.00231648148148148, 0.00178359962865201, 0.0042075925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 930, '2021-11-07 00:00:00', 0.000488000966207987, 0.000782592592592588, 0.000477285176389472, 0.000966296296296286, 0.000566699848198951, 0.00126888888888888, 0.000703778315507759, 0.00230907407407407, 0.00180377313072417, 0.00422574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 945, '2021-11-07 00:00:00', 0.000233349511038691, 0.000619074074074071, 0.000389597918964597, 0.000868333333333339, 0.000490873182687232, 0.00118740740740741, 0.000659862067949029, 0.00219611111111112, 0.00178556300824424, 0.00417722222222223 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 960, '2021-11-07 00:00:00', 0.000272603518067318, 0.000598703703703699, 0.000317127981570783, 0.000830185185185188, 0.000358040826747791, 0.00119518518518517, 0.000603918354512758, 0.00212092592592593, 0.0017584696953646, 0.00415185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 975, '2021-11-07 00:00:00', 0.000234383777138591, 0.000591296296296297, 0.000289162633287972, 0.00084351851851851, 0.000370390473101166, 0.00128555555555555, 0.000595281661409342, 0.00207944444444444, 0.00178629979330653, 0.00418851851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 990, '2021-11-07 00:00:00', 0.00016945635379193, 0.000619074074074067, 0.000277728243446683, 0.000906851851851835, 0.000379802111466812, 0.00129148148148148, 0.000563157877394784, 0.00203388888888889, 0.00188157481625732, 0.00420740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1005, '2021-11-07 00:00:00', 0.000249174849078125, 0.000691481481481468, 0.000258057476095274, 0.000965740740740739, 0.000427706315487275, 0.00127333333333333, 0.000520507025987706, 0.00193555555555555, 0.00188120411369392, 0.00417092592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1020, '2021-11-07 00:00:00', 0.000260913636910623, 0.000670185185185176, 0.000332779668387831, 0.000934999999999982, 0.000453703421710479, 0.00143222222222221, 0.000511861860371101, 0.00186222222222221, 0.00194590414684741, 0.00416055555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1035, '2021-11-07 00:00:00', 0.000187423108640374, 0.000587962962962958, 0.000246139422654342, 0.000813333333333324, 0.00041755682691546, 0.00127962962962962, 0.00046544421694583, 0.00169962962962962, 0.00186469867260133, 0.0041012962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1050, '2021-11-07 00:00:00', 0.000262372204681006, 0.000557592592592594, 0.000454294324566501, 0.00105055555555555, 0.000429934981501958, 0.00119037037037037, 0.000461413503977096, 0.00163203703703703, 0.00183699740689378, 0.00410462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1065, '2021-11-07 00:00:00', 0.000462676238847759, 0.000885925925925924, 0.000452433433110348, 0.00101462962962963, 0.000484975180731884, 0.00117018518518518, 0.000456984339567222, 0.00158907407407406, 0.00180356350332925, 0.00409481481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1080, '2021-11-07 00:00:00', 0.000205229875978877, 0.00056592592592592, 0.000232896722155735, 0.000727962962962958, 0.000412229709425869, 0.00100944444444443, 0.000493419806466163, 0.00152148148148147, 0.00183192801616501, 0.00408055555555555 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1095, '2021-11-07 00:00:00', 0.000186916232742587, 0.000488703703703706, 0.000278379135389033, 0.00069759259259259, 0.000387604227320906, 0.000977037037037044, 0.00043002418271627, 0.00147351851851852, 0.00183425311037885, 0.00405462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1110, '2021-11-07 00:00:00', 0.000214886838304144, 0.000494259259259249, 0.000383161425593279, 0.000698703703703692, 0.00039105626193681, 0.000934999999999994, 0.000461346274088536, 0.00142166666666666, 0.00183738945245695, 0.00402833333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1125, '2021-11-07 00:00:00', 0.000379806612209506, 0.000483703703703698, 0.000362855582552029, 0.000667592592592595, 0.000377488702874292, 0.000808518518518515, 0.00047807171439289, 0.00135277777777777, 0.00183618096638392, 0.0040198148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1140, '2021-11-07 00:00:00', 0.000168958178543877, 0.000432592592592598, 0.000217719990588816, 0.000574074074074073, 0.000234192253065739, 0.000719629629629628, 0.000439057443561131, 0.00126814814814815, 0.00186604528348056, 0.00402833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1155, '2021-11-07 00:00:00', 0.00014557137644821, 0.000378888888888887, 0.00018920342088063, 0.000510370370370383, 0.000204525717773526, 0.000694999999999997, 0.000449198796085389, 0.00128759259259259, 0.00191214172295387, 0.00399574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1170, '2021-11-07 00:00:00', 0.000116707257895909, 0.000340740740740744, 0.000158528894074262, 0.000505555555555557, 0.000213262207694589, 0.000673333333333332, 0.000446606706014979, 0.00128462962962963, 0.0019166212555007, 0.00397296296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1185, '2021-11-07 00:00:00', 0.000125672833057357, 0.000375740740740735, 0.000165855289960807, 0.000513148148148142, 0.000202685495920185, 0.000653888888888896, 0.000427914674509956, 0.00128425925925926, 0.00195058932580612, 0.00397222222222221 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1200, '2021-11-07 00:00:00', 0.000114606660407185, 0.000339074074074075, 0.000155075342409297, 0.000448148148148152, 0.000203219458094315, 0.000600925925925936, 0.000364148990359006, 0.00121388888888888, 0.00195139558504799, 0.00395203703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1215, '2021-11-07 00:00:00', 0.000134192743126031, 0.000293333333333343, 0.000130649266240695, 0.000400000000000009, 0.000182630353867733, 0.000570000000000001, 0.00036754188473839, 0.00122296296296296, 0.00197124830292759, 0.00395888888888888 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1230, '2021-11-07 00:00:00', 0.000105386279022806, 0.00028296296296297, 0.000144537281145831, 0.000419444444444454, 0.000208109623479129, 0.000576666666666662, 0.000389912054515396, 0.00121277777777777, 0.00198177853299662, 0.00396333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1245, '2021-11-07 00:00:00', 0.000108675331309968, 0.000302592592592593, 0.000136505794414873, 0.000431296296296289, 0.000208610755459648, 0.0005487037037037, 0.000382402157755957, 0.00118944444444444, 0.00196140501054336, 0.00394666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1260, '2021-11-07 00:00:00', 0.000110350387299787, 0.000291851851851852, 0.000187448758430248, 0.000397037037037039, 0.000242835956963346, 0.000570925925925924, 0.000386791075623962, 0.00116648148148148, 0.00197509197737431, 0.00393537037037036 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1275, '2021-11-07 00:00:00', 0.000109333971751313, 0.000249074074074069, 0.000141730252195722, 0.000340185185185181, 0.000285081834604815, 0.000547962962962967, 0.00037125777592171, 0.00116851851851851, 0.00195075474837794, 0.00393962962962962 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1290, '2021-11-07 00:00:00', 9.45468273613868e-05, 0.000246111111111112, 0.000157483097270557, 0.000390185185185188, 0.000246278858924754, 0.00054925925925926, 0.000365734635168483, 0.00117314814814814, 0.00193514113828196, 0.00393907407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1305, '2021-11-07 00:00:00', 0.000116699018713365, 0.000299259259259267, 0.000169456143634213, 0.000413333333333356, 0.000194045072157189, 0.000531481481481493, 0.000361115614699067, 0.00118388888888889, 0.00192531528849536, 0.00393703703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1320, '2021-11-07 00:00:00', 9.48394204406281e-05, 0.000276851851851877, 0.000122020326642581, 0.000382962962962959, 0.000142370048708401, 0.000483333333333334, 0.000404481923923206, 0.00119962962962961, 0.00193080528422315, 0.00393074074074073 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1335, '2021-11-07 00:00:00', 8.44050740430689e-05, 0.000248703703703692, 8.03588816345239e-05, 0.000319629629629627, 0.000331709291595894, 0.000833148148148137, 0.000426673177033658, 0.00120833333333333, 0.00196060126904537, 0.00391351851851851 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1350, '2021-11-07 00:00:00', 6.00984472496981e-05, 0.000213148148148159, 8.92003091737836e-05, 0.000320185185185173, 0.000340143676698104, 0.000881481481481479, 0.00043672375173286, 0.00121259259259258, 0.00197249614084312, 0.00390388888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 5, 1365, '2021-11-07 00:00:00', 0.000100070487977744, 0.00026055555555554, 0.000323104928578609, 0.00079277777777777, 0.000356033566233411, 0.000918148148148143, 0.000465211865467845, 0.00122981481481481, 0.00197811633398271, 0.00390333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 0, '2021-11-07 00:00:00', 0.000193559207134843, 0.000548799999999998, 0.000258073794356035, 0.000733000000000001, 0.00028925190866554, 0.000894999999999988, 0.000417219766230372, 0.0012616, 0.00191604438448938, 0.0040614 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 15, '2021-11-07 00:00:00', 0.000278020083207424, 0.000480800000000006, 0.00031828354759027, 0.000637599999999998, 0.000307628428465243, 0.000860400000000001, 0.000450911299481385, 0.00118279999999999, 0.00192871016917178, 0.004027 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 30, '2021-11-07 00:00:00', 0.000311551205817189, 0.000416923076923071, 0.000320181919443395, 0.000562692307692305, 0.000357377897383779, 0.000789807692307695, 0.000515771117991163, 0.00116038461538461, 0.00189236091857601, 0.00400038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 45, '2021-11-07 00:00:00', 0.000210241619242104, 0.000383461538461518, 0.000263552724253698, 0.000630961538461534, 0.000338976343626603, 0.000734807692307694, 0.000539183142854511, 0.00116230769230768, 0.00187756327354202, 0.00397961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 60, '2021-11-07 00:00:00', 0.000263601097231294, 0.000533461538461545, 0.000310203221230095, 0.000599038461538466, 0.000347826271843586, 0.000673653846153853, 0.000527268760836309, 0.00113788461538461, 0.00187643570674255, 0.00397480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 75, '2021-11-07 00:00:00', 0.000110545674514401, 0.000252884615384611, 0.000146244789519273, 0.000323461538461544, 0.000150894384867743, 0.000416346153846153, 0.00036605469326529, 0.00101403846153846, 0.0016933278227752, 0.00388865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 90, '2021-11-07 00:00:00', 8.06979172355336e-05, 0.000203076923076913, 0.00010082677452708, 0.000275961538461532, 0.000123929880919061, 0.000371153846153839, 0.000339035566548157, 0.00099865384615383, 0.00164179296924008, 0.00387307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 105, '2021-11-07 00:00:00', 7.83100347239117e-05, 0.000177307692307701, 9.59849747857254e-05, 0.000263653846153853, 0.00012265665023207, 0.000340576923076917, 0.000326163302656841, 0.000982499999999993, 0.00164216987081587, 0.00387173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 120, '2021-11-07 00:00:00', 7.54280094884228e-05, 0.000205769230769229, 9.45468951611646e-05, 0.000251346153846152, 0.000149177359593828, 0.000371730769230766, 0.000329108410943663, 0.000997115384615384, 0.00164514223140082, 0.0038651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 135, '2021-11-07 00:00:00', 6.15632882612667e-05, 0.000160961538461543, 6.40303413655232e-05, 0.000226730769230764, 0.000148395132617664, 0.000438653846153846, 0.000321735916552702, 0.00102, 0.0016416022309364, 0.00386826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 150, '2021-11-07 00:00:00', 4.98231487748943e-05, 0.000162884615384615, 0.000131034493403585, 0.000280961538461547, 0.000181835513159966, 0.000478076923076925, 0.000320915037881473, 0.00103230769230768, 0.00164265162044599, 0.00387711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 165, '2021-11-07 00:00:00', 0.000130131294645643, 0.000233076923076934, 0.000144360126606507, 0.000389615384615396, 0.000214180728860897, 0.000505769230769235, 0.000327889521731853, 0.00103846153846154, 0.0016382063831661, 0.00388307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 180, '2021-11-07 00:00:00', 0.000103533160796976, 0.000313653846153847, 0.000132561886853459, 0.000399423076923076, 0.000206316784059391, 0.00057615384615385, 0.000314223830071205, 0.00102115384615384, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 195, '2021-11-07 00:00:00', 8.87461808495722e-05, 0.000241730769230769, 0.000105838956038803, 0.000308269230769235, 0.000203647602867898, 0.000542115384615383, 0.000325746302889458, 0.000979423076923067, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 210, '2021-11-07 00:00:00', 6.76896197018768e-05, 0.000206730769230774, 0.000172736460005937, 0.000391730769230773, 0.000213549489850443, 0.000565769230769231, 0.000321200692115351, 0.000973269230769219, 0.00158993556957022, 0.00388134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 225, '2021-11-07 00:00:00', 0.000173875397472309, 0.000319423076923077, 0.000195244718238427, 0.000432499999999994, 0.00022422524732613, 0.000585192307692311, 0.00030651339536546, 0.000962307692307685, 0.00158582821118323, 0.00388865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 240, '2021-11-07 00:00:00', 0.000117866939319805, 0.000276153846153832, 0.000165318922552287, 0.000412115384615386, 0.000213402472770623, 0.00056115384615385, 0.000298019101091498, 0.000919230769230762, 0.00159304000625799, 0.00390730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 255, '2021-11-07 00:00:00', 9.86236046016182e-05, 0.000268846153846152, 0.000125818703513619, 0.000362115384615383, 0.000171216125229083, 0.000530192307692297, 0.000300709929231582, 0.000917307692307681, 0.00156894635148756, 0.00393442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 270, '2021-11-07 00:00:00', 9.013515492774e-05, 0.000252884615384615, 0.00011295080617413, 0.000381730769230776, 0.000159661781949811, 0.000511730769230753, 0.000322029442036697, 0.000909807692307683, 0.00156844430518317, 0.00393846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 285, '2021-11-07 00:00:00', 0.000110938652485883, 0.000264230769230758, 0.000113985154229025, 0.00035384615384614, 0.000148242654507352, 0.000498269230769199, 0.000380376584655069, 0.000907115384615371, 0.00155647827334165, 0.00395115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 300, '2021-11-07 00:00:00', 6.85265249037693e-05, 0.000241730769230769, 0.000131443465472379, 0.000335769230769214, 0.000165485300300011, 0.000485769230769223, 0.000373703708221463, 0.000902692307692299, 0.00155500364827669, 0.0039528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 315, '2021-11-07 00:00:00', 0.000119422971633786, 0.000234615384615367, 0.000150712793597104, 0.000367115384615369, 0.00019017845870089, 0.000510384615384616, 0.000372064717282031, 0.00096807692307692, 0.00155205075254049, 0.00395653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 330, '2021-11-07 00:00:00', 9.35202569582521e-05, 0.00024903846153847, 0.000102208873617478, 0.000334423076923081, 0.000146618421552219, 0.000454807692307696, 0.000451912219182168, 0.00101442307692307, 0.00155519373020261, 0.00395153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 345, '2021-11-07 00:00:00', 9.0784614081068e-05, 0.000220384615384616, 0.000111733370815743, 0.000342115384615388, 0.00014342365967248, 0.000422884615384606, 0.000495046112848216, 0.00112057692307691, 0.00155180009616623, 0.00396153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 360, '2021-11-07 00:00:00', 7.72471059950813e-05, 0.000263653846153848, 0.00010099200272983, 0.000310769230769226, 0.000131683770391856, 0.000408846153846138, 0.000539840610379929, 0.00121173076923077, 0.00155265499659825, 0.00396346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 375, '2021-11-07 00:00:00', 7.5472868278316e-05, 0.00019192307692307, 0.000104020892871811, 0.000272115384615378, 0.000104568159589817, 0.000382499999999991, 0.000546071459116419, 0.00142903846153846, 0.00155133878906624, 0.00397096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 390, '2021-11-07 00:00:00', 8.03063844573797e-05, 0.000188653846153844, 0.000104749518082244, 0.000267307692307693, 0.000105780614771979, 0.00038153846153845, 0.00058574741865544, 0.00156096153846154, 0.00154829986163483, 0.0039776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 405, '2021-11-07 00:00:00', 6.54455146256461e-05, 0.000191346153846148, 4.90290337845506e-05, 0.0002603846153846, 0.000117313682066491, 0.000377499999999996, 0.000773035176829205, 0.00168923076923076, 0.00154530192469353, 0.00398096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 420, '2021-11-07 00:00:00', 6.56845608835412e-05, 0.000177692307692298, 9.53721455868902e-05, 0.000260384615384605, 0.000161164034926658, 0.000410384615384622, 0.000826883514259295, 0.00175211538461538, 0.00154020099837151, 0.00397865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 435, '2021-11-07 00:00:00', 8.33583552177969e-05, 0.000178846153846138, 0.000113313044941189, 0.000255384615384615, 0.000256680960307949, 0.000466346153846143, 0.000889408295095439, 0.00180865384615385, 0.00153761043380754, 0.00397961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 450, '2021-11-07 00:00:00', 8.23353835517648e-05, 0.000181346153846155, 0.000116157883271663, 0.000295576923076934, 0.000300736851493381, 0.000464423076923075, 0.00089192378511929, 0.00185096153846154, 0.00150295621513582, 0.00396423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 465, '2021-11-07 00:00:00', 8.92076229926524e-05, 0.000215000000000004, 0.000181831282744796, 0.000338846153846149, 0.000309506120232767, 0.000494038461538466, 0.000870378962556835, 0.00195846153846153, 0.00148130250637222, 0.00395634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 480, '2021-11-07 00:00:00', 0.000141209609609808, 0.000241923076923061, 0.000229342622426662, 0.000334038461538455, 0.000298991702997831, 0.000515961538461541, 0.00092485460395757, 0.00200403846153846, 0.00146104530546297, 0.00393923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 495, '2021-11-07 00:00:00', 0.000114756766182297, 0.000201346153846149, 0.000185249519878965, 0.000314230769230774, 0.000203331862121627, 0.000590384615384619, 0.000896400773177838, 0.00200788461538461, 0.00139466130434818, 0.00392307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 510, '2021-11-07 00:00:00', 0.000111806150924771, 0.000236153846153856, 0.000164456213485082, 0.000390384615384624, 0.00023275548411287, 0.000703653846153857, 0.000902925586847871, 0.00210115384615384, 0.00136937919679517, 0.00391576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 525, '2021-11-07 00:00:00', 0.000136689569688177, 0.000295961538461539, 0.000171054197439112, 0.000513461538461537, 0.00028035039888296, 0.00082711538461538, 0.000910803195832347, 0.00215230769230769, 0.00136704588860011, 0.00391769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 540, '2021-11-07 00:00:00', 0.000152046045657238, 0.000409999999999992, 0.000223352084938007, 0.000598076923076917, 0.000332647884984439, 0.000903846153846153, 0.000892058833002854, 0.00224480769230768, 0.00135337590718686, 0.00389288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 555, '2021-11-07 00:00:00', 0.000160427433871082, 0.000404807692307688, 0.000226947977773265, 0.000614230769230762, 0.000376656801549971, 0.00112211538461539, 0.000924175328853515, 0.00226596153846154, 0.00136182620601332, 0.00390115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 570, '2021-11-07 00:00:00', 0.000145885228861582, 0.000452499999999997, 0.000311832548752598, 0.000703461538461548, 0.000421910535540408, 0.00122250000000001, 0.000908740400435998, 0.00228134615384615, 0.00133782044328137, 0.00388846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 585, '2021-11-07 00:00:00', 0.000294241985708792, 0.000552115384615393, 0.000371966344631441, 0.000925192307692322, 0.00051239246526616, 0.00133096153846155, 0.000860252199156626, 0.00229538461538461, 0.00132707116787888, 0.00386326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974630, 1, 600, '2021-11-07 00:00:00', 0.000304078684149119, 0.000685384615384622, 0.000276872714437527, 0.000947500000000011, 0.000461046635385188, 0.001285, 0.000771967217319085, 0.00231076923076924, 0.00129122273595464, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 615, '2021-11-07 00:00:00', 0.000191629450121447, 0.000589615384615387, 0.000391072293139695, 0.000871538461538462, 0.000456847769629435, 0.00117826923076923, 0.000739332053014991, 0.00225826923076923, 0.00129955496820436, 0.00384634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 630, '2021-11-07 00:00:00', 0.000297397234998265, 0.00063365384615386, 0.000306115362869309, 0.00083615384615385, 0.000392101831357424, 0.00114461538461538, 0.000711156804087527, 0.002215, 0.00130876577207454, 0.00380461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 645, '2021-11-07 00:00:00', 0.000199711426428621, 0.000560576923076919, 0.000255519982659803, 0.000807692307692313, 0.000396240408765256, 0.00112230769230769, 0.000728782968643337, 0.00222615384615384, 0.00135123185962349, 0.00377653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 660, '2021-11-07 00:00:00', 0.000228385722980967, 0.000594038461538467, 0.000298975687202939, 0.000807307692307691, 0.000411713912995226, 0.00114788461538462, 0.000727421790667881, 0.00222730769230769, 0.00135550751210926, 0.00374884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 675, '2021-11-07 00:00:00', 0.000257994409599548, 0.000528653846153846, 0.000320881058721375, 0.000820576923076919, 0.000409646047967485, 0.00110826923076922, 0.000676763138885283, 0.00225788461538461, 0.00135740931132123, 0.00380903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 690, '2021-11-07 00:00:00', 0.000212666315006533, 0.000580192307692304, 0.000276027102905602, 0.000799807692307697, 0.000476984437740001, 0.00114692307692307, 0.000655280444953506, 0.00226230769230769, 0.00135008375808546, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 705, '2021-11-07 00:00:00', 0.000210495751829963, 0.000592307692307704, 0.000375600698369135, 0.000763269230769227, 0.000512570595513058, 0.00118384615384615, 0.00064961373138197, 0.00227, 0.00134140908978352, 0.00382211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 720, '2021-11-07 00:00:00', 0.000290748966530344, 0.000554807692307672, 0.000420831457218455, 0.000853653846153832, 0.000499171929684154, 0.00124615384615384, 0.000731364373041128, 0.00223961538461538, 0.00127003930890104, 0.00382461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 735, '2021-11-07 00:00:00', 0.000227952761638138, 0.000567692307692303, 0.000264790555839005, 0.000800961538461542, 0.00042019684032056, 0.00111576923076923, 0.000789494775156885, 0.002145, 0.00122625552613827, 0.00377115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 750, '2021-11-07 00:00:00', 0.000166499364748153, 0.000545961538461545, 0.000362876541836732, 0.000800769230769237, 0.000397465866942838, 0.00100865384615384, 0.00090638175434825, 0.00215173076923076, 0.00120272434337793, 0.00374961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 765, '2021-11-07 00:00:00', 0.000254180810871686, 0.000518269230769231, 0.000339237153262798, 0.000725384615384611, 0.000389362990616137, 0.000998461538461525, 0.000901743951377641, 0.00214692307692307, 0.00116997264925297, 0.00373 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 780, '2021-11-07 00:00:00', 0.000286022121253148, 0.000544423076923087, 0.000329403248314285, 0.000742500000000009, 0.000406509958246839, 0.00110711538461539, 0.000856936493473199, 0.00220807692307691, 0.0011471549422543, 0.00375730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 795, '2021-11-07 00:00:00', 0.000197283084385399, 0.000488846153846167, 0.000257720853757599, 0.00071596153846154, 0.000363338632047923, 0.0010748076923077, 0.000858600672830275, 0.00223134615384615, 0.00109966967068088, 0.00378076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 810, '2021-11-07 00:00:00', 0.000199173387935089, 0.000530961538461532, 0.000324985976028778, 0.000788269230769224, 0.000402206988425683, 0.00104730769230767, 0.000980493439353556, 0.00227076923076921, 0.00108735594978759, 0.00380480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 825, '2021-11-07 00:00:00', 0.000222951529744446, 0.000529230769230765, 0.000260987768649436, 0.000733846153846153, 0.000370699339087619, 0.00106, 0.000987778393085281, 0.00225307692307692, 0.00109058876124498, 0.00382961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 840, '2021-11-07 00:00:00', 0.000229259426448256, 0.00053173076923076, 0.000299245975488646, 0.000726923076923052, 0.00038575126501612, 0.00111403846153846, 0.00102241155344381, 0.00233423076923078, 0.001203922898758, 0.00399711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 855, '2021-11-07 00:00:00', 0.000298871274065514, 0.000499038461538451, 0.000347498754840049, 0.000770769230769237, 0.000345141442577697, 0.00111115384615385, 0.000989895118764526, 0.0022621153846154, 0.00127116247524129, 0.00402403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 870, '2021-11-07 00:00:00', 0.000242919423171238, 0.000529615384615387, 0.00028244264223704, 0.000794615384615389, 0.000336298459476307, 0.00105557692307693, 0.000972329083260311, 0.00226538461538463, 0.00127771442577995, 0.00402192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 885, '2021-11-07 00:00:00', 0.000216749057313183, 0.000556923076923075, 0.000247820732354285, 0.000751346153846153, 0.000359396074632887, 0.00105653846153847, 0.000962160569519687, 0.00226019230769232, 0.00127966727947302, 0.00401788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 900, '2021-11-07 00:00:00', 0.000184010869244167, 0.000519999999999995, 0.000292857539533359, 0.000713461538461537, 0.000474284886799217, 0.00105307692307692, 0.000975561613399406, 0.00224269230769232, 0.00132115555480799, 0.00406000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 915, '2021-11-07 00:00:00', 0.000208376139192119, 0.00048115384615383, 0.000298941465842398, 0.000709999999999984, 0.000475256894094785, 0.00106634615384614, 0.000961185746076973, 0.00218403846153846, 0.00129924125787086, 0.00405538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 930, '2021-11-07 00:00:00', 0.000250611022533697, 0.000536730769230767, 0.000351285989122609, 0.000769615384615375, 0.000557612906814552, 0.00113192307692306, 0.000959095427192505, 0.00212096153846153, 0.00140357994209315, 0.00411442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 945, '2021-11-07 00:00:00', 0.000208382137873225, 0.000486346153846146, 0.000268258486137191, 0.000718846153846145, 0.000444426553592893, 0.00110519230769229, 0.00078833505176806, 0.00202692307692308, 0.00156981783607576, 0.00410096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 960, '2021-11-07 00:00:00', 0.000194546019867164, 0.000521923076923076, 0.000329706454522572, 0.000792884615384609, 0.000427696918209791, 0.00122057692307692, 0.000789813999525312, 0.00201307692307693, 0.00158054178880341, 0.00411211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 975, '2021-11-07 00:00:00', 0.000236876874865725, 0.000559423076923078, 0.000289042450967918, 0.000808461538461531, 0.000439022734648752, 0.00123480769230769, 0.000744971450149914, 0.0019273076923077, 0.00159506734846961, 0.00409038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 990, '2021-11-07 00:00:00', 0.000201837710892839, 0.00058730769230768, 0.000252648204791988, 0.000926346153846146, 0.00049337803418412, 0.00125673076923075, 0.000690409688852599, 0.00183846153846155, 0.00160401713255766, 0.00400980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1005, '2021-11-07 00:00:00', 0.000216317786174382, 0.000689230769230767, 0.000303185650157688, 0.000916538461538462, 0.000519843763511255, 0.00121346153846152, 0.000705237548631667, 0.001795, 0.00160633926869571, 0.00398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1020, '2021-11-07 00:00:00', 0.000271470922086434, 0.000597692307692308, 0.000401671699085389, 0.000858076923076912, 0.00054350217606245, 0.00126115384615384, 0.000691793321737071, 0.001675, 0.00158081640300196, 0.0039825 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1035, '2021-11-07 00:00:00', 0.000197475704445268, 0.000515576923076906, 0.000277924450165868, 0.000704999999999986, 0.000441158265687753, 0.00111115384615384, 0.000639460229111556, 0.00151423076923077, 0.00172451742413752, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1050, '2021-11-07 00:00:00', 0.000233934573364826, 0.000510769230769229, 0.000378155899881771, 0.000938269230769224, 0.000452459815470277, 0.00115673076923077, 0.000655552849480167, 0.00148653846153846, 0.00181886740963881, 0.00403442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1065, '2021-11-07 00:00:00', 0.000272587388951491, 0.000753269230769221, 0.000337589475319009, 0.00089057692307692, 0.000400148674293029, 0.00108980769230769, 0.000669544966031755, 0.00138730769230769, 0.00184050157252353, 0.00399403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1080, '2021-11-07 00:00:00', 0.00023075394821191, 0.000505769230769243, 0.000299967434129874, 0.000662307692307706, 0.000361912229053496, 0.000862692307692319, 0.000683835900243289, 0.00124846153846156, 0.00183155151757697, 0.0040148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1095, '2021-11-07 00:00:00', 0.00014956925331919, 0.000434807692307693, 0.000197834818433489, 0.000576153846153842, 0.000296418428265509, 0.000753269230769225, 0.000659348075461965, 0.00117173076923078, 0.00182506821790311, 0.004005 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1110, '2021-11-07 00:00:00', 0.000152375674416369, 0.000407884615384614, 0.000196724719810745, 0.000558846153846156, 0.000288808493908767, 0.000702884615384626, 0.000603435198228898, 0.00112403846153848, 0.00180445337983558, 0.00403 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1125, '2021-11-07 00:00:00', 0.000156937518189202, 0.000400769230769247, 0.000246755874374802, 0.000532307692307704, 0.000284296432510975, 0.000692307692307706, 0.000523488630395975, 0.0010821153846154, 0.00179201154700951, 0.00401576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1140, '2021-11-07 00:00:00', 0.000167333959034496, 0.000379423076923073, 0.000190344727756301, 0.000493653846153843, 0.000300459391854969, 0.000695384615384615, 0.000483327926583385, 0.00104173076923077, 0.00177105800626024, 0.00401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1155, '2021-11-07 00:00:00', 0.000111325579339992, 0.000334230769230764, 0.000197306477729052, 0.000489615384615377, 0.000295625542770689, 0.000682692307692314, 0.000478506008321744, 0.000989999999999999, 0.00176232739471242, 0.00402538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1170, '2021-11-07 00:00:00', 0.000155942297020411, 0.000369999999999994, 0.000256845059550286, 0.000510769230769229, 0.000280203772005577, 0.000673076923076926, 0.000481056529542412, 0.000935769230769225, 0.00176187078239188, 0.00402557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1185, '2021-11-07 00:00:00', 0.000168921465594113, 0.000342307692307689, 0.000202196401094052, 0.000470769230769236, 0.000273525417184868, 0.000636923076923073, 0.000396227789962373, 0.000897307692307687, 0.00175884071303975, 0.00400942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1200, '2021-11-07 00:00:00', 0.000125533323801354, 0.000318846153846155, 0.000180373650642631, 0.000455576923076923, 0.00022277109673041, 0.000575192307692297, 0.000283726100315071, 0.000867499999999991, 0.00177532302586146, 0.00397038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1215, '2021-11-07 00:00:00', 0.000126121583585648, 0.000280576923076938, 0.000186103465846293, 0.000377500000000009, 0.000205830867835343, 0.000512115384615383, 0.000276638058452941, 0.000848846153846147, 0.00177134860617989, 0.00397673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1230, '2021-11-07 00:00:00', 0.000128180161671577, 0.000251923076923079, 0.000167291201662981, 0.000362884615384614, 0.000222305749259551, 0.000490384615384617, 0.000263249808240134, 0.000837692307692287, 0.00176995949540791, 0.00398115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1245, '2021-11-07 00:00:00', 0.000140613490982035, 0.000256923076923082, 0.000174670679147507, 0.000364615384615386, 0.000255641049430338, 0.000482115384615392, 0.000251887642839795, 0.00082423076923075, 0.00176619495395742, 0.00399115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1260, '2021-11-07 00:00:00', 0.000156334577109485, 0.000277500000000007, 0.000189254813982063, 0.000349230769230781, 0.000236127165869459, 0.000485961538461541, 0.000262467873491957, 0.000830769230769212, 0.00175485340172292, 0.0040176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1275, '2021-11-07 00:00:00', 9.57633300622585e-05, 0.000216153846153853, 0.000136836230020238, 0.000308076923076917, 0.000156381314051968, 0.000433653846153852, 0.000272856400666391, 0.000801153846153825, 0.00175370996856555, 0.00402057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1290, '2021-11-07 00:00:00', 0.000106266899108587, 0.000229423076923073, 0.000136973888584095, 0.000334615384615382, 0.000161607906318403, 0.00042365384615385, 0.000260582778815841, 0.000799230769230757, 0.00174761495715205, 0.00403596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1305, '2021-11-07 00:00:00', 9.76518541318328e-05, 0.000271730769230765, 0.000127129249796623, 0.000344615384615396, 0.000146635078183389, 0.000415384615384625, 0.00026142810454531, 0.000795576923076904, 0.00174647993227698, 0.00404192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1320, '2021-11-07 00:00:00', 9.60496666394166e-05, 0.000246538461538484, 0.000119794214577145, 0.000305576923076935, 0.000204534462020074, 0.000432884615384625, 0.000260190536693042, 0.000783653846153826, 0.00174027898956992, 0.00405519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1335, '2021-11-07 00:00:00', 9.67798850683662e-05, 0.000217884615384608, 0.000143384501898277, 0.000281346153846144, 0.000219322470699756, 0.000422884615384602, 0.000259654504175185, 0.000777307692307665, 0.0017399797081045, 0.00405576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1350, '2021-11-07 00:00:00', 8.79836086132704e-05, 0.000193653846153842, 0.000182336544292721, 0.000336153846153854, 0.000218295582956815, 0.000409807692307678, 0.000257190815124913, 0.000778653846153819, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1365, '2021-11-07 00:00:00', 0.000175817759670007, 0.000278269230769248, 0.000183449846426334, 0.000329615384615383, 0.00019516432918086, 0.000406346153846147, 0.000260226898036206, 0.000784038461538435, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1380, '2021-11-07 00:00:00', 9.04154939070879e-05, 0.000219807692307689, 0.000123808940897478, 0.000285576923076911, 0.000179439833499019, 0.000479423076923071, 0.000241826702095027, 0.000743076923076898, 0.00173784999795283, 0.00407384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1395, '2021-11-07 00:00:00', 8.1538334542706e-05, 0.000197499999999996, 8.65210067866808e-05, 0.000253269230769225, 0.000234149196355324, 0.000564615384615377, 0.000249067568836564, 0.000749423076923055, 0.00173700632167488, 0.00407519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1410, '2021-11-07 00:00:00', 6.56860247400764e-05, 0.000185576923076922, 0.00018400501665402, 0.000394615384615382, 0.000235936187591859, 0.00058173076923075, 0.000249092275148118, 0.000794807692307673, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 1, 1425, '2021-11-07 00:00:00', 0.00018694343035754, 0.000350384615384622, 0.000244613745761317, 0.00051673076923076, 0.000242285670549961, 0.000572884615384594, 0.000251715345945808, 0.000816153846153821, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 0, '2021-11-07 00:00:00', 0.00021130874240169, 0.00042423076923076, 0.000223166719327465, 0.000494230769230753, 0.000230584291278952, 0.00057865384615382, 0.000266909448776455, 0.000834423076923048, 0.00174101986026759, 0.00407307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 15, '2021-11-07 00:00:00', 0.000191965057584273, 0.000276200000000002, 0.000199717091573717, 0.000348399999999991, 0.00018752377627029, 0.000478799999999984, 0.000400262934415195, 0.000794999999999986, 0.00179791935303006, 0.0040584 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 30, '2021-11-07 00:00:00', 0.000137511514669389, 0.000238599999999991, 0.000161853328665202, 0.000400599999999978, 0.000169117069905258, 0.000446199999999988, 0.000395678952350677, 0.000775799999999989, 0.0018049636884621, 0.0040478 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 45, '2021-11-07 00:00:00', 0.000185932335362459, 0.000339999999999994, 0.000164059694420466, 0.00039979999999999, 0.000176556884128987, 0.000436599999999996, 0.000414920474308042, 0.000805599999999993, 0.00180690246001272, 0.0040456 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 60, '2021-11-07 00:00:00', 6.76452852413519e-05, 0.000251730769230766, 9.6377463053428e-05, 0.000288846153846159, 9.64008059334211e-05, 0.000326346153846165, 0.000400069801601971, 0.000785384615384611, 0.00178424812865683, 0.00401923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 75, '2021-11-07 00:00:00', 8.66922053101617e-05, 0.000141538461538462, 7.85437163916658e-05, 0.000186346153846149, 8.10953854325851e-05, 0.000257692307692301, 0.000372253428976301, 0.000771153846153847, 0.00178718321560882, 0.00401461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 90, '2021-11-07 00:00:00', 5.48284036440372e-05, 0.000133076923076924, 6.37338214765042e-05, 0.000175000000000011, 0.000100980005637062, 0.000269807692307696, 0.000359326934912822, 0.000779615384615389, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 105, '2021-11-07 00:00:00', 4.98412865619764e-05, 0.000121923076923086, 6.37534312802012e-05, 0.000192499999999997, 0.000105168728900084, 0.000272307692307691, 0.000371890389145037, 0.000812692307692307, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 120, '2021-11-07 00:00:00', 5.87789208684501e-05, 0.000155192307692304, 8.30690167177899e-05, 0.000217307692307685, 9.76311740882345e-05, 0.000269615384615383, 0.000351552819097464, 0.00082576923076923, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 135, '2021-11-07 00:00:00', 7.71564344991053e-05, 0.000141346153846149, 8.51019750290561e-05, 0.000197115384615378, 0.000121881562939661, 0.000363653846153837, 0.000339562218157426, 0.000827499999999998, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 150, '2021-11-07 00:00:00', 6.7159969762196e-05, 0.000132692307692306, 6.88836812202974e-05, 0.00019980769230769, 0.00013796153310028, 0.00042423076923076, 0.00031393311389529, 0.000829999999999993, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 165, '2021-11-07 00:00:00', 5.60181975927355e-05, 0.000155961538461544, 0.000105025454789991, 0.000317884615384597, 0.000144381572444465, 0.000440961538461519, 0.000295517603276266, 0.000864423076923069, 0.001790854716437, 0.00400884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 180, '2021-11-07 00:00:00', 9.04469670367788e-05, 0.000270576923076911, 0.000121767748666809, 0.000355769230769221, 0.000136800809714194, 0.000452692307692289, 0.000291111398186054, 0.000869615384615373, 0.00179173997941838, 0.00400692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 195, '2021-11-07 00:00:00', 8.75899537618296e-05, 0.000214999999999999, 0.000105334631605099, 0.000294230769230771, 0.000222076303588147, 0.000446730769230762, 0.000272986967848975, 0.00085173076923076, 0.00179210898535347, 0.00400615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 210, '2021-11-07 00:00:00', 7.64453047308051e-05, 0.000208269230769242, 9.73583784075779e-05, 0.000304423076923086, 0.000212819262430671, 0.000440961538461545, 0.000268322782082735, 0.000851346153846142, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 225, '2021-11-07 00:00:00', 9.31161392273904e-05, 0.000231153846153853, 0.000206304479984157, 0.000341538461538461, 0.000221211089581528, 0.000497115384615388, 0.000234549322351151, 0.000854230769230763, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 240, '2021-11-07 00:00:00', 0.000196422719193545, 0.000268269230769225, 0.000190839038096346, 0.000368461538461548, 0.000220761967181492, 0.000530384615384618, 0.000211405188787195, 0.000861923076923083, 0.00179716443321139, 0.00400500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 255, '2021-11-07 00:00:00', 0.000120591650431713, 0.000252884615384641, 0.000169055862410586, 0.000376730769230778, 0.000193903227251283, 0.000517307692307704, 0.000193929408251093, 0.000851153846153845, 0.00179692613606168, 0.00399346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 270, '2021-11-07 00:00:00', 0.00013002322277786, 0.000280961538461534, 0.000134783587222682, 0.000376153846153842, 0.000144007478438297, 0.000498076923076928, 0.000202466331484073, 0.000821153846153837, 0.00179612510271846, 0.00398576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 285, '2021-11-07 00:00:00', 7.86963492457993e-05, 0.000236346153846148, 8.70411043481912e-05, 0.00034307692307692, 0.000147588435027443, 0.000452884615384627, 0.000199629368118497, 0.000793269230769235, 0.00179936164962852, 0.00397288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 300, '2021-11-07 00:00:00', 7.18920130366486e-05, 0.000232692307692303, 8.68387099078686e-05, 0.000289807692307699, 0.00012434768254312, 0.000397884615384622, 0.000202245186307654, 0.000796346153846149, 0.00180156449104234, 0.00397115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 315, '2021-11-07 00:00:00', 6.50730358904531e-05, 0.000187500000000007, 0.0001247978365197, 0.000297500000000006, 0.000126065306640884, 0.000392307692307692, 0.000248217956333038, 0.000888076923076921, 0.0018082600327812, 0.00399288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 330, '2021-11-07 00:00:00', 9.00410162947157e-05, 0.000205769230769234, 9.06143561388634e-05, 0.000289807692307704, 0.000103993527905117, 0.000374423076923075, 0.000249446155743841, 0.000894230769230777, 0.00181121943622352, 0.00398538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 345, '2021-11-07 00:00:00', 6.83385238804008e-05, 0.000193076923076924, 7.84633672486522e-05, 0.000262499999999995, 0.000113076726844408, 0.000372115384615363, 0.000288795176286146, 0.000979423076923084, 0.00180781994721225, 0.00399019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 360, '2021-11-07 00:00:00', 7.38983189149787e-05, 0.000200192307692317, 9.36515637061875e-05, 0.000271153846153842, 0.000120354124917315, 0.00038134615384615, 0.000336498942734647, 0.00108846153846154, 0.00180842971620729, 0.00398903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 375, '2021-11-07 00:00:00', 6.82937659053574e-05, 0.000175961538461534, 9.84307644215611e-05, 0.000258846153846137, 0.000114072176881392, 0.00035769230769229, 0.000412567616835748, 0.00131403846153846, 0.00180719046716593, 0.00398423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 390, '2021-11-07 00:00:00', 9.97552774774927e-05, 0.000198653846153845, 9.57651373854769e-05, 0.000269807692307688, 0.000116860370330775, 0.000352884615384604, 0.000393009346140568, 0.00141788461538461, 0.00180736047445312, 0.00398326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 405, '2021-11-07 00:00:00', 6.36435385565595e-05, 0.00018749999999999, 7.88513694335144e-05, 0.000246538461538454, 0.000115021068304229, 0.000370384615384612, 0.000402878536763391, 0.00155134615384615, 0.0018072005550447, 0.00398461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 420, '2021-11-07 00:00:00', 6.27485825767137e-05, 0.000175769230769234, 6.9771329796274e-05, 0.000250961538461539, 0.000123433725599544, 0.000413269230769244, 0.000457967793627449, 0.0016775, 0.00180700190498389, 0.00398673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 435, '2021-11-07 00:00:00', 6.82689815813324e-05, 0.000189423076923071, 8.85750442367196e-05, 0.000288461538461537, 0.000175442407819602, 0.000464038461538457, 0.000474330621467288, 0.00181153846153847, 0.00180680142368092, 0.00399076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 450, '2021-11-07 00:00:00', 8.0863845681865e-05, 0.000209807692307696, 0.000118481579223883, 0.00031173076923077, 0.000180759615128869, 0.000450961538461534, 0.000520644164620953, 0.00199288461538462, 0.0018068675508055, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 465, '2021-11-07 00:00:00', 9.39674657282138e-05, 0.000203269230769234, 0.000126517253308052, 0.000326153846153839, 0.00015392168338278, 0.000461730769230762, 0.000539259071461802, 0.00207288461538462, 0.00180841559425329, 0.00398480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 480, '2021-11-07 00:00:00', 0.00010350789639146, 0.000233269230769217, 0.000127876292383867, 0.000317115384615387, 0.000150745327775526, 0.000506923076923063, 0.000553435181389827, 0.0021225, 0.00180752440136737, 0.00398230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 495, '2021-11-07 00:00:00', 6.60026223255163e-05, 0.000217115384615394, 9.75121294230455e-05, 0.000333846153846159, 0.000192429107825344, 0.000604807692307696, 0.000574620443289429, 0.00215557692307692, 0.00180530091248395, 0.00397576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 510, '2021-11-07 00:00:00', 8.33343589680592e-05, 0.000258846153846154, 9.25005197490428e-05, 0.000377115384615374, 0.000169777342875437, 0.000647884615384615, 0.000605975120078229, 0.00218538461538461, 0.00179523913127515, 0.00395846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 525, '2021-11-07 00:00:00', 8.05798695991486e-05, 0.000263653846153823, 0.00018504770694647, 0.000500576923076927, 0.000249286057495275, 0.000788461538461546, 0.000621374159547876, 0.00218461538461538, 0.00180331554685764, 0.00394519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 540, '2021-11-07 00:00:00', 0.000155189834123833, 0.000436730769230782, 0.000178314437053019, 0.00056096153846155, 0.000345687775979332, 0.000900961538461535, 0.000639126356834072, 0.0022575, 0.00180169125674057, 0.00394423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 555, '2021-11-07 00:00:00', 0.000121362933132235, 0.000379807692307674, 0.000248033496497181, 0.000621153846153837, 0.000406610567799407, 0.00106307692307691, 0.000787483943670266, 0.00227019230769231, 0.0018196139594811, 0.0039348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 570, '2021-11-07 00:00:00', 0.000217873728426504, 0.000500192307692309, 0.000297516450741022, 0.000684038461538459, 0.000377322602230297, 0.00112711538461539, 0.000830545233334946, 0.00233076923076922, 0.00182091351756792, 0.00390403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 585, '2021-11-07 00:00:00', 0.000186912155426423, 0.000471923076923081, 0.00033327973928125, 0.000840769230769226, 0.000375330059875498, 0.00119942307692307, 0.000843183824286533, 0.00233480769230769, 0.00177726133310604, 0.00386961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 600, '2021-11-07 00:00:00', 0.000207994914878669, 0.000716730769230763, 0.00024399976355599, 0.000916730769230771, 0.000402512541610618, 0.00127211538461538, 0.00104251589178075, 0.00246423076923077, 0.00176913534943355, 0.00392826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 615, '2021-11-07 00:00:00', 0.00020282476331892, 0.000583269230769247, 0.000305910746158708, 0.000845769230769237, 0.000420979626768145, 0.00118961538461539, 0.00109908523152386, 0.00241288461538462, 0.00176986818283604, 0.00396576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 630, '2021-11-07 00:00:00', 0.000187156043491495, 0.000575769230769232, 0.000305447276074843, 0.000850961538461545, 0.000434799379024402, 0.00124250000000001, 0.000998965387865809, 0.00237538461538463, 0.00168621998747312, 0.00394538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974630 and enddate = '2021-11-07 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 974630, 2, 645, '2021-11-07 00:00:00', 0.000237881353749177, 0.000623461538461532, 0[...];
Date: 2021-11-07 14:55:08 Duration: 11s64ms 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 974625, 5, 900, '2021-11-07 00:00:00', 0.000259993836218851, 0.000573888888888878, 0.000287483555828494, 0.000777777777777762, 0.000433801604317941, 0.00120129629629629, 0.000763867940660723, 0.00232166666666666, 0.00173798189119766, 0.00419814814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 915, '2021-11-07 00:00:00', 0.000241968423453794, 0.000574444444444429, 0.000459772410563815, 0.000936851851851842, 0.00052226761486661, 0.00121166666666666, 0.000773644987673032, 0.00231648148148148, 0.00178359962865201, 0.0042075925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 930, '2021-11-07 00:00:00', 0.000488000966207987, 0.000782592592592588, 0.000477285176389472, 0.000966296296296286, 0.000566699848198951, 0.00126888888888888, 0.000703778315507759, 0.00230907407407407, 0.00180377313072417, 0.00422574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 945, '2021-11-07 00:00:00', 0.000233349511038691, 0.000619074074074071, 0.000389597918964597, 0.000868333333333339, 0.000490873182687232, 0.00118740740740741, 0.000659862067949029, 0.00219611111111112, 0.00178556300824424, 0.00417722222222223 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 960, '2021-11-07 00:00:00', 0.000272603518067318, 0.000598703703703699, 0.000317127981570783, 0.000830185185185188, 0.000358040826747791, 0.00119518518518517, 0.000603918354512758, 0.00212092592592593, 0.0017584696953646, 0.00415185185185186 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 975, '2021-11-07 00:00:00', 0.000234383777138591, 0.000591296296296297, 0.000289162633287972, 0.00084351851851851, 0.000370390473101166, 0.00128555555555555, 0.000595281661409342, 0.00207944444444444, 0.00178629979330653, 0.00418851851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 990, '2021-11-07 00:00:00', 0.00016945635379193, 0.000619074074074067, 0.000277728243446683, 0.000906851851851835, 0.000379802111466812, 0.00129148148148148, 0.000563157877394784, 0.00203388888888889, 0.00188157481625732, 0.00420740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1005, '2021-11-07 00:00:00', 0.000249174849078125, 0.000691481481481468, 0.000258057476095274, 0.000965740740740739, 0.000427706315487275, 0.00127333333333333, 0.000520507025987706, 0.00193555555555555, 0.00188120411369392, 0.00417092592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1020, '2021-11-07 00:00:00', 0.000260913636910623, 0.000670185185185176, 0.000332779668387831, 0.000934999999999982, 0.000453703421710479, 0.00143222222222221, 0.000511861860371101, 0.00186222222222221, 0.00194590414684741, 0.00416055555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1035, '2021-11-07 00:00:00', 0.000187423108640374, 0.000587962962962958, 0.000246139422654342, 0.000813333333333324, 0.00041755682691546, 0.00127962962962962, 0.00046544421694583, 0.00169962962962962, 0.00186469867260133, 0.0041012962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1050, '2021-11-07 00:00:00', 0.000262372204681006, 0.000557592592592594, 0.000454294324566501, 0.00105055555555555, 0.000429934981501958, 0.00119037037037037, 0.000461413503977096, 0.00163203703703703, 0.00183699740689378, 0.00410462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1065, '2021-11-07 00:00:00', 0.000462676238847759, 0.000885925925925924, 0.000452433433110348, 0.00101462962962963, 0.000484975180731884, 0.00117018518518518, 0.000456984339567222, 0.00158907407407406, 0.00180356350332925, 0.00409481481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1080, '2021-11-07 00:00:00', 0.000205229875978877, 0.00056592592592592, 0.000232896722155735, 0.000727962962962958, 0.000412229709425869, 0.00100944444444443, 0.000493419806466163, 0.00152148148148147, 0.00183192801616501, 0.00408055555555555 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1095, '2021-11-07 00:00:00', 0.000186916232742587, 0.000488703703703706, 0.000278379135389033, 0.00069759259259259, 0.000387604227320906, 0.000977037037037044, 0.00043002418271627, 0.00147351851851852, 0.00183425311037885, 0.00405462962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1110, '2021-11-07 00:00:00', 0.000214886838304144, 0.000494259259259249, 0.000383161425593279, 0.000698703703703692, 0.00039105626193681, 0.000934999999999994, 0.000461346274088536, 0.00142166666666666, 0.00183738945245695, 0.00402833333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1125, '2021-11-07 00:00:00', 0.000379806612209506, 0.000483703703703698, 0.000362855582552029, 0.000667592592592595, 0.000377488702874292, 0.000808518518518515, 0.00047807171439289, 0.00135277777777777, 0.00183618096638392, 0.0040198148148148 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1140, '2021-11-07 00:00:00', 0.000168958178543877, 0.000432592592592598, 0.000217719990588816, 0.000574074074074073, 0.000234192253065739, 0.000719629629629628, 0.000439057443561131, 0.00126814814814815, 0.00186604528348056, 0.00402833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1155, '2021-11-07 00:00:00', 0.00014557137644821, 0.000378888888888887, 0.00018920342088063, 0.000510370370370383, 0.000204525717773526, 0.000694999999999997, 0.000449198796085389, 0.00128759259259259, 0.00191214172295387, 0.00399574074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1170, '2021-11-07 00:00:00', 0.000116707257895909, 0.000340740740740744, 0.000158528894074262, 0.000505555555555557, 0.000213262207694589, 0.000673333333333332, 0.000446606706014979, 0.00128462962962963, 0.0019166212555007, 0.00397296296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1185, '2021-11-07 00:00:00', 0.000125672833057357, 0.000375740740740735, 0.000165855289960807, 0.000513148148148142, 0.000202685495920185, 0.000653888888888896, 0.000427914674509956, 0.00128425925925926, 0.00195058932580612, 0.00397222222222221 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1200, '2021-11-07 00:00:00', 0.000114606660407185, 0.000339074074074075, 0.000155075342409297, 0.000448148148148152, 0.000203219458094315, 0.000600925925925936, 0.000364148990359006, 0.00121388888888888, 0.00195139558504799, 0.00395203703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1215, '2021-11-07 00:00:00', 0.000134192743126031, 0.000293333333333343, 0.000130649266240695, 0.000400000000000009, 0.000182630353867733, 0.000570000000000001, 0.00036754188473839, 0.00122296296296296, 0.00197124830292759, 0.00395888888888888 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1230, '2021-11-07 00:00:00', 0.000105386279022806, 0.00028296296296297, 0.000144537281145831, 0.000419444444444454, 0.000208109623479129, 0.000576666666666662, 0.000389912054515396, 0.00121277777777777, 0.00198177853299662, 0.00396333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1245, '2021-11-07 00:00:00', 0.000108675331309968, 0.000302592592592593, 0.000136505794414873, 0.000431296296296289, 0.000208610755459648, 0.0005487037037037, 0.000382402157755957, 0.00118944444444444, 0.00196140501054336, 0.00394666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1260, '2021-11-07 00:00:00', 0.000110350387299787, 0.000291851851851852, 0.000187448758430248, 0.000397037037037039, 0.000242835956963346, 0.000570925925925924, 0.000386791075623962, 0.00116648148148148, 0.00197509197737431, 0.00393537037037036 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1275, '2021-11-07 00:00:00', 0.000109333971751313, 0.000249074074074069, 0.000141730252195722, 0.000340185185185181, 0.000285081834604815, 0.000547962962962967, 0.00037125777592171, 0.00116851851851851, 0.00195075474837794, 0.00393962962962962 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1290, '2021-11-07 00:00:00', 9.45468273613868e-05, 0.000246111111111112, 0.000157483097270557, 0.000390185185185188, 0.000246278858924754, 0.00054925925925926, 0.000365734635168483, 0.00117314814814814, 0.00193514113828196, 0.00393907407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1305, '2021-11-07 00:00:00', 0.000116699018713365, 0.000299259259259267, 0.000169456143634213, 0.000413333333333356, 0.000194045072157189, 0.000531481481481493, 0.000361115614699067, 0.00118388888888889, 0.00192531528849536, 0.00393703703703703 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1320, '2021-11-07 00:00:00', 9.48394204406281e-05, 0.000276851851851877, 0.000122020326642581, 0.000382962962962959, 0.000142370048708401, 0.000483333333333334, 0.000404481923923206, 0.00119962962962961, 0.00193080528422315, 0.00393074074074073 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1335, '2021-11-07 00:00:00', 8.44050740430689e-05, 0.000248703703703692, 8.03588816345239e-05, 0.000319629629629627, 0.000331709291595894, 0.000833148148148137, 0.000426673177033658, 0.00120833333333333, 0.00196060126904537, 0.00391351851851851 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1350, '2021-11-07 00:00:00', 6.00984472496981e-05, 0.000213148148148159, 8.92003091737836e-05, 0.000320185185185173, 0.000340143676698104, 0.000881481481481479, 0.00043672375173286, 0.00121259259259258, 0.00197249614084312, 0.00390388888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 5, 1365, '2021-11-07 00:00:00', 0.000100070487977744, 0.00026055555555554, 0.000323104928578609, 0.00079277777777777, 0.000356033566233411, 0.000918148148148143, 0.000465211865467845, 0.00122981481481481, 0.00197811633398271, 0.00390333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 0, '2021-11-07 00:00:00', 0.000193559207134843, 0.000548799999999998, 0.000258073794356035, 0.000733000000000001, 0.000288909299492634, 0.000889599999999988, 0.000417219766230372, 0.0012616, 0.00191604438448938, 0.0040614 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 15, '2021-11-07 00:00:00', 0.000278020083207424, 0.000480800000000006, 0.00031828354759027, 0.000637599999999998, 0.000307628428465243, 0.000860400000000001, 0.000450911299481385, 0.00118279999999999, 0.00192871016917178, 0.004027 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 30, '2021-11-07 00:00:00', 0.000311551205817189, 0.000416923076923071, 0.000317528738856809, 0.000557499999999997, 0.000357377897383779, 0.000789807692307695, 0.000515771117991163, 0.00116038461538461, 0.00189236091857601, 0.00400038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 45, '2021-11-07 00:00:00', 0.000213345873028905, 0.00037269230769229, 0.000263552724253698, 0.000630961538461534, 0.000338976343626603, 0.000734807692307694, 0.000539183142854511, 0.00116230769230768, 0.00187756327354202, 0.00397961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 60, '2021-11-07 00:00:00', 0.000263601097231294, 0.000533461538461545, 0.000310203221230095, 0.000599038461538466, 0.000347826271843586, 0.000673653846153853, 0.000527268760836309, 0.00113788461538461, 0.00187643570674255, 0.00397480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 75, '2021-11-07 00:00:00', 0.000110545674514401, 0.000252884615384611, 0.000146244789519273, 0.000323461538461544, 0.000150894384867743, 0.000416346153846153, 0.00036605469326529, 0.00101403846153846, 0.0016933278227752, 0.00388865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 90, '2021-11-07 00:00:00', 8.06979172355336e-05, 0.000203076923076913, 0.00010082677452708, 0.000275961538461532, 0.000123929880919061, 0.000371153846153839, 0.000339035566548157, 0.00099865384615383, 0.00164179296924008, 0.00387307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 105, '2021-11-07 00:00:00', 7.83100347239117e-05, 0.000177307692307701, 9.59849747857254e-05, 0.000263653846153853, 0.00012265665023207, 0.000340576923076917, 0.000326163302656841, 0.000982499999999993, 0.00164216987081587, 0.00387173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 120, '2021-11-07 00:00:00', 7.54280094884228e-05, 0.000205769230769229, 9.45468951611646e-05, 0.000251346153846152, 0.000149177359593828, 0.000371730769230766, 0.000329108410943663, 0.000997115384615384, 0.00164514223140082, 0.0038651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 135, '2021-11-07 00:00:00', 6.15632882612667e-05, 0.000160961538461543, 6.40303413655232e-05, 0.000226730769230764, 0.000148395132617664, 0.000438653846153846, 0.000321735916552702, 0.00102, 0.0016416022309364, 0.00386826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 150, '2021-11-07 00:00:00', 4.98231487748943e-05, 0.000162884615384615, 0.000131034493403585, 0.000280961538461547, 0.000181835513159966, 0.000478076923076925, 0.000320915037881473, 0.00103230769230768, 0.00164265162044599, 0.00387711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 165, '2021-11-07 00:00:00', 0.000130131294645643, 0.000233076923076934, 0.000144360126606507, 0.000389615384615396, 0.000214180728860897, 0.000505769230769235, 0.000327889521731853, 0.00103846153846154, 0.0016382063831661, 0.00388307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 180, '2021-11-07 00:00:00', 0.000103533160796976, 0.000313653846153847, 0.000132561886853459, 0.000399423076923076, 0.000206316784059391, 0.00057615384615385, 0.000314223830071205, 0.00102115384615384, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 195, '2021-11-07 00:00:00', 8.87461808495722e-05, 0.000241730769230769, 0.000105838956038803, 0.000308269230769235, 0.000203647602867898, 0.000542115384615383, 0.000325746302889458, 0.000979423076923067, 0.00159929264412066, 0.0038701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 210, '2021-11-07 00:00:00', 6.76896197018768e-05, 0.000206730769230774, 0.000172736460005937, 0.000391730769230773, 0.000213549489850443, 0.000565769230769231, 0.000321200692115351, 0.000973269230769219, 0.00158993556957022, 0.00388134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 225, '2021-11-07 00:00:00', 0.000173875397472309, 0.000319423076923077, 0.000195244718238427, 0.000432499999999994, 0.00022422524732613, 0.000585192307692311, 0.00030651339536546, 0.000962307692307685, 0.00158582821118323, 0.00388865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 240, '2021-11-07 00:00:00', 0.000117866939319805, 0.000276153846153832, 0.000165318922552287, 0.000412115384615386, 0.000213402472770623, 0.00056115384615385, 0.000298019101091498, 0.000919230769230762, 0.00159304000625799, 0.00390730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 255, '2021-11-07 00:00:00', 9.86236046016182e-05, 0.000268846153846152, 0.000125818703513619, 0.000362115384615383, 0.000171216125229083, 0.000530192307692297, 0.000300709929231582, 0.000917307692307681, 0.00156894635148756, 0.00393442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 270, '2021-11-07 00:00:00', 9.013515492774e-05, 0.000252884615384615, 0.00011295080617413, 0.000381730769230776, 0.000159661781949811, 0.000511730769230753, 0.000322029442036697, 0.000909807692307683, 0.00156844430518317, 0.00393846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 285, '2021-11-07 00:00:00', 0.000110938652485883, 0.000264230769230758, 0.000113985154229025, 0.00035384615384614, 0.000148242654507352, 0.000498269230769199, 0.000380376584655069, 0.000907115384615371, 0.00155647827334165, 0.00395115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 300, '2021-11-07 00:00:00', 6.85265249037693e-05, 0.000241730769230769, 0.000131443465472379, 0.000335769230769214, 0.000165485300300011, 0.000485769230769223, 0.000373703708221463, 0.000902692307692299, 0.00155500364827669, 0.0039528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 315, '2021-11-07 00:00:00', 0.000119422971633786, 0.000234615384615367, 0.000150712793597104, 0.000367115384615369, 0.00019017845870089, 0.000510384615384616, 0.000372064717282031, 0.00096807692307692, 0.00155205075254049, 0.00395653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 330, '2021-11-07 00:00:00', 9.35202569582521e-05, 0.00024903846153847, 0.000102208873617478, 0.000334423076923081, 0.000146618421552219, 0.000454807692307696, 0.000451912219182168, 0.00101442307692307, 0.00155519373020261, 0.00395153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 345, '2021-11-07 00:00:00', 9.0784614081068e-05, 0.000220384615384616, 0.000111733370815743, 0.000342115384615388, 0.00014342365967248, 0.000422884615384606, 0.000495046112848216, 0.00112057692307691, 0.00155180009616623, 0.00396153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 360, '2021-11-07 00:00:00', 7.72471059950813e-05, 0.000263653846153848, 0.00010099200272983, 0.000310769230769226, 0.000131683770391856, 0.000408846153846138, 0.000539840610379929, 0.00121173076923077, 0.00155265499659825, 0.00396346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 375, '2021-11-07 00:00:00', 7.5472868278316e-05, 0.00019192307692307, 0.000104020892871811, 0.000272115384615378, 0.000104568159589817, 0.000382499999999991, 0.000546071459116419, 0.00142903846153846, 0.00155133878906624, 0.00397096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 390, '2021-11-07 00:00:00', 8.03063844573797e-05, 0.000188653846153844, 0.000104749518082244, 0.000267307692307693, 0.000105780614771979, 0.00038153846153845, 0.00058574741865544, 0.00156096153846154, 0.00154829986163483, 0.0039776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 405, '2021-11-07 00:00:00', 6.54455146256461e-05, 0.000191346153846148, 4.90290337845506e-05, 0.0002603846153846, 0.000117313682066491, 0.000377499999999996, 0.000773035176829205, 0.00168923076923076, 0.00154530192469353, 0.00398096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 420, '2021-11-07 00:00:00', 6.56845608835412e-05, 0.000177692307692298, 9.53721455868902e-05, 0.000260384615384605, 0.000161164034926658, 0.000410384615384622, 0.000826883514259295, 0.00175211538461538, 0.00154020099837151, 0.00397865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 435, '2021-11-07 00:00:00', 8.33583552177969e-05, 0.000178846153846138, 0.000113313044941189, 0.000255384615384615, 0.000256680960307949, 0.000466346153846143, 0.000889408295095439, 0.00180865384615385, 0.00153761043380754, 0.00397961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 450, '2021-11-07 00:00:00', 8.23353835517648e-05, 0.000181346153846155, 0.000116157883271663, 0.000295576923076934, 0.000300736851493381, 0.000464423076923075, 0.00089192378511929, 0.00185096153846154, 0.00150295621513582, 0.00396423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 465, '2021-11-07 00:00:00', 8.92076229926524e-05, 0.000215000000000004, 0.000181831282744796, 0.000338846153846149, 0.000309506120232767, 0.000494038461538466, 0.000870378962556835, 0.00195846153846153, 0.00148130250637222, 0.00395634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 480, '2021-11-07 00:00:00', 0.000141209609609808, 0.000241923076923061, 0.000229342622426662, 0.000334038461538455, 0.000298991702997831, 0.000515961538461541, 0.00092485460395757, 0.00200403846153846, 0.00146104530546297, 0.00393923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 495, '2021-11-07 00:00:00', 0.000114756766182297, 0.000201346153846149, 0.000185249519878965, 0.000314230769230774, 0.000203331862121627, 0.000590384615384619, 0.000896400773177838, 0.00200788461538461, 0.00139466130434818, 0.00392307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 510, '2021-11-07 00:00:00', 0.000111806150924771, 0.000236153846153856, 0.000164456213485082, 0.000390384615384624, 0.00023275548411287, 0.000703653846153857, 0.000902925586847871, 0.00210115384615384, 0.00136937919679517, 0.00391576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 525, '2021-11-07 00:00:00', 0.000136689569688177, 0.000295961538461539, 0.000171054197439112, 0.000513461538461537, 0.00028035039888296, 0.00082711538461538, 0.000910803195832347, 0.00215230769230769, 0.00136704588860011, 0.00391769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 540, '2021-11-07 00:00:00', 0.000152046045657238, 0.000409999999999992, 0.000223352084938007, 0.000598076923076917, 0.000332647884984439, 0.000903846153846153, 0.000892058833002854, 0.00224480769230768, 0.00135337590718686, 0.00389288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 555, '2021-11-07 00:00:00', 0.000160427433871082, 0.000404807692307688, 0.000226947977773265, 0.000614230769230762, 0.000376656801549971, 0.00112211538461539, 0.000924175328853515, 0.00226596153846154, 0.00136182620601332, 0.00390115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 570, '2021-11-07 00:00:00', 0.000145885228861582, 0.000452499999999997, 0.000311832548752598, 0.000703461538461548, 0.000421910535540408, 0.00122250000000001, 0.000908740400435998, 0.00228134615384615, 0.00133782044328137, 0.00388846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 585, '2021-11-07 00:00:00', 0.000294241985708792, 0.000552115384615393, 0.000371966344631441, 0.000925192307692322, 0.00051239246526616, 0.00133096153846155, 0.000860252199156626, 0.00229538461538461, 0.00132707116787888, 0.00386326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 00:00:00' and dayofweek = 1 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 974625, 1, 600, '2021-11-07 00:00:00', 0.000304078684149119, 0.000685384615384622, 0.000276872714437527, 0.000947500000000011, 0.000461046635385188, 0.001285, 0.000771967217319085, 0.00231076923076924, 0.00129122273595464, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 615, '2021-11-07 00:00:00', 0.000191629450121447, 0.000589615384615387, 0.000391072293139695, 0.000871538461538462, 0.000456847769629435, 0.00117826923076923, 0.000739332053014991, 0.00225826923076923, 0.00129955496820436, 0.00384634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 630, '2021-11-07 00:00:00', 0.000297397234998265, 0.00063365384615386, 0.000306115362869309, 0.00083615384615385, 0.000392101831357424, 0.00114461538461538, 0.000711156804087527, 0.002215, 0.00130876577207454, 0.00380461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 645, '2021-11-07 00:00:00', 0.000199711426428621, 0.000560576923076919, 0.000255519982659803, 0.000807692307692313, 0.000396240408765256, 0.00112230769230769, 0.000728782968643337, 0.00222615384615384, 0.00135123185962349, 0.00377653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 660, '2021-11-07 00:00:00', 0.000228385722980967, 0.000594038461538467, 0.000298975687202939, 0.000807307692307691, 0.000411713912995226, 0.00114788461538462, 0.000727421790667881, 0.00222730769230769, 0.00135550751210926, 0.00374884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 675, '2021-11-07 00:00:00', 0.000257994409599548, 0.000528653846153846, 0.000320881058721375, 0.000820576923076919, 0.000409646047967485, 0.00110826923076922, 0.000676763138885283, 0.00225788461538461, 0.00135740931132123, 0.00380903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 690, '2021-11-07 00:00:00', 0.000212666315006533, 0.000580192307692304, 0.000276027102905602, 0.000799807692307697, 0.000476984437740001, 0.00114692307692307, 0.000655280444953506, 0.00226230769230769, 0.00135008375808546, 0.00381307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 705, '2021-11-07 00:00:00', 0.000210495751829963, 0.000592307692307704, 0.000375600698369135, 0.000763269230769227, 0.000512570595513058, 0.00118384615384615, 0.00064961373138197, 0.00227, 0.00134140908978352, 0.00382211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 720, '2021-11-07 00:00:00', 0.000290748966530344, 0.000554807692307672, 0.000420831457218455, 0.000853653846153832, 0.000499171929684154, 0.00124615384615384, 0.000731364373041128, 0.00223961538461538, 0.00127003930890104, 0.00382461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 735, '2021-11-07 00:00:00', 0.000227952761638138, 0.000567692307692303, 0.000264790555839005, 0.000800961538461542, 0.00042019684032056, 0.00111576923076923, 0.000789494775156885, 0.002145, 0.00122625552613827, 0.00377115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 750, '2021-11-07 00:00:00', 0.000166499364748153, 0.000545961538461545, 0.000362876541836732, 0.000800769230769237, 0.000397465866942838, 0.00100865384615384, 0.00090638175434825, 0.00215173076923076, 0.00120272434337793, 0.00374961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 765, '2021-11-07 00:00:00', 0.000254180810871686, 0.000518269230769231, 0.000339237153262798, 0.000725384615384611, 0.000389362990616137, 0.000998461538461525, 0.000901743951377641, 0.00214692307692307, 0.00116997264925297, 0.00373 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 780, '2021-11-07 00:00:00', 0.000286022121253148, 0.000544423076923087, 0.000329403248314285, 0.000742500000000009, 0.000406509958246839, 0.00110711538461539, 0.000856936493473199, 0.00220807692307691, 0.0011471549422543, 0.00375730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 795, '2021-11-07 00:00:00', 0.000197283084385399, 0.000488846153846167, 0.000257720853757599, 0.00071596153846154, 0.000363338632047923, 0.0010748076923077, 0.000858600672830275, 0.00223134615384615, 0.00109966967068088, 0.00378076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 810, '2021-11-07 00:00:00', 0.000199173387935089, 0.000530961538461532, 0.000324985976028778, 0.000788269230769224, 0.000402206988425683, 0.00104730769230767, 0.000980493439353556, 0.00227076923076921, 0.00108735594978759, 0.00380480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 825, '2021-11-07 00:00:00', 0.000222951529744446, 0.000529230769230765, 0.000260987768649436, 0.000733846153846153, 0.000370699339087619, 0.00106, 0.000987778393085281, 0.00225307692307692, 0.00109058876124498, 0.00382961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 840, '2021-11-07 00:00:00', 0.000229259426448256, 0.00053173076923076, 0.000299245975488646, 0.000726923076923052, 0.00038575126501612, 0.00111403846153846, 0.00102241155344381, 0.00233423076923078, 0.001203922898758, 0.00399711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 855, '2021-11-07 00:00:00', 0.000298871274065514, 0.000499038461538451, 0.000347498754840049, 0.000770769230769237, 0.000345141442577697, 0.00111115384615385, 0.000989895118764526, 0.0022621153846154, 0.00127116247524129, 0.00402403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 870, '2021-11-07 00:00:00', 0.000242919423171238, 0.000529615384615387, 0.00028244264223704, 0.000794615384615389, 0.000336298459476307, 0.00105557692307693, 0.000972329083260311, 0.00226538461538463, 0.00127771442577995, 0.00402192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 885, '2021-11-07 00:00:00', 0.000216749057313183, 0.000556923076923075, 0.000247820732354285, 0.000751346153846153, 0.000359396074632887, 0.00105653846153847, 0.000962160569519687, 0.00226019230769232, 0.00127966727947302, 0.00401788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 900, '2021-11-07 00:00:00', 0.000184010869244167, 0.000519999999999995, 0.000292857539533359, 0.000713461538461537, 0.000474284886799217, 0.00105307692307692, 0.000975561613399406, 0.00224269230769232, 0.00132115555480799, 0.00406000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 915, '2021-11-07 00:00:00', 0.000208376139192119, 0.00048115384615383, 0.000298941465842398, 0.000709999999999984, 0.000475256894094785, 0.00106634615384614, 0.000961185746076973, 0.00218403846153846, 0.00129924125787086, 0.00405538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 930, '2021-11-07 00:00:00', 0.000250611022533697, 0.000536730769230767, 0.000351285989122609, 0.000769615384615375, 0.000557612906814552, 0.00113192307692306, 0.000959095427192505, 0.00212096153846153, 0.00140357994209315, 0.00411442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 945, '2021-11-07 00:00:00', 0.000208382137873225, 0.000486346153846146, 0.000268258486137191, 0.000718846153846145, 0.000444426553592893, 0.00110519230769229, 0.00078833505176806, 0.00202692307692308, 0.00156981783607576, 0.00410096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 960, '2021-11-07 00:00:00', 0.000194546019867164, 0.000521923076923076, 0.000329706454522572, 0.000792884615384609, 0.000427696918209791, 0.00122057692307692, 0.000789813999525312, 0.00201307692307693, 0.00158054178880341, 0.00411211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 975, '2021-11-07 00:00:00', 0.000236876874865725, 0.000559423076923078, 0.000289042450967918, 0.000808461538461531, 0.000439022734648752, 0.00123480769230769, 0.000744971450149914, 0.0019273076923077, 0.00159506734846961, 0.00409038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 990, '2021-11-07 00:00:00', 0.000201837710892839, 0.00058730769230768, 0.000252648204791988, 0.000926346153846146, 0.00049337803418412, 0.00125673076923075, 0.000690409688852599, 0.00183846153846155, 0.00160401713255766, 0.00400980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1005, '2021-11-07 00:00:00', 0.000216317786174382, 0.000689230769230767, 0.000303185650157688, 0.000916538461538462, 0.000519843763511255, 0.00121346153846152, 0.000705237548631667, 0.001795, 0.00160633926869571, 0.00398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1020, '2021-11-07 00:00:00', 0.000271470922086434, 0.000597692307692308, 0.000401671699085389, 0.000858076923076912, 0.00054350217606245, 0.00126115384615384, 0.000691793321737071, 0.001675, 0.00158081640300196, 0.0039825 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1035, '2021-11-07 00:00:00', 0.000197475704445268, 0.000515576923076906, 0.000277924450165868, 0.000704999999999986, 0.000441158265687753, 0.00111115384615384, 0.000639460229111556, 0.00151423076923077, 0.00172451742413752, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1050, '2021-11-07 00:00:00', 0.000233934573364826, 0.000510769230769229, 0.000378155899881771, 0.000938269230769224, 0.000452459815470277, 0.00115673076923077, 0.000655552849480167, 0.00148653846153846, 0.00181886740963881, 0.00403442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1065, '2021-11-07 00:00:00', 0.000272587388951491, 0.000753269230769221, 0.000337589475319009, 0.00089057692307692, 0.000400148674293029, 0.00108980769230769, 0.000669544966031755, 0.00138730769230769, 0.00184050157252353, 0.00399403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1080, '2021-11-07 00:00:00', 0.00023075394821191, 0.000505769230769243, 0.000299967434129874, 0.000662307692307706, 0.000361912229053496, 0.000862692307692319, 0.000683835900243289, 0.00124846153846156, 0.00183155151757697, 0.0040148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1095, '2021-11-07 00:00:00', 0.00014956925331919, 0.000434807692307693, 0.000197834818433489, 0.000576153846153842, 0.000296418428265509, 0.000753269230769225, 0.000659348075461965, 0.00117173076923078, 0.00182506821790311, 0.004005 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1110, '2021-11-07 00:00:00', 0.000152375674416369, 0.000407884615384614, 0.000196724719810745, 0.000558846153846156, 0.000288808493908767, 0.000702884615384626, 0.000603435198228898, 0.00112403846153848, 0.00180445337983558, 0.00403 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1125, '2021-11-07 00:00:00', 0.000156937518189202, 0.000400769230769247, 0.000246755874374802, 0.000532307692307704, 0.000284296432510975, 0.000692307692307706, 0.000523488630395975, 0.0010821153846154, 0.00179201154700951, 0.00401576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1140, '2021-11-07 00:00:00', 0.000167333959034496, 0.000379423076923073, 0.000190344727756301, 0.000493653846153843, 0.000300459391854969, 0.000695384615384615, 0.000483327926583385, 0.00104173076923077, 0.00177105800626024, 0.00401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1155, '2021-11-07 00:00:00', 0.000111325579339992, 0.000334230769230764, 0.000197306477729052, 0.000489615384615377, 0.000295625542770689, 0.000682692307692314, 0.000478506008321744, 0.000989999999999999, 0.00176232739471242, 0.00402538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1170, '2021-11-07 00:00:00', 0.000155942297020411, 0.000369999999999994, 0.000256845059550286, 0.000510769230769229, 0.000280203772005577, 0.000673076923076926, 0.000481056529542412, 0.000935769230769225, 0.00176187078239188, 0.00402557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1185, '2021-11-07 00:00:00', 0.000168921465594113, 0.000342307692307689, 0.000202196401094052, 0.000470769230769236, 0.000273525417184868, 0.000636923076923073, 0.000396227789962373, 0.000897307692307687, 0.00175884071303975, 0.00400942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1200, '2021-11-07 00:00:00', 0.000125533323801354, 0.000318846153846155, 0.000180373650642631, 0.000455576923076923, 0.00022277109673041, 0.000575192307692297, 0.000283726100315071, 0.000867499999999991, 0.00177532302586146, 0.00397038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1215, '2021-11-07 00:00:00', 0.000126121583585648, 0.000280576923076938, 0.000186103465846293, 0.000377500000000009, 0.000205830867835343, 0.000512115384615383, 0.000276638058452941, 0.000848846153846147, 0.00177134860617989, 0.00397673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1230, '2021-11-07 00:00:00', 0.000128180161671577, 0.000251923076923079, 0.000167291201662981, 0.000362884615384614, 0.000222305749259551, 0.000490384615384617, 0.000263249808240134, 0.000837692307692287, 0.00176995949540791, 0.00398115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1245, '2021-11-07 00:00:00', 0.000140613490982035, 0.000256923076923082, 0.000174670679147507, 0.000364615384615386, 0.000255641049430338, 0.000482115384615392, 0.000251887642839795, 0.00082423076923075, 0.00176619495395742, 0.00399115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1260, '2021-11-07 00:00:00', 0.000156334577109485, 0.000277500000000007, 0.000189254813982063, 0.000349230769230781, 0.000236127165869459, 0.000485961538461541, 0.000262467873491957, 0.000830769230769212, 0.00175485340172292, 0.0040176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1275, '2021-11-07 00:00:00', 9.57633300622585e-05, 0.000216153846153853, 0.000136836230020238, 0.000308076923076917, 0.000156381314051968, 0.000433653846153852, 0.000272856400666391, 0.000801153846153825, 0.00175370996856555, 0.00402057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1290, '2021-11-07 00:00:00', 0.000106266899108587, 0.000229423076923073, 0.000136973888584095, 0.000334615384615382, 0.000161607906318403, 0.00042365384615385, 0.000260582778815841, 0.000799230769230757, 0.00174761495715205, 0.00403596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1305, '2021-11-07 00:00:00', 9.76518541318328e-05, 0.000271730769230765, 0.000127129249796623, 0.000344615384615396, 0.000146635078183389, 0.000415384615384625, 0.00026142810454531, 0.000795576923076904, 0.00174647993227698, 0.00404192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1320, '2021-11-07 00:00:00', 9.60496666394166e-05, 0.000246538461538484, 0.000119794214577145, 0.000305576923076935, 0.000204534462020074, 0.000432884615384625, 0.000260190536693042, 0.000783653846153826, 0.00174027898956992, 0.00405519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1335, '2021-11-07 00:00:00', 9.67798850683662e-05, 0.000217884615384608, 0.000143384501898277, 0.000281346153846144, 0.000219322470699756, 0.000422884615384602, 0.000259654504175185, 0.000777307692307665, 0.0017399797081045, 0.00405576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1350, '2021-11-07 00:00:00', 8.79836086132704e-05, 0.000193653846153842, 0.000182336544292721, 0.000336153846153854, 0.000218295582956815, 0.000409807692307678, 0.000257190815124913, 0.000778653846153819, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1365, '2021-11-07 00:00:00', 0.000175817759670007, 0.000278269230769248, 0.000183449846426334, 0.000329615384615383, 0.00019516432918086, 0.000406346153846147, 0.000260226898036206, 0.000784038461538435, 0.00173939715463102, 0.00406230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1380, '2021-11-07 00:00:00', 9.04154939070879e-05, 0.000219807692307689, 0.000123808940897478, 0.000285576923076911, 0.000179439833499019, 0.000479423076923071, 0.000241826702095027, 0.000743076923076898, 0.00173784999795283, 0.00407384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1395, '2021-11-07 00:00:00', 8.1538334542706e-05, 0.000197499999999996, 8.65210067866808e-05, 0.000253269230769225, 0.000234149196355324, 0.000564615384615377, 0.000249067568836564, 0.000749423076923055, 0.00173700632167488, 0.00407519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1410, '2021-11-07 00:00:00', 6.56860247400764e-05, 0.000185576923076922, 0.00018400501665402, 0.000394615384615382, 0.000235936187591859, 0.00058173076923075, 0.000249092275148118, 0.000794807692307673, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 1, 1425, '2021-11-07 00:00:00', 0.00018694343035754, 0.000350384615384622, 0.000244613745761317, 0.00051673076923076, 0.000242285670549961, 0.000572884615384594, 0.000251715345945808, 0.000816153846153821, 0.0017379067426516, 0.00407961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 0, '2021-11-07 00:00:00', 0.00021130874240169, 0.00042423076923076, 0.000223166719327465, 0.000494230769230753, 0.000230584291278952, 0.00057865384615382, 0.000266909448776455, 0.000834423076923048, 0.00174101986026759, 0.00407307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 15, '2021-11-07 00:00:00', 0.000191965057584273, 0.000276200000000002, 0.000199717091573717, 0.000348399999999991, 0.00018752377627029, 0.000478799999999984, 0.000400262934415195, 0.000794999999999986, 0.00179791935303006, 0.0040584 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 30, '2021-11-07 00:00:00', 0.000137511514669389, 0.000238599999999991, 0.000161853328665202, 0.000400599999999978, 0.000169117069905258, 0.000446199999999988, 0.000395678952350677, 0.000775799999999989, 0.0018049636884621, 0.0040478 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 45, '2021-11-07 00:00:00', 0.000185932335362459, 0.000339999999999994, 0.000164059694420466, 0.00039979999999999, 0.000176556884128987, 0.000436599999999996, 0.000414920474308042, 0.000805599999999993, 0.00180690246001272, 0.0040456 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 60, '2021-11-07 00:00:00', 6.76452852413519e-05, 0.000251730769230766, 9.6377463053428e-05, 0.000288846153846159, 9.64008059334211e-05, 0.000326346153846165, 0.000400069801601971, 0.000785384615384611, 0.00178424812865683, 0.00401923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 75, '2021-11-07 00:00:00', 8.66922053101617e-05, 0.000141538461538462, 7.85437163916658e-05, 0.000186346153846149, 8.10953854325851e-05, 0.000257692307692301, 0.000372253428976301, 0.000771153846153847, 0.00178718321560882, 0.00401461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 90, '2021-11-07 00:00:00', 5.48284036440372e-05, 0.000133076923076924, 6.37338214765042e-05, 0.000175000000000011, 0.000100980005637062, 0.000269807692307696, 0.000359326934912822, 0.000779615384615389, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 105, '2021-11-07 00:00:00', 4.98412865619764e-05, 0.000121923076923086, 6.37534312802012e-05, 0.000192499999999997, 0.000105168728900084, 0.000272307692307691, 0.000371890389145037, 0.000812692307692307, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 120, '2021-11-07 00:00:00', 5.87789208684501e-05, 0.000155192307692304, 8.30690167177899e-05, 0.000217307692307685, 9.76311740882345e-05, 0.000269615384615383, 0.000351552819097464, 0.00082576923076923, 0.00178744157516138, 0.00401423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 135, '2021-11-07 00:00:00', 7.71564344991053e-05, 0.000141346153846149, 8.51019750290561e-05, 0.000197115384615378, 0.000121881562939661, 0.000363653846153837, 0.000339562218157426, 0.000827499999999998, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 150, '2021-11-07 00:00:00', 6.7159969762196e-05, 0.000132692307692306, 6.88836812202974e-05, 0.00019980769230769, 0.00013796153310028, 0.00042423076923076, 0.00031393311389529, 0.000829999999999993, 0.00178918804102696, 0.00401038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 165, '2021-11-07 00:00:00', 5.60181975927355e-05, 0.000155961538461544, 0.000105025454789991, 0.000317884615384597, 0.000144381572444465, 0.000440961538461519, 0.000295517603276266, 0.000864423076923069, 0.001790854716437, 0.00400884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 180, '2021-11-07 00:00:00', 9.04469670367788e-05, 0.000270576923076911, 0.000121767748666809, 0.000355769230769221, 0.000136800809714194, 0.000452692307692289, 0.000291111398186054, 0.000869615384615373, 0.00179173997941838, 0.00400692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 195, '2021-11-07 00:00:00', 8.75899537618296e-05, 0.000214999999999999, 0.000105334631605099, 0.000294230769230771, 0.000222076303588147, 0.000446730769230762, 0.000272986967848975, 0.00085173076923076, 0.00179210898535347, 0.00400615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 210, '2021-11-07 00:00:00', 7.64453047308051e-05, 0.000208269230769242, 9.73583784075779e-05, 0.000304423076923086, 0.000212819262430671, 0.000440961538461545, 0.000268322782082735, 0.000851346153846142, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 225, '2021-11-07 00:00:00', 9.31161392273904e-05, 0.000231153846153853, 0.000206304479984157, 0.000341538461538461, 0.000221211089581528, 0.000497115384615388, 0.000234549322351151, 0.000854230769230763, 0.00179504348565282, 0.00400134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 240, '2021-11-07 00:00:00', 0.000196422719193545, 0.000268269230769225, 0.000190839038096346, 0.000368461538461548, 0.000220761967181492, 0.000530384615384618, 0.000211405188787195, 0.000861923076923083, 0.00179716443321139, 0.00400500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 255, '2021-11-07 00:00:00', 0.000120591650431713, 0.000252884615384641, 0.000169055862410586, 0.000376730769230778, 0.000193903227251283, 0.000517307692307704, 0.000193929408251093, 0.000851153846153845, 0.00179692613606168, 0.00399346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 270, '2021-11-07 00:00:00', 0.00013002322277786, 0.000280961538461534, 0.000134783587222682, 0.000376153846153842, 0.000144007478438297, 0.000498076923076928, 0.000202466331484073, 0.000821153846153837, 0.00179612510271846, 0.00398576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 285, '2021-11-07 00:00:00', 7.86963492457993e-05, 0.000236346153846148, 8.70411043481912e-05, 0.00034307692307692, 0.000147588435027443, 0.000452884615384627, 0.000199629368118497, 0.000793269230769235, 0.00179936164962852, 0.00397288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 300, '2021-11-07 00:00:00', 7.18920130366486e-05, 0.000232692307692303, 8.68387099078686e-05, 0.000289807692307699, 0.00012434768254312, 0.000397884615384622, 0.000202245186307654, 0.000796346153846149, 0.00180156449104234, 0.00397115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 315, '2021-11-07 00:00:00', 6.50730358904531e-05, 0.000187500000000007, 0.0001247978365197, 0.000297500000000006, 0.000126065306640884, 0.000392307692307692, 0.000248217956333038, 0.000888076923076921, 0.0018082600327812, 0.00399288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 330, '2021-11-07 00:00:00', 9.00410162947157e-05, 0.000205769230769234, 9.06143561388634e-05, 0.000289807692307704, 0.000103993527905117, 0.000374423076923075, 0.000249446155743841, 0.000894230769230777, 0.00181121943622352, 0.00398538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 345, '2021-11-07 00:00:00', 6.83385238804008e-05, 0.000193076923076924, 7.84633672486522e-05, 0.000262499999999995, 0.000113076726844408, 0.000372115384615363, 0.000288795176286146, 0.000979423076923084, 0.00180781994721225, 0.00399019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 360, '2021-11-07 00:00:00', 7.38983189149787e-05, 0.000200192307692317, 9.36515637061875e-05, 0.000271153846153842, 0.000120354124917315, 0.00038134615384615, 0.000336498942734647, 0.00108846153846154, 0.00180842971620729, 0.00398903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 375, '2021-11-07 00:00:00', 6.82937659053574e-05, 0.000175961538461534, 9.84307644215611e-05, 0.000258846153846137, 0.000114072176881392, 0.00035769230769229, 0.000412567616835748, 0.00131403846153846, 0.00180719046716593, 0.00398423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 390, '2021-11-07 00:00:00', 9.97552774774927e-05, 0.000198653846153845, 9.57651373854769e-05, 0.000269807692307688, 0.000116860370330775, 0.000352884615384604, 0.000393009346140568, 0.00141788461538461, 0.00180736047445312, 0.00398326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 405, '2021-11-07 00:00:00', 6.36435385565595e-05, 0.00018749999999999, 7.88513694335144e-05, 0.000246538461538454, 0.000115021068304229, 0.000370384615384612, 0.000402878536763391, 0.00155134615384615, 0.0018072005550447, 0.00398461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 420, '2021-11-07 00:00:00', 6.27485825767137e-05, 0.000175769230769234, 6.9771329796274e-05, 0.000250961538461539, 0.000122939634968353, 0.000413076923076935, 0.000457967793627449, 0.0016775, 0.00180700190498389, 0.00398673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 435, '2021-11-07 00:00:00', 6.82689815813324e-05, 0.000189423076923071, 8.85750442367196e-05, 0.000288461538461537, 0.000175442407819602, 0.000464038461538457, 0.000474330621467288, 0.00181153846153847, 0.00180680142368092, 0.00399076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 450, '2021-11-07 00:00:00', 8.0863845681865e-05, 0.000209807692307696, 0.000118226640236195, 0.000311538461538461, 0.000180759615128869, 0.000450961538461534, 0.000520644164620953, 0.00199288461538462, 0.0018068675508055, 0.00398711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 465, '2021-11-07 00:00:00', 9.3766485729988e-05, 0.000203076923076925, 0.000126517253308052, 0.000326153846153839, 0.00015392168338278, 0.000461730769230762, 0.000539259071461802, 0.00207288461538462, 0.00180841559425329, 0.00398480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 480, '2021-11-07 00:00:00', 0.00010350789639146, 0.000233269230769217, 0.000127876292383867, 0.000317115384615387, 0.000150745327775526, 0.000506923076923063, 0.000553435181389827, 0.0021225, 0.00180752440136737, 0.00398230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 495, '2021-11-07 00:00:00', 6.60026223255163e-05, 0.000217115384615394, 9.75121294230455e-05, 0.000333846153846159, 0.000192429107825344, 0.000604807692307696, 0.000574620443289429, 0.00215557692307692, 0.00180530091248395, 0.00397576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 510, '2021-11-07 00:00:00', 8.33343589680592e-05, 0.000258846153846154, 9.25005197490428e-05, 0.000377115384615374, 0.000169777342875437, 0.000647884615384615, 0.000605975120078229, 0.00218538461538461, 0.00179523913127515, 0.00395846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 525, '2021-11-07 00:00:00', 8.05798695991486e-05, 0.000263653846153823, 0.00018504770694647, 0.000500576923076927, 0.000249286057495275, 0.000788461538461546, 0.000621374159547876, 0.00218461538461538, 0.00180331554685764, 0.00394519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 540, '2021-11-07 00:00:00', 0.000155189834123833, 0.000436730769230782, 0.000178314437053019, 0.00056096153846155, 0.000345687775979332, 0.000900961538461535, 0.000639126356834072, 0.0022575, 0.00180169125674057, 0.00394423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 555, '2021-11-07 00:00:00', 0.000121362933132235, 0.000379807692307674, 0.000248033496497181, 0.000621153846153837, 0.000406610567799407, 0.00106307692307691, 0.000787483943670266, 0.00227019230769231, 0.0018196139594811, 0.0039348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 570, '2021-11-07 00:00:00', 0.000217873728426504, 0.000500192307692309, 0.000297516450741022, 0.000684038461538459, 0.000377322602230297, 0.00112711538461539, 0.000830545233334946, 0.00233076923076922, 0.00182091351756792, 0.00390403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 585, '2021-11-07 00:00:00', 0.000186912155426423, 0.000471923076923081, 0.00033327973928125, 0.000840769230769226, 0.000375330059875498, 0.00119942307692307, 0.000843183824286533, 0.00233480769230769, 0.00177726133310604, 0.00386961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 600, '2021-11-07 00:00:00', 0.000207994914878669, 0.000716730769230763, 0.00024399976355599, 0.000916730769230771, 0.000402512541610618, 0.00127211538461538, 0.00104251589178075, 0.00246423076923077, 0.00176913534943355, 0.00392826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 615, '2021-11-07 00:00:00', 0.00020282476331892, 0.000583269230769247, 0.000305910746158708, 0.000845769230769237, 0.000420979626768145, 0.00118961538461539, 0.00109908523152386, 0.00241288461538462, 0.00176986818283604, 0.00396576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 630, '2021-11-07 00:00:00', 0.000187156043491495, 0.000575769230769232, 0.000305447276074843, 0.000850961538461545, 0.000434799379024402, 0.00124250000000001, 0.000998965387865809, 0.00237538461538463, 0.00168621998747312, 0.00394538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 974625 and enddate = '2021-11-07 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 974625, 2, 645, '2021-11-07 00:00:00', 0.000237881353749177, 0.000623461538461532, 0[...];
Date: 2021-11-07 14:54:56 Duration: 10s965ms Database: acaweb_fx User: pgperfstats
7 4s412ms 20s719ms 10s444ms 4 41s778ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Nov 07 14 4 41s778ms 10s444ms [ User: postgres - Total duration: 41s778ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:01:21 Duration: 20s719ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:16:13 Duration: 12s60ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-11-07 14:46:06 Duration: 4s585ms Database: acaweb_fx User: postgres
8 52ms 48s952ms 4s753ms 115 9m6s with rar_max as ( ;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Nov 07 14 115 9m6s 4s753ms [ User: postgres - Total duration: 9m6s - Times executed: 115 ]
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 48s952ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:02:59 Duration: 41s675ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-11-07 14:07:21 Duration: 32s528ms Database: acaweb_fx User: postgres Bind query: yes
9 94ms 18s556ms 4s486ms 8 35s892ms select fixcandlegaps (?, false);Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Nov 07 14 8 35s892ms 4s486ms [ User: postgres - Total duration: 35s892ms - Times executed: 8 ]
-
select fixcandlegaps ('EVERESTMT5', false);
Date: 2021-11-07 14:06:37 Duration: 18s556ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2021-11-07 14:06:18 Duration: 5s331ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-11-07 14:06:11 Duration: 5s23ms Database: acaweb_fx User: postgres
10 194ms 33s780ms 4s419ms 96 7m4s 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 #10
Day Hour Count Duration Avg duration Nov 07 14 96 7m4s 4s419ms [ User: postgres - Total duration: 7m4s - Times executed: 96 ]
-
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 = '627' 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 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: 2021-11-07 14:06:15 Duration: 33s780ms 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 = '660' 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 ('223' = 0 OR 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', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', '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', 'FCA.MI', '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', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', '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', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', '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', 'UCG.MI', 'UMI.br.', '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: 2021-11-07 14:11:38 Duration: 27s476ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:06:15 Duration: 25s314ms Database: acaweb_fx User: postgres Bind query: yes
11 2s178ms 3s683ms 2s857ms 141 6m42s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #11
Day Hour Count Duration Avg duration Nov 07 14 141 6m42s 2s857ms [ User: pgperfstats - Total duration: 6m42s - Times executed: 141 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970035, 5, 900, '2021-11-07 00:00:00', 0.0736777653394367, 0.0915185185185191, 0.080172374834538, 0.122074074074075, 0.114743638447203, 0.199888888888889, 0.250673400755154, 0.593, 0.394227182250376, 1.15192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 915, '2021-11-07 00:00:00', 0.0593651120121616, 0.0892962962962965, 0.0784176487490389, 0.138407407407407, 0.112312915032915, 0.199037037037037, 0.253773779288033, 0.625851851851852, 0.398407013176411, 1.16307407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 930, '2021-11-07 00:00:00', 0.0497605663162509, 0.105037037037036, 0.0821488295682304, 0.151259259259259, 0.099905653499387, 0.201296296296296, 0.253435775508693, 0.639333333333333, 0.4001113876249, 1.16225925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 945, '2021-11-07 00:00:00', 0.0747417776971707, 0.104555555555556, 0.0919955405831146, 0.137888888888888, 0.0985309328553461, 0.206037037037037, 0.255284657608436, 0.639444444444444, 0.40013132459616, 1.157 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 960, '2021-11-07 00:00:00', 0.0611324748982037, 0.0914444444444442, 0.059772217197607, 0.135777777777778, 0.0849820493866129, 0.216222222222222, 0.250060682094057, 0.639037037037037, 0.402743914874776, 1.15425925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 975, '2021-11-07 00:00:00', 0.0468179172851309, 0.104925925925926, 0.057238915497181, 0.160703703703704, 0.0820301348282632, 0.228407407407407, 0.244440969283767, 0.645185185185185, 0.416279153133247, 1.15244444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 990, '2021-11-07 00:00:00', 0.0490073254597507, 0.131222222222222, 0.0794243713807716, 0.179333333333333, 0.0751514330650981, 0.23774074074074, 0.249983970996114, 0.648296296296296, 0.436946690405603, 1.15577777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1005, '2021-11-07 00:00:00', 0.0536350705949076, 0.116518518518518, 0.0610510505170124, 0.162999999999999, 0.0686576626741302, 0.213518518518518, 0.253697730501356, 0.633, 0.447813313259849, 1.14392592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1020, '2021-11-07 00:00:00', 0.0380115067298661, 0.119518518518518, 0.0559910961582541, 0.161185185185185, 0.0672179980307304, 0.204481481481481, 0.259932442461257, 0.638481481481482, 0.455696408285403, 1.1432962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1035, '2021-11-07 00:00:00', 0.0402705593295894, 0.102222222222222, 0.057255935633279, 0.14462962962963, 0.0662752612700268, 0.192444444444445, 0.26363120121945, 0.641888888888889, 0.455554972899356, 1.14355555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1050, '2021-11-07 00:00:00', 0.0497764518291047, 0.108185185185185, 0.0650751045390578, 0.145, 0.0763085840518614, 0.206666666666666, 0.256417078114384, 0.639555555555556, 0.455344783427758, 1.15044444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1065, '2021-11-07 00:00:00', 0.0492703166476949, 0.100777777777778, 0.0520450987864593, 0.133, 0.220698076624245, 0.434222222222223, 0.248633123697206, 0.62825925925926, 0.460671669917293, 1.13781481481481 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1080, '2021-11-07 00:00:00', 0.0249538034714604, 0.0783333333333334, 0.0615862955118404, 0.125888888888889, 0.204642367498762, 0.451962962962963, 0.243978929313, 0.620222222222222, 0.458526936577287, 1.13551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 1095, '2021-11-07 00:00:00', 0.051018459315067, 0.0890370370370368, 0.205680075474737, 0.398296296296296, 0.205739254945771, 0.472555555555555, 0.243290272504177, 0.609814814814814, 0.460057131346276, 1.13755555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 600, '2021-11-07 00:00:00', 0.104115002983018, 0.218423076923077, 0.106154582494659, 0.275653846153846, 0.131969139749238, 0.364576923076923, 0.169730446930964, 0.501230769230769, 0.433275609567575, 1.15607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 615, '2021-11-07 00:00:00', 0.0838618277516427, 0.157384615384615, 0.109922637131058, 0.242884615384615, 0.110739666994957, 0.286923076923077, 0.141816783209886, 0.444, 0.441958438700362, 1.13630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 630, '2021-11-07 00:00:00', 0.079036865789618, 0.141884615384615, 0.0947253925829814, 0.1855, 0.109508419065174, 0.252576923076923, 0.131706182320871, 0.398961538461538, 0.436352632626412, 1.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 645, '2021-11-07 00:00:00', 0.0608171155059294, 0.111807692307692, 0.0731437362584533, 0.166384615384615, 0.0898077690660192, 0.240346153846154, 0.124821768318486, 0.380923076923077, 0.428013558376188, 1.11461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 660, '2021-11-07 00:00:00', 0.0552035673317754, 0.107076923076923, 0.064172459944938, 0.172769230769231, 0.0838652765772858, 0.228769230769231, 0.134220920070664, 0.367153846153846, 0.414113050339564, 1.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 675, '2021-11-07 00:00:00', 0.0425889115218433, 0.112846153846154, 0.0597495928534564, 0.152576923076924, 0.0801538616565763, 0.212807692307692, 0.127999837740282, 0.346961538461538, 0.410476535448552, 1.10388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 690, '2021-11-07 00:00:00', 0.043050042437216, 0.100884615384616, 0.0544492000365052, 0.148653846153846, 0.0892042858577132, 0.203730769230769, 0.122170398026061, 0.330615384615385, 0.400314670458898, 1.09665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 705, '2021-11-07 00:00:00', 0.0446421153344962, 0.104038461538462, 0.0747145130582977, 0.143538461538462, 0.0959027391924514, 0.193153846153847, 0.128536974626579, 0.330923076923077, 0.506823738136309, 1.27430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 720, '2021-11-07 00:00:00', 0.0442784371901268, 0.0924999999999996, 0.0604482741370986, 0.134076923076923, 0.0714187758118376, 0.178807692307692, 0.118400909559916, 0.328153846153846, 0.522121954513135, 1.29015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 735, '2021-11-07 00:00:00', 0.046625974933094, 0.0973076923076929, 0.0577079250656667, 0.13173076923077, 0.0803028977348602, 0.189346153846154, 0.119314039408613, 0.329, 0.519624043086775, 1.29111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 750, '2021-11-07 00:00:00', 0.0389368127177278, 0.0843461538461536, 0.0452963744516216, 0.119192307692308, 0.0683539206010784, 0.179461538461538, 0.135977079516535, 0.324615384615384, 0.551803303862751, 1.31038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 765, '2021-11-07 00:00:00', 0.0300160213629578, 0.0818076923076924, 0.0499299355250783, 0.126038461538462, 0.0711185900180385, 0.167423076923077, 0.142271917332756, 0.324538461538461, 0.556437234002736, 1.31265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 780, '2021-11-07 00:00:00', 0.0413127657677944, 0.0857692307692307, 0.0505726742877556, 0.125653846153846, 0.058986895545993, 0.157423076923077, 0.147620183110368, 0.334961538461538, 0.554870745863742, 1.31523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 795, '2021-11-07 00:00:00', 0.0389228032827109, 0.0807692307692307, 0.0468310383596836, 0.113884615384615, 0.0710013651006359, 0.159076923076923, 0.152082083099884, 0.346, 0.554527668727735, 1.31515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 810, '2021-11-07 00:00:00', 0.032462356898177, 0.0772692307692305, 0.0372539724262858, 0.105538461538461, 0.0596082596238522, 0.148769230769231, 0.153494996159985, 0.349076923076924, 0.555509641265084, 1.31619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 825, '2021-11-07 00:00:00', 0.0259063401803198, 0.0734615384615382, 0.0593544762099186, 0.111076923076923, 0.0530401299453095, 0.135846153846154, 0.156528060890544, 0.344076923076923, 0.553255912408883, 1.32323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 840, '2021-11-07 00:00:00', 0.0494856156256153, 0.0818846153846154, 0.0448135453423832, 0.107423076923076, 0.0436829310090164, 0.135038461538461, 0.154403347911092, 0.349076923076923, 0.554998823283577, 1.33057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 855, '2021-11-07 00:00:00', 0.0287016483043151, 0.0702307692307688, 0.0299815584343748, 0.0954230769230763, 0.0597665329556469, 0.140038461538461, 0.150717754556196, 0.355192307692308, 0.561828318972976, 1.3445 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 870, '2021-11-07 00:00:00', 0.028299850502459, 0.0738076923076919, 0.0378739813267431, 0.103038461538461, 0.0579661970462092, 0.149, 0.157290427113472, 0.364961538461538, 0.566193519512951, 1.35730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 885, '2021-11-07 00:00:00', 0.0321747392554134, 0.0744230769230769, 0.0582948077909568, 0.10673076923077, 0.0830373132068669, 0.161346153846154, 0.161343093580586, 0.497923076923077, 0.568700570125913, 1.36653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 900, '2021-11-07 00:00:00', 0.0521589287289708, 0.0790769230769233, 0.0515505577079431, 0.1055, 0.087966497118986, 0.187230769230769, 0.174342779074399, 0.516730769230769, 0.573738194113496, 1.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 915, '2021-11-07 00:00:00', 0.0219529917358395, 0.062576923076923, 0.0505980388796001, 0.110807692307692, 0.0779656038559015, 0.176346153846154, 0.201832619152223, 0.540384615384615, 0.56621105198028, 1.37734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 930, '2021-11-07 00:00:00', 0.045717190841756, 0.0796923076923079, 0.0619439945558761, 0.134538461538461, 0.0948839371994099, 0.179807692307693, 0.211154544205095, 0.545192307692308, 0.56502200365595, 1.37523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 945, '2021-11-07 00:00:00', 0.0503678927034333, 0.0947307692307689, 0.0527318324529511, 0.117615384615384, 0.0933738968630128, 0.183269230769231, 0.228616750177099, 0.551461538461539, 0.562518900879032, 1.37792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 960, '2021-11-07 00:00:00', 0.0378465118807325, 0.0760384615384616, 0.0758125217990961, 0.123461538461539, 0.0902152980375281, 0.198, 0.234627787061844, 0.570961538461539, 0.561204985174415, 1.38034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 975, '2021-11-07 00:00:00', 0.0551043206458998, 0.0946153846153845, 0.0689838777151249, 0.142846153846154, 0.0845836863703634, 0.212, 0.228285263515763, 0.584807692307692, 0.558682302730824, 1.38365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 990, '2021-11-07 00:00:00', 0.0476069969000997, 0.112884615384616, 0.0681684339310753, 0.161153846153846, 0.0884410277225188, 0.213846153846154, 0.221486714308972, 0.593269230769231, 0.556527902403686, 1.38311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1005, '2021-11-07 00:00:00', 0.0484792263203057, 0.110653846153846, 0.0669305150596792, 0.157423076923077, 0.0945378149818287, 0.215961538461539, 0.229129845620002, 0.604615384615384, 0.558368950260833, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1020, '2021-11-07 00:00:00', 0.0557738427801201, 0.118192307692308, 0.0762885614976755, 0.158230769230769, 0.0972938846999134, 0.2245, 0.243968122129479, 0.615730769230769, 0.560506700707906, 1.38619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1035, '2021-11-07 00:00:00', 0.0495194289764517, 0.109576923076923, 0.0777522693213219, 0.158153846153846, 0.0898821792895913, 0.210384615384615, 0.247496128951856, 0.601576923076922, 0.559390620366347, 1.38188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1050, '2021-11-07 00:00:00', 0.0557264334460352, 0.106346153846153, 0.0658427030008758, 0.144307692307692, 0.0865255942570662, 0.187961538461538, 0.249132121265311, 0.595423076923077, 0.551244629487183, 1.37219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1065, '2021-11-07 00:00:00', 0.043696664192344, 0.0810384615384616, 0.0446729827145605, 0.112346153846154, 0.155014366579856, 0.358576923076923, 0.244285284043063, 0.5915, 0.544838467240168, 1.37865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1080, '2021-11-07 00:00:00', 0.0423550015210267, 0.0841153846153847, 0.0511836512359775, 0.113615384615384, 0.165968676377386, 0.384807692307693, 0.250863321659118, 0.596384615384615, 0.54593635160154, 1.3785 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 1, 1095, '2021-11-07 00:00:00', 0.0261648325341185, 0.074961538461538, 0.161441263431818, 0.324807692307692, 0.190131812577081, 0.418115384615384, 0.25139078068892, 0.59226923076923, 0.557695760732016, 1.38380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 600, '2021-11-07 00:00:00', 0.0716266387918307, 0.210153846153846, 0.0871931983938761, 0.257576923076923, 0.121829363645034, 0.334923076923077, 0.200732213504612, 0.503692307692307, 0.499769940918973, 1.33607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 615, '2021-11-07 00:00:00', 0.0727122146124445, 0.147884615384615, 0.0949294231764594, 0.224346153846154, 0.113328175599077, 0.275653846153846, 0.184135806905163, 0.458346153846154, 0.488861548749903, 1.32357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 630, '2021-11-07 00:00:00', 0.0652492027655393, 0.153538461538462, 0.0710443848265623, 0.197769230769231, 0.11428068683997, 0.261653846153846, 0.178378581846416, 0.441038461538461, 0.491154396843255, 1.32080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 645, '2021-11-07 00:00:00', 0.0456711489471616, 0.118576923076923, 0.0664980740033415, 0.173923076923077, 0.0773740664166367, 0.233884615384615, 0.171831442452726, 0.421730769230769, 0.520426365145408, 1.32219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 660, '2021-11-07 00:00:00', 0.0491471417120213, 0.113192307692308, 0.0686894012650702, 0.166923076923077, 0.0802258446751804, 0.222884615384616, 0.165068452001446, 0.401923076923077, 0.513798183965411, 1.31157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 675, '2021-11-07 00:00:00', 0.0442640329769514, 0.123230769230769, 0.0575371050847924, 0.159038461538462, 0.100727148582388, 0.225038461538461, 0.15209117204948, 0.383730769230769, 0.513122423538927, 1.31030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 690, '2021-11-07 00:00:00', 0.0372303432906338, 0.0985384615384617, 0.0520124393405448, 0.139423076923077, 0.0867259255000836, 0.214115384615385, 0.135525036006693, 0.356653846153846, 0.511387229466613, 1.31146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 705, '2021-11-07 00:00:00', 0.043569096316612, 0.097115384615385, 0.0611662048469956, 0.151769230769231, 0.0866968547029508, 0.214230769230769, 0.126700810512859, 0.347153846153846, 0.520629518356975, 1.36984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 720, '2021-11-07 00:00:00', 0.047652927910691, 0.100192307692308, 0.0647873800626677, 0.14426923076923, 0.102491553122871, 0.212038461538461, 0.126761265619819, 0.331538461538461, 0.543040994344314, 1.39080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 735, '2021-11-07 00:00:00', 0.0454172451151111, 0.0943846153846154, 0.0608534683923979, 0.136769230769231, 0.106108079877946, 0.204730769230769, 0.119081646199313, 0.321961538461538, 0.543720602742028, 1.39357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 750, '2021-11-07 00:00:00', 0.0478048597465213, 0.0937692307692309, 0.0797137281874232, 0.145038461538462, 0.105542911433436, 0.201115384615384, 0.111189567855982, 0.306, 0.548062337835621, 1.39761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 765, '2021-11-07 00:00:00', 0.0405381491740994, 0.0953076923076925, 0.0605265739476981, 0.130115384615384, 0.0763849864426654, 0.178884615384615, 0.0852299333477475, 0.297307692307692, 0.555484603400837, 1.39476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 780, '2021-11-07 00:00:00', 0.037811434981823, 0.0782307692307693, 0.0447877902317833, 0.121884615384615, 0.0700804921830275, 0.166346153846154, 0.111683130053117, 0.321807692307693, 0.554117826959074, 1.39638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 795, '2021-11-07 00:00:00', 0.0334664240465212, 0.0861923076923077, 0.0477777547207257, 0.119076923076923, 0.0667394589775445, 0.151653846153846, 0.139667957891345, 0.336461538461539, 0.551706956774923, 1.39738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 810, '2021-11-07 00:00:00', 0.0323320512566331, 0.0818076923076925, 0.0570953992488419, 0.110269230769231, 0.0682443122453892, 0.158384615384615, 0.170804863919215, 0.346692307692308, 0.550852776645867, 1.39969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 825, '2021-11-07 00:00:00', 0.036913391357859, 0.0750384615384621, 0.0371106453729927, 0.103, 0.0716554147398398, 0.157461538461539, 0.196929772722703, 0.354846153846154, 0.546281049108776, 1.40423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 840, '2021-11-07 00:00:00', 0.025570415597838, 0.0746153846153841, 0.0584898150239719, 0.117538461538461, 0.064690172835899, 0.146461538461538, 0.199200061785594, 0.363769230769231, 0.53724690212802, 1.41307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 855, '2021-11-07 00:00:00', 0.0429212516843793, 0.0829230769230773, 0.0501982684347395, 0.111884615384616, 0.0516453736106603, 0.134269230769231, 0.198130120414299, 0.357230769230769, 0.528359541046989, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 870, '2021-11-07 00:00:00', 0.041453365827898, 0.0803076923076929, 0.0471527305678052, 0.0995000000000003, 0.0489857750152649, 0.135615384615385, 0.197358556946488, 0.358, 0.525329399959243, 1.42753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 885, '2021-11-07 00:00:00', 0.0281418658831397, 0.0697307692307693, 0.027780125712736, 0.092153846153846, 0.0567774061238609, 0.147923076923077, 0.247798454083462, 0.515923076923077, 0.526458577521683, 1.42807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 900, '2021-11-07 00:00:00', 0.0265432013604531, 0.0706923076923073, 0.0408294765316201, 0.105384615384615, 0.0548043934229871, 0.148807692307692, 0.260733725061825, 0.547346153846154, 0.538957804827628, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 915, '2021-11-07 00:00:00', 0.0442250364177781, 0.079576923076923, 0.0608812336880962, 0.118730769230769, 0.0593148703627839, 0.151423076923077, 0.256179660514917, 0.553538461538462, 0.554293368588817, 1.44146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 930, '2021-11-07 00:00:00', 0.0448124295944088, 0.0810769230769231, 0.0410957605898901, 0.101307692307692, 0.0484866357479445, 0.145923076923077, 0.249441459141141, 0.571807692307692, 0.554421179804113, 1.44526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 945, '2021-11-07 00:00:00', 0.0204602428739622, 0.0693076923076924, 0.0404438452101751, 0.100769230769231, 0.0660325793715608, 0.185692307692308, 0.253255750940853, 0.596346153846154, 0.558579507459633, 1.45288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 960, '2021-11-07 00:00:00', 0.0340652992851168, 0.0757307692307695, 0.0348643304605371, 0.115192307692308, 0.103987669387362, 0.245653846153846, 0.2531572603374, 0.618038461538462, 0.560280067328969, 1.45807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 975, '2021-11-07 00:00:00', 0.0270410798600946, 0.0834999999999998, 0.0561574709051389, 0.155692307692308, 0.13179301370535, 0.259038461538462, 0.249798506493041, 0.623423076923077, 0.565387879111459, 1.46042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 990, '2021-11-07 00:00:00', 0.0528608041499996, 0.128769230769231, 0.100791269463183, 0.207, 0.165322123792869, 0.26473076923077, 0.253210611638126, 0.632423076923077, 0.563001221477019, 1.46684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1005, '2021-11-07 00:00:00', 0.0810283995797863, 0.144192307692308, 0.107371017433083, 0.187153846153846, 0.171161390326386, 0.235307692307692, 0.237388004362866, 0.622769230769231, 0.559814738586312, 1.46330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1020, '2021-11-07 00:00:00', 0.0560684746194676, 0.113923076923077, 0.0776446045478026, 0.157269230769231, 0.111425373439598, 0.202423076923077, 0.218251319495527, 0.595038461538461, 0.563569219009861, 1.44976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1035, '2021-11-07 00:00:00', 0.0402207179678105, 0.104115384615385, 0.0679310057224354, 0.132307692307692, 0.0704358846480536, 0.170576923076923, 0.225105787097123, 0.583846153846154, 0.559491880741253, 1.45226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1050, '2021-11-07 00:00:00', 0.0442318367764143, 0.0941538461538458, 0.0537884889029385, 0.127192307692308, 0.0685511600081398, 0.170692307692308, 0.231224353255581, 0.588307692307692, 0.55781388128465, 1.45038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1065, '2021-11-07 00:00:00', 0.0395856228757561, 0.0843076923076923, 0.0511608624453685, 0.115923076923077, 0.179487492600459, 0.355, 0.241924285676325, 0.585999999999999, 0.557544403198939, 1.45080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1080, '2021-11-07 00:00:00', 0.0426039362572914, 0.0831538461538464, 0.0607434453570605, 0.120384615384615, 0.184821431491214, 0.398807692307692, 0.239975870581895, 0.586461538461538, 0.562459813265322, 1.45319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 2, 1095, '2021-11-07 00:00:00', 0.038059083622098, 0.0794230769230768, 0.168432721103892, 0.332307692307692, 0.17369375348584, 0.4, 0.250934045885797, 0.587846153846153, 0.542100894668142, 1.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 600, '2021-11-07 00:00:00', 0.103066968520472, 0.242, 0.13655414254483, 0.319923076923077, 0.153134958074945, 0.369653846153847, 0.233595577539802, 0.543576923076923, 0.524401889335328, 1.43369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 615, '2021-11-07 00:00:00', 0.0718985717200602, 0.175269230769231, 0.0659729081925647, 0.199769230769232, 0.110722383255808, 0.306384615384616, 0.221865059473962, 0.464769230769231, 0.535514251767545, 1.41507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 630, '2021-11-07 00:00:00', 0.0365642111696877, 0.110307692307692, 0.0996598291111395, 0.190807692307693, 0.121386483850297, 0.299038461538462, 0.203388707046006, 0.445384615384615, 0.538368979847036, 1.40603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 645, '2021-11-07 00:00:00', 0.0928565229057918, 0.146423076923077, 0.0991657896966175, 0.222423076923077, 0.118222326408925, 0.277038461538461, 0.20172117847701, 0.428076923076922, 0.54208556945872, 1.40226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 660, '2021-11-07 00:00:00', 0.067817503980564, 0.145423076923077, 0.0868324026723093, 0.193115384615385, 0.110878790369692, 0.238115384615384, 0.195311711413792, 0.399230769230769, 0.54957053582425, 1.39142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 675, '2021-11-07 00:00:00', 0.0585905741959862, 0.117846153846154, 0.0621171597745864, 0.155692307692307, 0.117308226480499, 0.2325, 0.180232465273217, 0.369307692307692, 0.55091294998533, 1.38003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 690, '2021-11-07 00:00:00', 0.0449632499509752, 0.103423076923077, 0.0599429600665373, 0.149961538461538, 0.0992354542722278, 0.225653846153846, 0.130250533735803, 0.357192307692307, 0.551681827198919, 1.37396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 705, '2021-11-07 00:00:00', 0.0447055322682175, 0.101769230769231, 0.069572375154334, 0.166346153846154, 0.103193895168271, 0.2295, 0.131308702623304, 0.350846153846154, 0.676520668852486, 1.40715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 720, '2021-11-07 00:00:00', 0.0396035157724471, 0.116038461538461, 0.0523144339546938, 0.149999999999999, 0.0843973842102848, 0.212038461538461, 0.12314381835886, 0.341, 0.660080051089377, 1.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 735, '2021-11-07 00:00:00', 0.0417056535551421, 0.101192307692308, 0.0600268785948941, 0.148115384615385, 0.0758281863567489, 0.208076923076923, 0.125179477305433, 0.340307692307692, 0.661810988587667, 1.41976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 750, '2021-11-07 00:00:00', 0.0599819972991898, 0.0999999999999998, 0.0755607956956106, 0.148923076923077, 0.0897983381720481, 0.191692307692307, 0.126469893042391, 0.336923076923077, 0.660511214602284, 1.42476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 765, '2021-11-07 00:00:00', 0.0568112258679164, 0.105653846153845, 0.0798687769936511, 0.146692307692307, 0.0985358037232386, 0.177230769230769, 0.140709914362848, 0.34, 0.65534067359011, 1.42303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 780, '2021-11-07 00:00:00', 0.0342997869470848, 0.0936538461538462, 0.0679651041683552, 0.129153846153846, 0.082125054735961, 0.164730769230769, 0.142579446139822, 0.343461538461539, 0.640059777256421, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 795, '2021-11-07 00:00:00', 0.0580131550068269, 0.0993846153846155, 0.0797768426009989, 0.126769230769231, 0.0789497600717353, 0.158230769230769, 0.199279135501321, 0.374576923076923, 0.641960391780821, 1.41923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 810, '2021-11-07 00:00:00', 0.0428341524415346, 0.0762692307692307, 0.0466887731522425, 0.106192307692308, 0.061141764650813, 0.148346153846153, 0.204612207320617, 0.377653846153846, 0.636410139889244, 1.42088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 825, '2021-11-07 00:00:00', 0.0263953375836311, 0.075076923076923, 0.0404051215337098, 0.107423076923077, 0.0552153824720836, 0.149461538461538, 0.203892509388196, 0.378653846153846, 0.634973449475222, 1.42180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 840, '2021-11-07 00:00:00', 0.0298123361146922, 0.0798461538461541, 0.0403670086161381, 0.106153846153846, 0.0691975099596468, 0.158846153846153, 0.203068359085158, 0.374961538461538, 0.634485333527529, 1.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 855, '2021-11-07 00:00:00', 0.0297122870206922, 0.0765, 0.0518961092361089, 0.112384615384616, 0.0688915424082274, 0.156730769230769, 0.202672589319667, 0.369538461538462, 0.634735187666116, 1.42496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 870, '2021-11-07 00:00:00', 0.0303255414055289, 0.0739615384615384, 0.0526249575187109, 0.107115384615384, 0.0720173162937488, 0.163576923076923, 0.203570664351756, 0.367153846153846, 0.635944560960612, 1.42426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 885, '2021-11-07 00:00:00', 0.0306477756753433, 0.0766153846153845, 0.0527906751672622, 0.117846153846154, 0.081607503425755, 0.170769230769231, 0.34523595721455, 0.608115384615385, 0.613082847959017, 1.45646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 900, '2021-11-07 00:00:00', 0.0532550467092085, 0.0855000000000001, 0.0709733319363957, 0.127576923076923, 0.0766905871267528, 0.176384615384616, 0.352480729424156, 0.633230769230769, 0.617255882608975, 1.46023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 915, '2021-11-07 00:00:00', 0.0378013430774825, 0.0896923076923079, 0.0556245103694954, 0.118384615384616, 0.0598213879940818, 0.174961538461539, 0.337755926896696, 0.632884615384616, 0.619437443293386, 1.45388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 930, '2021-11-07 00:00:00', 0.0438417433679187, 0.081538461538462, 0.05221413012409, 0.124653846153847, 0.076512050332963, 0.178576923076923, 0.359893447906674, 0.653576923076923, 0.616930801505448, 1.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 945, '2021-11-07 00:00:00', 0.0449274457833452, 0.0913461538461541, 0.0626547683740036, 0.1265, 0.102978414467081, 0.200076923076923, 0.36045608075582, 0.664115384615385, 0.619753594956527, 1.44396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 960, '2021-11-07 00:00:00', 0.0393148239804705, 0.0821538461538459, 0.0615754696412333, 0.134461538461539, 0.0934984409577962, 0.206038461538462, 0.354343327644467, 0.663076923076923, 0.619908787335189, 1.44076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 975, '2021-11-07 00:00:00', 0.0464125480380532, 0.100730769230769, 0.0719917944042132, 0.157538461538462, 0.136820376350219, 0.234846153846154, 0.353066670539934, 0.654923076923077, 0.623044347106639, 1.43846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 990, '2021-11-07 00:00:00', 0.0519149748664547, 0.125269230769231, 0.0711437980431185, 0.164, 0.142008645457294, 0.255153846153846, 0.354136160254781, 0.6545, 0.62831176607208, 1.43465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1005, '2021-11-07 00:00:00', 0.0397676521037658, 0.109884615384615, 0.106304070404738, 0.176346153846153, 0.121870019030365, 0.241692307692308, 0.355877256281519, 0.661692307692307, 0.631498663132759, 1.42680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1020, '2021-11-07 00:00:00', 0.0805505670132362, 0.120076923076923, 0.107910076523857, 0.182769230769231, 0.0993785381566552, 0.210423076923077, 0.374430827544134, 0.657730769230769, 0.633719138225955, 1.42188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1035, '2021-11-07 00:00:00', 0.0557072153868224, 0.119423076923077, 0.0519287825924933, 0.149038461538462, 0.0610396088302818, 0.188076923076923, 0.393903564926161, 0.667538461538461, 0.634232177821826, 1.41115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1050, '2021-11-07 00:00:00', 0.0328781667091377, 0.0975769230769226, 0.0342276766105125, 0.123423076923077, 0.0623717391624911, 0.166923076923077, 0.386047149372278, 0.673192307692307, 0.630390795764513, 1.40434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1065, '2021-11-07 00:00:00', 0.0336190422231205, 0.0879999999999999, 0.0488753044452449, 0.128346153846154, 0.333078489248406, 0.474, 0.390940294477499, 0.678923076923077, 0.628757818119309, 1.39792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1080, '2021-11-07 00:00:00', 0.0349067549116433, 0.0878076923076928, 0.0432125515953945, 0.108730769230769, 0.328921912640956, 0.500230769230769, 0.380003149784517, 0.681923076923077, 0.62051332100001, 1.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 3, 1095, '2021-11-07 00:00:00', 0.029463510679117, 0.0674615384615384, 0.325646502538235, 0.444269230769231, 0.322090548663667, 0.498807692307692, 0.375082606286218, 0.688807692307693, 0.621112972506118, 1.38926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 600, '2021-11-07 00:00:00', 0.0805179769702685, 0.244769230769231, 0.108567008730164, 0.299346153846154, 0.147789168958819, 0.359961538461539, 0.169280431873813, 0.54223076923077, 0.500598775314277, 1.28942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 615, '2021-11-07 00:00:00', 0.100634296035007, 0.209692307692307, 0.100117108351247, 0.238653846153846, 0.120598073718511, 0.306846153846154, 0.173099264540943, 0.506653846153846, 0.489178432130382, 1.26953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 630, '2021-11-07 00:00:00', 0.0440361390049301, 0.147307692307693, 0.0856641384441859, 0.20423076923077, 0.0982300283087537, 0.265538461538462, 0.175308979979744, 0.467038461538462, 0.487587204034788, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 645, '2021-11-07 00:00:00', 0.068108736590837, 0.13, 0.0808241015082471, 0.188846153846154, 0.0873933723943731, 0.238192307692308, 0.181537116357468, 0.45073076923077, 0.478850643167093, 1.23753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 660, '2021-11-07 00:00:00', 0.0491569542775608, 0.128615384615385, 0.0559443817210798, 0.170576923076923, 0.0791479627027759, 0.226, 0.185007043524959, 0.450615384615385, 0.466825411278547, 1.23373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 675, '2021-11-07 00:00:00', 0.0371222512579929, 0.109307692307692, 0.053027670570692, 0.150423076923077, 0.0876869694731471, 0.238269230769231, 0.185153894410527, 0.449269230769231, 0.452035151798551, 1.22653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 690, '2021-11-07 00:00:00', 0.0487653723297744, 0.109307692307692, 0.0656237410135642, 0.164346153846154, 0.0926080242411323, 0.239384615384616, 0.176727865549094, 0.445461538461539, 0.448614016036744, 1.23215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 705, '2021-11-07 00:00:00', 0.055200501669961, 0.113846153846154, 0.0716403410205344, 0.172538461538461, 0.108704652791228, 0.228692307692308, 0.176197917563875, 0.433115384615385, 0.413836370487735, 1.25769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 720, '2021-11-07 00:00:00', 0.0656054993004512, 0.124807692307693, 0.0836650188825377, 0.162346153846154, 0.11256467542638, 0.238384615384616, 0.174725195224254, 0.430423076923077, 0.404539411410824, 1.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 735, '2021-11-07 00:00:00', 0.0381662960456758, 0.0991153846153847, 0.0698128927920912, 0.15, 0.0999509802930341, 0.239038461538462, 0.169034038447427, 0.442884615384616, 0.382771295443356, 1.25823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 750, '2021-11-07 00:00:00', 0.0503499293407191, 0.106653846153846, 0.0684275810339213, 0.169576923076924, 0.0892189096893358, 0.225576923076923, 0.159759362311427, 0.440423076923077, 0.383827741812151, 1.25115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 765, '2021-11-07 00:00:00', 0.0513427097663709, 0.107923076923077, 0.0627714780894832, 0.151538461538461, 0.0784812471476222, 0.203884615384616, 0.183847867710068, 0.425038461538461, 0.384357637944342, 1.24492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 780, '2021-11-07 00:00:00', 0.0354646519574288, 0.0966923076923075, 0.0515163902223209, 0.133538461538461, 0.0646314165093111, 0.181500000000001, 0.193290232154017, 0.417923076923077, 0.372958370537311, 1.25288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 795, '2021-11-07 00:00:00', 0.0484328559808476, 0.0973076923076923, 0.0554063728631116, 0.139884615384616, 0.0830546437362405, 0.196923076923077, 0.201462441622789, 0.429653846153846, 0.36901365619925, 1.25696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 810, '2021-11-07 00:00:00', 0.0564379168780926, 0.100038461538462, 0.0545885871419465, 0.127923076923077, 0.101445529150453, 0.183346153846154, 0.21760349261903, 0.447, 0.366939837869077, 1.25473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 825, '2021-11-07 00:00:00', 0.0299133106467031, 0.0776153846153849, 0.0800637150120978, 0.130961538461538, 0.107509462910874, 0.187730769230769, 0.229770306711189, 0.456923076923077, 0.373078576998713, 1.25376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 840, '2021-11-07 00:00:00', 0.0664643802811234, 0.109076923076922, 0.0904650548767096, 0.144615384615384, 0.114649137002354, 0.20276923076923, 0.22048967880955, 0.455538461538462, 0.368767143538909, 1.25538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 855, '2021-11-07 00:00:00', 0.0517819837989416, 0.0964230769230767, 0.0613563237290048, 0.137961538461538, 0.0903251562199251, 0.200076923076923, 0.189127844429268, 0.455692307692308, 0.361563853281823, 1.2485 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 870, '2021-11-07 00:00:00', 0.0356563296786677, 0.0945769230769228, 0.0591027918122317, 0.1375, 0.0879472656679079, 0.188807692307692, 0.186154790843121, 0.454384615384616, 0.354537436452279, 1.24807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 885, '2021-11-07 00:00:00', 0.0466912609184398, 0.0949230769230765, 0.0619684286862763, 0.128615384615385, 0.0662576439712082, 0.174346153846153, 0.29735356835825, 0.596230769230769, 0.349097429644813, 1.24784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 900, '2021-11-07 00:00:00', 0.0318754547478868, 0.0817307692307695, 0.045079212333573, 0.120153846153847, 0.0554482294924385, 0.178115384615385, 0.315262313246995, 0.625615384615385, 0.349860123697809, 1.24311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 915, '2021-11-07 00:00:00', 0.0376935007660471, 0.083, 0.0489761637471192, 0.123230769230769, 0.102954717454587, 0.207076923076923, 0.316318644116, 0.63573076923077, 0.349917168220402, 1.24423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 930, '2021-11-07 00:00:00', 0.042897606173126, 0.0937307692307691, 0.0580560074410907, 0.1415, 0.108275545928681, 0.226076923076923, 0.314945331031374, 0.648807692307692, 0.352398928226782, 1.24026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 945, '2021-11-07 00:00:00', 0.0476820882351174, 0.107307692307693, 0.109882734697565, 0.164153846153846, 0.126601427868968, 0.241192307692308, 0.335103862200272, 0.659961538461539, 0.349696518976977, 1.23515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 960, '2021-11-07 00:00:00', 0.0729857414947496, 0.108038461538462, 0.0739275737045797, 0.163615384615384, 0.10485577640814, 0.242576923076923, 0.332288104835826, 0.666230769230769, 0.353018214827507, 1.2255 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 975, '2021-11-07 00:00:00', 0.0425613042021103, 0.109769230769231, 0.0677689740674436, 0.175923076923077, 0.099484246916863, 0.253346153846154, 0.331728139387569, 0.674038461538462, 0.35921439066599, 1.22453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 990, '2021-11-07 00:00:00', 0.0512649828005283, 0.136538461538462, 0.0689972128757052, 0.179153846153847, 0.112890232595139, 0.260269230769231, 0.332852168618211, 0.673384615384615, 0.368290621029727, 1.21830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1005, '2021-11-07 00:00:00', 0.0476909441492422, 0.123884615384615, 0.0735766371782615, 0.185807692307692, 0.109651623159616, 0.262961538461539, 0.328775630764531, 0.681153846153846, 0.367013261131194, 1.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1020, '2021-11-07 00:00:00', 0.0449099098195486, 0.1325, 0.0676461494725426, 0.186192307692308, 0.0873663286662282, 0.232653846153847, 0.322962567490414, 0.6755, 0.364057681397626, 1.20834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1035, '2021-11-07 00:00:00', 0.0480815333174166, 0.128923076923077, 0.0638248082946292, 0.168384615384616, 0.0796652708814542, 0.217346153846154, 0.322324175087991, 0.669923076923077, 0.36091671530232, 1.20665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1050, '2021-11-07 00:00:00', 0.0507600691034264, 0.110230769230769, 0.0580746469243217, 0.13823076923077, 0.0838279281532215, 0.201807692307692, 0.312447017046953, 0.664538461538462, 0.354730495750485, 1.19873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1065, '2021-11-07 00:00:00', 0.0367219908962553, 0.0942307692307692, 0.0633136271636322, 0.139846153846154, 0.306906921495001, 0.435461538461538, 0.31083697433765, 0.661769230769231, 0.346999046773242, 1.19946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1080, '2021-11-07 00:00:00', 0.0423709080166319, 0.087423076923077, 0.0519880607595485, 0.123961538461539, 0.32613203555521, 0.46476923076923, 0.300515321508802, 0.671461538461538, 0.335534826806399, 1.1985 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 4, 1095, '2021-11-07 00:00:00', 0.0288836392337363, 0.0812307692307694, 0.300248932618355, 0.405307692307692, 0.325205679295663, 0.472576923076923, 0.302927310397421, 0.677653846153846, 0.333730282621253, 1.19869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 600, '2021-11-07 00:00:00', 0.148927654093678, 0.297615384615385, 0.18297914130809, 0.349615384615385, 0.194172453088643, 0.394307692307692, 0.194865239430899, 0.608692307692307, 0.318000590226835, 1.16615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 615, '2021-11-07 00:00:00', 0.11561658784368, 0.194653846153846, 0.121710577253518, 0.235230769230769, 0.129157054067459, 0.296769230769231, 0.210841128669104, 0.553307692307692, 0.320723684093429, 1.14880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 630, '2021-11-07 00:00:00', 0.071622385843018, 0.146615384615385, 0.0962217950682371, 0.200076923076923, 0.105866832170639, 0.263115384615385, 0.222506311060021, 0.523461538461538, 0.32029486655028, 1.13280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 645, '2021-11-07 00:00:00', 0.0646184541395459, 0.134769230769231, 0.0856484406432214, 0.174846153846154, 0.112416704206338, 0.253653846153846, 0.221019804194452, 0.496923076923077, 0.306154048704997, 1.12169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 660, '2021-11-07 00:00:00', 0.0488770041886936, 0.118192307692308, 0.072836560979941, 0.176730769230769, 0.118127623291995, 0.252846153846154, 0.216406270348514, 0.482076923076923, 0.304487526585497, 1.11742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 675, '2021-11-07 00:00:00', 0.0441415380861995, 0.109346153846154, 0.0788398669163298, 0.17126923076923, 0.103968160806751, 0.226461538461539, 0.221379840649852, 0.463076923076923, 0.302997070308254, 1.11323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 690, '2021-11-07 00:00:00', 0.0448435228150228, 0.113692307692307, 0.0753261217333308, 0.15376923076923, 0.0735098632837799, 0.2175, 0.216075186344583, 0.442615384615384, 0.303984331580024, 1.11307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 705, '2021-11-07 00:00:00', 0.0454966440013396, 0.103230769230769, 0.0557341491781781, 0.152846153846154, 0.0821173644149738, 0.230307692307692, 0.226432139605123, 0.448923076923076, 0.297066180142768, 1.13834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 720, '2021-11-07 00:00:00', 0.0515658801922359, 0.113000000000001, 0.0585124444357456, 0.156115384615385, 0.0790848813714642, 0.231461538461539, 0.210244941400775, 0.437846153846154, 0.284724806408952, 1.13215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 735, '2021-11-07 00:00:00', 0.0530780702217172, 0.104192307692308, 0.07896446133449, 0.164115384615385, 0.11625153762424, 0.2465, 0.205591454476703, 0.428384615384615, 0.276708977920013, 1.12646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 750, '2021-11-07 00:00:00', 0.0560415779715245, 0.114538461538461, 0.068934751758457, 0.158, 0.133828570020927, 0.249615384615384, 0.198774046440831, 0.429807692307692, 0.288023046620605, 1.13465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 765, '2021-11-07 00:00:00', 0.0555073383921855, 0.105769230769231, 0.10985554851013, 0.171192307692308, 0.136267073736158, 0.235653846153846, 0.182387132643304, 0.422884615384615, 0.291558974110925, 1.13165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 780, '2021-11-07 00:00:00', 0.0907755388942333, 0.124961538461538, 0.104955257866608, 0.178384615384615, 0.126332729177907, 0.230961538461538, 0.168941305237602, 0.414730769230769, 0.308110881639411, 1.13065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 795, '2021-11-07 00:00:00', 0.0525354678728131, 0.106153846153846, 0.0644641343336322, 0.144230769230769, 0.0918853884759954, 0.197730769230769, 0.143649386193767, 0.389884615384615, 0.311277526431862, 1.11353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 810, '2021-11-07 00:00:00', 0.0355092187380205, 0.0922307692307691, 0.0613990353219134, 0.135192307692308, 0.0910734614726783, 0.183153846153846, 0.136569170977708, 0.374538461538461, 0.333416893116388, 1.11476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 825, '2021-11-07 00:00:00', 0.0422388264697125, 0.0930384615384616, 0.0560972370086087, 0.1275, 0.0819069265409504, 0.17176923076923, 0.127894235150046, 0.364846153846153, 0.341297048602263, 1.12065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 840, '2021-11-07 00:00:00', 0.0342094229034139, 0.0832692307692303, 0.0516069911781489, 0.110192307692307, 0.0829633932248714, 0.15626923076923, 0.122502546284368, 0.356076923076922, 0.345156377045803, 1.12273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 855, '2021-11-07 00:00:00', 0.0331568765347167, 0.0725384615384619, 0.0431415737382797, 0.102653846153846, 0.0911360859036981, 0.158884615384616, 0.120331465288434, 0.355692307692307, 0.342225063147271, 1.12392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 870, '2021-11-07 00:00:00', 0.0278250578823094, 0.0750769230769227, 0.0576674418207875, 0.111576923076923, 0.0885125719014843, 0.162653846153846, 0.118360154417972, 0.365384615384615, 0.349970084435799, 1.1275 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 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 970035, 5, 885, '2021-11-07 00:00:00', 0.0427471456536981, 0.0800384615384615, 0.0760038561774741, 0.120115384615385, 0.0953786946053223, 0.181153846153846, 0.251827388991258, 0.565923076923077, 0.372627140924874, 1.12611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970035 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:39 Duration: 3s683ms 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 970045, 5, 900, '2021-11-07 00:00:00', 0.0242603401164147, 0.0601111111111114, 0.0269072480941477, 0.080333333333334, 0.0446802823998198, 0.125407407407408, 0.197726176885208, 0.393222222222222, 0.35400331174912, 0.777962962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 915, '2021-11-07 00:00:00', 0.0175736139946201, 0.0472962962962965, 0.0364100577820506, 0.0846666666666668, 0.0460077412041957, 0.118592592592593, 0.19487522489109, 0.394259259259259, 0.352369152939102, 0.780592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 930, '2021-11-07 00:00:00', 0.032731794487476, 0.069703703703704, 0.0318016466451775, 0.0920370370370373, 0.0522405950586302, 0.126814814814815, 0.195649681116012, 0.401481481481481, 0.356392781653634, 0.778740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 945, '2021-11-07 00:00:00', 0.0231871489114961, 0.0645185185185183, 0.0388501394248895, 0.0872222222222222, 0.0475378391793964, 0.142, 0.203518501927418, 0.403629629629629, 0.358370091535444, 0.777740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 960, '2021-11-07 00:00:00', 0.0338143919864472, 0.0644814814814817, 0.0453109233196564, 0.0921851851851851, 0.0507817799391589, 0.150592592592592, 0.205843819588245, 0.401296296296296, 0.359440071836969, 0.77837037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 975, '2021-11-07 00:00:00', 0.0331990886498334, 0.0621111111111111, 0.0433989969293408, 0.10662962962963, 0.0532354336510124, 0.157629629629629, 0.205595431567633, 0.403592592592592, 0.361783119618682, 0.779222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 990, '2021-11-07 00:00:00', 0.0331677940795371, 0.0827777777777776, 0.0437588900206625, 0.112925925925926, 0.0556587844360639, 0.162851851851852, 0.203094970276388, 0.413481481481481, 0.354354587650807, 0.785592592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1005, '2021-11-07 00:00:00', 0.0318094397284902, 0.0749259259259262, 0.0461230238962419, 0.113888888888889, 0.0699430170998193, 0.160444444444444, 0.198904485374248, 0.411925925925926, 0.352179069318574, 0.787407407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1020, '2021-11-07 00:00:00', 0.0331012432952645, 0.0796666666666664, 0.0531133282804385, 0.116777777777778, 0.0874767368343121, 0.162222222222222, 0.184111294224359, 0.41074074074074, 0.343912369577946, 0.794444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1035, '2021-11-07 00:00:00', 0.0341456157789411, 0.0776666666666667, 0.050624054280499, 0.105111111111111, 0.0715570419763861, 0.146222222222222, 0.186161021500007, 0.411185185185185, 0.346806644980815, 0.792185185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1050, '2021-11-07 00:00:00', 0.0260949941166638, 0.0672222222222221, 0.0397458091467434, 0.107037037037037, 0.0545969954194541, 0.133296296296296, 0.183551253545332, 0.398703703703703, 0.351442878525226, 0.781407407407407 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1065, '2021-11-07 00:00:00', 0.0348704562337335, 0.0781111111111114, 0.0401215390001167, 0.0967407407407408, 0.167731928981932, 0.286, 0.187296176015042, 0.40037037037037, 0.353466714060487, 0.779777777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1080, '2021-11-07 00:00:00', 0.0248152719267334, 0.0624814814814814, 0.0386831308891176, 0.0913333333333331, 0.168041568253122, 0.310259259259259, 0.181780024227023, 0.390851851851852, 0.356714315053521, 0.777444444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 1095, '2021-11-07 00:00:00', 0.0312434608542941, 0.0640000000000002, 0.163257936548744, 0.251333333333333, 0.173735209663796, 0.304, 0.180761762590474, 0.38474074074074, 0.357631668419354, 0.778222222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 600, '2021-11-07 00:00:00', 0.0775994547958642, 0.146346153846154, 0.0991540526345043, 0.212384615384615, 0.10347450819479, 0.250423076923077, 0.118177474099827, 0.335346153846154, 0.304319166968851, 0.771346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 615, '2021-11-07 00:00:00', 0.0741127623183854, 0.120307692307692, 0.0703228598350819, 0.14723076923077, 0.0670737366921368, 0.210384615384616, 0.100304428922847, 0.313461538461539, 0.304822069158639, 0.769576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 630, '2021-11-07 00:00:00', 0.0376105754358452, 0.0783461538461541, 0.0489548143307048, 0.127423076923077, 0.0683427110513342, 0.179384615384616, 0.11043371837372, 0.289615384615385, 0.307679446077345, 0.768192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 645, '2021-11-07 00:00:00', 0.043433007653697, 0.0818846153846154, 0.0605850959077709, 0.127076923076923, 0.0678705668618868, 0.166576923076923, 0.107398674966758, 0.269653846153847, 0.302958501854881, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 660, '2021-11-07 00:00:00', 0.0410483392337151, 0.0833846153846154, 0.0435641348606145, 0.115923076923077, 0.0661203099252818, 0.157153846153846, 0.0984106701531898, 0.2535, 0.302824579837645, 0.752384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 675, '2021-11-07 00:00:00', 0.0337828358785936, 0.0770000000000004, 0.0465007526820801, 0.114, 0.0610016519322348, 0.148807692307692, 0.0830184409541734, 0.238307692307692, 0.300171891781, 0.740269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 690, '2021-11-07 00:00:00', 0.032499207090919, 0.0720384615384614, 0.0482667109363728, 0.100653846153846, 0.0531248891401557, 0.134576923076923, 0.0778271062133143, 0.221538461538461, 0.300882325579542, 0.739423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 705, '2021-11-07 00:00:00', 0.0271192523155382, 0.0664230769230771, 0.0384083324293049, 0.101, 0.0602362145097243, 0.134807692307692, 0.0683905976443683, 0.209923076923077, 0.343108256071776, 0.796653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 720, '2021-11-07 00:00:00', 0.0202201727147766, 0.0698461538461541, 0.0270347070377209, 0.0903461538461539, 0.0433700534754289, 0.118807692307692, 0.0603039098107377, 0.201807692307692, 0.344118575270435, 0.809076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 735, '2021-11-07 00:00:00', 0.0186419295798887, 0.0601923076923075, 0.0409422294684368, 0.0908846153846154, 0.0418195574416489, 0.129346153846153, 0.058671930125192, 0.198653846153846, 0.34988611773635, 0.816846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 750, '2021-11-07 00:00:00', 0.0351593515298565, 0.0695, 0.0346937369652711, 0.0858461538461537, 0.0390289833131936, 0.123307692307692, 0.0595449926849112, 0.197615384615384, 0.352900432678419, 0.826346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 765, '2021-11-07 00:00:00', 0.0217571562055761, 0.0535769230769235, 0.0243869132622708, 0.0888076923076921, 0.0334415678690226, 0.109461538461538, 0.0569119833264828, 0.200576923076923, 0.354085094075074, 0.835576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 780, '2021-11-07 00:00:00', 0.0200058452996581, 0.0639230769230762, 0.0246734987073489, 0.0776923076923074, 0.029098136340005, 0.102307692307692, 0.0595298632232985, 0.20526923076923, 0.353490341506612, 0.844692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 795, '2021-11-07 00:00:00', 0.0156014299147424, 0.0512692307692308, 0.0176724035194383, 0.0750769230769229, 0.0394866287007876, 0.103923076923077, 0.0567139787408306, 0.208653846153846, 0.364095490433274, 0.849384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 810, '2021-11-07 00:00:00', 0.021475997335129, 0.0575384615384616, 0.0248994284766048, 0.0713076923076924, 0.0391574337180649, 0.104769230769231, 0.0590917539476989, 0.211653846153846, 0.377126008323274, 0.855115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 825, '2021-11-07 00:00:00', 0.0193542283195731, 0.0501153846153844, 0.0352087401736474, 0.0768461538461538, 0.046550568037516, 0.107653846153846, 0.0638625446986311, 0.212769230769231, 0.377114765229162, 0.855884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 840, '2021-11-07 00:00:00', 0.0292865944654653, 0.0557692307692307, 0.0344916489335296, 0.0769230769230768, 0.0407452875991623, 0.0955384615384615, 0.0636045112091421, 0.211576923076923, 0.382410091997503, 0.865961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 855, '2021-11-07 00:00:00', 0.0226575849076233, 0.0463846153846156, 0.0309111879173475, 0.0716923076923079, 0.0412506223729275, 0.0995769230769232, 0.0666488848080288, 0.216923076923077, 0.386860525453097, 0.872115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 870, '2021-11-07 00:00:00', 0.0251638629784858, 0.0524999999999999, 0.0271425014435917, 0.0676538461538462, 0.039118223178148, 0.101346153846154, 0.0644065094655695, 0.228038461538462, 0.41141378945515, 0.881884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 885, '2021-11-07 00:00:00', 0.0190290466231132, 0.042769230769231, 0.0364739105916289, 0.0748846153846152, 0.0358514241751233, 0.101730769230769, 0.071221474721733, 0.285538461538462, 0.421756444481336, 0.888538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 900, '2021-11-07 00:00:00', 0.0348408469383938, 0.0582692307692309, 0.0365939885773605, 0.0780000000000001, 0.0554970823903936, 0.117384615384616, 0.0835507399958022, 0.308384615384615, 0.422613045413705, 0.894115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 915, '2021-11-07 00:00:00', 0.0233202454136714, 0.0549230769230772, 0.031617813868864, 0.0766153846153848, 0.051409966109545, 0.114769230769231, 0.105520402693581, 0.321346153846154, 0.41682103889024, 0.900461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 930, '2021-11-07 00:00:00', 0.0223692096074381, 0.0496923076923078, 0.0416537374812131, 0.0889230769230774, 0.0485905498884455, 0.114807692307693, 0.112980876530228, 0.327961538461539, 0.415121594790657, 0.902538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 945, '2021-11-07 00:00:00', 0.0245254028430806, 0.0641538461538468, 0.0314862851706281, 0.0838846153846157, 0.0403467280152728, 0.122461538461539, 0.116223815909716, 0.333846153846154, 0.419124150874361, 0.911423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 960, '2021-11-07 00:00:00', 0.0288571281688572, 0.056423076923077, 0.0356556393209351, 0.0782692307692309, 0.0443731207619417, 0.121423076923077, 0.118733502497756, 0.333269230769231, 0.418329130635749, 0.913307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 975, '2021-11-07 00:00:00', 0.0230634242570685, 0.0518076923076922, 0.0322272937358763, 0.0860384615384613, 0.050241769322103, 0.127653846153846, 0.122620120070704, 0.333423076923077, 0.417053202656632, 0.917576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 990, '2021-11-07 00:00:00', 0.0267046812375658, 0.0704999999999997, 0.0411532969050338, 0.0960769230769229, 0.0539882750803714, 0.136576923076923, 0.124304217392406, 0.337461538461539, 0.415996089108836, 0.921884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1005, '2021-11-07 00:00:00', 0.0405870005714224, 0.0732307692307691, 0.0482584866988342, 0.102807692307692, 0.064957939054082, 0.139423076923077, 0.126878839843372, 0.339, 0.413533285796366, 0.922461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1020, '2021-11-07 00:00:00', 0.0236284053304816, 0.0653076923076922, 0.0328025327352345, 0.0916153846153849, 0.0452943874940541, 0.117307692307693, 0.128895455550374, 0.332038461538462, 0.410322464185651, 0.918269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1035, '2021-11-07 00:00:00', 0.0271410277000591, 0.0646538461538465, 0.0370743120689326, 0.087769230769231, 0.0515713247693091, 0.117192307692308, 0.128770786223489, 0.334346153846154, 0.408142923684641, 0.919384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1050, '2021-11-07 00:00:00', 0.0321511095633391, 0.060423076923077, 0.0377128421302141, 0.0784615384615383, 0.0527703879666791, 0.119923076923077, 0.132708106528808, 0.332807692307692, 0.406440814122568, 0.921153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1065, '2021-11-07 00:00:00', 0.025906251101884, 0.054576923076923, 0.0364648619063084, 0.0773846153846153, 0.0772603291575851, 0.220961538461538, 0.140247852033462, 0.3375, 0.403322905565561, 0.925384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1080, '2021-11-07 00:00:00', 0.0259928096566366, 0.0528846153846151, 0.0338928628747431, 0.0836153846153846, 0.0865509009862889, 0.247538461538461, 0.149256830793306, 0.342192307692308, 0.401317307798283, 0.928307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 1, 1095, '2021-11-07 00:00:00', 0.0290145056559915, 0.0661923076923078, 0.0707632238253307, 0.202076923076923, 0.109802935367797, 0.258269230769231, 0.157522398895668, 0.342115384615385, 0.39906006488324, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 600, '2021-11-07 00:00:00', 0.0561975635935065, 0.150615384615385, 0.0750295634041368, 0.190346153846154, 0.104998498157757, 0.22273076923077, 0.160158291891299, 0.324038461538462, 0.397021704502605, 0.918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 615, '2021-11-07 00:00:00', 0.0424193896158891, 0.106730769230769, 0.0554131336834093, 0.143153846153846, 0.064754304876201, 0.178, 0.136793792031881, 0.285692307692308, 0.39840349087133, 0.903692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 630, '2021-11-07 00:00:00', 0.0406860399418996, 0.0879230769230768, 0.0518868146879486, 0.116192307692308, 0.0494859109708549, 0.155846153846154, 0.140395068946938, 0.282153846153847, 0.396980753263352, 0.899038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 645, '2021-11-07 00:00:00', 0.0283877546731795, 0.0807692307692311, 0.0266296826868066, 0.1105, 0.0468098115947771, 0.152961538461539, 0.147859600765258, 0.282307692307693, 0.400651062454793, 0.893076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 660, '2021-11-07 00:00:00', 0.0295759777782317, 0.0855384615384613, 0.0382682033105214, 0.114153846153846, 0.0576029379592615, 0.153538461538461, 0.152416352847667, 0.27923076923077, 0.405024048668718, 0.895 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 675, '2021-11-07 00:00:00', 0.0276365699753065, 0.0754999999999999, 0.0434000531726014, 0.112269230769231, 0.0484705937815749, 0.146038461538461, 0.166828170467515, 0.280038461538462, 0.406776447771425, 0.899961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 690, '2021-11-07 00:00:00', 0.0329486546941426, 0.0824230769230772, 0.0366960278713984, 0.104038461538462, 0.0439672605469111, 0.135, 0.165694403600771, 0.283346153846154, 0.409226589481257, 0.899192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 705, '2021-11-07 00:00:00', 0.0215206519775418, 0.0664615384615388, 0.0273730917845636, 0.0953846153846153, 0.0393060574701423, 0.128615384615385, 0.169193871502032, 0.281384615384616, 0.452484194369092, 0.948884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 720, '2021-11-07 00:00:00', 0.0154376662245797, 0.0608076923076916, 0.0290492684933713, 0.0824999999999996, 0.0405964757848981, 0.126076923076923, 0.166688678033678, 0.278346153846154, 0.466756751012115, 0.953769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 735, '2021-11-07 00:00:00', 0.0246895804868242, 0.0608461538461536, 0.0382939440884087, 0.0908846153846152, 0.0561091929942106, 0.132807692307693, 0.157898000182201, 0.273538461538462, 0.464802940875114, 0.950423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 750, '2021-11-07 00:00:00', 0.0300459391854953, 0.0629615384615383, 0.0293653904085431, 0.0896153846153847, 0.0671244653323498, 0.130576923076923, 0.149413937152411, 0.27073076923077, 0.466164198539528, 0.9495 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 765, '2021-11-07 00:00:00', 0.0266994670070678, 0.0613076923076925, 0.0438700879345439, 0.088769230769231, 0.0675409049847108, 0.126576923076923, 0.141351455054958, 0.269923076923077, 0.464611879380563, 0.948961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 780, '2021-11-07 00:00:00', 0.0317949439618703, 0.0659615384615387, 0.0511711457155897, 0.0963846153846155, 0.0804926370259079, 0.132230769230769, 0.125567297310431, 0.265884615384616, 0.46304960358974, 0.948153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 795, '2021-11-07 00:00:00', 0.0369055551374042, 0.0655000000000003, 0.0396084101403492, 0.0851153846153849, 0.0623833804297758, 0.122384615384616, 0.10002412016801, 0.25623076923077, 0.463457036428821, 0.941769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 810, '2021-11-07 00:00:00', 0.0275793679851722, 0.057692307692308, 0.0560613537529679, 0.085346153846154, 0.0577082849671183, 0.118615384615385, 0.0946460044262097, 0.255884615384616, 0.463671070413566, 0.941307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 825, '2021-11-07 00:00:00', 0.0398510495952885, 0.0578846153846155, 0.0369067223395161, 0.0801153846153844, 0.0489946464893395, 0.114346153846154, 0.0888160155342748, 0.251730769230769, 0.463199503453966, 0.9375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 840, '2021-11-07 00:00:00', 0.0273551007759351, 0.0553076923076921, 0.0373970792771514, 0.0766923076923082, 0.0428475831828986, 0.111346153846154, 0.0788845700033622, 0.248153846153847, 0.462252891158742, 0.935153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 855, '2021-11-07 00:00:00', 0.0243144781180649, 0.0520769230769233, 0.0318931871191227, 0.0781538461538459, 0.0613907660307809, 0.117115384615384, 0.0777210396224852, 0.245, 0.461327969436729, 0.931846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 870, '2021-11-07 00:00:00', 0.0276534599309715, 0.0600769230769227, 0.0355473465416735, 0.0794230769230767, 0.0619333636940664, 0.129307692307692, 0.0856566670807623, 0.255769230769231, 0.462963151881443, 0.938 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 885, '2021-11-07 00:00:00', 0.0244047914589293, 0.0540769230769229, 0.0471153739403439, 0.0865384615384609, 0.0647149132735261, 0.136499999999999, 0.137585447575735, 0.373653846153847, 0.459757782382788, 0.937538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 900, '2021-11-07 00:00:00', 0.0347108717174408, 0.0612692307692305, 0.0400602814998371, 0.0931153846153843, 0.0597174887410586, 0.132538461538461, 0.162685959868888, 0.406192307692308, 0.459404999805351, 0.939076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 915, '2021-11-07 00:00:00', 0.0355137459844239, 0.0701153846153845, 0.0464261199690933, 0.0992307692307692, 0.0462549623117514, 0.126192307692308, 0.176126318305925, 0.421, 0.459023069639794, 0.939461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 930, '2021-11-07 00:00:00', 0.0332933118716745, 0.0642692307692307, 0.0332829362610003, 0.0920769230769232, 0.0397626225725382, 0.120884615384616, 0.176838631352037, 0.425307692307693, 0.460817821503666, 0.935230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 945, '2021-11-07 00:00:00', 0.019143546813885, 0.0603461538461542, 0.0229534646287128, 0.0736923076923081, 0.0361646023279453, 0.123038461538462, 0.175768921730076, 0.422923076923077, 0.461560983553053, 0.935692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 960, '2021-11-07 00:00:00', 0.0211401186227665, 0.0517692307692312, 0.0321001317993939, 0.0845384615384621, 0.0437637011513143, 0.132692307692308, 0.17554416932674, 0.420346153846154, 0.463029896027659, 0.935730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 975, '2021-11-07 00:00:00', 0.0263711088999949, 0.0626538461538466, 0.0271039026426361, 0.0973076923076928, 0.0431193156788856, 0.138346153846154, 0.181670949373184, 0.420576923076923, 0.462324727703542, 0.934923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 990, '2021-11-07 00:00:00', 0.019349577614153, 0.0723846153846157, 0.0344728209552888, 0.0988461538461541, 0.048070925164322, 0.139423076923077, 0.187848453649375, 0.420192307692308, 0.462268881130386, 0.935038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1005, '2021-11-07 00:00:00', 0.0270999290376595, 0.0746153846153845, 0.034294920009552, 0.103307692307692, 0.0464829497276648, 0.138769230769231, 0.187750804566544, 0.433269230769231, 0.459094754757833, 0.932076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1020, '2021-11-07 00:00:00', 0.0288776996739966, 0.0741923076923074, 0.0407923823959629, 0.101538461538462, 0.0480277483897028, 0.13076923076923, 0.200404379654276, 0.437346153846154, 0.458994333801125, 0.934038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1035, '2021-11-07 00:00:00', 0.0263196036911941, 0.064807692307692, 0.0366835322517006, 0.0958076923076922, 0.0371163865946856, 0.129884615384615, 0.201465171641689, 0.437153846153846, 0.458363443300016, 0.937384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1050, '2021-11-07 00:00:00', 0.0293649712831724, 0.0693076923076923, 0.0278250578823093, 0.0869230769230767, 0.044670778609047, 0.126038461538461, 0.204960682908848, 0.434192307692308, 0.458212575793578, 0.938269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1065, '2021-11-07 00:00:00', 0.0267935698370965, 0.0518461538461538, 0.0344217283792573, 0.0818461538461536, 0.141240553121807, 0.283423076923077, 0.202040441496251, 0.4315, 0.455671198934563, 0.937192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1080, '2021-11-07 00:00:00', 0.0217581107777164, 0.0598461538461539, 0.0382645246429882, 0.0835769230769233, 0.154432504549847, 0.324038461538462, 0.201450753669094, 0.428615384615385, 0.455138161610128, 0.937115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 2, 1095, '2021-11-07 00:00:00', 0.0287794798691438, 0.0585384615384619, 0.134490611625439, 0.264269230769231, 0.169108558669822, 0.334230769230769, 0.203906633988733, 0.428346153846154, 0.454807869832459, 0.945961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 600, '2021-11-07 00:00:00', 0.0823424462931387, 0.167961538461538, 0.119476524890875, 0.225, 0.142422237891959, 0.261423076923077, 0.153106036659364, 0.378461538461539, 0.448681530023931, 0.913346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 615, '2021-11-07 00:00:00', 0.0476052356525877, 0.131538461538462, 0.0700825557138477, 0.159730769230769, 0.0796627506815696, 0.199923076923077, 0.127823947437331, 0.328192307692308, 0.456270299443046, 0.897884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 630, '2021-11-07 00:00:00', 0.0539431609695298, 0.0992307692307692, 0.0631077345009801, 0.140115384615385, 0.0761570846242262, 0.179307692307693, 0.11705031133925, 0.317153846153847, 0.460023223494039, 0.897384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 645, '2021-11-07 00:00:00', 0.0335332670642155, 0.0929999999999998, 0.060725777063781, 0.1365, 0.0711501121681374, 0.178538461538461, 0.114349619083823, 0.304346153846154, 0.465793199408691, 0.89676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 660, '2021-11-07 00:00:00', 0.0517091273002535, 0.0959230769230768, 0.0508699699838109, 0.118923076923077, 0.0882813770761506, 0.172807692307692, 0.103220421354572, 0.287846153846154, 0.46065529411915, 0.8935 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 675, '2021-11-07 00:00:00', 0.018411367725904, 0.0745384615384609, 0.027139638906957, 0.111, 0.0691182709897711, 0.170846153846154, 0.100289649745894, 0.278423076923077, 0.458667368999165, 0.887653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 690, '2021-11-07 00:00:00', 0.0219363063997004, 0.0868076923076925, 0.0469294724519187, 0.119846153846154, 0.0822041361489796, 0.177, 0.100374107908671, 0.279192307692308, 0.473241021695483, 0.892230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 705, '2021-11-07 00:00:00', 0.0381840885105906, 0.0717692307692303, 0.056342919833681, 0.116269230769231, 0.0749427371141042, 0.155576923076923, 0.100005322935255, 0.26123076923077, 0.529082301290131, 0.878192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 720, '2021-11-07 00:00:00', 0.0396526650573938, 0.0815769230769236, 0.0655666073546588, 0.1205, 0.063040987887613, 0.144615384615385, 0.097670190712654, 0.248115384615385, 0.528229944102144, 0.881923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 735, '2021-11-07 00:00:00', 0.0422802372455318, 0.0765384615384615, 0.045622346076659, 0.0949615384615385, 0.0597366013300184, 0.129307692307692, 0.0966871242720562, 0.244, 0.526101992159169, 0.880884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 750, '2021-11-07 00:00:00', 0.0274591724901929, 0.064615384615385, 0.0468754158955908, 0.0957692307692313, 0.0577793681569415, 0.130846153846154, 0.0962654742805619, 0.247807692307693, 0.525365790517572, 0.880423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 765, '2021-11-07 00:00:00', 0.0392641547235372, 0.0650769230769234, 0.0501955713645684, 0.0963461538461538, 0.0523133311440277, 0.127730769230769, 0.102865416181309, 0.256576923076924, 0.529758052176797, 0.877923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 780, '2021-11-07 00:00:00', 0.0301621515249728, 0.0673461538461539, 0.039896172941582, 0.0902307692307691, 0.0592420978177361, 0.119884615384615, 0.100432786555908, 0.262769230769231, 0.531777583639569, 0.877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 795, '2021-11-07 00:00:00', 0.0256576574264949, 0.0633461538461536, 0.0329180801384285, 0.0879999999999996, 0.0582283568243305, 0.115307692307692, 0.103104674220686, 0.266576923076924, 0.53161634083816, 0.877576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 810, '2021-11-07 00:00:00', 0.0253968199099505, 0.0619615384615388, 0.043280551681398, 0.0823846153846156, 0.056604376020016, 0.123153846153847, 0.0862642184489916, 0.268653846153846, 0.532232397186967, 0.876730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 825, '2021-11-07 00:00:00', 0.0279294716136088, 0.0531538461538461, 0.0309732390695827, 0.0763076923076926, 0.041444680460362, 0.115692307692308, 0.0814174522965531, 0.263192307692308, 0.532600801582343, 0.874423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 840, '2021-11-07 00:00:00', 0.0223258732278181, 0.0612692307692309, 0.0320852710037585, 0.0907692307692312, 0.0337840198910669, 0.117, 0.0825780842596875, 0.2605, 0.534445974818784, 0.872499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 855, '2021-11-07 00:00:00', 0.0267634940802698, 0.060269230769231, 0.0285173361578264, 0.0829615384615386, 0.0524141642629611, 0.115730769230769, 0.0878960662460979, 0.261961538461539, 0.534778585383349, 0.871846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 870, '2021-11-07 00:00:00', 0.0251903827802474, 0.0583461538461538, 0.0330093926027123, 0.0805000000000001, 0.0615736831896424, 0.137038461538461, 0.0867650496810429, 0.263576923076923, 0.53430225384284, 0.873461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 885, '2021-11-07 00:00:00', 0.0300611684096583, 0.0589230769230771, 0.0499054644765018, 0.0876538461538462, 0.0561004593426961, 0.129692307692308, 0.197957990881515, 0.380384615384615, 0.52034734700819, 0.895807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 900, '2021-11-07 00:00:00', 0.0524807950221209, 0.060923076923077, 0.0640374409713083, 0.102923076923077, 0.0577670654106109, 0.126923076923077, 0.212516037403877, 0.408884615384615, 0.521467644840392, 0.901230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 915, '2021-11-07 00:00:00', 0.0496145295096255, 0.0761923076923074, 0.0509431206195845, 0.0978076923076919, 0.0644518305522696, 0.137038461538461, 0.226103652200626, 0.432307692307692, 0.522287072550955, 0.903884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 930, '2021-11-07 00:00:00', 0.0251569840432798, 0.0629230769230765, 0.0398386167507779, 0.0923461538461537, 0.0597494383623426, 0.137653846153846, 0.226264855015941, 0.444769230769231, 0.523288543730895, 0.9005 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 945, '2021-11-07 00:00:00', 0.0232208129454192, 0.0566153846153847, 0.0500208110536158, 0.0901923076923077, 0.0725128847966929, 0.144961538461539, 0.233721244220546, 0.4535, 0.523322705265264, 0.897423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 960, '2021-11-07 00:00:00', 0.0424502786074033, 0.0668846153846151, 0.051312616532239, 0.0977692307692306, 0.0738364096135193, 0.153846153846154, 0.241376259109173, 0.467538461538461, 0.523245559354894, 0.894346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 975, '2021-11-07 00:00:00', 0.0264821565470905, 0.0667692307692309, 0.0512688989544342, 0.1075, 0.0667185592908459, 0.153615384615385, 0.252211684594814, 0.471423076923077, 0.52611578134914, 0.895846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 990, '2021-11-07 00:00:00', 0.0478774878847447, 0.0845769230769231, 0.0616005993976834, 0.118923076923077, 0.0665642084468356, 0.156923076923077, 0.268482920241751, 0.480961538461538, 0.529792785327071, 0.899346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1005, '2021-11-07 00:00:00', 0.0348507366658703, 0.0774230769230764, 0.0549849210098692, 0.110692307692308, 0.0689384229138304, 0.156884615384615, 0.267504421243118, 0.485846153846154, 0.527413043507211, 0.903961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1020, '2021-11-07 00:00:00', 0.0409509462650132, 0.0785000000000006, 0.0529650683142997, 0.112461538461538, 0.0620992753580911, 0.147, 0.277818402225959, 0.490769230769231, 0.526826931149705, 0.898153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1035, '2021-11-07 00:00:00', 0.0350833951519035, 0.0762692307692305, 0.0428919393538978, 0.102038461538461, 0.0502688158419695, 0.132923076923077, 0.286367595932222, 0.485, 0.527329247609704, 0.890153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1050, '2021-11-07 00:00:00', 0.0362080314082597, 0.0663076923076919, 0.0395967364622584, 0.0856923076923077, 0.0475632210852044, 0.1215, 0.314600347205051, 0.489461538461538, 0.538594038642779, 0.892461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1065, '2021-11-07 00:00:00', 0.03227258898818, 0.0590000000000004, 0.0334044676882966, 0.0865384615384615, 0.179600878017385, 0.294653846153846, 0.323626387152746, 0.490961538461538, 0.543871608152004, 0.888615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1080, '2021-11-07 00:00:00', 0.0284127815225144, 0.0626153846153845, 0.0396867154677152, 0.0836538461538459, 0.20035029707605, 0.333807692307692, 0.324798190597461, 0.490230769230769, 0.542643387644083, 0.885384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 3, 1095, '2021-11-07 00:00:00', 0.0325514976613981, 0.0609999999999997, 0.17595247610123, 0.278076923076923, 0.217648018598838, 0.3505, 0.319823973219886, 0.488576923076923, 0.543538351912724, 0.8805 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 600, '2021-11-07 00:00:00', 0.0891690529275716, 0.17, 0.125346976889691, 0.225230769230769, 0.140201942266806, 0.274230769230769, 0.244876471213235, 0.409615384615385, 0.525772673895654, 0.826230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 615, '2021-11-07 00:00:00', 0.0781287300648003, 0.140538461538461, 0.101544844204989, 0.186653846153846, 0.122545966258192, 0.227076923076923, 0.227997314424129, 0.383153846153846, 0.52154523662493, 0.815923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 630, '2021-11-07 00:00:00', 0.0649529533881727, 0.113615384615385, 0.0741626175788979, 0.150423076923077, 0.0897450834307927, 0.1995, 0.186226380020084, 0.358230769230769, 0.521341230348741, 0.811038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 645, '2021-11-07 00:00:00', 0.0379862323237494, 0.0889230769230771, 0.0474801496984226, 0.117269230769231, 0.083303338191492, 0.178384615384615, 0.170337298864973, 0.347653846153846, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 660, '2021-11-07 00:00:00', 0.0416281154990236, 0.0845000000000004, 0.071630343806561, 0.127115384615384, 0.0990529928099868, 0.177846153846154, 0.168388237301595, 0.342961538461538, 0.521245567404138, 0.808307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 675, '2021-11-07 00:00:00', 0.0493642193683456, 0.0918846153846152, 0.0667271020938729, 0.128884615384615, 0.0918755763979823, 0.181192307692308, 0.159632886528868, 0.333461538461538, 0.52097257716107, 0.808884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 690, '2021-11-07 00:00:00', 0.0428770873006156, 0.0807307692307695, 0.0644761613669376, 0.121846153846154, 0.0740577840919873, 0.173346153846154, 0.139512800625827, 0.318307692307692, 0.519873351440966, 0.806307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 705, '2021-11-07 00:00:00', 0.0394105803833665, 0.082923076923077, 0.0477588171480889, 0.121230769230769, 0.074942613943039, 0.165653846153846, 0.134541277623692, 0.315346153846154, 0.518697498918797, 0.809846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 720, '2021-11-07 00:00:00', 0.048451784122108, 0.0768461538461538, 0.0541509002695246, 0.114, 0.099783958938992, 0.161038461538461, 0.129064187966239, 0.304730769230769, 0.520050010908715, 0.811576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 735, '2021-11-07 00:00:00', 0.0347762076049792, 0.0822307692307694, 0.0518495456548598, 0.106846153846154, 0.0896181643675849, 0.162846153846154, 0.133521839181692, 0.312192307692308, 0.517286186227255, 0.815038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 750, '2021-11-07 00:00:00', 0.0316638352310395, 0.0700384615384615, 0.0590771203922984, 0.105884615384615, 0.0855674003344731, 0.1575, 0.134147083456928, 0.315, 0.515966200443401, 0.812 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 765, '2021-11-07 00:00:00', 0.0505359734781537, 0.0757307692307691, 0.0654133484378082, 0.117115384615385, 0.0855618264990069, 0.155115384615385, 0.135717421363429, 0.324461538461538, 0.516872381213718, 0.808461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 780, '2021-11-07 00:00:00', 0.0644827108611289, 0.0895000000000002, 0.0849446969413718, 0.119192307692308, 0.0916758167927367, 0.154153846153847, 0.135171076787899, 0.3335, 0.517237044303673, 0.808 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 795, '2021-11-07 00:00:00', 0.0397705147836162, 0.0684230769230776, 0.0434598488439438, 0.0960384615384619, 0.0693490169638054, 0.141615384615385, 0.128110793396245, 0.320153846153846, 0.525108154427404, 0.794423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 810, '2021-11-07 00:00:00', 0.0309337008156773, 0.0685769230769224, 0.04385332195118, 0.0930769230769231, 0.0594099706731504, 0.13676923076923, 0.13160119826436, 0.320346153846153, 0.525896580941685, 0.793423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 825, '2021-11-07 00:00:00', 0.0292555057277197, 0.063269230769231, 0.0445923242791332, 0.0963461538461538, 0.0617107894817552, 0.145692307692308, 0.124276218406976, 0.316538461538461, 0.526810211045248, 0.793961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 840, '2021-11-07 00:00:00', 0.0323583778237509, 0.0677692307692304, 0.03912205752022, 0.0961538461538457, 0.0569949525430505, 0.14776923076923, 0.120776239385071, 0.3185, 0.525708307538872, 0.790230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 855, '2021-11-07 00:00:00', 0.0324655794057931, 0.0655769230769227, 0.0593836548347983, 0.105461538461538, 0.0563028076906132, 0.140384615384615, 0.143235771209032, 0.326384615384615, 0.524539811497806, 0.792423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 870, '2021-11-07 00:00:00', 0.0387716192792932, 0.0700384615384616, 0.0359479966276067, 0.100538461538461, 0.0489843303045437, 0.133769230769231, 0.14195772393433, 0.323346153846153, 0.524707379256433, 0.788923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 885, '2021-11-07 00:00:00', 0.0262984059183469, 0.0683846153846152, 0.034658687444631, 0.0932307692307692, 0.0516803191226162, 0.135846153846154, 0.364348406801047, 0.422192307692307, 0.526126906305372, 0.792807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 900, '2021-11-07 00:00:00', 0.0234626052720886, 0.0654230769230772, 0.0383711630504754, 0.0968846153846153, 0.0600976257050533, 0.147269230769231, 0.392074168807579, 0.432076923076922, 0.531017631171871, 0.792730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 915, '2021-11-07 00:00:00', 0.0365761586913577, 0.073846153846154, 0.0496644277588636, 0.103653846153846, 0.0732989663060707, 0.160461538461538, 0.39009088487369, 0.430461538461538, 0.529583075490668, 0.793923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 930, '2021-11-07 00:00:00', 0.0303789653948508, 0.0738076923076925, 0.0474723725323075, 0.114115384615385, 0.0871354030319391, 0.166461538461538, 0.384543061507871, 0.435384615384615, 0.522526473381603, 0.802346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 945, '2021-11-07 00:00:00', 0.0304276443133797, 0.0781923076923075, 0.0439691500241494, 0.111384615384615, 0.0768623544946516, 0.161692307692307, 0.377348753195848, 0.443192307692307, 0.513407884030441, 0.803846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 960, '2021-11-07 00:00:00', 0.0301380413839645, 0.0776923076923077, 0.0517583289469874, 0.110269230769231, 0.0705057008060615, 0.162576923076923, 0.359191153308909, 0.443730769230769, 0.502593778467109, 0.801884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 975, '2021-11-07 00:00:00', 0.0440878842593012, 0.0776923076923078, 0.0534894525907822, 0.117192307692307, 0.0739152217070339, 0.1645, 0.3505763167217, 0.455076923076923, 0.495200529700226, 0.803730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 990, '2021-11-07 00:00:00', 0.0368492354580957, 0.0828846153846152, 0.0570900637993639, 0.117653846153846, 0.0707410445541719, 0.162846153846154, 0.340970761209814, 0.4585, 0.484216145315927, 0.801346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1005, '2021-11-07 00:00:00', 0.0382043895987804, 0.0898461538461541, 0.0501626891684982, 0.121846153846154, 0.0670377161351383, 0.158846153846154, 0.339973096220636, 0.470884615384615, 0.489319584100836, 0.808846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1020, '2021-11-07 00:00:00', 0.0243433453234853, 0.0760384615384616, 0.0459541577594956, 0.108769230769231, 0.0617429036719702, 0.156115384615385, 0.325353800322995, 0.467153846153846, 0.482252114083973, 0.801692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1035, '2021-11-07 00:00:00', 0.046611784577921, 0.0784615384615387, 0.0481325094041283, 0.107461538461539, 0.0900674277331247, 0.161692307692308, 0.325254948522634, 0.473307692307692, 0.489397041894804, 0.804769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1050, '2021-11-07 00:00:00', 0.0294458564409064, 0.0735384615384619, 0.053787974063411, 0.110884615384616, 0.0825625823239558, 0.1605, 0.329844114696624, 0.4875, 0.490161212098789, 0.807576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1065, '2021-11-07 00:00:00', 0.0389907484095714, 0.0760384615384617, 0.065976359402441, 0.115, 0.308422859075004, 0.3245, 0.331179022003787, 0.486769230769231, 0.487611265409082, 0.809115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1080, '2021-11-07 00:00:00', 0.0372410856654103, 0.0724615384615387, 0.0378798911540955, 0.100384615384616, 0.319670166553926, 0.325153846153846, 0.319783862103043, 0.486961538461539, 0.473318830583166, 0.803346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 4, 1095, '2021-11-07 00:00:00', 0.0268245868847675, 0.0629615384615392, 0.288734248321611, 0.288884615384616, 0.310569501697471, 0.313846153846154, 0.309888396784291, 0.479461538461539, 0.461978327830014, 0.795153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 600, '2021-11-07 00:00:00', 0.126403724385247, 0.196307692307693, 0.147314691940548, 0.222461538461538, 0.152282126836494, 0.269384615384616, 0.173100646579248, 0.414076923076924, 0.315433299056784, 0.746384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 615, '2021-11-07 00:00:00', 0.050477169248925, 0.124230769230769, 0.0906915736905119, 0.167192307692308, 0.120156001162591, 0.24023076923077, 0.135407305790856, 0.369538461538462, 0.269468688062553, 0.713576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 630, '2021-11-07 00:00:00', 0.0725890858505282, 0.113846153846154, 0.0950571649870992, 0.164230769230769, 0.108455428633149, 0.2205, 0.121611158394918, 0.342076923076924, 0.278593942172806, 0.69623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 645, '2021-11-07 00:00:00', 0.0488061944366144, 0.0937307692307694, 0.0722795534446212, 0.145576923076923, 0.0747488101268819, 0.191769230769231, 0.114605121378383, 0.315576923076924, 0.281646259312307, 0.688153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 660, '2021-11-07 00:00:00', 0.0368303595504494, 0.0996538461538462, 0.0455264589171889, 0.126538461538462, 0.0598140323129817, 0.171038461538461, 0.105607196724466, 0.289, 0.287379759471411, 0.675384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 675, '2021-11-07 00:00:00', 0.0356410523888481, 0.0777307692307695, 0.046521459068328, 0.115384615384615, 0.0684335050642923, 0.160230769230769, 0.0983584027148437, 0.272153846153846, 0.293759619155107, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 690, '2021-11-07 00:00:00', 0.0316635194117537, 0.0764615384615383, 0.0411836599412174, 0.103576923076923, 0.0511103180912095, 0.152230769230769, 0.0933861544671039, 0.258576923076923, 0.300785607266141, 0.679307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 705, '2021-11-07 00:00:00', 0.0244233494836396, 0.0754999999999996, 0.0441339394954109, 0.10726923076923, 0.0498513636878515, 0.149961538461538, 0.087103695938541, 0.258576923076923, 0.32088085735267, 0.744730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 720, '2021-11-07 00:00:00', 0.0339450460869641, 0.0638846153846156, 0.0380828247174699, 0.0916923076923076, 0.062621549498064, 0.150538461538462, 0.0871787906457841, 0.246692307692308, 0.334013479691142, 0.754269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 735, '2021-11-07 00:00:00', 0.0320463126403982, 0.0676153846153846, 0.0457794041699299, 0.105076923076923, 0.067333247016954, 0.152384615384616, 0.0991004773721329, 0.248769230769231, 0.330101410991322, 0.757692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 750, '2021-11-07 00:00:00', 0.0335856425368845, 0.0743461538461541, 0.0544147038951794, 0.113, 0.0637984325826275, 0.148000000000001, 0.102074904623253, 0.255384615384616, 0.326825846355753, 0.759576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 765, '2021-11-07 00:00:00', 0.0426748710060692, 0.0852307692307695, 0.0451385047978399, 0.112730769230769, 0.0482245389179217, 0.135615384615385, 0.106531613220605, 0.261769230769231, 0.325693884121035, 0.760884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 780, '2021-11-07 00:00:00', 0.0355553955658797, 0.0751153846153843, 0.0416546977681256, 0.102076923076923, 0.0409985365592487, 0.122000000000001, 0.103131976687081, 0.258730769230769, 0.325511065627812, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 795, '2021-11-07 00:00:00', 0.0259367574036425, 0.0653461538461539, 0.0320788691532895, 0.0904230769230773, 0.0376449812775172, 0.11723076923077, 0.0850172561669327, 0.263423076923077, 0.321053326507511, 0.752038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 810, '2021-11-07 00:00:00', 0.0265703131043187, 0.0613076923076928, 0.0367929968252742, 0.0802692307692313, 0.0447537020385334, 0.110423076923077, 0.0899970341391656, 0.265884615384615, 0.32350037688719, 0.751423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 825, '2021-11-07 00:00:00', 0.0222361106172956, 0.0577307692307694, 0.0293975404518028, 0.0821538461538461, 0.0427017744181847, 0.106807692307693, 0.0960362111193154, 0.265923076923077, 0.324468201594785, 0.755576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 840, '2021-11-07 00:00:00', 0.0246545361717906, 0.0586153846153849, 0.0336630361078734, 0.0780000000000006, 0.0424678883211955, 0.109807692307692, 0.104023673341142, 0.276730769230769, 0.324142107961687, 0.764115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 855, '2021-11-07 00:00:00', 0.0186926559005235, 0.0508461538461541, 0.0264344763228161, 0.0723076923076924, 0.042968539475009, 0.105846153846154, 0.102042713530244, 0.272346153846154, 0.32356785045204, 0.761076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 870, '2021-11-07 00:00:00', 0.0212069654739987, 0.0548461538461542, 0.0345684605028699, 0.0715384615384614, 0.0427787330340676, 0.1075, 0.111340116483061, 0.280692307692308, 0.319924269885138, 0.759538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 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 970045, 5, 885, '2021-11-07 00:00:00', 0.0240641770144877, 0.0512692307692306, 0.0314827669588399, 0.0827307692307688, 0.0409476964694453, 0.122076923076923, 0.19175829738341, 0.36826923076923, 0.33127539089915, 0.752230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:47:43 Duration: 3s621ms 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 970090, 5, 900, '2021-11-07 00:00:00', 3.63295862256598, 5.60925925925926, 3.6581466338669, 7.93988888888887, 5.97910219679946, 13.1061851851852, 18.6650959138423, 43.7776296296297, 27.2093151505163, 78.239962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 915, '2021-11-07 00:00:00', 2.3632257181386, 5.7591111111111, 4.82930043714932, 9.72740740740744, 5.34170365468479, 12.3516296296297, 19.4972162575807, 45.0914444444445, 27.4659167750404, 78.0297037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 930, '2021-11-07 00:00:00', 4.75576460849316, 7.25462962962964, 5.50358494354081, 9.47133333333336, 5.59008118146639, 11.849, 20.3276234505696, 46.4339259259259, 27.73208056301, 77.6732592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 945, '2021-11-07 00:00:00', 2.95088922712616, 5.55866666666671, 3.22722002345238, 7.56681481481484, 4.86303361876185, 12.1428518518519, 20.8667775411434, 46.5705185185185, 27.5213938332385, 77.3812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 960, '2021-11-07 00:00:00', 2.42948462111135, 5.16070370370372, 3.25388449513693, 7.48166666666666, 5.12094921589685, 13.4854444444445, 21.733362612848, 46.799, 27.7660262237219, 77.0315555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 975, '2021-11-07 00:00:00', 2.8560709388909, 5.80285185185184, 3.28075837073982, 9.78811111111112, 4.99671755617447, 14.5224814814815, 21.9485149582334, 46.5851111111111, 28.1587731223323, 77.2812962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 990, '2021-11-07 00:00:00', 2.80659173722989, 8.03711111111111, 3.72294859859843, 11.261962962963, 6.00697729875899, 14.695962962963, 22.6634988218093, 46.185, 28.5092039757923, 77.3822222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1005, '2021-11-07 00:00:00', 3.12633835318181, 7.96103703703704, 3.76704676548265, 10.3287777777778, 6.51988919229244, 14.0948148148148, 22.5503526508581, 45.7502962962963, 28.7496677167469, 77.2628518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1020, '2021-11-07 00:00:00', 3.12922631590979, 7.46151851851852, 5.50738960637007, 10.2517407407407, 7.01424655383231, 13.4112222222222, 23.1602294108202, 45.4961481481482, 28.7811308162601, 76.8062962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1035, '2021-11-07 00:00:00', 5.41871499127749, 7.51118518518518, 7.01207009275826, 10.2242962962963, 8.15378593955889, 13.3900740740741, 23.076018782472, 45.2998148148148, 28.3132159990344, 76.4421481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1050, '2021-11-07 00:00:00', 3.51695783094073, 6.54766666666667, 3.73656643430151, 8.46644444444446, 6.38567049356773, 13.186962962963, 21.2739055739742, 44.7257037037037, 25.7886398018955, 76.2122962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1065, '2021-11-07 00:00:00', 2.55823064411519, 5.77851851851852, 3.17905126595452, 7.68551851851852, 15.7446251358842, 33.2648518518519, 20.8653366030459, 44.7735925925926, 25.5760614887506, 75.8322592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1080, '2021-11-07 00:00:00', 2.57648992494313, 5.31277777777778, 4.94503941488991, 9.87225925925928, 16.476579331933, 35.5365925925926, 20.3024643470713, 44.5528888888889, 25.436064027775, 75.9059259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 1095, '2021-11-07 00:00:00', 4.85544462242968, 8.18940740740741, 15.3459933848761, 31.6682592592593, 16.732410998519, 36.9241481481481, 20.4481917374944, 44.0558888888889, 26.3090743534656, 75.9834814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 600, '2021-11-07 00:00:00', 12.623931414097, 20.489, 12.4938917029106, 24.6871666666667, 14.0473510381283, 29.1771666666667, 14.0029096003424, 36.0376666666667, 21.459395837998, 73.4290833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 615, '2021-11-07 00:00:00', 3.7798736770549, 10.5268333333334, 4.63407197043526, 14.897375, 7.19297757780337, 18.8145, 9.78713836718775, 27.629875, 20.7289864528471, 72.1883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 630, '2021-11-07 00:00:00', 4.34256786865109, 8.70695833333331, 6.75761413054332, 12.2080416666666, 7.7649446702397, 16.2075833333333, 9.08317757069612, 25.9187916666667, 19.550080193273, 71.7332083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 645, '2021-11-07 00:00:00', 5.65257110779008, 7.50795833333331, 5.94746731080072, 10.45525, 6.57253125691984, 12.8605833333333, 9.3608032914312, 23.344, 20.0725979499904, 70.640125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 660, '2021-11-07 00:00:00', 3.73167286961184, 6.34816666666668, 5.31262323625177, 9.86954166666667, 5.77884155684602, 12.244, 9.27985724361944, 22.735875, 20.6107150730943, 70.2904583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 675, '2021-11-07 00:00:00', 4.01695465351627, 6.75291666666666, 5.4295642624165, 9.18591666666666, 5.39974764238568, 12.2545833333333, 10.9392891940314, 23.190375, 20.7544507201188, 70.3922083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 690, '2021-11-07 00:00:00', 4.01685393513778, 6.74466666666665, 3.97060083340807, 8.71225000000002, 4.7713518790405, 12.2618333333333, 9.56348228941739, 23.33325, 21.1707595117071, 70.6189583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 705, '2021-11-07 00:00:00', 2.70443641829119, 6.2094166666667, 3.94016529392846, 9.12975000000001, 5.17869632747218, 13.77, 10.1521252275506, 23.078125, 23.4235367330628, 75.8719583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 720, '2021-11-07 00:00:00', 2.82977681527633, 6.35770833333333, 3.21713895956407, 8.73970833333332, 4.73683829132771, 13.4847083333333, 9.04891095046761, 22.1897916666667, 25.3782936966753, 77.8762083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 735, '2021-11-07 00:00:00', 3.04877132296114, 6.26333333333329, 4.23523980956985, 9.71437499999997, 5.14164866132663, 12.94, 8.55544851186251, 21.66725, 26.1261261640638, 78.3335833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 750, '2021-11-07 00:00:00', 2.8843761538852, 6.68416666666664, 3.80305967114887, 8.61041666666664, 4.72214198510976, 11.7098333333333, 8.21209740548062, 21.5236666666666, 26.8062596468366, 78.8035833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 765, '2021-11-07 00:00:00', 2.44269014064177, 5.75591666666668, 3.56859842478687, 9.06524999999998, 3.875819451223, 11.760625, 8.18781349206226, 22.1939583333333, 27.1460963555722, 78.9367083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 780, '2021-11-07 00:00:00', 3.04385147778939, 6.64691666666666, 3.71219870001673, 8.35516666666667, 5.15547384628324, 12.2906666666667, 7.97779323295319, 22.3067916666667, 27.1127135014746, 79.09525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 795, '2021-11-07 00:00:00', 2.13883134104462, 4.96987500000001, 3.24207391577713, 7.68916666666666, 4.93350698804484, 11.044625, 8.05777087121765, 21.65925, 28.0034643174875, 78.7332916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 810, '2021-11-07 00:00:00', 3.72972049308281, 5.81049999999998, 5.30176710491726, 9.03650000000002, 5.17442703122283, 10.9768333333333, 7.95119594675515, 22.373875, 28.0077081516106, 78.7369166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 825, '2021-11-07 00:00:00', 3.5312754354605, 6.36812500000002, 3.33070923269406, 8.05841666666667, 3.70931728454052, 10.14375, 7.67512993221933, 22.8935416666666, 28.1604204620856, 78.6075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 840, '2021-11-07 00:00:00', 2.40904983374134, 4.69266666666669, 2.62642678270832, 6.86791666666666, 3.74053289405692, 9.335375, 7.03363202594857, 23.0017916666666, 28.2177374964485, 78.367125 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 855, '2021-11-07 00:00:00', 2.67715186507895, 5.02424999999999, 2.9891066060842, 6.96129166666667, 4.61519815372952, 9.71245833333331, 7.32058106495812, 23.9764583333333, 28.4638876442462, 78.5944583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 870, '2021-11-07 00:00:00', 1.93133429838062, 4.42545833333335, 2.47832891301519, 6.21387499999999, 4.08852297640885, 9.56895833333333, 6.91771467824206, 24.50625, 29.3985322151599, 79.5161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 885, '2021-11-07 00:00:00', 1.61934970789179, 4.27845833333332, 3.53716458926093, 6.644125, 3.96872347760165, 9.57270833333333, 16.4684116687464, 36.00025, 30.2231812365603, 79.7778333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 900, '2021-11-07 00:00:00', 3.64371395176936, 5.4781666666667, 3.89290563750731, 7.1962916666667, 4.017229490681, 10.4397916666667, 16.2133542882206, 38.0041666666667, 30.3499795930261, 80.0899166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 915, '2021-11-07 00:00:00', 1.9918823938713, 4.71258333333336, 2.58249161228767, 7.18883333333335, 4.45078452211729, 10.6069166666666, 16.238139605671, 38.678125, 30.6539350413601, 80.4269583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 930, '2021-11-07 00:00:00', 2.28080418057858, 5.31183333333333, 3.81160015443891, 7.61654166666665, 5.18553548169175, 10.6943333333333, 16.3707368693326, 38.8785833333333, 30.9416396022473, 80.7821666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 945, '2021-11-07 00:00:00', 2.76174015682878, 5.43554166666667, 3.06440372920733, 7.3957083333333, 5.56788515633454, 13.843625, 16.5983061558873, 39.117875, 30.6362197995589, 80.8900416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 960, '2021-11-07 00:00:00', 2.13785334184358, 4.88129166666664, 3.64904515776468, 8.00929166666664, 7.00642992457952, 14.877875, 16.959827444721, 39.3867916666667, 30.7459101514602, 81.6852083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 975, '2021-11-07 00:00:00', 3.16702404428853, 6.37158333333332, 4.88166983172915, 12.0322083333333, 6.47340067652548, 15.5311666666667, 16.7138159910804, 39.215125, 30.2979094105577, 81.4839583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 990, '2021-11-07 00:00:00', 3.9211159160593, 9.46087500000001, 5.46082472652624, 12.0144583333333, 5.31379948795473, 15.0660416666667, 15.6955390393997, 40.1485416666667, 28.9336774635269, 81.6367916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1005, '2021-11-07 00:00:00', 3.1103619176967, 7.16595833333334, 3.47419796786645, 9.39195833333336, 5.61064895349437, 13.455125, 15.9563536842456, 40.672875, 27.80108228966, 81.8349583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1020, '2021-11-07 00:00:00', 2.94581024384694, 6.52691666666667, 3.72209493737412, 8.83787500000001, 5.70506304487641, 13.4227916666667, 14.790396884404, 40.5685416666667, 28.0110083915972, 81.261375 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1035, '2021-11-07 00:00:00', 2.67738640674342, 6.58783333333333, 4.83677688056739, 10.207625, 4.99050358180416, 13.1825, 15.1827298193146, 40.414375, 27.9165692909831, 81.22175 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1050, '2021-11-07 00:00:00', 3.96643410633879, 7.36195833333331, 4.11866819880942, 9.17241666666666, 4.46174348111862, 12.59375, 15.5434443522509, 40.301375, 27.9153716669245, 81.1295416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1065, '2021-11-07 00:00:00', 2.97687517050972, 5.69804166666666, 3.80054141237455, 8.41337500000001, 13.454645469777, 28.50675, 15.0544802719675, 39.9857916666666, 27.2859486262246, 80.4547916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1080, '2021-11-07 00:00:00', 2.83900690402244, 6.38312499999997, 3.7641396708885, 8.74162499999999, 13.0738366544696, 31.3402083333334, 15.0230276343531, 40.1272083333333, 27.1613560401578, 80.530875 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 1, 1095, '2021-11-07 00:00:00', 2.64800808237961, 5.99274999999999, 12.8467191683832, 26.8775, 12.6338664532269, 31.6329166666667, 14.4452008659614, 40.1548333333333, 27.1284287833561, 80.2075833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 600, '2021-11-07 00:00:00', 8.86305295109119, 20.1715769230769, 9.36322651793463, 24.3581153846154, 10.1922170542791, 27.6048076923077, 12.3508843289116, 36.8358846153846, 26.6221347642261, 77.8572692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 615, '2021-11-07 00:00:00', 5.53149598696826, 11.8464230769231, 5.43037467810601, 14.8062307692308, 6.49311685212766, 18.0061538461539, 10.1730009738447, 29.8445769230769, 29.0706393288168, 75.3171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 630, '2021-11-07 00:00:00', 4.06021664465561, 9.26919230769231, 4.40088077478202, 12.9739230769231, 6.19255860492128, 16.2476538461539, 9.53234427281058, 27.5581538461539, 29.6437101668361, 74.4541538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 645, '2021-11-07 00:00:00', 3.72766654170595, 9.66161538461536, 3.99092270977335, 12.6296538461539, 5.46820678481882, 15.3501923076923, 8.76514067858495, 26.5313461538462, 30.628725338881, 74.2822692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 660, '2021-11-07 00:00:00', 3.12731525753325, 8.04799999999999, 3.99991704240901, 10.8201153846154, 7.01312079034722, 15.2085, 8.96558313629662, 24.7524230769231, 31.3226988223212, 74.3219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 675, '2021-11-07 00:00:00', 3.46081933673784, 7.9991923076923, 3.88589799383122, 10.9104615384615, 6.34405405399418, 15.744, 8.1723514544704, 23.8058461538462, 31.4901732300973, 74.4656923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 690, '2021-11-07 00:00:00', 3.26276244072649, 7.24476923076919, 4.99296946700677, 10.7894615384615, 5.26720013903169, 14.8637692307692, 7.96710566227448, 22.6919230769231, 31.4114758205684, 74.4251153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 705, '2021-11-07 00:00:00', 3.61049674996927, 7.32769230769231, 3.95512848862568, 10.5241923076923, 4.6156528298989, 13.6096153846154, 7.76844278950718, 22.4034230769231, 34.757233698104, 79.6722307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 720, '2021-11-07 00:00:00', 3.42748593959975, 7.66311538461538, 3.6308450936175, 10.1334230769231, 5.34424441014674, 13.3013461538461, 7.79905932562482, 21.4917307692308, 37.1869258928664, 81.0248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 735, '2021-11-07 00:00:00', 3.15376216068267, 7.22161538461537, 3.75574691639357, 9.61249999999999, 5.2521115866346, 13.5730384615385, 7.80085711030426, 20.6838461538462, 37.3605606051869, 81.3585769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 750, '2021-11-07 00:00:00', 2.46516668807608, 6.76399999999998, 4.20131627011563, 9.41480769230769, 4.69008397382586, 13.7148076923077, 7.06387078863008, 20.2000384615385, 37.1414061933371, 81.2564615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 765, '2021-11-07 00:00:00', 3.14202098729707, 5.96726923076923, 3.66773135351247, 9.02119230769232, 4.31559311281596, 12.7266538461539, 7.08503975006491, 21.6585, 37.2951448371583, 81.2032307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 780, '2021-11-07 00:00:00', 2.72717905423281, 6.21907692307692, 3.34470939567826, 8.66930769230769, 4.47274837277416, 11.9296153846154, 8.46119620493824, 22.6334615384615, 37.4915254139673, 81.4601153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 795, '2021-11-07 00:00:00', 1.72587383262909, 5.40238461538461, 3.577487345137, 8.15223076923078, 4.52027255151722, 11.5045, 8.29880294055436, 22.7753846153846, 37.5410415870623, 81.5948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 810, '2021-11-07 00:00:00', 3.47687371443857, 5.99188461538464, 3.76938551552046, 8.35026923076926, 4.66143695392146, 11.5883461538462, 8.63646994517123, 23.6529230769231, 37.4353771357235, 81.7465769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 825, '2021-11-07 00:00:00', 2.69645306624491, 5.20853846153845, 3.31824912775489, 7.68692307692309, 5.11264652406168, 11.065, 9.03472851509876, 24.4073076923077, 37.4299515447188, 81.903 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 840, '2021-11-07 00:00:00', 1.88473470240813, 5.89553846153848, 3.58125655300785, 8.15246153846155, 4.83816406072194, 10.7449615384615, 10.611301756799, 25.5174230769231, 37.7177311907808, 82.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 855, '2021-11-07 00:00:00', 3.2033913558074, 5.57346153846153, 4.37228757534754, 7.6698076923077, 4.75838586222743, 10.6854230769231, 10.9692326486404, 25.8945, 37.453301013724, 82.4117692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 870, '2021-11-07 00:00:00', 2.31214468804649, 5.29553846153847, 2.99603528992261, 7.59453846153844, 4.76525328409086, 10.7216923076923, 10.9056028030761, 26.0514615384615, 37.5679906886373, 83.0426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 885, '2021-11-07 00:00:00', 2.83030152701901, 5.39242307692305, 3.15088941485029, 7.5407692307692, 4.45309241020735, 11.2255769230769, 13.3364350879605, 38.3541538461538, 37.5634556772117, 83.0104230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 900, '2021-11-07 00:00:00', 1.84678430251072, 5.1335, 3.375575002642, 7.79296153846154, 3.44903955415911, 10.6173846153846, 14.1331068390717, 38.9862692307692, 37.3393869341951, 83.3693076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 915, '2021-11-07 00:00:00', 2.28379334138487, 5.6458846153846, 3.08812104709943, 8.05219230769228, 2.88960113963052, 10.1138846153846, 14.6778503295062, 39.8158461538461, 37.2698817612622, 83.5915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 930, '2021-11-07 00:00:00', 2.57732728705834, 5.76523076923072, 2.58482437344177, 7.82080769230767, 2.94277951629722, 9.97680769230767, 14.7172087855837, 40.4769615384615, 37.5554524883077, 83.7141923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 945, '2021-11-07 00:00:00', 1.72436674351886, 5.24288461538462, 2.16438880091784, 6.98419230769231, 5.91847845012682, 13.3147307692308, 14.9972606366834, 40.8042692307692, 37.7974350167595, 83.8226153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 960, '2021-11-07 00:00:00', 1.92359180581137, 5.25765384615387, 2.70343201021333, 7.60007692307693, 7.41121844067387, 15.3758461538461, 15.1761253456261, 41.2831153846154, 38.1226634811892, 83.9525 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 975, '2021-11-07 00:00:00', 2.2847299547548, 5.69361538461537, 5.51663488676263, 11.286923076923, 7.36719462617896, 15.7295, 14.9779767759714, 41.3116923076923, 38.3254878040911, 83.8816923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 990, '2021-11-07 00:00:00', 4.79190567792754, 9.56611538461537, 6.20690279806406, 12.6572307692308, 6.73366006875445, 16.5608076923077, 14.444462406217, 41.6657307692307, 38.4920751639367, 84.1991153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1005, '2021-11-07 00:00:00', 2.91972961155915, 7.82073076923078, 3.53094693792776, 10.2300384615385, 7.13599126724198, 15.5193846153846, 14.7890147861903, 41.5911153846154, 39.8423888821171, 85.1439230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1020, '2021-11-07 00:00:00', 3.15673481842331, 7.35107692307694, 4.94761485426599, 11.1728846153846, 8.97963838273095, 15.0477307692308, 15.9734347747945, 41.7012307692308, 39.7560481395647, 85.3553461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1035, '2021-11-07 00:00:00', 3.96046123265769, 7.74215384615383, 5.9729287108265, 10.4052307692308, 8.50219279127449, 14.1905, 16.0073986136219, 41.1281538461539, 39.0630921798806, 86.0254230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1050, '2021-11-07 00:00:00', 2.98616615849721, 6.53861538461537, 5.13111200618345, 9.84749999999999, 6.34085345347625, 12.8930384615385, 16.5266115130905, 40.7112307692308, 38.8245871643215, 86.193 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1065, '2021-11-07 00:00:00', 3.38327347924826, 6.73134615384614, 4.20397639677191, 8.70476923076921, 12.5508411516458, 30.2325769230769, 16.3703577210104, 40.4149230769231, 38.7048902649861, 85.9677692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1080, '2021-11-07 00:00:00', 3.89909145492205, 5.70842307692306, 4.33453322977228, 8.42399999999999, 13.3074585411571, 31.9677692307692, 15.9234593435646, 39.9578846153846, 38.6963646883508, 86.5675769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 2, 1095, '2021-11-07 00:00:00', 3.28607850086488, 6.68192307692309, 13.2843046093443, 28.5979230769231, 13.8744972333581, 32.4539615384615, 15.8611885004294, 39.3423846153846, 38.6051549493867, 86.6258846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 600, '2021-11-07 00:00:00', 11.8220026079146, 21.5466923076923, 11.0618711626226, 25.4065384615385, 11.4602951211832, 27.9877692307692, 12.0364016974152, 34.5306923076923, 38.0323112503242, 84.9958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 615, '2021-11-07 00:00:00', 3.44413733153334, 11.6270384615384, 5.94241297946058, 14.4494615384615, 6.33691076010528, 18.9436923076923, 8.45938469893734, 26.8782692307692, 37.3409491729924, 81.2945 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 630, '2021-11-07 00:00:00', 4.87224845899239, 8.60138461538465, 5.29847228910951, 12.2030384615385, 4.89654493149544, 16.3538846153846, 6.74457597332851, 24.4265, 37.2068099550854, 80.7210769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 645, '2021-11-07 00:00:00', 3.38481711743212, 8.34196153846154, 3.46176602351147, 12.1328076923077, 4.19883882043594, 14.861, 7.21836099444703, 23.4363846153846, 38.0617387803836, 80.1568846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 660, '2021-11-07 00:00:00', 3.31005935363938, 8.48926923076924, 4.19210547889172, 10.8451153846154, 5.93254098160824, 14.3225384615385, 7.51762197383844, 22.4103076923077, 38.1730438142495, 80.2477307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 675, '2021-11-07 00:00:00', 2.71518879354924, 6.17423076923077, 3.32216485211304, 8.89976923076921, 6.09798333537092, 13.4489615384615, 7.64997088983904, 21.7521538461538, 38.2599386330482, 80.4292692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 690, '2021-11-07 00:00:00', 2.32789350833618, 6.55211538461534, 4.26511311149494, 10.2625769230769, 6.28513478173823, 13.5642307692308, 7.45092113334886, 21.8921538461539, 38.4602819685651, 81.2636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 705, '2021-11-07 00:00:00', 4.24877328902573, 7.3183076923077, 5.38389491553638, 10.2816923076923, 6.17047801015824, 12.7939230769231, 8.10700960147834, 21.7540384615385, 40.7006747293155, 85.4346923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 720, '2021-11-07 00:00:00', 3.43002737396566, 6.70788461538464, 3.20959814307026, 9.23500000000005, 3.80187741982621, 12.3306538461539, 8.48801937284821, 22.0440769230769, 40.4072120841545, 86.7874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 735, '2021-11-07 00:00:00', 2.6331531507652, 6.46765384615389, 3.42963647703595, 8.63326923076926, 4.20244828952763, 12.0701153846154, 8.88499008587823, 22.2788846153846, 41.1853479193567, 87.5579615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 750, '2021-11-07 00:00:00', 2.28673118698689, 5.82480769230767, 3.04176550454093, 8.29576923076922, 3.81017802289522, 10.6323846153846, 7.63188984076282, 22.0253076923077, 41.5430046653048, 87.8403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 765, '2021-11-07 00:00:00', 2.21779703760283, 5.5725, 2.93186694130865, 7.65580769230769, 3.81216946188834, 9.74961538461539, 7.96628185252357, 22.5280769230769, 41.6283029473754, 88.0909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 780, '2021-11-07 00:00:00', 1.97916878162371, 5.15811538461536, 2.36184779031489, 6.76676923076923, 3.51586482653438, 9.34296153846155, 8.39639063077793, 22.4492307692308, 42.0250488176351, 88.3232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 795, '2021-11-07 00:00:00', 1.86501879759549, 4.58034615384615, 2.31483401531547, 6.30596153846156, 3.43534921055509, 9.63203846153846, 8.33758449404771, 22.6533461538462, 41.9612221709704, 88.3801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 810, '2021-11-07 00:00:00', 2.10716106061798, 4.71815384615388, 2.37253339572832, 6.90607692307696, 4.12775912031994, 10.6783461538462, 8.69476408889503, 23.3008076923077, 41.945290315417, 88.6247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 825, '2021-11-07 00:00:00', 1.58958112140854, 5.01730769230771, 3.24998041840254, 7.46700000000001, 4.87298729054841, 11.6975769230769, 8.72975512750236, 24.0501153846154, 41.9037690487842, 88.9035769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 840, '2021-11-07 00:00:00', 2.53583355829688, 5.73765384615385, 3.76563401301825, 8.71300000000001, 4.6730502349602, 11.2005384615385, 8.86685049461454, 24.0525769230769, 42.5689243037869, 89.3493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 855, '2021-11-07 00:00:00', 2.83077174609001, 5.74696153846155, 3.50110227851391, 8.06373076923077, 3.84124569718649, 10.1611153846154, 8.73781770017768, 23.6118076923077, 42.9736388108588, 89.4676153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 870, '2021-11-07 00:00:00', 3.0193458825483, 5.84703846153846, 2.89776593868181, 7.00765384615382, 3.75440172617932, 10.6471923076923, 8.31743873788448, 24.6130384615385, 42.9413406722025, 89.8116153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 885, '2021-11-07 00:00:00', 2.24308381818081, 4.79084615384615, 2.81383543119462, 7.12692307692308, 4.40327117702983, 11.0444615384616, 14.2838397619343, 34.8732307692308, 42.8283997802321, 90.0478461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 900, '2021-11-07 00:00:00', 1.88829289978661, 5.29065384615384, 3.38832873166788, 8.61107692307693, 6.22260021484959, 12.5579230769231, 17.9741289947952, 37.4598076923077, 42.7311656104138, 90.1252307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 915, '2021-11-07 00:00:00', 3.41160592187227, 6.66338461538463, 4.30730933825107, 8.74915384615387, 6.7478969004025, 12.5875384615385, 18.2844942597231, 37.7305769230769, 42.8696918552741, 90.2166153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 930, '2021-11-07 00:00:00', 4.30469705607902, 5.80076923076925, 5.94055907146275, 9.00780769230769, 6.82944406668657, 12.0485, 18.9810664831685, 39.0880384615385, 43.5428634752717, 90.9998846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 945, '2021-11-07 00:00:00', 3.68777630641472, 6.49338461538461, 4.05374191808772, 8.65753846153845, 4.74639737857932, 13.5273461538461, 19.7813797740743, 39.7353846153846, 43.4095345745077, 91.0628461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 960, '2021-11-07 00:00:00', 2.35788320451926, 5.91238461538461, 2.8267107397387, 8.13938461538461, 4.62558332903496, 13.8954230769231, 19.3388987842161, 40.4361153846154, 43.5859941027108, 91.2488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 975, '2021-11-07 00:00:00', 2.31060808113698, 5.86423076923077, 3.79342746420094, 10.4863846153846, 5.56450430897628, 14.5237307692308, 19.4587600574612, 40.9315769230769, 44.0748180250181, 91.5574615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 990, '2021-11-07 00:00:00', 3.48805215821978, 8.24053846153843, 4.05406191140917, 11.1713076923077, 5.01868839684388, 15.2437692307692, 18.886953056908, 40.4434230769231, 43.6823624587245, 91.3641538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1005, '2021-11-07 00:00:00', 3.1229193671701, 7.82357692307691, 4.16930413544589, 10.7074230769231, 5.89021098812387, 14.4332692307692, 18.3946585419623, 40.3653461538461, 44.8504679280109, 91.8071923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1020, '2021-11-07 00:00:00', 3.01561875268389, 7.08030769230768, 4.29704265262301, 10.3890384615385, 4.99228349493958, 12.8665769230769, 17.2816228404627, 39.974, 44.8445854132486, 91.3873846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1035, '2021-11-07 00:00:00', 3.33156466844029, 7.92550000000001, 3.21504390303795, 10.1944615384615, 4.01981600497413, 12.3190769230769, 17.0337878340487, 40.4128461538461, 44.8204875513248, 91.7725384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1050, '2021-11-07 00:00:00', 2.18718233209904, 6.66907692307694, 2.79058487169873, 8.5153846153846, 4.9985396311938, 13.9552692307692, 16.6333026968373, 40.7872692307692, 44.8356156651761, 91.3583461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1065, '2021-11-07 00:00:00', 2.07090567626824, 5.65599999999998, 3.01653907751146, 8.08861538461537, 13.0964309160931, 29.2345, 16.9607862632059, 40.6918846153846, 44.8119924479872, 91.3429615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1080, '2021-11-07 00:00:00', 2.00299849264507, 5.9148076923077, 4.74389993927422, 10.2399230769231, 16.5878345808468, 31.4578076923077, 16.1655789035269, 40.5903846153846, 44.4196986727562, 90.8045384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 3, 1095, '2021-11-07 00:00:00', 5.08242769202035, 7.92526923076922, 13.3250912861644, 27.3852307692308, 16.2140590330168, 31.7773846153846, 16.9858756240408, 40.7716538461538, 44.256480220363, 90.7061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 600, '2021-11-07 00:00:00', 12.5016759005158, 20.8491923076923, 16.3875369497676, 24.944, 15.745968867667, 27.6896923076923, 17.1688117608645, 36.014, 44.4770571847484, 89.2568461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 615, '2021-11-07 00:00:00', 7.45759684575709, 11.6549230769231, 7.04376130519877, 14.0342692307692, 8.37795518103223, 18.2678461538462, 11.3009462278437, 29.5317307692308, 39.8166729110577, 86.0078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 630, '2021-11-07 00:00:00', 3.35724302642234, 8.11246153846155, 5.58546935001884, 11.4085, 7.25412834227198, 16.2206153846154, 11.6433567531678, 28.7311923076923, 39.4661913224666, 85.7776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 645, '2021-11-07 00:00:00', 3.50745403873609, 8.0119230769231, 4.79870236578439, 11.7416538461539, 7.05487569273902, 15.57, 11.924036493635, 28.5516923076923, 39.4010887558277, 85.7802307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 660, '2021-11-07 00:00:00', 3.58171841782901, 7.78876923076927, 4.84802763129979, 11.0249230769231, 6.40032426678524, 14.197, 12.681734404859, 28.8743461538462, 39.1701233182207, 85.8347307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 675, '2021-11-07 00:00:00', 3.37732954862267, 7.30399999999998, 5.48805785739851, 9.97461538461538, 5.2286181983977, 12.6497692307692, 13.5211182851693, 28.7888076923077, 38.844207852414, 86.1518076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 690, '2021-11-07 00:00:00', 4.75800492207201, 7.24596153846152, 5.08062198811859, 9.36488461538461, 5.61577169983036, 13.0417692307693, 13.9317079816566, 28.6136153846154, 38.7920536214075, 86.0793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 705, '2021-11-07 00:00:00', 3.30449107730679, 6.338, 4.18444581681329, 8.93707692307694, 6.56139201799785, 13.398576923077, 14.3411328506503, 28.295, 39.270519633102, 89.2875769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 720, '2021-11-07 00:00:00', 2.89992387804605, 6.20546153846154, 4.28543086999878, 9.32030769230773, 5.28901709830415, 14.1498846153846, 12.5483705143797, 27.1806153846154, 38.4034272363208, 89.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 735, '2021-11-07 00:00:00', 4.10389435555286, 7.02280769230769, 4.76650837212505, 10.5843076923077, 5.51571646061019, 15.2540769230769, 11.9864811542645, 26.6123076923077, 38.178620306719, 89.2052692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 750, '2021-11-07 00:00:00', 3.35369223302408, 7.34107692307691, 4.6451032534686, 10.4266538461538, 6.33963870700722, 14.9908461538461, 12.201097392511, 25.7183076923077, 38.0226705230728, 89.0861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 765, '2021-11-07 00:00:00', 4.16521438805513, 7.05553846153845, 5.3070868040907, 10.7361153846154, 7.49466395336345, 14.6505769230769, 11.7624875642867, 25.2625, 37.8380069115901, 88.8008076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 780, '2021-11-07 00:00:00', 4.25351520527885, 7.81080769230766, 5.22182745921826, 10.6485769230769, 7.54047387543735, 13.4468846153846, 11.4344853459241, 25.1723846153846, 37.7803633621814, 88.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 795, '2021-11-07 00:00:00', 3.27501500830384, 6.84076923076923, 5.53860793576812, 9.18288461538461, 6.13421790438368, 12.2824615384615, 10.9119532892216, 25.3008846153847, 36.6071559554224, 87.6532307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 810, '2021-11-07 00:00:00', 3.15756197697869, 5.56903846153843, 3.99071239774785, 7.7321923076923, 6.05859701047895, 12.0661538461539, 9.54419753881905, 24.2595, 35.3692292667598, 87.1087307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 825, '2021-11-07 00:00:00', 3.2541284426922, 5.64119230769234, 3.40901071957157, 8.17461538461541, 5.36871651199371, 12.4591153846154, 9.90481420196183, 24.7031538461539, 35.3384702306359, 87.1891923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 840, '2021-11-07 00:00:00', 2.81096122103345, 5.99388461538461, 4.76120749584193, 8.83853846153847, 6.12323751420639, 12.7461538461539, 10.0208642554499, 24.4058846153847, 35.3993768860631, 86.9801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 855, '2021-11-07 00:00:00', 3.16293342423672, 5.4536153846154, 3.73260466368788, 8.19684615384614, 7.21212977665991, 12.7706538461539, 9.96057665808251, 23.6401923076923, 35.9064380011976, 86.7494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 870, '2021-11-07 00:00:00', 2.5975019526164, 5.35507692307691, 4.56190070845981, 8.10392307692309, 6.85527742355086, 11.7079230769231, 9.57822173964697, 23.0084230769231, 36.0178705989338, 86.2811923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 885, '2021-11-07 00:00:00', 3.12811775894805, 6.02407692307693, 4.95232898994154, 9.03723076923079, 6.09753195279735, 12.7736538461539, 23.8302115856193, 34.1098461538462, 35.3761441134255, 85.9874230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 900, '2021-11-07 00:00:00', 2.78613741253704, 5.38119230769234, 3.57250056101628, 8.14546153846155, 5.6277749100743, 11.7750384615385, 26.2572747146679, 36.1008076923077, 34.6697972757047, 85.4835384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 915, '2021-11-07 00:00:00', 3.00082324627502, 6.48234615384616, 5.16510189638114, 9.84400000000002, 5.16816450336539, 11.554576923077, 26.049398483916, 37.2894230769231, 33.8083536859662, 86.0883461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 930, '2021-11-07 00:00:00', 3.68969080213838, 6.97784615384614, 4.07463856632141, 8.42361538461541, 5.19369388571003, 11.4934615384616, 25.9160787535164, 37.7140384615385, 33.8687340804965, 85.9908461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 945, '2021-11-07 00:00:00', 2.81387599557293, 5.59096153846155, 3.68450245132857, 7.6289230769231, 4.91047760249604, 12.4142692307692, 25.7404502756624, 38.0679230769231, 33.5881209605649, 85.9243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 960, '2021-11-07 00:00:00', 2.50924437906037, 4.98307692307692, 3.46142417577149, 8.07326923076921, 5.55233747159353, 13.2840384615385, 25.4550575578577, 38.7680769230769, 33.2951226939646, 86.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 975, '2021-11-07 00:00:00', 2.8671279751964, 5.96788461538462, 5.13322830375405, 10.1965384615384, 7.21384639330184, 14.4328846153846, 25.3176391463769, 39.5061153846154, 33.3923902431953, 86.0579230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 990, '2021-11-07 00:00:00', 4.3366988373824, 8.68361538461535, 4.73537514653923, 11.0114615384615, 6.17665636570467, 13.8075, 24.7989301757153, 39.9625, 33.1462478961855, 85.9096538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1005, '2021-11-07 00:00:00', 3.11156217109915, 6.98823076923077, 4.64750837529762, 10.4004615384616, 5.72025289610386, 12.8506538461539, 23.9500488348948, 39.6439230769231, 32.8467198946163, 84.7923461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1020, '2021-11-07 00:00:00', 3.26236290982235, 7.42734615384615, 3.23273539615268, 9.2236923076923, 5.87529963844723, 12.1798076923077, 24.1252995437442, 40.0163461538462, 32.5133845855234, 84.4603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1035, '2021-11-07 00:00:00', 3.03714440197725, 6.62796153846156, 4.92373837663403, 9.33119230769229, 5.99213832655885, 11.8237307692308, 23.7898220320242, 39.8716538461538, 32.2927140884989, 84.2031923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1050, '2021-11-07 00:00:00', 3.31693990321481, 6.86680769230766, 4.55424472569697, 8.69530769230767, 5.46904055894492, 11.9773461538461, 23.6767712381696, 40.9602307692307, 31.6001383600671, 84.4321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1065, '2021-11-07 00:00:00', 3.53830008815619, 5.88107692307689, 4.17217640824765, 8.19469230769229, 23.7412998699605, 27.5723461538461, 23.766947590331, 40.9498076923077, 31.1055359668438, 84.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1080, '2021-11-07 00:00:00', 2.51945135419478, 5.87661538461539, 3.50292633006262, 8.63792307692308, 24.6407380165761, 30.7308076923077, 23.8694925464735, 41.6251153846154, 30.9138141878103, 84.5129615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 4, 1095, '2021-11-07 00:00:00', 3.19836780321077, 6.77673076923076, 23.9895627889746, 26.9003846153846, 24.3731378874367, 31.847, 23.8950897327335, 41.3911538461538, 31.3996937933134, 84.7270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 600, '2021-11-07 00:00:00', 14.9567080076003, 19.1262307692307, 15.7119493767789, 24.5565384615385, 14.7686328936078, 27.9128846153846, 16.9708734155362, 37.0073846153846, 30.1256316172535, 81.4795384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 615, '2021-11-07 00:00:00', 7.38259981890892, 12.4923846153846, 6.88083756082512, 15.7104615384615, 7.10989895816987, 18.4376538461539, 11.3677834700323, 28.2523076923077, 28.4087288820775, 76.5181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 630, '2021-11-07 00:00:00', 4.46170844701375, 9.16788461538462, 5.52084849679971, 12.3407307692308, 6.0571354520611, 14.7182692307693, 10.2907454475443, 26.0158846153846, 28.5771237072323, 75.3324615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 645, '2021-11-07 00:00:00', 4.05670967088431, 8.16007692307693, 3.79353241370709, 10.4895769230769, 4.25513756516304, 13.0954615384616, 9.3890395239097, 24.7326923076923, 29.0483353860688, 74.6873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 660, '2021-11-07 00:00:00', 3.00684274511427, 7.51542307692306, 3.71201461204022, 9.87999999999999, 5.99535687691219, 12.8841923076923, 9.53440444318122, 24.6463846153846, 28.6963195898279, 74.4591923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 675, '2021-11-07 00:00:00', 3.53590976216219, 6.61538461538461, 3.48624310397309, 8.56349999999999, 5.67885029155075, 12.7070769230769, 11.6777229216738, 24.7026538461538, 28.5367900068558, 74.1728461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 690, '2021-11-07 00:00:00', 2.49215895653054, 5.79276923076922, 4.4125854373075, 8.38719230769231, 6.03891569036896, 12.9803461538462, 11.3064254951979, 24.3310384615385, 28.1680852561629, 73.8190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 705, '2021-11-07 00:00:00', 4.02791115019264, 6.30007692307691, 4.19415075625017, 9.6113846153846, 5.34750747688908, 12.9508461538462, 10.7698501225197, 25.3826923076923, 27.911812396822, 79.5033461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 720, '2021-11-07 00:00:00', 3.42945684598329, 7.15046153846152, 4.78128114485584, 9.89888461538464, 6.23196125938386, 13.7165384615385, 10.9777752864594, 25.7430000000001, 27.9678333890093, 79.9763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 735, '2021-11-07 00:00:00', 3.55145635760884, 6.5415, 3.40302908529808, 8.28865384615387, 5.83826774098145, 12.6531538461539, 10.1591513777177, 24.8106538461539, 27.46312745012, 79.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 750, '2021-11-07 00:00:00', 2.54610025816253, 5.96026923076923, 4.38192778738377, 10.0615769230769, 5.43019128165709, 12.6106538461538, 10.2047481024954, 24.8823461538462, 27.4176201812181, 79.0601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 765, '2021-11-07 00:00:00', 3.67779992867808, 7.34434615384614, 3.76142723239669, 9.14523076923077, 4.35405921658611, 11.0566923076923, 9.67536320137189, 24.6589615384616, 27.2305758445567, 78.2088846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 780, '2021-11-07 00:00:00', 3.25976213313416, 6.3697307692308, 3.45182455588568, 8.16026923076925, 3.52219937342478, 10.8731153846154, 9.07168652320968, 25.1078461538462, 27.673482180628, 78.0048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 795, '2021-11-07 00:00:00', 2.72147379642268, 5.96123076923078, 3.0932533704574, 7.39542307692308, 4.82327425526876, 11.4473076923077, 8.68816861856485, 25.5477692307693, 27.95878280351, 77.7994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 810, '2021-11-07 00:00:00', 2.34939074950211, 4.74457692307691, 2.98089189337685, 7.82799999999999, 4.99062970360067, 11.7599615384615, 9.34359707475575, 26.0248461538462, 28.009637880311, 77.9948846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 825, '2021-11-07 00:00:00', 2.46661176016507, 5.86115384615384, 4.18207511465484, 8.73223076923075, 5.48716983643169, 11.9125769230769, 10.4044368054432, 26.4800384615385, 27.8255918525762, 78.6138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 840, '2021-11-07 00:00:00', 3.51211104629944, 6.19819230769232, 4.29455907381206, 8.52003846153848, 5.26178105222352, 11.5441923076923, 10.2483795711247, 25.970076923077, 28.1331238088595, 78.5922692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 855, '2021-11-07 00:00:00', 2.73146874128468, 6.01226923076925, 3.38275426265911, 7.74580769230769, 6.04749184080604, 11.2247307692308, 10.9669417803618, 25.3144230769231, 28.2695612620032, 78.1671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 870, '2021-11-07 00:00:00', 2.25886343238225, 5.20761538461538, 2.85178948111801, 7.24973076923075, 5.19467971737948, 10.6476153846154, 11.7044862529124, 26.0387307692308, 27.8682357332059, 77.8158076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 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 970090, 5, 885, '2021-11-07 00:00:00', 2.3604280853595, 5.27911538461538, 4.60677648236398, 7.72096153846151, 5.90875853119759, 12.4175, 18.0266211527456, 42.4437692307692, 28.1017433270607, 77.6585 where not exists (select 1 from powerstats_trumpet where symbolid = 970090 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 885);
Date: 2021-11-07 14:48:12 Duration: 3s600ms Database: acaweb_fx User: pgperfstats
12 75ms 22s509ms 2s773ms 72 3m19s (( 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 #12
Day Hour Count Duration Avg duration Nov 07 14 72 3m19s 2s773ms [ User: postgres - Total duration: 3m19s - Times executed: 72 ]
-
(( 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' 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 = '627' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:09:45 Duration: 22s509ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:05:29 Duration: 18s521ms 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' 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 = '431' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2021-11-07 14:15:47 Duration: 17s277ms Database: acaweb_fx User: postgres Bind query: yes
13 51ms 18s22ms 2s750ms 178 8m9s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.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 ar.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_autochartist_results rar on rar.resultuid = ar.resultuid 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 (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 #13
Day Hour Count Duration Avg duration Nov 07 14 178 8m9s 2s750ms [ User: postgres - Total duration: 8m9s - Times executed: 178 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '630' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-11-07 14:03:37 Duration: 18s22ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:31:19 Duration: 11s270ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.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 ar.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_autochartist_results rar ON rar.resultuid = ar.resultuid 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 (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: 2021-11-07 14:26:20 Duration: 11s157ms Database: acaweb_fx User: postgres Bind query: yes
14 69ms 20s146ms 2s601ms 13 33s822ms 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 <= ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((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 #14
Day Hour Count Duration Avg duration Nov 07 14 13 33s822ms 2s601ms [ User: postgres - Total duration: 33s822ms - Times executed: 13 ]
-
SELECT /*server.CPResultList*/ 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 = 529 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520722240 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:16:25 Duration: 20s146ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 529 AND (((s.symbol ilike '%xauusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440))) AND breakout >= 0.6 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.6 AND initialtrend >= 0.6 AND symmetry >= 0.6 AND noise <= 0.4 AND volumeincrease >= 0.6 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 520722240 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:08:05 Duration: 5s415ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 15)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 30)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) AND breakout >= 0.1 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.1 AND symmetry >= 0.1 AND noise <= 0.9 AND volumeincrease >= 0.1 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 522047327 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:05:07 Duration: 4s124ms Database: acaweb_fx User: postgres Bind query: yes
15 930ms 3s201ms 2s51ms 68 2m19s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Nov 07 14 68 2m19s 2s51ms [ User: pgperfstats - Total duration: 2m19s - Times executed: 68 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970095, 5, 990, '2021-11-07 00:00:00', 0.207991048733536, 0.509740740740741, 0.242860358737596, 0.625333333333334, 0.353517634565403, 0.759111111111111, 0.464272966544884, 0.899814814814814, 1.22761494840135, 2.51 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1005, '2021-11-07 00:00:00', 0.112403361468934, 0.339148148148149, 0.161521725493099, 0.464962962962964, 0.18365350442235, 0.572925925925927, 0.303908766674373, 0.733666666666666, 1.15647225637802, 2.46381481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1020, '2021-11-07 00:00:00', 0.0988821422840252, 0.281703703703704, 0.147663203447649, 0.382962962962963, 0.163706568151191, 0.475925925925925, 0.271613885072363, 0.666444444444443, 1.14028167660201, 2.44192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1035, '2021-11-07 00:00:00', 0.100932673393726, 0.248407407407407, 0.106620756679859, 0.341296296296296, 0.129800350747335, 0.413851851851852, 0.210059745944093, 0.616407407407406, 1.16589250260705, 2.42740740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1050, '2021-11-07 00:00:00', 0.0781843828446428, 0.243518518518518, 0.0881931317622206, 0.297481481481481, 0.140446824603871, 0.386185185185185, 0.206666770057874, 0.589999999999999, 1.16489404651288, 2.4177037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1065, '2021-11-07 00:00:00', 0.0637834879364025, 0.177777777777777, 0.118117800584056, 0.259259259259259, 0.167168117436249, 0.36411111111111, 0.172858702569849, 0.550851851851852, 1.17537027565797, 2.40085185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1080, '2021-11-07 00:00:00', 0.0932148668186107, 0.18437037037037, 0.115054279274989, 0.260555555555555, 0.167773767428156, 0.345962962962962, 0.172188386530105, 0.533925925925926, 1.17176601443829, 2.39685185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1095, '2021-11-07 00:00:00', 0.0786343552358753, 0.176851851851851, 0.124406946426188, 0.246629629629629, 0.144771329660737, 0.31674074074074, 0.17079504886837, 0.495777777777778, 1.18779857904759, 2.36981481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1110, '2021-11-07 00:00:00', 0.0874927266004277, 0.166148148148147, 0.101432741950521, 0.219296296296296, 0.108440105174499, 0.284111111111111, 0.162571229184024, 0.470592592592593, 1.19524433721354, 2.36944444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1125, '2021-11-07 00:00:00', 0.0608091685994395, 0.150703703703704, 0.0695052315151687, 0.213148148148148, 0.0983784482918847, 0.27337037037037, 0.158721072694771, 0.455925925925926, 1.20769482452058, 2.49340740740741 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1140, '2021-11-07 00:00:00', 0.050345331676854, 0.137962962962963, 0.0588086859100046, 0.182666666666667, 0.0716685748106142, 0.245666666666667, 0.13823845989764, 0.449111111111112, 1.19755316543592, 2.51725925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1155, '2021-11-07 00:00:00', 0.0417567573049774, 0.121629629629629, 0.0587041692486945, 0.161222222222221, 0.0619882352591307, 0.225814814814815, 0.413147190647113, 0.951296296296296, 1.19762382024358, 2.51874074074074 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1170, '2021-11-07 00:00:00', 0.0505871789889754, 0.121296296296296, 0.056759677312869, 0.169740740740741, 0.0587781574640768, 0.226111111111112, 0.426404109252554, 1.02281481481482, 1.19575208008894, 2.53503703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1185, '2021-11-07 00:00:00', 0.0452229362173003, 0.125962962962963, 0.0516316948088277, 0.170296296296297, 0.0576203311696723, 0.219444444444445, 0.438817742799914, 1.03062962962963, 1.18878403723279, 2.53955555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1200, '2021-11-07 00:00:00', 0.0412965441460246, 0.122407407407408, 0.0532990541547342, 0.162407407407408, 0.0677064638137702, 0.22262962962963, 0.463111719121277, 1.05218518518519, 1.19155197344182, 2.55551851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1215, '2021-11-07 00:00:00', 0.0398027544179959, 0.106518518518519, 0.0494995755255332, 0.148851851851852, 0.0569865281225689, 0.213814814814815, 0.453906547481036, 1.06033333333333, 1.1865392625836, 2.58196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1230, '2021-11-07 00:00:00', 0.0342362747261216, 0.109259259259259, 0.0472329500132219, 0.156518518518519, 0.0869747646539481, 0.223925925925926, 0.463444129899669, 1.07466666666667, 1.19123803420268, 2.60314814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1245, '2021-11-07 00:00:00', 0.0396300197014643, 0.106666666666668, 0.0416589052600331, 0.152814814814816, 0.0775229402680673, 0.217037037037037, 0.464528042204452, 1.07707407407407, 1.18953429202728, 2.6127037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1260, '2021-11-07 00:00:00', 0.0396385736904927, 0.119296296296297, 0.0521984488531806, 0.164296296296297, 0.0684663079743261, 0.219407407407408, 0.444312455828731, 1.08359259259259, 1.16877254750711, 2.63003703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1275, '2021-11-07 00:00:00', 0.0364839659587581, 0.113814814814815, 0.0438540703604524, 0.152444444444444, 0.0696929161687368, 0.206444444444444, 0.459318810011922, 1.083, 1.18117664547106, 2.63203703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1290, '2021-11-07 00:00:00', 0.0387378140015442, 0.112814814814815, 0.0680841192455873, 0.157703703703704, 0.0807636804496425, 0.213185185185186, 0.442218555368553, 1.08659259259259, 1.16692829300932, 2.64377777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1305, '2021-11-07 00:00:00', 0.0518629302369575, 0.117074074074074, 0.0617540614256586, 0.157777777777778, 0.0849850330379167, 0.220074074074074, 0.446742942205309, 1.09344444444444, 1.17132509276224, 2.64862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1320, '2021-11-07 00:00:00', 0.0459897647475879, 0.114461538461538, 0.07283187172153, 0.161807692307693, 0.0963538350999135, 0.252307692307692, 0.424859890027107, 1.12761538461538, 1.09689347985748, 2.74788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1335, '2021-11-07 00:00:00', 0.04489942607137, 0.117038461538462, 0.056216668757174, 0.166076923076922, 0.391032148983254, 0.887307692307692, 0.422767992384257, 1.13015384615385, 1.09778480516973, 2.74796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1350, '2021-11-07 00:00:00', 0.0455095763379696, 0.128192307692307, 0.0750586334910152, 0.205961538461538, 0.381970598949105, 0.965461538461538, 0.454821765597841, 1.16096153846154, 1.10110784282851, 2.74080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 1365, '2021-11-07 00:00:00', 0.065183244661611, 0.170153846153846, 0.382409494571542, 0.863692307692308, 0.39295525875679, 0.971346153846154, 0.525503363086655, 1.18523076923077, 1.10289034603836, 2.73865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 990, '2021-11-07 00:00:00', 0.240108580510533, 0.554695652173914, 0.261121297514795, 0.684826086956522, 0.307864780902523, 0.771217391304348, 0.491373005801132, 0.996391304347826, 1.0642747776639, 2.7765652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1005, '2021-11-07 00:00:00', 0.0866091807929652, 0.347826086956521, 0.139982353489779, 0.449173913043479, 0.192655275910026, 0.576652173913043, 0.478284144960041, 0.818782608695652, 0.984090027293328, 2.674 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1020, '2021-11-07 00:00:00', 0.14013222158266, 0.312695652173913, 0.167943372255606, 0.413391304347827, 0.184946824961233, 0.528347826086957, 0.408730285934767, 0.75608695652174, 0.964224673685482, 2.65230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1035, '2021-11-07 00:00:00', 0.116980945037969, 0.282217391304348, 0.152980016261909, 0.383608695652174, 0.144886448655327, 0.455086956521739, 0.367984683475722, 0.675, 0.968735608843764, 2.61504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1050, '2021-11-07 00:00:00', 0.113720741795965, 0.25495652173913, 0.141705841285903, 0.321, 0.148248656087063, 0.397869565217391, 0.37073728486268, 0.63095652173913, 0.974502353996472, 2.59326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1065, '2021-11-07 00:00:00', 0.108606298451061, 0.214347826086957, 0.115685788154931, 0.300739130434782, 0.146787819765879, 0.368130434782609, 0.368790111371034, 0.607652173913043, 0.97495835119315, 2.59517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1080, '2021-11-07 00:00:00', 0.0738813545182711, 0.206, 0.0984528739014077, 0.269173913043479, 0.153394812100822, 0.343826086956522, 0.363688178126662, 0.586, 0.970986493598644, 2.59695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1095, '2021-11-07 00:00:00', 0.0654753974251708, 0.183130434782609, 0.0998892271844655, 0.243304347826087, 0.119582855328585, 0.327826086956522, 0.358057252471487, 0.558217391304348, 0.954444241575526, 2.58391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1110, '2021-11-07 00:00:00', 0.0588100378622533, 0.154434782608695, 0.0807406916525839, 0.205826086956521, 0.0866264069862746, 0.30295652173913, 0.36111594165885, 0.537217391304348, 0.951221771043699, 2.60169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1125, '2021-11-07 00:00:00', 0.059182540690052, 0.153869565217391, 0.064217115667585, 0.224739130434783, 0.0937966432058197, 0.301086956521739, 0.363705664345057, 0.545913043478261, 0.987027191058752, 2.74569565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1140, '2021-11-07 00:00:00', 0.0514321764531064, 0.149217391304348, 0.0662511988108405, 0.206304347826087, 0.246528369876877, 0.319652173913044, 0.374897466878527, 0.585260869565218, 0.995074869568834, 2.77578260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1155, '2021-11-07 00:00:00', 0.0341705788434739, 0.120913043478261, 0.0809012964225291, 0.189260869565218, 0.385591476255978, 0.309826086956522, 0.375774167947242, 0.90604347826087, 0.994902275376536, 2.79491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1170, '2021-11-07 00:00:00', 0.0590194916553579, 0.138869565217392, 0.25253853460898, 0.217565217391305, 0.383819410557816, 0.297608695652173, 0.419026454964927, 0.965478260869566, 0.996761388107572, 2.80191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1185, '2021-11-07 00:00:00', 0.259156666643197, 0.162782608695653, 0.395064851833405, 0.234652173913044, 0.38263078313896, 0.29695652173913, 0.444881593697768, 1.01778260869565, 0.996299949278733, 2.80095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1200, '2021-11-07 00:00:00', 0.297409979072952, 0.179826086956523, 0.291873409128893, 0.218782608695652, 0.280916329517747, 0.286434782608696, 0.47424681287879, 1.06969565217391, 0.997065988277725, 2.78530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1215, '2021-11-07 00:00:00', 0.0664385656373815, 0.13391304347826, 0.0878689511099908, 0.18195652173913, 0.115094324609478, 0.259608695652173, 0.490755995012098, 1.08791304347826, 1.00397425285475, 2.79313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1230, '2021-11-07 00:00:00', 0.0451692469448539, 0.130478260869566, 0.051367581785577, 0.185086956521739, 0.0951198536650722, 0.257173913043477, 0.508523519574535, 1.11952173913044, 1.01052985358189, 2.80269565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1245, '2021-11-07 00:00:00', 0.0423855352312306, 0.124521739130434, 0.0795102847152113, 0.187608695652172, 0.0980268173358489, 0.240434782608695, 0.520783728336056, 1.13265217391304, 1.02817964933388, 2.82313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1260, '2021-11-07 00:00:00', 0.0634664954714747, 0.138782608695652, 0.0671278350988569, 0.180347826086956, 0.0867640250762423, 0.229217391304348, 0.51329892515109, 1.13282608695652, 1.02979415418811, 2.824 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1275, '2021-11-07 00:00:00', 0.0475974141523682, 0.125173913043478, 0.0548928168695459, 0.157304347826087, 0.0929255088639736, 0.227173913043479, 0.510608696661855, 1.14282608695652, 1.02898412622149, 2.82182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1290, '2021-11-07 00:00:00', 0.0397817166577454, 0.108304347826087, 0.0542850040073592, 0.160043478260869, 0.0849167692950564, 0.220304347826087, 0.514875770733617, 1.13617391304348, 1.0271053592365, 2.81865217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1305, '2021-11-07 00:00:00', 0.0383944062954823, 0.116304347826086, 0.0811425330633496, 0.168260869565217, 0.1308440220368, 0.236391304347826, 0.514505184599957, 1.13669565217391, 1.02814717844935, 2.81243478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1320, '2021-11-07 00:00:00', 0.0384982149470919, 0.119272727272727, 0.0621558577235537, 0.160272727272727, 0.163505622975446, 0.306772727272727, 0.513715284899518, 1.18181818181818, 1.05104401302515, 2.82022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1335, '2021-11-07 00:00:00', 0.0572052770550383, 0.119409090909091, 0.122850426424686, 0.182681818181818, 0.285618414651224, 0.805545454545455, 0.509430861874605, 1.19377272727273, 1.05257479091806, 2.8175 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1350, '2021-11-07 00:00:00', 0.0689295549803091, 0.134045454545454, 0.107611906919368, 0.255318181818182, 0.306808981423703, 0.870318181818182, 0.506318834238626, 1.204, 1.04464486084094, 2.80013636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 1365, '2021-11-07 00:00:00', 0.068796267390946, 0.205545454545454, 0.24783660044368, 0.763136363636364, 0.326461336652602, 0.916363636363638, 0.532773826512198, 1.23095454545455, 1.04029727790037, 2.78604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 990, '2021-11-07 00:00:00', 0.222705825283904, 0.58173076923077, 0.253933998087329, 0.683346153846155, 0.33335558515472, 0.834884615384616, 0.544679004975902, 1.10453846153846, 1.05591897197873, 2.60634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1005, '2021-11-07 00:00:00', 0.147783646435748, 0.335384615384616, 0.171580866783432, 0.487923076923078, 0.308668916478482, 0.672500000000001, 0.546885094104645, 0.982884615384616, 1.07510804394435, 2.51088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1020, '2021-11-07 00:00:00', 0.118731481147102, 0.339730769230769, 0.208729331542439, 0.475423076923077, 0.259386557388478, 0.605115384615384, 0.532800906675134, 0.885384615384615, 1.0809928378045, 2.48565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1035, '2021-11-07 00:00:00', 0.11388169975225, 0.260807692307692, 0.138692376807868, 0.350846153846154, 0.172621208252236, 0.471192307692307, 0.521067940350909, 0.756038461538462, 1.06779318942603, 2.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1050, '2021-11-07 00:00:00', 0.107943432479168, 0.231230769230768, 0.122752183123309, 0.325538461538461, 0.151621979328146, 0.39676923076923, 0.555695184846457, 0.726461538461538, 1.0675205355618, 2.40657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1065, '2021-11-07 00:00:00', 0.0844531822964652, 0.219500000000001, 0.104998849810551, 0.292038461538461, 0.133449639017295, 0.347384615384615, 0.56096331430852, 0.696000000000001, 1.14222363228654, 2.27988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1080, '2021-11-07 00:00:00', 0.0727028620746535, 0.185884615384615, 0.0914919416375852, 0.232153846153845, 0.122767322136696, 0.292846153846153, 0.587669741109226, 0.688730769230769, 1.13312732667672, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1095, '2021-11-07 00:00:00', 0.0491993746051555, 0.159461538461537, 0.0743650558963108, 0.227192307692306, 0.0923994671979308, 0.298307692307691, 0.670623516988825, 0.713692307692307, 1.10566863863526, 2.27346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1110, '2021-11-07 00:00:00', 0.0511374768488004, 0.162192307692307, 0.0619588076560058, 0.205423076923076, 0.0914369812409709, 0.294192307692307, 0.66544056429961, 0.704769230769231, 1.08848120085529, 2.27926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1125, '2021-11-07 00:00:00', 0.0516451204039498, 0.140461538461538, 0.0663057718800971, 0.207846153846153, 0.110035106286062, 0.30273076923077, 0.666096976076653, 0.700692307692308, 1.07337451274724, 2.39973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1140, '2021-11-07 00:00:00', 0.063532862483794, 0.154769230769231, 0.0964143382251035, 0.21373076923077, 0.19071910880019, 0.347538461538462, 0.671058838415368, 0.71973076923077, 1.08315609855928, 2.44657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1155, '2021-11-07 00:00:00', 0.0598726468945044, 0.137576923076922, 0.0844408668832819, 0.1935, 0.335254954647033, 0.359730769230769, 0.702853438054204, 1.14065384615385, 1.07432321235994, 2.44826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1170, '2021-11-07 00:00:00', 0.051722588429488, 0.122115384615385, 0.167187724981876, 0.238846153846154, 0.466697141129515, 0.361692307692308, 0.778264799706077, 1.22646153846154, 1.0847292870361, 2.46188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1185, '2021-11-07 00:00:00', 0.156695751255541, 0.178961538461538, 0.332685670542954, 0.260346153846153, 0.51432839554271, 0.367538461538461, 0.887641636802046, 1.26534615384615, 1.08177032966977, 2.46238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1200, '2021-11-07 00:00:00', 0.28350411745755, 0.191230769230769, 0.416841030388546, 0.265269230769231, 0.459850171251462, 0.3585, 0.833640309818237, 1.25761538461538, 1.05169551384712, 2.46357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1215, '2021-11-07 00:00:00', 0.155283566915003, 0.157884615384616, 0.20140515996751, 0.214038461538461, 0.20632087034147, 0.292692307692308, 0.600210113210366, 1.2195, 0.933901974760488, 2.41446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1230, '2021-11-07 00:00:00', 0.0955426364751116, 0.143653846153846, 0.113675063228484, 0.2095, 0.140202644548744, 0.286307692307692, 0.528188090041359, 1.21053846153846, 0.908527993726455, 2.39334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1245, '2021-11-07 00:00:00', 0.0793274518397293, 0.156269230769231, 0.115380334279554, 0.213307692307693, 0.162445299669198, 0.293346153846153, 0.548382736921802, 1.22188461538462, 0.901978325681943, 2.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1260, '2021-11-07 00:00:00', 0.0619556168683554, 0.126461538461538, 0.0952579332452366, 0.184923076923076, 0.181313434522822, 0.276807692307692, 0.504695632573199, 1.20380769230769, 0.893746810645198, 2.38319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1275, '2021-11-07 00:00:00', 0.0655295705417381, 0.139730769230769, 0.0973465893677761, 0.189038461538461, 0.225902266137712, 0.301923076923076, 0.481560458701309, 1.20465384615385, 0.883892180163309, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1290, '2021-11-07 00:00:00', 0.0706737683901278, 0.125692307692308, 0.124714054479097, 0.198653846153846, 0.210758107791847, 0.2955, 0.463593270011548, 1.2, 0.886139823139581, 2.36788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1305, '2021-11-07 00:00:00', 0.0902127741253117, 0.144769230769231, 0.162926750884704, 0.224615384615384, 0.190938850461043, 0.290730769230769, 0.452889234208033, 1.19453846153846, 0.888896799409246, 2.359 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1320, '2021-11-07 00:00:00', 0.11205523935393, 0.15128, 0.115785462530203, 0.193760000000001, 0.134344705887504, 0.3046, 0.453845329747188, 1.1836, 0.889799121525003, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1335, '2021-11-07 00:00:00', 0.0730599069257552, 0.135800000000001, 0.0824758146367773, 0.19148, 0.346064093292944, 0.86124, 0.447678333181314, 1.17984, 0.891097624655496, 2.39268 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1350, '2021-11-07 00:00:00', 0.0542688676867326, 0.13488, 0.101349839664403, 0.245959999999999, 0.36795833097422, 0.9684, 0.465043098361145, 1.1902, 0.890889598472598, 2.39388 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 1365, '2021-11-07 00:00:00', 0.0964582465802351, 0.206119999999999, 0.340653171617899, 0.8392, 0.435390009072326, 1.01628, 0.455332160808642, 1.18672, 0.892947596446735, 2.39108 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 990, '2021-11-07 00:00:00', 0.240857164822129, 0.570576923076923, 0.305039964594805, 0.7075, 0.387016280714987, 0.830192307692307, 0.43595507354984, 1.02811538461538, 0.947256625938619, 2.27034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1005, '2021-11-07 00:00:00', 0.126247668676114, 0.376923076923077, 0.210744000735855, 0.508076923076923, 0.235537516201691, 0.606192307692308, 0.367838570362263, 0.852576923076924, 0.968967107483332, 2.21484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1020, '2021-11-07 00:00:00', 0.144970065875683, 0.318, 0.141174763488925, 0.399923076923078, 0.154989270100075, 0.506923076923077, 0.378650545205755, 0.768653846153846, 0.970519874167369, 2.20411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1035, '2021-11-07 00:00:00', 0.0992616743763675, 0.26, 0.130195308907573, 0.367538461538462, 0.151378450859477, 0.464653846153847, 0.422835388956324, 0.771615384615385, 0.980807670317604, 2.18838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1050, '2021-11-07 00:00:00', 0.0894617494540799, 0.237730769230769, 0.0839778817033663, 0.319269230769231, 0.123855554827139, 0.425038461538462, 0.426191406981201, 0.739653846153847, 0.982718076795954, 2.18753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1065, '2021-11-07 00:00:00', 0.0706491657090469, 0.21223076923077, 0.10710268976009, 0.296115384615385, 0.129317123620726, 0.383038461538462, 0.438082410582231, 0.711961538461539, 0.989347959322393, 2.17876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1080, '2021-11-07 00:00:00', 0.066878857185672, 0.214307692307692, 0.0772973579009097, 0.281192307692308, 0.213310539247, 0.405115384615386, 0.442548557961549, 0.683115384615385, 0.989480842897698, 2.16646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1095, '2021-11-07 00:00:00', 0.0487187375104825, 0.171653846153846, 0.0657996492859488, 0.245076923076923, 0.283784848080373, 0.369, 0.490083950422312, 0.685961538461539, 0.957361341637283, 2.19453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1110, '2021-11-07 00:00:00', 0.0592192925944289, 0.17673076923077, 0.224076940769494, 0.280653846153847, 0.282100789407997, 0.351846153846155, 0.53393229763851, 0.693461538461538, 0.952620105894184, 2.21288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1125, '2021-11-07 00:00:00', 0.227930546101556, 0.205576923076923, 0.290219293744469, 0.261961538461538, 0.279399501678978, 0.327807692307693, 0.54110474032298, 0.6735, 0.952099866287467, 2.30234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1140, '2021-11-07 00:00:00', 0.14211832556549, 0.157461538461539, 0.140747154637178, 0.210807692307692, 0.154820094104292, 0.282307692307692, 0.492744377480313, 0.673307692307692, 0.938958956258717, 2.35619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1155, '2021-11-07 00:00:00', 0.0524250087120783, 0.132692307692308, 0.051605366447239, 0.181076923076923, 0.127170848135037, 0.278769230769231, 0.463236693112878, 0.998923076923077, 0.956708328673815, 2.37811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1170, '2021-11-07 00:00:00', 0.0590688906798993, 0.140576923076923, 0.0934866588589805, 0.198346153846154, 0.18152794232887, 0.287923076923077, 0.462408989798159, 1.02107692307692, 0.991891846616663, 2.41734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1185, '2021-11-07 00:00:00', 0.0729726292207198, 0.135730769230769, 0.111467145901314, 0.203730769230769, 0.167363689656342, 0.282269230769231, 0.482832515953036, 1.05403846153846, 0.998338266243537, 2.43342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1200, '2021-11-07 00:00:00', 0.0906739297618767, 0.154807692307693, 0.117478168184561, 0.201000000000001, 0.143580800087778, 0.264384615384617, 0.484061788808635, 1.07384615384615, 1.01208433519073, 2.44069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1215, '2021-11-07 00:00:00', 0.0716146203379855, 0.141423076923076, 0.1052766903852, 0.204307692307692, 0.271910392479695, 0.342307692307692, 0.486174968504139, 1.0975, 1.02118344317531, 2.44376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1230, '2021-11-07 00:00:00', 0.0504390569057203, 0.128461538461539, 0.0700449525991382, 0.176846153846154, 0.256833681591803, 0.3295, 0.465697987310034, 1.11415384615385, 1.02221018160876, 2.43915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1245, '2021-11-07 00:00:00', 0.0656000117260788, 0.130807692307693, 0.268363338663203, 0.259807692307692, 0.266425558949471, 0.322538461538461, 0.477754157893593, 1.14234615384615, 1.03180658294827, 2.43723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1260, '2021-11-07 00:00:00', 0.272955099153406, 0.224615384615384, 0.266227620944645, 0.277884615384615, 0.273772741240163, 0.321076923076922, 0.49508923826534, 1.16507692307692, 1.03981063956561, 2.43761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1275, '2021-11-07 00:00:00', 0.0739572537660465, 0.154346153846154, 0.10290668663331, 0.202115384615384, 0.276676008801186, 0.318423076923077, 0.481808765127666, 1.17761538461539, 1.04697076074079, 2.44042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1290, '2021-11-07 00:00:00', 0.0747675371761344, 0.136769230769231, 0.113699631282806, 0.203615384615385, 0.328989784737366, 0.337038461538461, 0.505324389339698, 1.19353846153846, 1.04752103852564, 2.44038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1305, '2021-11-07 00:00:00', 0.0751661237117231, 0.139884615384616, 0.264867145216965, 0.234730769230769, 0.328882677234018, 0.343846153846153, 0.488584819815195, 1.20738461538462, 1.05695454235997, 2.44176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1320, '2021-11-07 00:00:00', 0.0868080641415298, 0.14884, 0.130771454581393, 0.220439999999999, 0.162286701036571, 0.35284, 0.437968465379263, 1.16428, 1.08594652722867, 2.45712 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1335, '2021-11-07 00:00:00', 0.0710868717368634, 0.145479999999999, 0.0987154665355605, 0.20208, 0.325266618842657, 0.784039999999999, 0.448770609554593, 1.15632, 1.08313532087793, 2.49404 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1350, '2021-11-07 00:00:00', 0.0617081031956091, 0.149159999999999, 0.118687994338096, 0.26444, 0.317047577922726, 0.827199999999999, 0.445809002451349, 1.1634, 1.10129597444707, 2.52364 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 1365, '2021-11-07 00:00:00', 0.0890878218389028, 0.21984, 0.325187807274505, 0.77088, 0.338744495650238, 0.8814, 0.447723917907752, 1.16296, 1.11389662446746, 2.53324 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 990, '2021-11-07 00:00:00', 0.32144565038875, 0.597884615384615, 0.312523015767824, 0.679346153846153, 0.34885867537531, 0.785846153846153, 0.447100479156016, 1.06096153846154, 1.15864936290227, 2.42888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1005, '2021-11-07 00:00:00', 0.105116433612374, 0.342230769230769, 0.150769763342859, 0.451192307692307, 0.17387548595298, 0.598269230769231, 0.32240033403304, 0.900846153846154, 1.12849777955543, 2.31503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1020, '2021-11-07 00:00:00', 0.110739535015209, 0.282730769230768, 0.127210697421489, 0.390807692307693, 0.200271569471209, 0.551692307692308, 0.308684424365976, 0.816923076923077, 1.13971268511647, 2.27126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1035, '2021-11-07 00:00:00', 0.06548241102652, 0.237884615384615, 0.105749871794795, 0.329346153846154, 0.171195866233342, 0.467230769230769, 0.273209843273515, 0.724538461538461, 1.14668583384398, 2.22619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1050, '2021-11-07 00:00:00', 0.0664062207466012, 0.222884615384617, 0.115464686576259, 0.315576923076924, 0.171331671148278, 0.419307692307694, 0.310813406799246, 0.687576923076924, 1.15045180756886, 2.21919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1065, '2021-11-07 00:00:00', 0.0794883252192029, 0.201923076923078, 0.125962192129836, 0.271076923076924, 0.162567292575673, 0.37473076923077, 0.340848843105201, 0.658576923076923, 1.19173598521717, 2.22646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1080, '2021-11-07 00:00:00', 0.0949950282099826, 0.197153846153847, 0.121373219704918, 0.272461538461539, 0.259057558201915, 0.386461538461539, 0.308384697315645, 0.643192307692308, 1.17839094270372, 2.22142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1095, '2021-11-07 00:00:00', 0.0718175894460828, 0.176615384615385, 0.091053728855339, 0.245307692307692, 0.229016720921287, 0.377538461538461, 0.322198259556967, 0.646038461538461, 1.13282401919342, 2.25146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1110, '2021-11-07 00:00:00', 0.0791642984800989, 0.185115384615385, 0.203711409748051, 0.285461538461538, 0.214057997173305, 0.357884615384615, 0.299422318165137, 0.642269230769231, 1.12888526159489, 2.24642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1125, '2021-11-07 00:00:00', 0.175568671640298, 0.181961538461539, 0.175143831003156, 0.248192307692308, 0.182566847609729, 0.317576923076924, 0.278223443684002, 0.619730769230769, 1.15472048765724, 2.43026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1140, '2021-11-07 00:00:00', 0.0750499833444362, 0.1645, 0.0802715104169319, 0.204653846153846, 0.0922527714822375, 0.296576923076924, 0.25641842007517, 0.606615384615385, 1.19869448792618, 2.50965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1155, '2021-11-07 00:00:00', 0.0529762791619627, 0.141384615384615, 0.0779273132723449, 0.201884615384616, 0.109052196394486, 0.298692307692308, 0.435105751955332, 0.907153846153847, 1.27432257237386, 2.55553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1170, '2021-11-07 00:00:00', 0.0465411811029929, 0.141807692307693, 0.0704550484078602, 0.197923076923078, 0.114115002721614, 0.284076923076923, 0.443404557417334, 0.962807692307693, 1.27048454536055, 2.5605 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1185, '2021-11-07 00:00:00', 0.0556708596609096, 0.13926923076923, 0.0784751209963039, 0.206230769230768, 0.125688748655007, 0.281307692307693, 0.49778493502562, 1.04219230769231, 1.2674206350513, 2.56488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1200, '2021-11-07 00:00:00', 0.0591188112714874, 0.145076923076922, 0.0905952622296635, 0.202307692307692, 0.128479276988098, 0.263269230769232, 0.543743853722998, 1.07246153846154, 1.2693446110251, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1215, '2021-11-07 00:00:00', 0.0809765018147477, 0.145076923076924, 0.110081396458048, 0.195076923076924, 0.107517469063619, 0.264615384615385, 0.550426357821475, 1.07284615384615, 1.2675957642476, 2.56830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1230, '2021-11-07 00:00:00', 0.0576145280823664, 0.127076923076923, 0.0609498659050701, 0.170615384615385, 0.106971203889357, 0.251038461538461, 0.569335841134209, 1.0755, 1.2723331711708, 2.57753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1245, '2021-11-07 00:00:00', 0.0398970984100157, 0.117461538461539, 0.0776930845353393, 0.179846153846154, 0.135635756574504, 0.266461538461539, 0.583325295182712, 1.075, 1.27691907580467, 2.58061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1260, '2021-11-07 00:00:00', 0.052740248825294, 0.132576923076923, 0.073434638651295, 0.180615384615384, 0.131375474821655, 0.253653846153846, 0.60154246349249, 1.07284615384615, 1.27635014065046, 2.58980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1275, '2021-11-07 00:00:00', 0.0580587633350896, 0.1355, 0.114836552744122, 0.189076923076924, 0.251492553797094, 0.287769230769231, 0.658980307864996, 1.08538461538462, 1.27620500704236, 2.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1290, '2021-11-07 00:00:00', 0.068245991710981, 0.121653846153847, 0.0850729370327876, 0.167269230769231, 0.219303488344349, 0.2985, 0.660855641166463, 1.07653846153846, 1.28142788146061, 2.59015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1305, '2021-11-07 00:00:00', 0.0585125496072303, 0.125038461538461, 0.219890367788482, 0.208576923076922, 0.213363254712564, 0.312961538461538, 0.653812313694427, 1.06969230769231, 1.27931837921004, 2.58734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1320, '2021-11-07 00:00:00', 0.0446240592804674, 0.12716, 0.0830365983567887, 0.20108, 0.0822830480718849, 0.328799999999999, 0.664500408828566, 1.06128, 1.29942086202534, 2.65008 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1335, '2021-11-07 00:00:00', 0.0483717203883972, 0.14164, 0.0611470359052664, 0.208279999999999, 0.380706614949972, 0.74288, 0.664990433515148, 1.05312, 1.29983955035484, 2.65376 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1350, '2021-11-07 00:00:00', 0.0565562257109387, 0.15276, 0.0952721015477945, 0.26324, 0.393448310878739, 0.80164, 0.65996616832481, 1.04548, 1.2959222301769, 2.66048 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 1365, '2021-11-07 00:00:00', 0.0878109332600445, 0.217479999999999, 0.363995778363797, 0.70848, 0.46359015663982, 0.889600000000001, 0.650057723077983, 1.04428, 1.29681525027019, 2.66528 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 930, '2021-11-07 00:00:00', 0, 0.454000000000001, 0, 0.683999999999997, 0, 0.723999999999997, 0, 0.723999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 945, '2021-11-07 00:00:00', 0, 0.503999999999998, 0, 0.543999999999997, 0, 0.543999999999997, 0, 0.543999999999997, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 960, '2021-11-07 00:00:00', 0, 0.412999999999997, 0, 0.463999999999999, 0, 0.463999999999999, 0, 0.514000000000003, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 1, 975, '2021-11-07 00:00:00', 0, 0.234000000000002, 0, 0.234000000000002, 0, 0.292000000000002, 0, 0.342000000000006, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 930, '2021-11-07 00:00:00', 0, 0.413000000000004, 0, 0.413000000000004, 0, 0.454000000000001, 0, 0.454000000000001, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 945, '2021-11-07 00:00:00', 0, 0.263999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 0.403999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 960, '2021-11-07 00:00:00', 0, 0.232999999999997, 0, 0.232999999999997, 0, 0.333999999999996, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 2, 975, '2021-11-07 00:00:00', 0, 0.114000000000004, 0, 0.164000000000001, 0, 0.323999999999998, 0, 0.333999999999996, 0, 2.653 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 930, '2021-11-07 00:00:00', 0, 0.494, 0, 0.914000000000001, 0, 1.224, 0, 1.494, 0, 1.494 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 945, '2021-11-07 00:00:00', 0, 0.484000000000002, 0, 0.533999999999999, 0, 0.963999999999999, 0, 1.064, 0, 1.064 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 960, '2021-11-07 00:00:00', 0, 0.180999999999997, 0, 0.440999999999995, 0, 0.650999999999996, 0, 0.710999999999999, 0, 0.710999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 3, 975, '2021-11-07 00:00:00', 0, 0.384, 0, 0.554000000000002, 0, 0.654000000000003, 0, 0.714000000000006, 0, 0.714000000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 930, '2021-11-07 00:00:00', 0, 0.804000000000002, 0, 1.104, 0, 1.434, 0, 1.784, 0, 1.784 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 945, '2021-11-07 00:00:00', 0, 0.433999999999997, 0, 0.433999999999997, 0, 0.783999999999999, 0, 1.114, 0, 1.114 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 960, '2021-11-07 00:00:00', 0, 0.363999999999997, 0, 0.733999999999995, 0, 0.833999999999996, 0, 1.084, 0, 1.084 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 4, 975, '2021-11-07 00:00:00', 0, 0.483999999999995, 0, 0.503999999999998, 0, 0.763999999999996, 0, 0.833999999999996, 0, 0.833999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 930, '2021-11-07 00:00:00', 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.612000000000002, 0, 0.923000000000002, 0, 0.923000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 945, '2021-11-07 00:00:00', 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.264000000000003, 0, 0.952999999999996, 0, 0.952999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 960, '2021-11-07 00:00:00', 0, 0.201000000000001, 0, 0.201000000000001, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 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 970095, 5, 975, '2021-11-07 00:00:00', 0, 0.143999999999998, 0, 0.183999999999997, 0, 0.272999999999996, 0, 1.003, 0, 1.003 where not exists (select 1 from powerstats_trumpet where symbolid = 970095 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:15 Duration: 3s201ms 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 970025, 5, 990, '2021-11-07 00:00:00', 1.90580887329723, 3.10733333333334, 2.18812308635178, 3.77311111111111, 2.32751982251849, 4.2857037037037, 2.4581277468722, 5.38059259259259, 3.71444294788673, 12.9564814814815 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1005, '2021-11-07 00:00:00', 0.988853428251164, 1.90955555555556, 1.18030136066782, 2.46907407407407, 1.26285429092749, 3.03003703703703, 1.25370828179463, 4.35607407407408, 3.70826003884161, 12.6851481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1020, '2021-11-07 00:00:00', 0.482032664897817, 1.58251851851852, 0.775635781856975, 2.13959259259259, 0.699801597849906, 2.60974074074075, 1.07741393849893, 4.03555555555557, 3.68094508488632, 12.5808888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1035, '2021-11-07 00:00:00', 0.530554934442753, 1.38033333333334, 0.600850572319284, 1.84422222222222, 0.613675589660155, 2.44596296296297, 1.15267215745159, 3.99544444444445, 3.67066693366366, 12.5492592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1050, '2021-11-07 00:00:00', 0.380028354017903, 1.22362962962963, 0.358275371976987, 1.70137037037037, 0.550624845786793, 2.30351851851852, 1.2325582329938, 3.95251851851853, 3.66684526293873, 12.5585185185185 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1065, '2021-11-07 00:00:00', 0.441443255864385, 1.23807407407408, 0.478654845936465, 1.71766666666667, 0.764967885663749, 2.1685925925926, 1.24976281282454, 3.82237037037039, 3.65518109621861, 12.4963333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1080, '2021-11-07 00:00:00', 0.365801208604515, 1.0862962962963, 0.519049207466956, 1.40281481481482, 0.717977447685246, 2.02566666666667, 1.24086546513476, 3.62155555555556, 3.73480405936154, 12.3811481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1095, '2021-11-07 00:00:00', 0.374073697356722, 0.996148148148149, 0.420557437699723, 1.39840740740741, 0.661922306317839, 1.97270370370371, 1.21171265739967, 3.41211111111112, 4.03721470515238, 12.243962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1110, '2021-11-07 00:00:00', 0.343766372829456, 0.933370370370375, 0.491137701836508, 1.38337037037037, 0.849366521108224, 2.03977777777778, 1.10767741660614, 3.34651851851852, 3.91932631610075, 12.2811851851852 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1125, '2021-11-07 00:00:00', 0.369189494962794, 0.923962962962965, 0.51484167344722, 1.35311111111111, 0.923752436588161, 2.0288888888889, 1.1085410832862, 3.20955555555556, 5.82420788275441, 13.8446666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1140, '2021-11-07 00:00:00', 0.390953473233856, 0.962185185185197, 0.66803615747376, 1.38533333333334, 0.796494788883118, 1.91722222222223, 1.46980233956098, 3.49992592592593, 5.87628386844646, 14.2724444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1155, '2021-11-07 00:00:00', 0.518079015302551, 0.894407407407407, 0.575114290635734, 1.2872962962963, 0.530773552565083, 1.64755555555555, 1.99506814998308, 4.67433333333333, 6.04564146054955, 14.3488518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1170, '2021-11-07 00:00:00', 0.29824898296634, 0.824925925925931, 0.343388411481226, 1.1077037037037, 0.373006118049769, 1.40877777777777, 2.31613351056161, 5.14585185185185, 6.14307287059557, 14.3732962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1185, '2021-11-07 00:00:00', 0.24349712319214, 0.80318518518518, 0.278357320221321, 1.03751851851851, 0.409683836822794, 1.40566666666667, 2.43736140960376, 5.31311111111112, 6.18034384940402, 14.4165925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1200, '2021-11-07 00:00:00', 0.247947391258525, 0.725296296296291, 0.328712757469305, 0.966999999999999, 0.56254860632031, 1.41337037037037, 2.59443328846959, 5.49537037037037, 6.26866495576493, 14.4705925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1215, '2021-11-07 00:00:00', 0.207602561067589, 0.679148148148152, 0.273314883680027, 0.966888888888891, 0.432123145764501, 1.44048148148148, 2.89879444782004, 5.78559259259259, 6.3241254584974, 14.4872592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1230, '2021-11-07 00:00:00', 0.220524652833018, 0.707259259259259, 0.339685638986003, 1.01877777777778, 0.431323508124665, 1.56274074074074, 3.0462891212517, 5.94955555555555, 6.31865900880208, 14.5031481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1245, '2021-11-07 00:00:00', 0.256507809647686, 0.659888888888898, 0.299835211151312, 0.952666666666672, 0.468386695867955, 1.47140740740742, 2.97883505930444, 6.02881481481482, 6.34027557729248, 14.6163703703704 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1260, '2021-11-07 00:00:00', 0.231470795878726, 0.736037037037041, 0.28625378734478, 1.09166666666667, 0.367624634368903, 1.38911111111112, 3.05214246922087, 6.20603703703704, 6.38337829691156, 14.7365925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1275, '2021-11-07 00:00:00', 0.230892496043814, 0.730037037037044, 0.346010872974431, 1.02270370370371, 0.487924229907732, 1.39085185185186, 3.04800842408225, 6.24674074074074, 6.51130857697709, 14.8616666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1290, '2021-11-07 00:00:00', 0.257077349318771, 0.699925925925935, 0.276973020583329, 0.889148148148148, 0.480952420483811, 1.41833333333333, 3.05950871286594, 6.24311111111112, 6.54849316087775, 14.8862962962963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1305, '2021-11-07 00:00:00', 0.225101464934517, 0.604851851851846, 0.434459840809654, 1.02874074074073, 0.50052687624757, 1.43633333333332, 3.17027897520499, 6.32737037037037, 6.61835747261568, 14.8625925925926 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1320, '2021-11-07 00:00:00', 0.32937722120109, 0.806076923076918, 0.39028328961647, 1.09161538461538, 1.27581687376544, 2.05284615384615, 3.02661748262873, 6.63088461538462, 6.15462779690711, 15.3710384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1335, '2021-11-07 00:00:00', 0.225837654419823, 0.757384615384613, 0.343705249394795, 1.09646153846153, 1.69986554581418, 3.86407692307692, 3.14644356915012, 6.69157692307692, 6.16949940719542, 15.3328461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1350, '2021-11-07 00:00:00', 0.384732172576432, 0.88426923076923, 1.29210649001484, 1.7696923076923, 2.20067795323309, 4.51742307692308, 3.13459857815221, 6.81161538461539, 6.16338675529815, 15.3261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 1365, '2021-11-07 00:00:00', 1.25840462674587, 1.51373076923076, 1.68184588930871, 3.81565384615384, 2.36644957592268, 4.87665384615385, 3.1868842997511, 6.9345, 6.16871490132639, 15.3435769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 990, '2021-11-07 00:00:00', 0.993857176336975, 2.91378260869565, 1.38857623644756, 3.62965217391305, 1.78380535193637, 4.26252173913044, 2.51511040548495, 6.13847826086957, 6.35955400809037, 14.837 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1005, '2021-11-07 00:00:00', 0.807632792346078, 1.947, 1.18228933812811, 2.43552173913043, 1.85678677996292, 3.49865217391304, 2.33005661095964, 5.29408695652174, 6.51277618473191, 14.4582173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1020, '2021-11-07 00:00:00', 0.748262683473034, 1.52504347826087, 1.02355915890517, 2.18247826086956, 1.52849506703832, 3.05247826086955, 1.91638637728293, 4.89773913043478, 6.54116733366122, 14.2592173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1035, '2021-11-07 00:00:00', 0.609153501296917, 1.44747826086956, 1.12358115182799, 2.06082608695651, 1.2324992619998, 2.60739130434782, 1.73857738172708, 4.45969565217391, 6.62665922603719, 14.0760434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1050, '2021-11-07 00:00:00', 0.578361857953287, 1.33156521739129, 0.679283419808612, 1.80634782608694, 0.685745196343587, 2.47326086956521, 1.48406871957699, 4.13865217391304, 6.55948879810692, 13.9582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1065, '2021-11-07 00:00:00', 0.437735793037225, 1.20152173913043, 0.458528760827414, 1.60847826086956, 0.667015217514005, 2.20913043478261, 1.4352513186986, 3.9125652173913, 6.52183287757392, 14.0359130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1080, '2021-11-07 00:00:00', 0.379841817503164, 1.18852173913044, 0.603845889037511, 1.72669565217392, 0.680671021511633, 2.07730434782609, 1.47571904226367, 3.77034782608695, 6.53562923746783, 13.9375652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1095, '2021-11-07 00:00:00', 0.44048390117424, 1.13560869565218, 0.46656213444347, 1.44704347826086, 0.655443876994311, 2.09030434782609, 1.49882764726486, 3.76904347826086, 6.52591101873953, 13.9125217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1110, '2021-11-07 00:00:00', 0.264567848093942, 0.896347826086949, 0.493456450737758, 1.26778260869565, 0.742117355921881, 1.96247826086957, 1.48735087471179, 3.59147826086957, 6.57783991539542, 13.9200434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1125, '2021-11-07 00:00:00', 0.387244160092426, 0.85569565217392, 0.650631143871468, 1.41539130434783, 0.836351862994983, 1.8754347826087, 1.49297645780412, 3.52060869565218, 6.75937314345718, 14.9197391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1140, '2021-11-07 00:00:00', 0.386024354635221, 0.980434782608696, 0.458301849200108, 1.30730434782609, 0.776156077678323, 1.83643478260869, 1.478458471041, 3.49878260869565, 6.90569937040894, 15.0663913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1155, '2021-11-07 00:00:00', 0.292115129720898, 0.863391304347831, 0.446745221004222, 1.18426086956521, 0.776781975302048, 1.68365217391304, 1.99225855406498, 5.04465217391305, 6.92760204906414, 15.1678260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1170, '2021-11-07 00:00:00', 0.334117266578791, 0.804434782608691, 0.583667436036422, 1.20130434782608, 0.758525929009847, 1.54169565217391, 2.44679042651886, 5.48813043478261, 6.84810552926289, 15.2613913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1185, '2021-11-07 00:00:00', 0.461862135719167, 0.906217391304351, 0.669587410571061, 1.13613043478261, 0.687508246447133, 1.62795652173914, 2.56661645742516, 5.59930434782609, 6.8142063008014, 15.262652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1200, '2021-11-07 00:00:00', 0.275094335239087, 0.705565217391305, 0.24037871963582, 0.969260869565218, 0.520445153789291, 1.56060869565217, 2.75829376142359, 5.61826086956522, 6.79116350815282, 15.2783913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1215, '2021-11-07 00:00:00', 0.242355828950096, 0.799565217391306, 0.368928525485612, 1.20056521739131, 0.601616416209657, 1.61030434782609, 2.9170224612652, 5.76330434782609, 6.76593131397701, 15.299 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1230, '2021-11-07 00:00:00', 0.280546044356265, 0.780086956521744, 0.468932683505927, 1.09895652173913, 0.685961824379403, 1.58052173913044, 2.9663577745512, 5.71508695652174, 6.74597366608834, 15.2823913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1245, '2021-11-07 00:00:00', 0.311994698191495, 0.785347826086951, 0.410981083010983, 1.07621739130435, 0.653893256812107, 1.60986956521738, 3.07107940494258, 5.7954347826087, 6.64509462186934, 15.3534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1260, '2021-11-07 00:00:00', 0.344043038947482, 0.776391304347832, 0.453304655471275, 1.16173913043478, 0.575831747632089, 1.55573913043477, 2.9251380022173, 5.72882608695653, 6.54189977483848, 15.2868695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1275, '2021-11-07 00:00:00', 0.328714937113331, 0.766652173913038, 0.379722844631682, 1.04443478260869, 0.787032436012629, 1.54565217391303, 2.8257819079512, 5.77686956521739, 6.47558564018724, 15.2727391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1290, '2021-11-07 00:00:00', 0.215259315994743, 0.67513043478261, 0.351160661630363, 0.979913043478256, 0.7872072565863, 1.52308695652174, 2.69204505406625, 5.80186956521739, 6.42731324223692, 15.2018260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1305, '2021-11-07 00:00:00', 0.292942574199543, 0.729478260869569, 0.768783626791137, 1.14591304347826, 0.803812486736796, 1.60817391304348, 2.68759373988554, 5.79826086956522, 6.42208639739861, 15.2058260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1320, '2021-11-07 00:00:00', 0.384073735367483, 0.830409090909086, 0.492318265852265, 1.11531818181818, 0.90334597481609, 1.83204545454545, 2.72835468275145, 5.92931818181818, 6.5683835579947, 15.2977727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1335, '2021-11-07 00:00:00', 0.421489158092613, 0.805409090909093, 0.585287018427196, 1.20768181818182, 1.94599273066274, 3.97077272727273, 2.79715686512905, 5.98636363636364, 6.53714802202802, 15.3355 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1350, '2021-11-07 00:00:00', 0.274469141296081, 0.826500000000002, 0.616393688849645, 1.41068181818182, 2.18998988315282, 4.41045454545455, 2.62433179332795, 5.85013636363637, 6.48752392083272, 15.2806363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 1365, '2021-11-07 00:00:00', 0.501937796891256, 1.15586363636363, 1.56727527369948, 3.61445454545455, 2.18031818441286, 4.50636363636364, 2.46763688287282, 5.79250000000001, 6.5216385008624, 15.2025454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 990, '2021-11-07 00:00:00', 0.926608453530322, 2.81711538461539, 1.45806300222642, 3.46503846153846, 1.56151851783399, 4.07180769230769, 1.76497817506663, 5.28896153846154, 6.24414933788792, 14.6829230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1005, '2021-11-07 00:00:00', 0.820603557426809, 2.06296153846153, 0.766804783099724, 2.60215384615384, 1.03247267052674, 3.19884615384615, 1.15956253886474, 4.60980769230769, 6.29846814990635, 14.3726538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1020, '2021-11-07 00:00:00', 0.445616608239042, 1.6928076923077, 0.612378299369327, 2.2543076923077, 0.853585967911489, 2.70373076923078, 0.953380635100489, 4.28234615384616, 6.38183420221925, 14.2372307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1035, '2021-11-07 00:00:00', 0.606173040793323, 1.47965384615384, 0.762959255893685, 1.90288461538462, 0.979094948644689, 2.44096153846155, 0.892821598167204, 4.09461538461539, 6.4691020892809, 14.1421923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1050, '2021-11-07 00:00:00', 0.500800105984253, 1.28888461538461, 0.717307135161677, 1.69238461538462, 0.755278422427534, 2.14784615384616, 0.761514439481264, 3.91480769230769, 6.5283457826973, 14.0465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1065, '2021-11-07 00:00:00', 0.453658904396758, 1.29980769230769, 0.512956391908712, 1.6405, 0.685159459261408, 2.16526923076923, 0.943336875956022, 3.9173076923077, 6.73740517273071, 13.7403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1080, '2021-11-07 00:00:00', 0.443212324530115, 1.02526923076924, 0.59339181114881, 1.41019230769231, 0.734083114137312, 2.06346153846154, 1.05146953575241, 3.85223076923077, 6.75245530421229, 13.7226538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1095, '2021-11-07 00:00:00', 0.600283937944245, 1.11561538461538, 0.704750313668171, 1.64626923076923, 0.725532217383581, 2.08003846153846, 1.40385973877516, 3.97761538461538, 6.65220878667669, 13.8296923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1110, '2021-11-07 00:00:00', 0.424309083642508, 1.11603846153847, 0.533012363834092, 1.4215, 0.64947371475207, 2.00111538461538, 1.53599593599223, 3.82865384615384, 6.52681440874136, 14.1343846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1125, '2021-11-07 00:00:00', 0.28759472553204, 0.827384615384618, 0.38974575736577, 1.23365384615384, 0.667300362540108, 1.73542307692307, 1.55236276688151, 3.745, 6.47081931561874, 14.3898461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1140, '2021-11-07 00:00:00', 0.318961034514341, 0.867692307692303, 0.515096694432588, 1.25926923076923, 0.690284521049109, 1.74100000000001, 1.52067378032037, 3.80411538461539, 6.64053886054901, 14.4980384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1155, '2021-11-07 00:00:00', 0.319195363374843, 0.893999999999997, 0.522274233889264, 1.23015384615384, 0.588491193320162, 1.76626923076924, 2.30516772525091, 5.58380769230769, 6.70276506938626, 14.4508461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1170, '2021-11-07 00:00:00', 0.398466709351662, 0.818038461538451, 0.409816936617391, 1.11919230769231, 0.471680956384064, 1.73373076923076, 2.12349595678012, 5.96796153846154, 6.75419304626051, 14.4588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1185, '2021-11-07 00:00:00', 0.296511452626154, 0.741807692307694, 0.388365260270041, 1.16284615384616, 0.551786230904125, 1.71773076923077, 2.23217297406671, 6.28088461538461, 6.7031890698498, 14.5278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1200, '2021-11-07 00:00:00', 0.372971149636996, 0.898961538461542, 0.50458164392358, 1.27465384615384, 0.6135231573587, 1.71023076923077, 2.34623170342441, 6.27961538461538, 6.7757529879598, 14.5410769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1215, '2021-11-07 00:00:00', 0.252453413828861, 0.78661538461538, 0.317997484266778, 1.084, 0.452730893068342, 1.55730769230769, 2.29601353956072, 6.30042307692308, 6.77491620430722, 14.5348461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1230, '2021-11-07 00:00:00', 0.243188764922666, 0.782153846153847, 0.27040225306299, 1.09253846153847, 0.449945336850874, 1.49161538461539, 2.24049782277202, 6.23357692307692, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1245, '2021-11-07 00:00:00', 0.267174895181759, 0.787769230769232, 0.419854091871847, 1.16446153846154, 0.551181529499615, 1.58396153846154, 2.22600706094671, 6.25465384615385, 6.77806918513389, 14.5339615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1260, '2021-11-07 00:00:00', 0.309832920235316, 0.867038461538462, 0.399724160660052, 1.12273076923077, 0.536885257759982, 1.5365, 2.23324596909107, 6.21503846153846, 6.79075342789455, 14.5159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1275, '2021-11-07 00:00:00', 0.30097733367251, 0.754346153846154, 0.411282805565525, 1.07811538461539, 1.08447048901225, 1.65880769230769, 2.18093695355565, 6.30534615384615, 6.8015666662457, 14.5003461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1290, '2021-11-07 00:00:00', 0.249759207114493, 0.74369230769231, 0.32253471131027, 1.034, 1.21199472009513, 1.6931923076923, 2.16643645755313, 6.32273076923077, 6.75947018007955, 14.5396538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1305, '2021-11-07 00:00:00', 0.315203797321913, 0.808923076923078, 1.13782849390339, 1.3561923076923, 1.25334147596919, 1.83284615384616, 2.20174373168177, 6.3365, 6.75688508844582, 14.5475384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1320, '2021-11-07 00:00:00', 0.244238353526491, 0.767959999999994, 0.265586501916042, 1.05876000000001, 0.695655985383585, 1.9282, 2.23104810944692, 6.2374, 6.65850255112464, 14.91484 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1335, '2021-11-07 00:00:00', 0.186075817880773, 0.737280000000017, 0.436293395167364, 1.17348000000001, 2.12752221845036, 4.68404, 2.32356523830657, 6.2104, 6.64289701686446, 14.93088 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1350, '2021-11-07 00:00:00', 0.356215257955077, 0.993680000000006, 0.700501979535634, 1.61776, 2.0285110508285, 5.2262, 2.33334539020695, 6.22328, 6.6600858060038, 14.93112 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 1365, '2021-11-07 00:00:00', 0.584953510973314, 1.24512, 2.07872649315231, 4.3796, 2.17059943871119, 5.41056, 2.28876269484919, 6.15144, 6.63084011846664, 14.99352 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 990, '2021-11-07 00:00:00', 1.29612674356507, 3.34815384615385, 1.37883637730682, 4.04565384615385, 1.71763872085623, 4.61684615384615, 1.92635855916326, 5.50553846153846, 6.6191472652043, 14.4269615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1005, '2021-11-07 00:00:00', 0.612831787687293, 2.02, 0.877492013551211, 2.65107692307691, 1.20003651803409, 3.22673076923076, 1.7084704076589, 4.54742307692307, 6.39681439612418, 14.1785384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1020, '2021-11-07 00:00:00', 0.570940176038947, 1.69326923076923, 0.922086934830233, 2.30034615384615, 0.962383198906993, 2.81030769230769, 1.69536498271475, 4.41823076923077, 6.32485831474022, 14.2083076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1035, '2021-11-07 00:00:00', 0.765919365107153, 1.52207692307693, 0.857471163004685, 1.95034615384616, 0.803258962936897, 2.5158076923077, 1.74522729046523, 4.31815384615385, 6.18005427372236, 14.2021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1050, '2021-11-07 00:00:00', 0.459856004218042, 1.35623076923077, 0.505774026768717, 1.77261538461538, 0.757732138586019, 2.16092307692308, 1.63188291105232, 4.08934615384615, 6.01059545303126, 14.0655 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1065, '2021-11-07 00:00:00', 0.481659990194166, 1.30011538461538, 0.557282059505023, 1.75142307692307, 0.819774490567143, 2.20084615384614, 1.75694557859765, 4.03938461538461, 5.99592384836438, 14.1266538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1080, '2021-11-07 00:00:00', 0.327122994982251, 1.15542307692308, 0.48733968093659, 1.44673076923077, 0.909262115039523, 2.17692307692308, 1.6479540177491, 4.01373076923077, 6.02275242112391, 14.0966153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1095, '2021-11-07 00:00:00', 0.327135504740062, 1.01596153846154, 0.694280117487501, 1.5941923076923, 1.04705537874261, 2.14661538461539, 1.68491322442616, 3.95557692307692, 5.97800593882404, 14.1087307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1110, '2021-11-07 00:00:00', 0.561745654188788, 1.1305, 0.755724088845608, 1.49353846153847, 1.02096468182717, 2.0098076923077, 1.52671797204128, 3.74961538461539, 5.94866768328454, 13.9673846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1125, '2021-11-07 00:00:00', 0.421559777675534, 0.981384615384614, 0.609962042955251, 1.42542307692308, 0.816156885370977, 1.97730769230769, 1.27884708474229, 3.63888461538461, 5.43125568495763, 14.2603461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1140, '2021-11-07 00:00:00', 0.388028761820563, 0.984, 0.460488443018765, 1.29138461538462, 0.634887028109367, 1.80346153846154, 1.25932525034394, 3.66461538461539, 5.36001613387354, 14.2286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1155, '2021-11-07 00:00:00', 0.250947484546065, 0.824000000000006, 0.386770576002792, 1.30796153846154, 0.422791681746271, 1.62761538461539, 5.24844070924513, 6.59903846153847, 5.23359536441838, 14.1719615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1170, '2021-11-07 00:00:00', 0.338123821198003, 0.954038461538462, 0.395999815462273, 1.17557692307692, 0.521412867564218, 1.58953846153846, 5.4239034472062, 7.09773076923077, 5.2098327632985, 14.2086923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1185, '2021-11-07 00:00:00', 0.268213061117174, 0.718615384615381, 0.309178614047953, 1.01484615384615, 0.565684436358698, 1.5441923076923, 5.46257682741255, 7.35134615384616, 5.27214598388404, 14.1636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1200, '2021-11-07 00:00:00', 0.290721386580656, 0.776730769230769, 0.406855642514826, 1.11407692307693, 0.68386205199136, 1.56211538461539, 5.40768527987288, 7.51638461538462, 5.30186188384652, 14.1346538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1215, '2021-11-07 00:00:00', 0.29906632143287, 0.762769230769241, 0.437430696049277, 1.12842307692308, 1.00805631481885, 1.85057692307693, 5.3120001679796, 7.56823076923078, 5.275454035582, 14.0968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1230, '2021-11-07 00:00:00', 0.302667334518637, 0.789653846153849, 0.380654828501538, 1.07853846153847, 0.890600931091773, 1.78246153846154, 5.22432192744077, 7.8028076923077, 5.24886047882336, 14.0193846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1245, '2021-11-07 00:00:00', 0.326927329022125, 0.763961538461541, 0.787132380616738, 1.42123076923077, 0.877242768784443, 1.84634615384616, 5.18138793226442, 7.96776923076923, 5.1857187121496, 14.0781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1260, '2021-11-07 00:00:00', 0.68453170966615, 1.10969230769231, 0.720022128933439, 1.31611538461538, 0.859817422479915, 1.87000000000001, 5.18596672806675, 7.94323076923077, 5.19211821069649, 14.0890769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1275, '2021-11-07 00:00:00', 0.421202522090486, 0.78726923076923, 0.518999018822249, 1.13669230769231, 0.654878197717836, 1.61942307692308, 5.23964433731321, 8.0383076923077, 5.22183134748131, 14.0316923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1290, '2021-11-07 00:00:00', 0.405816610722703, 0.889807692307696, 0.565593582000365, 1.2865, 0.576913998390108, 1.68819230769231, 5.28117446159906, 8.19257692307693, 5.20723680039468, 14.0308461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1305, '2021-11-07 00:00:00', 0.355306734223569, 0.871653846153858, 0.455667706186801, 1.18953846153846, 0.62516706074949, 1.72657692307693, 5.41968939743002, 8.27973076923077, 5.20741585581415, 14.0471538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1320, '2021-11-07 00:00:00', 0.351898882256444, 0.823639999999991, 0.505330281433175, 1.16212, 0.74794799952937, 1.95172, 5.51586093823983, 8.38816, 4.99493957821314, 14.34084 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1335, '2021-11-07 00:00:00', 0.285312986034631, 0.7476, 0.468380020211509, 1.16148, 5.31877252223982, 5.53268, 5.59810538843277, 8.33376000000001, 4.97952571369336, 14.2948 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1350, '2021-11-07 00:00:00', 0.353190751105776, 0.91296, 0.469582254065604, 1.56508, 5.47289298878268, 6.24040000000001, 5.65293742904224, 8.31608000000001, 4.9415857502088, 14.29268 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 1365, '2021-11-07 00:00:00', 0.456840241951896, 1.30156000000001, 5.3554805315054, 5.35816, 5.48322602519113, 6.52832000000001, 5.67573882062944, 8.29108000000001, 4.91144843435553, 14.29784 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 990, '2021-11-07 00:00:00', 1.76370503726148, 3.58746153846154, 2.50955444160604, 4.60415384615385, 2.69552523553103, 5.31715384615386, 3.83024397134178, 7.09700000000001, 4.01170013911233, 13.0356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1005, '2021-11-07 00:00:00', 1.6561760093197, 2.47242307692308, 1.83040445803653, 3.36300000000001, 1.76337544324688, 3.88407692307693, 3.06342250758854, 5.7615, 3.92734420520456, 12.2611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1020, '2021-11-07 00:00:00', 0.980512669670625, 1.97915384615385, 0.995501157129492, 2.38407692307693, 1.35606954042244, 3.05403846153847, 2.5663688109557, 4.72807692307693, 4.05413294230051, 11.9569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1035, '2021-11-07 00:00:00', 0.587985411906954, 1.46373076923077, 0.769868896930865, 1.81396153846155, 1.28806085857177, 2.67184615384615, 2.39194167024328, 4.40092307692308, 4.00114442551705, 11.8710769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1050, '2021-11-07 00:00:00', 0.53088347265522, 1.2713076923077, 0.811603704923865, 1.90957692307693, 1.12370239763985, 2.56396153846154, 2.25111785427734, 4.19107692307692, 4.03961557881631, 11.8867692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1065, '2021-11-07 00:00:00', 0.649695606833273, 1.36069230769231, 0.899985354581688, 1.92596153846154, 1.34518026244126, 2.61446153846154, 2.04442242661872, 4.03053846153846, 3.98315057441487, 11.8285384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1080, '2021-11-07 00:00:00', 0.714731417010284, 1.33396153846154, 0.852181963234114, 1.75246153846154, 1.26297968556658, 2.49661538461538, 1.89646515553381, 3.87461538461539, 3.80080292832975, 11.8675 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1095, '2021-11-07 00:00:00', 0.453064227065171, 1.11307692307692, 0.74910923204728, 1.6551923076923, 1.11890416995312, 2.36269230769231, 1.81409829434308, 3.74930769230769, 3.44376786674132, 11.963 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1110, '2021-11-07 00:00:00', 0.611177966024503, 1.18988461538461, 0.817401040822966, 1.61630769230769, 1.0768978960243, 2.24396153846153, 1.74862049231783, 3.56088461538462, 3.38186155041183, 11.9078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1125, '2021-11-07 00:00:00', 0.357774482041421, 0.953499999999995, 0.580309706436677, 1.49734615384615, 0.831984627261837, 2.0035, 1.66379146483612, 3.49096153846155, 3.3993094124452, 12.6548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1140, '2021-11-07 00:00:00', 0.476943868653481, 1.08542307692308, 0.697687666509876, 1.471, 0.977712595807183, 1.912, 1.6962634410782, 3.59969230769231, 3.28623032574501, 12.8469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1155, '2021-11-07 00:00:00', 0.425934570634432, 0.904461538461541, 0.578622518107916, 1.24153846153847, 1.04339572329229, 1.77434615384616, 2.61889417414767, 5.24784615384616, 3.45340947448483, 13.0470384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1170, '2021-11-07 00:00:00', 0.352900578720888, 0.817461538461552, 0.632410061711434, 1.21638461538462, 0.927507856902249, 1.60423076923077, 2.87934369979314, 5.69630769230769, 3.34397523638237, 13.1053076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1185, '2021-11-07 00:00:00', 0.405598181227913, 0.861730769230773, 0.641218354744737, 1.23153846153847, 0.716906522175988, 1.62719230769231, 3.0328231468386, 5.885, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1200, '2021-11-07 00:00:00', 0.393797589553904, 0.841692307692313, 0.440564562630899, 1.08642307692308, 0.720190817663039, 1.57957692307692, 3.00429341801669, 6.12230769230769, 3.32910688231036, 13.1040769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1215, '2021-11-07 00:00:00', 0.362151589594956, 0.81957692307692, 0.58607582733347, 1.15865384615384, 0.912588234722466, 1.70738461538461, 3.04401555742511, 6.17607692307692, 3.31046530961342, 13.0926153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1230, '2021-11-07 00:00:00', 0.359911239057628, 0.832500000000001, 0.576763560408757, 1.17673076923077, 0.761800922914811, 1.59561538461538, 2.94604659736504, 6.17707692307692, 3.25444041485571, 13.0485769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1245, '2021-11-07 00:00:00', 0.507831808922845, 0.86488461538461, 0.628310183073495, 1.27761538461537, 0.860788437332983, 1.60557692307691, 2.99303063722786, 6.26534615384615, 3.27145907908901, 13.0338846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1260, '2021-11-07 00:00:00', 0.328229891293384, 0.842307692307689, 0.457352859903097, 1.09503846153847, 0.910412599615394, 1.74669230769231, 2.94103370629077, 6.28330769230769, 3.30737924879876, 13.0058461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1275, '2021-11-07 00:00:00', 0.389910405882401, 0.775730769230775, 0.536474011127642, 1.14473076923077, 1.43129522676275, 1.83488461538461, 2.91035259613782, 6.30807692307692, 3.36100404252155, 12.9915769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1290, '2021-11-07 00:00:00', 0.301422823391896, 0.788038461538454, 0.650606103213349, 1.27430769230769, 1.35200237596513, 1.75176923076923, 2.9103277848697, 6.26984615384615, 3.40938293627365, 12.9643846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1305, '2021-11-07 00:00:00', 0.439984929811854, 0.915538461538463, 1.2632790647298, 1.34565384615385, 1.25598464223829, 1.81169230769232, 2.88898892081907, 6.23876923076923, 3.4790852564343, 12.9803076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1320, '2021-11-07 00:00:00', 0.350887246847193, 0.784879999999996, 0.394748337551919, 1.07440000000001, 0.865764205774292, 1.91508000000001, 2.85311203366897, 6.14988, 3.33169026821723, 13.20728 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1335, '2021-11-07 00:00:00', 0.308734092707628, 0.793359999999998, 0.460045986831746, 1.26332, 2.6258268075662, 4.34744, 2.83458540942645, 6.24512000000001, 3.332428256292, 13.2026 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1350, '2021-11-07 00:00:00', 0.466642825581474, 1.00988000000001, 0.814635859346568, 1.72500000000001, 2.8191351410199, 4.86788, 2.83784499106863, 6.21712, 3.28251394868832, 13.16564 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 1365, '2021-11-07 00:00:00', 0.46104968278918, 1.37432, 2.4420171702918, 4.01688000000001, 2.64906596306446, 4.95132, 2.67957381374973, 6.05364, 3.24556632346344, 13.14448 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 930, '2021-11-07 00:00:00', 0, 4.26299999999998, 0, 6.63, 0, 9.19299999999998, 0, 13.372, 0, 18.372 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 945, '2021-11-07 00:00:00', 0, 4.02199999999999, 0, 5.35500000000002, 0, 7.59300000000002, 0, 11.445, 0, 15.764 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 960, '2021-11-07 00:00:00', 0, 2.084, 0, 3.31399999999996, 0, 5.27999999999997, 0, 8.35199999999998, 0, 12.493 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 1, 975, '2021-11-07 00:00:00', 0, 1.87299999999999, 0, 2.88100000000003, 0, 3.88299999999998, 0, 6.911, 0, 11.263 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 930, '2021-11-07 00:00:00', 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.21100000000001, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 945, '2021-11-07 00:00:00', 0, 2.43899999999996, 0, 2.43899999999996, 0, 2.48399999999998, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 960, '2021-11-07 00:00:00', 0, 1.56200000000001, 0, 1.57499999999999, 0, 1.82499999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 2, 975, '2021-11-07 00:00:00', 0, 1.27499999999998, 0, 1.46499999999997, 0, 2.28399999999999, 0, 4.74200000000002, 0, 14.204 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 930, '2021-11-07 00:00:00', 0, 6.512, 0, 7.13200000000001, 0, 7.13200000000001, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 945, '2021-11-07 00:00:00', 0, 2.39300000000003, 0, 3.85400000000004, 0, 5.84300000000002, 0, 7.32400000000001, 0, 7.32400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 960, '2021-11-07 00:00:00', 0, 2.88300000000004, 0, 3.30099999999999, 0, 5.63200000000001, 0, 6.35300000000001, 0, 6.35300000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 3, 975, '2021-11-07 00:00:00', 0, 1.202, 0, 2.77300000000002, 0, 3.53300000000002, 0, 4.25400000000002, 0, 4.25400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 930, '2021-11-07 00:00:00', 0, 2.26400000000001, 0, 2.26400000000001, 0, 2.99299999999999, 0, 6.06, 0, 6.06 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 945, '2021-11-07 00:00:00', 0, 1.94499999999999, 0, 1.94499999999999, 0, 2.78500000000003, 0, 5.74099999999999, 0, 5.74099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 960, '2021-11-07 00:00:00', 0, 1.06399999999996, 0, 2.47299999999996, 0, 3.63399999999996, 0, 5.53999999999996, 0, 5.53999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 4, 975, '2021-11-07 00:00:00', 0, 1.65299999999996, 0, 1.76400000000001, 0, 3.47199999999998, 0, 4.71999999999997, 0, 4.71999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 930, '2021-11-07 00:00:00', 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997, 0, 7.12399999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 945, '2021-11-07 00:00:00', 0, 2.04900000000004, 0, 2.08800000000002, 0, 2.959, 0, 6.25900000000001, 0, 6.25900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 960, '2021-11-07 00:00:00', 0, 2.08699999999999, 0, 2.21899999999999, 0, 4.02100000000002, 0, 6.65000000000003, 0, 6.65000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 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 970025, 5, 975, '2021-11-07 00:00:00', 0, 1.51299999999998, 0, 2.25299999999999, 0, 3.315, 0, 5.94400000000002, 0, 5.94400000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970025 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:47:36 Duration: 3s190ms 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 970085, 5, 990, '2021-11-07 00:00:00', 0.386480794553112, 0.866407407407407, 0.536633613676627, 1.07940740740741, 0.69134983990712, 1.24070370370371, 0.653992572511558, 1.61585185185185, 1.4348157251864, 3.64337037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1005, '2021-11-07 00:00:00', 0.175431190396981, 0.528444444444443, 0.248202587046394, 0.689296296296298, 0.396760536188926, 0.876000000000003, 0.455030627315209, 1.25311111111111, 1.41001734850211, 3.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1020, '2021-11-07 00:00:00', 0.117742330579351, 0.430888888888892, 0.24794343854587, 0.568222222222223, 0.254453483958416, 0.743962962962965, 0.369615569904286, 1.08914814814815, 1.43873182226927, 3.53677777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1035, '2021-11-07 00:00:00', 0.191405425829672, 0.405037037037038, 0.210036776049929, 0.529703703703709, 0.213057052669724, 0.664666666666669, 0.342723822098232, 1.03218518518519, 1.45375263691755, 3.51996296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1050, '2021-11-07 00:00:00', 0.102733966176081, 0.341037037037038, 0.154548566021366, 0.474481481481481, 0.195409658085097, 0.60162962962963, 0.346159062955312, 0.975407407407408, 1.45952010904885, 3.51322222222222 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1065, '2021-11-07 00:00:00', 0.108391358556334, 0.309925925925923, 0.142930331882636, 0.423814814814815, 0.176972674826732, 0.557592592592592, 0.338847207749203, 0.94425925925926, 1.45783898238986, 3.51196296296296 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1080, '2021-11-07 00:00:00', 0.105216382657299, 0.301555555555559, 0.15465901285218, 0.407888888888888, 0.176694200402391, 0.519074074074074, 0.326130577907308, 0.899333333333334, 1.47362933078791, 3.50759259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1095, '2021-11-07 00:00:00', 0.129853347041545, 0.269740740740743, 0.162272887533592, 0.387518518518519, 0.194585628841306, 0.488518518518518, 0.352958162375466, 0.840185185185187, 1.51101648962175, 3.4937037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1110, '2021-11-07 00:00:00', 0.0816567410678597, 0.257851851851851, 0.0848886148024368, 0.327666666666669, 0.14898167156244, 0.462333333333333, 0.329934043309378, 0.817370370370373, 1.50559304081761, 3.50959259259259 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1125, '2021-11-07 00:00:00', 0.06655843778985, 0.22188888888889, 0.0883990079999966, 0.319000000000001, 0.33003624509578, 0.511333333333333, 0.314445276493116, 0.789703703703704, 1.5249948886001, 3.74244444444445 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1140, '2021-11-07 00:00:00', 0.0716258082694785, 0.215222222222222, 0.095331779319112, 0.300925925925925, 0.296470236515579, 0.483703703703704, 0.318090420587476, 0.765148148148149, 1.54768402198538, 3.77670370370371 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1155, '2021-11-07 00:00:00', 0.0898725751944367, 0.215814814814811, 0.298591479776085, 0.364111111111111, 0.289597470908666, 0.474185185185186, 0.508514548055456, 1.21474074074074, 1.5441234044982, 3.79437037037037 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1170, '2021-11-07 00:00:00', 0.264922339854241, 0.268999999999999, 0.2585175687131, 0.348888888888893, 0.248508989673851, 0.459222222222223, 0.515760432140564, 1.31714814814815, 1.54991256163629, 3.81711111111112 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1185, '2021-11-07 00:00:00', 0.0721740733650015, 0.212407407407412, 0.0998349207242171, 0.284629629629634, 0.159546794036041, 0.388111111111112, 0.553245413157202, 1.38944444444444, 1.54602191560559, 3.84192592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1200, '2021-11-07 00:00:00', 0.110154204268146, 0.213444444444444, 0.131402884095887, 0.29211111111111, 0.197539617000992, 0.404148148148148, 0.55156339571003, 1.40911111111111, 1.54152118509691, 3.84988888888889 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1215, '2021-11-07 00:00:00', 0.0752353761428853, 0.187851851851851, 0.102785783933954, 0.258925925925926, 0.160567378974944, 0.377962962962967, 0.621189686634142, 1.44662962962963, 1.56425502871872, 3.83177777777778 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1230, '2021-11-07 00:00:00', 0.0528412663568856, 0.180259259259261, 0.0968513267187365, 0.261777777777781, 0.134535806352373, 0.367037037037041, 0.625915693876145, 1.48007407407407, 1.5549385601772, 3.83918518518519 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1245, '2021-11-07 00:00:00', 0.0642213719519039, 0.182333333333333, 0.0880506523480543, 0.248925925925927, 0.113058654066192, 0.361518518518519, 0.647607846676462, 1.54566666666667, 1.54089015047812, 3.85507407407408 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1260, '2021-11-07 00:00:00', 0.0595162119693443, 0.18011111111111, 0.0698995820227268, 0.248481481481482, 0.112508625816829, 0.34796296296296, 0.676207580782482, 1.575, 1.54358678209104, 3.856 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1275, '2021-11-07 00:00:00', 0.0507758887976448, 0.175037037037037, 0.103483899128884, 0.263925925925925, 0.129797222960739, 0.345629629629629, 0.716340862138433, 1.63833333333333, 1.54218945074667, 3.87292592592593 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1290, '2021-11-07 00:00:00', 0.0902112904412555, 0.195666666666667, 0.0865785712682369, 0.261814814814811, 0.117145950801448, 0.346592592592591, 0.714308423733423, 1.6597037037037, 1.54539178594937, 3.87181481481482 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1305, '2021-11-07 00:00:00', 0.0489849386702082, 0.172703703703703, 0.0982515667578403, 0.245703703703704, 0.157273193996489, 0.355629629629629, 0.764252039243061, 1.68177777777778, 1.56041674249427, 3.87111111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1320, '2021-11-07 00:00:00', 0.0881962845894539, 0.185230769230769, 0.103800644728991, 0.253423076923077, 0.222149914731888, 0.467769230769231, 0.711215462322179, 1.74192307692308, 1.39816466291185, 4.01023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1335, '2021-11-07 00:00:00', 0.0596569681274047, 0.172076923076925, 0.114184041724821, 0.283346153846153, 0.432489724199848, 1.09719230769231, 0.702720766296695, 1.74665384615385, 1.39784714471934, 4.006 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1350, '2021-11-07 00:00:00', 0.0906377744312269, 0.239615384615386, 0.162827558620015, 0.408576923076926, 0.418937052367241, 1.22742307692308, 0.692849176616715, 1.7383076923077, 1.39811817042107, 3.99553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 1365, '2021-11-07 00:00:00', 0.139556886664129, 0.301730769230769, 0.368209605858065, 1.07092307692308, 0.477424296052825, 1.30696153846154, 0.69124285501941, 1.75073076923077, 1.40042466965725, 3.98315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 990, '2021-11-07 00:00:00', 0.35818481770779, 0.918000000000001, 0.430839941667399, 1.07165217391305, 0.518017313184502, 1.22413043478261, 0.766824587905604, 1.71669565217391, 1.42795522704138, 4.06630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1005, '2021-11-07 00:00:00', 0.255578812980002, 0.588565217391305, 0.379653659518469, 0.78791304347826, 0.563634861339317, 0.975565217391305, 0.756878862598377, 1.45239130434783, 1.45886713452786, 3.93895652173914 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1020, '2021-11-07 00:00:00', 0.188357304897629, 0.514739130434783, 0.266203308734181, 0.613739130434783, 0.410642473578564, 0.824826086956522, 0.63491207881571, 1.2944347826087, 1.48267221103503, 3.88739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1035, '2021-11-07 00:00:00', 0.202465846434232, 0.36065217391304, 0.307434983004051, 0.554782608695652, 0.395547861417473, 0.767260869565216, 0.579134450246613, 1.18343478260869, 1.5149963918088, 3.84739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1050, '2021-11-07 00:00:00', 0.17238473837238, 0.417956521739129, 0.218922487049567, 0.529347826086953, 0.342293052218183, 0.702521739130434, 0.504077523995693, 1.09417391304348, 1.5457886113017, 3.81339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1065, '2021-11-07 00:00:00', 0.0878189837850779, 0.284913043478257, 0.180090688616825, 0.421260869565213, 0.232603829508408, 0.598217391304345, 0.406078138472703, 0.920999999999996, 1.55479762545692, 3.73226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1080, '2021-11-07 00:00:00', 0.127701464485028, 0.306869565217393, 0.180099675959268, 0.383565217391309, 0.211525244010625, 0.57226086956522, 0.395111886890353, 0.870304347826084, 1.54929420498395, 3.70652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1095, '2021-11-07 00:00:00', 0.078781581282726, 0.274086956521744, 0.177771981679778, 0.410826086956525, 0.221026682702343, 0.571391304347832, 0.473582027487204, 0.874869565217391, 1.53901077771179, 3.69491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1110, '2021-11-07 00:00:00', 0.14191464617304, 0.293304347826084, 0.184086420674312, 0.406913043478261, 0.195380706707079, 0.525434782608697, 0.480332427706809, 0.84182608695652, 1.53407395429073, 3.69447826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1125, '2021-11-07 00:00:00', 0.142614685837752, 0.275304347826088, 0.155391256793126, 0.377521739130438, 0.186393024772372, 0.459782608695654, 0.468797127802179, 0.811260869565217, 1.67918087267633, 3.92930434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1140, '2021-11-07 00:00:00', 0.0937454504824943, 0.237869565217393, 0.112225686645629, 0.312826086956523, 0.121779039195389, 0.401956521739132, 0.389288948437396, 0.821391304347826, 1.7900438906448, 4.02269565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1155, '2021-11-07 00:00:00', 0.0868664869858579, 0.226173913043477, 0.104946589088281, 0.301173913043478, 0.15089625522821, 0.414043478260871, 1.24297688536409, 1.65508695652174, 1.77749888899973, 4.04386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1170, '2021-11-07 00:00:00', 0.0729841880108611, 0.196347826086961, 0.0991988261756409, 0.272956521739136, 0.142973808375598, 0.388347826086962, 1.28027024537235, 1.85808695652174, 1.84818190547663, 4.09708695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1185, '2021-11-07 00:00:00', 0.0700258845422814, 0.195521739130434, 0.118356782920289, 0.289347826086957, 0.124170926437438, 0.364347826086955, 1.26924665029636, 1.92382608695652, 1.84096429127214, 4.11860869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1200, '2021-11-07 00:00:00', 0.0704657571086964, 0.202826086956516, 0.0819991564595579, 0.267043478260868, 0.119240100557774, 0.382260869565215, 1.25331504450817, 1.94834782608696, 1.81251313747454, 4.14534782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1215, '2021-11-07 00:00:00', 0.0681314412047252, 0.196565217391307, 0.077954506850726, 0.266782608695656, 0.160017538564435, 0.399391304347828, 1.23549417710489, 1.95495652173913, 1.80887244266532, 4.13417391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1230, '2021-11-07 00:00:00', 0.0537695639549476, 0.187565217391305, 0.108485951076754, 0.286260869565219, 0.183016803047232, 0.403826086956521, 1.23894680346582, 1.961, 1.79540113104116, 4.13730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1245, '2021-11-07 00:00:00', 0.0706025450503652, 0.191086956521736, 0.118148931270975, 0.274521739130431, 0.170041764225817, 0.367739130434781, 1.21714179381248, 1.98565217391304, 1.78210959835622, 4.1144347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1260, '2021-11-07 00:00:00', 0.0986311850883705, 0.201739130434777, 0.125874977185395, 0.28165217391304, 0.185377651074197, 0.341347826086954, 1.17498912786157, 2.02321739130435, 1.75724961839344, 4.11069565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1275, '2021-11-07 00:00:00', 0.0749767289325358, 0.177652173913045, 0.0909979368223762, 0.222478260869565, 0.20581958982884, 0.363391304347824, 1.171403806324, 2.05217391304348, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1290, '2021-11-07 00:00:00', 0.0518899336807346, 0.159260869565217, 0.0694030446644512, 0.222652173913041, 0.197253844199255, 0.362521739130432, 1.16265554019165, 2.07221739130435, 1.75342074254734, 4.10913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1305, '2021-11-07 00:00:00', 0.0512278487750436, 0.179739130434783, 0.166851795732409, 0.290391304347827, 0.193986623963303, 0.407086956521737, 1.16646873099765, 2.09186956521739, 1.74480834423233, 4.11739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1320, '2021-11-07 00:00:00', 0.118822760803005, 0.199909090909091, 0.153393257159475, 0.275590909090907, 0.286065703257293, 0.491590909090909, 1.17336320646495, 2.1595, 1.75904066792913, 4.1795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1335, '2021-11-07 00:00:00', 0.0859042555729456, 0.197272727272725, 0.142467167934912, 0.303318181818179, 1.24448853260776, 1.57577272727273, 1.19063725979644, 2.19168181818182, 1.75590915265595, 4.18 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1350, '2021-11-07 00:00:00', 0.109895591929527, 0.23922727272727, 0.251241247613057, 0.413454545454543, 1.25610090379694, 1.77063636363636, 1.18884703959331, 2.18204545454546, 1.76661945130079, 4.159 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 1365, '2021-11-07 00:00:00', 0.205574777581029, 0.332681818181818, 1.23611832833472, 1.49204545454545, 1.23387273772478, 1.80213636363636, 1.1903169364043, 2.14713636363636, 1.7863305468224, 4.11381818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 990, '2021-11-07 00:00:00', 0.471829943289544, 1.02384615384615, 0.574201568735631, 1.26280769230769, 0.648633774826867, 1.40557692307693, 0.667009681627347, 1.70065384615385, 1.36026589482181, 3.67823076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1005, '2021-11-07 00:00:00', 0.30020636235763, 0.641500000000003, 0.454709768804406, 0.845423076923079, 0.493843151680306, 0.968461538461539, 0.589793773606182, 1.32884615384616, 1.2885749343901, 3.5088076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1020, '2021-11-07 00:00:00', 0.322354176930618, 0.557153846153846, 0.333414705965175, 0.684384615384614, 0.450192868070496, 0.83453846153846, 0.519378451020658, 1.16084615384615, 1.29396835533771, 3.44023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1035, '2021-11-07 00:00:00', 0.237374967898079, 0.406653846153846, 0.368885706710607, 0.568769230769229, 0.435429556256277, 0.75646153846154, 0.476047575191973, 1.04557692307692, 1.31240142311132, 3.41684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1050, '2021-11-07 00:00:00', 0.253711735273295, 0.404730769230764, 0.29598521012947, 0.521269230769225, 0.339404764029844, 0.691923076923073, 0.423695175259836, 0.971192307692306, 1.30443658335697, 3.40900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1065, '2021-11-07 00:00:00', 0.188491113848903, 0.361499999999997, 0.211000853078845, 0.485000000000003, 0.302588476571477, 0.645884615384616, 0.410625796334553, 0.927230769230771, 1.41234439905374, 3.3263076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1080, '2021-11-07 00:00:00', 0.146908700061794, 0.340615384615384, 0.242625523421146, 0.481769230769232, 0.265093609010975, 0.584692307692309, 0.385461802956481, 0.897807692307694, 1.40557078961374, 3.30473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1095, '2021-11-07 00:00:00', 0.170972156977499, 0.367038461538464, 0.203578633456462, 0.454500000000002, 0.295951991948797, 0.557692307692307, 0.374460886321407, 0.901653846153848, 1.37819407419777, 3.30488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1110, '2021-11-07 00:00:00', 0.117669445743313, 0.30453846153846, 0.153721546460326, 0.386076923076922, 0.239158952613916, 0.502730769230767, 0.325722602602513, 0.858423076923078, 1.36939144316568, 3.30273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1125, '2021-11-07 00:00:00', 0.149081872189026, 0.26773076923077, 0.217104019733895, 0.354653846153841, 0.261537713121104, 0.531846153846153, 0.301028904822213, 0.85519230769231, 1.3260996951732, 3.38819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1140, '2021-11-07 00:00:00', 0.0946479793762124, 0.227999999999996, 0.128885590290835, 0.323153846153845, 0.215572311622948, 0.496692307692309, 0.266195905302839, 0.863500000000003, 1.31233458972345, 3.39834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1155, '2021-11-07 00:00:00', 0.103940367519077, 0.238000000000002, 0.170883568098732, 0.367076923076926, 0.215534858861887, 0.486653846153851, 0.892833671304672, 1.55473076923078, 1.310836816107, 3.39103846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1170, '2021-11-07 00:00:00', 0.118427933295382, 0.249153846153849, 0.143380419218887, 0.333769230769235, 0.172567743665629, 0.437884615384616, 0.9923229034016, 1.66976923076924, 1.29984386813896, 3.37819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1185, '2021-11-07 00:00:00', 0.0772437998507618, 0.21626923076923, 0.10842327311904, 0.296384615384617, 0.133701228347156, 0.398538461538461, 0.99137414500511, 1.73115384615385, 1.33056915583578, 3.39503846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1200, '2021-11-07 00:00:00', 0.0734245504949462, 0.212730769230768, 0.0932733616848915, 0.281999999999996, 0.141850045416335, 0.368346153846154, 0.966594995132596, 1.80573076923077, 1.34744104138177, 3.409 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1215, '2021-11-07 00:00:00', 0.0890455717380333, 0.206923076923073, 0.124320980344612, 0.293884615384614, 0.140143492398107, 0.36703846153846, 0.954277970308118, 1.82173076923077, 1.35464484417361, 3.42357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1230, '2021-11-07 00:00:00', 0.0697202873024667, 0.194038461538459, 0.104679408011024, 0.246461538461535, 0.14369810233745, 0.351230769230767, 0.950545997754003, 1.84457692307693, 1.35803902572224, 3.43534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1245, '2021-11-07 00:00:00', 0.0918592652669537, 0.192269230769229, 0.129492839124855, 0.264346153846155, 0.155776037458121, 0.369576923076927, 0.941024781002891, 1.85896153846154, 1.42871597651124, 3.4723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1260, '2021-11-07 00:00:00', 0.0643899179876909, 0.183307692307693, 0.11686592580981, 0.270730769230771, 0.165763186040065, 0.394076923076925, 0.94070472437505, 1.85646153846154, 1.42637728367519, 3.48034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1275, '2021-11-07 00:00:00', 0.096778064901884, 0.201076923076927, 0.118817902044067, 0.277423076923079, 0.225994257925691, 0.43173076923077, 0.937848385319372, 1.85992307692308, 1.42905018267918, 3.49376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1290, '2021-11-07 00:00:00', 0.084626382502061, 0.203230769230771, 0.122069998834211, 0.293269230769232, 0.210386837845103, 0.433692307692307, 0.936455356034741, 1.85807692307693, 1.43202694269884, 3.49926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1305, '2021-11-07 00:00:00', 0.10243698250444, 0.202153846153847, 0.184936912320016, 0.315307692307694, 0.197536613938157, 0.456923076923078, 0.941974117723804, 1.86003846153847, 1.41999029086605, 3.50811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1320, '2021-11-07 00:00:00', 0.0898411932244891, 0.20976, 0.11807659943161, 0.298199999999998, 0.167394972047149, 0.512079999999999, 0.946988943969253, 1.88968, 1.35058052333062, 3.6072 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1335, '2021-11-07 00:00:00', 0.0974207883359583, 0.224680000000001, 0.125398538003169, 0.319280000000001, 0.944832159698217, 1.39732, 0.955462345324678, 1.88528, 1.35130321418498, 3.61728 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1350, '2021-11-07 00:00:00', 0.0993347539048273, 0.242319999999999, 0.150220116273865, 0.429799999999999, 1.05057459357566, 1.53668, 0.963590723976386, 1.8802, 1.34635774096882, 3.62 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 1365, '2021-11-07 00:00:00', 0.132166965111055, 0.356240000000002, 0.957882033446706, 1.36264, 1.05055205011461, 1.60412, 0.971213479793877, 1.87404, 1.34522950582172, 3.62244 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 990, '2021-11-07 00:00:00', 0.625675124596193, 1.08480769230769, 0.774673144970483, 1.24319230769231, 0.726245209702194, 1.45376923076923, 0.680922003892232, 1.63084615384616, 1.34997705735491, 3.41015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1005, '2021-11-07 00:00:00', 0.269351109149377, 0.597499999999999, 0.291483138448861, 0.760499999999998, 0.374703755806351, 1.00676923076923, 0.461196183852381, 1.326, 1.31191581108873, 3.38015384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1020, '2021-11-07 00:00:00', 0.201509095041919, 0.505346153846152, 0.271681770855874, 0.713769230769228, 0.326980008798466, 0.878615384615384, 0.378686419898291, 1.20126923076923, 1.28625880156965, 3.32623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1035, '2021-11-07 00:00:00', 0.16927825068167, 0.467615384615384, 0.192907426981481, 0.595653846153849, 0.253763160325649, 0.77530769230769, 0.418478798286585, 1.15576923076923, 1.2641722819543, 3.26296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1050, '2021-11-07 00:00:00', 0.154499131189991, 0.378307692307695, 0.184211220739004, 0.521423076923079, 0.256192935109456, 0.673500000000001, 0.470533479557635, 1.08334615384616, 1.25857589606422, 3.27038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1065, '2021-11-07 00:00:00', 0.100998248271173, 0.336384615384616, 0.18740841865993, 0.471346153846151, 0.240958202567616, 0.607846153846153, 0.444867171187087, 1.02, 1.2631758608304, 3.27215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1080, '2021-11-07 00:00:00', 0.160955913696411, 0.350384615384613, 0.190513346998614, 0.445846153846152, 0.215903553966546, 0.608230769230765, 0.418013155847445, 1.00603846153846, 1.25680803564488, 3.26896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1095, '2021-11-07 00:00:00', 0.0862031589640695, 0.285230769230768, 0.188821401166452, 0.429807692307689, 0.232008875824911, 0.578961538461536, 0.453121442373303, 0.984807692307692, 1.22505982083137, 3.26773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1110, '2021-11-07 00:00:00', 0.153063365460696, 0.307076923076922, 0.160009292999361, 0.397423076923075, 0.228672789407456, 0.521269230769231, 0.462690009202041, 0.960269230769232, 1.21266793476203, 3.268 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1125, '2021-11-07 00:00:00', 0.100577838207342, 0.26630769230769, 0.156884945593408, 0.381615384615382, 0.220287368261064, 0.47473076923077, 0.453984737120604, 0.932692307692307, 1.73222108244345, 3.66896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1140, '2021-11-07 00:00:00', 0.0980391836892865, 0.25680769230769, 0.14632150060214, 0.327307692307695, 0.161715785823818, 0.435653846153846, 0.440157064624051, 0.952807692307693, 1.71357840654714, 3.72165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1155, '2021-11-07 00:00:00', 0.107785063900345, 0.226499999999997, 0.129250549768213, 0.302769230769229, 0.13419120686543, 0.401999999999999, 0.645976685695032, 1.50003846153846, 1.71014988996692, 3.73661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1170, '2021-11-07 00:00:00', 0.0817514431770976, 0.202461538461537, 0.104222077979962, 0.27580769230769, 0.12128379941278, 0.374, 0.679535340112301, 1.55603846153846, 1.69814786028326, 3.75565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1185, '2021-11-07 00:00:00', 0.0667113645029575, 0.189384615384615, 0.0931034164456184, 0.262384615384617, 0.172980247871964, 0.395384615384617, 0.684924958270277, 1.57003846153846, 1.70094284487706, 3.75380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1200, '2021-11-07 00:00:00', 0.0880999170522636, 0.205653846153848, 0.108058217926909, 0.27846153846154, 0.197426040679698, 0.418807692307692, 0.705080906432295, 1.62873076923077, 1.6981930233679, 3.77023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1215, '2021-11-07 00:00:00', 0.0683603573830517, 0.186461538461541, 0.154369187838268, 0.281384615384615, 0.269663245834218, 0.468115384615383, 0.71047893272507, 1.65807692307692, 1.6998592869366, 3.76865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1230, '2021-11-07 00:00:00', 0.106672092810703, 0.209846153846158, 0.130347865935145, 0.285615384615387, 0.266828867657504, 0.477730769230771, 0.663527794328282, 1.69257692307692, 1.68357270890029, 3.78488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1245, '2021-11-07 00:00:00', 0.0671447231445193, 0.192576923076923, 0.21858514623333, 0.344115384615383, 0.261531230669271, 0.44223076923077, 0.623446678985835, 1.68580769230769, 1.69418506708638, 3.78319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1260, '2021-11-07 00:00:00', 0.20815569986098, 0.281653846153846, 0.242578700948469, 0.359115384615384, 0.265217382537421, 0.448500000000001, 0.607650537220711, 1.70315384615385, 1.69305374534165, 3.78123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1275, '2021-11-07 00:00:00', 0.0855466764179328, 0.204076923076924, 0.158762987354881, 0.312384615384618, 0.285506394916928, 0.440307692307695, 0.585455809276318, 1.70776923076923, 1.68917453167562, 3.78396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1290, '2021-11-07 00:00:00', 0.143776300604044, 0.239769230769231, 0.185791119271079, 0.323500000000003, 0.298656986164084, 0.461346153846156, 0.598926877519607, 1.73673076923077, 1.69715248578317, 3.795 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1305, '2021-11-07 00:00:00', 0.0937921433481849, 0.205384615384617, 0.214899003111833, 0.324692307692308, 0.227901817591559, 0.471961538461539, 0.618644733392153, 1.76011538461538, 1.70717244994352, 3.81457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1320, '2021-11-07 00:00:00', 0.108648239746442, 0.223760000000001, 0.145770653196497, 0.315000000000006, 0.206977510855649, 0.523240000000001, 0.629074717342863, 1.7474, 1.70217268317094, 3.89048 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1335, '2021-11-07 00:00:00', 0.103456464273627, 0.20836, 0.105141967516941, 0.326000000000001, 0.489755891575931, 1.2166, 0.638840546093733, 1.76008, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1350, '2021-11-07 00:00:00', 0.0870736661300835, 0.27064, 0.1866816987995, 0.44516, 0.554945567901337, 1.3148, 0.646781841118011, 1.7618, 1.70109018279455, 3.89968 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 1365, '2021-11-07 00:00:00', 0.152693134532411, 0.338119999999997, 0.472011571185846, 1.17056, 0.550503003322113, 1.34984, 0.647179024691004, 1.73724, 1.70731863360846, 3.8868 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 990, '2021-11-07 00:00:00', 0.286282026088852, 0.840038461538461, 0.371105941747098, 0.990499999999998, 0.374771257415262, 1.17484615384615, 0.508790918218416, 1.54796153846154, 1.7466318061211, 3.63811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1005, '2021-11-07 00:00:00', 0.154019019804502, 0.524538461538459, 0.168980071651617, 0.705230769230768, 0.282521647911204, 0.967192307692306, 0.422098683321257, 1.28946153846154, 1.69810605675853, 3.4665 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1020, '2021-11-07 00:00:00', 0.154822816843591, 0.46876923076923, 0.183278841785278, 0.658576923076923, 0.298555767242645, 0.882115384615383, 0.362185912736283, 1.16565384615385, 1.65441433560222, 3.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1035, '2021-11-07 00:00:00', 0.121722938865912, 0.385076923076924, 0.155495718466903, 0.551038461538461, 0.216915513506986, 0.743500000000001, 0.293074054700277, 1.04080769230769, 1.56154067510264, 3.353 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1050, '2021-11-07 00:00:00', 0.137669973263822, 0.40230769230769, 0.192633733765962, 0.54434615384615, 0.206366872714218, 0.680615384615385, 0.299567547282103, 0.993653846153844, 1.55634334208797, 3.32796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1065, '2021-11-07 00:00:00', 0.133357316432781, 0.354423076923077, 0.145920805707965, 0.466192307692307, 0.186022744680488, 0.604692307692308, 0.283036396137422, 0.91780769230769, 1.49322128248345, 3.28596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1080, '2021-11-07 00:00:00', 0.0705766686224728, 0.282884615384616, 0.0846363169912671, 0.373115384615385, 0.203860589619473, 0.529499999999999, 0.275683611856333, 0.855576923076923, 1.4606910166609, 3.26638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1095, '2021-11-07 00:00:00', 0.0645627184634049, 0.253230769230768, 0.152842120654465, 0.375923076923077, 0.254152443654165, 0.528230769230767, 0.274272466999234, 0.842884615384615, 1.45499509118918, 3.25465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1110, '2021-11-07 00:00:00', 0.13847172441166, 0.271538461538462, 0.177867405238151, 0.368423076923076, 0.230903149860244, 0.481230769230771, 0.287161514455914, 0.821846153846155, 1.42521103862389, 3.24923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1125, '2021-11-07 00:00:00', 0.0934170549409751, 0.246884615384616, 0.142158156777798, 0.347307692307696, 0.152237971610238, 0.457, 0.281307474811131, 0.810153846153851, 1.52706529808499, 3.54576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1140, '2021-11-07 00:00:00', 0.124818982777215, 0.240461538461543, 0.11885225476001, 0.304461538461544, 0.11950237847649, 0.425461538461541, 0.248891032690707, 0.847115384615387, 1.53883804166051, 3.57103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1155, '2021-11-07 00:00:00', 0.0632765480921753, 0.220192307692309, 0.0861324918590326, 0.313384615384612, 0.0954743622453385, 0.400076923076924, 0.56592852497874, 1.28684615384615, 1.54120488379909, 3.60542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1170, '2021-11-07 00:00:00', 0.0724658115676218, 0.209423076923071, 0.0912120521726085, 0.28303846153846, 0.10790224208122, 0.369576923076922, 0.721022645542159, 1.45515384615385, 1.52432034186236, 3.62423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1185, '2021-11-07 00:00:00', 0.086103631657531, 0.211653846153847, 0.0894400013760869, 0.270076923076923, 0.124594999282289, 0.355076923076921, 0.757281377438653, 1.51926923076923, 1.50728179642897, 3.63542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1200, '2021-11-07 00:00:00', 0.0583578483285541, 0.194961538461537, 0.0822304454192389, 0.262615384615384, 0.11874832468454, 0.369269230769231, 0.907414020508492, 1.58926923076923, 1.49276613037676, 3.656 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1215, '2021-11-07 00:00:00', 0.0895968406036382, 0.191076923076924, 0.102608779051607, 0.255807692307691, 0.158307101740692, 0.392538461538462, 0.900461317667442, 1.64123076923077, 1.47083525459307, 3.66911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1230, '2021-11-07 00:00:00', 0.0685495890129645, 0.183384615384614, 0.112433152789357, 0.276423076923076, 0.188590561799894, 0.406999999999998, 0.881428809464408, 1.69088461538462, 1.46335238565952, 3.67473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1245, '2021-11-07 00:00:00', 0.0882941935541884, 0.208230769230767, 0.140162768017978, 0.31480769230769, 0.207991789778789, 0.413769230769229, 0.853002963291815, 1.69884615384616, 1.4460107245054, 3.66484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1260, '2021-11-07 00:00:00', 0.116139889125801, 0.222076923076925, 0.140148141402092, 0.291692307692307, 0.193556801442406, 0.399653846153848, 0.848713249572554, 1.7155, 1.44676055538413, 3.67276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1275, '2021-11-07 00:00:00', 0.0759531434504159, 0.186999999999999, 0.119968438157063, 0.268115384615386, 0.178948712033532, 0.39019230769231, 0.834173566148881, 1.72753846153847, 1.45199353463278, 3.67476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1290, '2021-11-07 00:00:00', 0.0762907495148555, 0.191961538461539, 0.138197317128585, 0.279461538461538, 0.210456587885991, 0.414846153846156, 0.830627578308207, 1.74342307692308, 1.45031577092185, 3.67365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1305, '2021-11-07 00:00:00', 0.101378627697589, 0.216115384615385, 0.150512437513162, 0.318076923076926, 0.230004655471284, 0.472307692307697, 0.822432766482841, 1.75515384615385, 1.44861156496621, 3.67288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1320, '2021-11-07 00:00:00', 0.0786736508199133, 0.21272, 0.126307825041315, 0.291400000000002, 0.26814475568245, 0.542880000000002, 0.837132631865069, 1.75372, 1.43671212959777, 3.73692 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1335, '2021-11-07 00:00:00', 0.101621848044601, 0.214000000000003, 0.151662915704534, 0.326840000000003, 0.534757505791176, 1.17056, 0.847925533286977, 1.78228, 1.43838537140319, 3.73732 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1350, '2021-11-07 00:00:00', 0.120118732927052, 0.261479999999998, 0.234331197240146, 0.454119999999999, 0.679725378369823, 1.34656, 0.83102153401702, 1.78004, 1.42681153041786, 3.72932 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 1365, '2021-11-07 00:00:00', 0.183076031564307, 0.332199999999997, 0.508665466359439, 1.12184, 0.674330129338245, 1.39396, 0.780233227951746, 1.75716, 1.4006722493146, 3.7126 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 930, '2021-11-07 00:00:00', 0, 0.803000000000026, 0, 0.953000000000003, 0, 1.12200000000001, 0, 1.37200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 945, '2021-11-07 00:00:00', 0, 0.572999999999979, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 960, '2021-11-07 00:00:00', 0, 0.75200000000001, 0, 0.75200000000001, 0, 1.00200000000001, 0, 1.00200000000001, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 1, 975, '2021-11-07 00:00:00', 0, 0.25200000000001, 0, 0.613, 0, 0.613, 0, 0.72999999999999, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 930, '2021-11-07 00:00:00', 0, 0.74199999999999, 0, 0.74199999999999, 0, 0.810999999999979, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 945, '2021-11-07 00:00:00', 0, 0.310999999999979, 0, 0.482999999999976, 0, 0.482999999999976, 0, 0.822999999999979, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 960, '2021-11-07 00:00:00', 0, 0.481999999999999, 0, 0.481999999999999, 0, 0.482999999999976, 0, 0.863, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 2, 975, '2021-11-07 00:00:00', 0, 0.332999999999998, 0, 0.332999999999998, 0, 0.65100000000001, 0, 0.873000000000019, 0, 2.81100000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 930, '2021-11-07 00:00:00', 0, 0.971000000000004, 0, 1.03100000000001, 0, 1.03100000000001, 0, 1.11100000000002, 0, 1.11100000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 945, '2021-11-07 00:00:00', 0, 0.681000000000012, 0, 0.800000000000011, 0, 0.800000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 960, '2021-11-07 00:00:00', 0, 0.531000000000006, 0, 0.550000000000011, 0, 0.550000000000011, 0, 0.880000000000024, 0, 0.880000000000024 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 3, 975, '2021-11-07 00:00:00', 0, 0.473000000000013, 0, 0.5, 0, 0.5, 0, 0.830000000000013, 0, 0.830000000000013 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 930, '2021-11-07 00:00:00', 0, 0.988999999999976, 0, 1.15699999999998, 0, 1.15899999999999, 0, 2.06799999999998, 0, 2.06799999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 945, '2021-11-07 00:00:00', 0, 0.460999999999984, 0, 0.681999999999988, 0, 0.732999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 960, '2021-11-07 00:00:00', 0, 0.681999999999988, 0, 0.681999999999988, 0, 0.982999999999976, 0, 1.59099999999998, 0, 1.59099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 4, 975, '2021-11-07 00:00:00', 0, 0.322999999999979, 0, 0.613999999999976, 0, 0.863999999999976, 0, 1.47199999999998, 0, 1.47199999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 930, '2021-11-07 00:00:00', 0, 0.562999999999988, 0, 0.98399999999998, 0, 1.21199999999999, 0, 2.15099999999998, 0, 2.15099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 945, '2021-11-07 00:00:00', 0, 0.813999999999993, 0, 1.03300000000002, 0, 1.07300000000001, 0, 1.98099999999999, 0, 1.98099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 960, '2021-11-07 00:00:00', 0, 0.423000000000002, 0, 0.431999999999988, 0, 0.753999999999991, 0, 1.37099999999998, 0, 1.37099999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 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 970085, 5, 975, '2021-11-07 00:00:00', 0, 0.350999999999999, 0, 0.382000000000005, 0, 0.832999999999998, 0, 1.28999999999999, 0, 1.28999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 970085 and enddate = '2021-11-07 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-11-07 14:48:08 Duration: 3s182ms Database: acaweb_fx User: pgperfstats
16 55ms 11s157ms 1s737ms 62 1m47s 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 #16
Day Hour Count Duration Avg duration Nov 07 14 62 1m47s 1s737ms [ User: postgres - Total duration: 1m47s - Times executed: 62 ]
-
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 = '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 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 ('240' = 0 OR 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', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', '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', 'LTCJPY', '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', 'USDTRY', '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', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', '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 p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') 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: 2021-11-07 14:16:12 Duration: 11s157ms 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 = '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 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 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: 2021-11-07 14:05:49 Duration: 10s74ms 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 = '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 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 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: 2021-11-07 14:10:47 Duration: 8s394ms Database: acaweb_fx User: postgres Bind query: yes
17 51ms 13s145ms 1s475ms 185 4m33s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), 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 rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.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 kr.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 (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 #17
Day Hour Count Duration Avg duration Nov 07 14 185 4m33s 1s475ms [ User: postgres - Total duration: 4m33s - Times executed: 185 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 ('36' = 0 OR 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', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) 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: 2021-11-07 14:06:42 Duration: 13s145ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '641' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:51 Duration: 10s739ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), 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 rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.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 kr.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 (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 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: 2021-11-07 14:05:49 Duration: 10s72ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 8s572ms 1s413ms 74 1m44s 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 #18
Day Hour Count Duration Avg duration Nov 07 14 74 1m44s 1s413ms [ User: postgres - Total duration: 1m44s - Times executed: 74 ]
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s572ms Database: acaweb_fx User: postgres Bind query: yes
-
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 > 61991087 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:16 Duration: 8s540ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 5135 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 > 61992492 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:17 Duration: 7s4ms Database: acaweb_fx User: postgres Bind query: yes
19 51ms 14s239ms 562ms 50 28s145ms 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 #19
Day Hour Count Duration Avg duration Nov 07 14 50 28s145ms 562ms [ User: postgres - Total duration: 28s145ms - Times executed: 50 ]
-
SELECT /*server.CPResultList*/ 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 = 4858 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: 2021-11-07 14:05:26 Duration: 14s239ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 > 522304556 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:17:48 Duration: 3s51ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 4870 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: 2021-11-07 14:10:34 Duration: 2s86ms Database: acaweb_fx User: postgres Bind query: yes
20 51ms 7s609ms 404ms 29 11s716ms 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 #20
Day Hour Count Duration Avg duration Nov 07 14 29 11s716ms 404ms [ User: postgres - Total duration: 11s716ms - Times executed: 29 ]
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%audusd%' 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 > 521984927 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:00:43 Duration: 7s609ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 637 AND (((s.symbol ilike '%gbpusd%' 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 > 522227652 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:06:18 Duration: 882ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%audusd%' 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 > 521984927 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-11-07 14:32:45 Duration: 453ms 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 94ms 1 94ms 94ms 94ms 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 groupid = 5123 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Nov 07 14 1 94ms 94ms [ User: postgres - Total duration: 100ms - Times executed: 1 ]
-
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 groupid = 5123 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-11-07 14:17:46 Duration: 94ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '69965933', $7 = '0'
2 53ms 1 53ms 53ms 53ms SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%nzdjpy%' AND timegranularity <= 1440);Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 1 53ms 53ms [ User: postgres - Total duration: 332ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ 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 = 558 AND (((s.symbol ilike '%nzdjpy%' AND timegranularity <= 1440);
Date: 2021-11-07 14:26:55 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986906'
3 53ms 1 53ms 53ms 53ms 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 #3
Day Hour Count Duration Avg duration 14 1 53ms 53ms [ User: postgres - Total duration: 101ms - Times executed: 1 ]
-
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: 2021-11-07 14:12:26 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '566', $2 = '566', $3 = '566', $4 = '566', $5 = '566', $6 = '566', $7 = '566', $8 = '566', $9 = '566'
4 52ms 1 52ms 52ms 52ms 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 = 529 AND sg.groupid = 3332 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 > 61991429 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 1 52ms 52ms [ User: postgres - Total duration: 69ms - Times executed: 1 ]
-
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 = 529 AND sg.groupid = 3332 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 > 61991429 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-11-07 14:01:59 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 45,334 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 13812 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 13,808 Max number of times the same event was reported
- 13,880 Total events found
Rank Times reported Error 1 13,808 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Nov 07 14 13,808 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2021-11-04 03:30:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-11-04 03:30', 0.92425, 0.9243, 0.92404, 0.92418, 0, 0,'2021-11-07 14:05');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-11-04 03:30', 0.92425, 0.9243, 0.92404, 0.92418, 0, 0,'2021-11-07 14:05');Date: 2021-11-07 14:05:39 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-11-04 03:30:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-11-04 03:30', 0.92425, 0.9243, 0.92403, 0.9241, 0, 0,'2021-11-07 14:06');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-11-04 03:30', 0.92425, 0.9243, 0.92403, 0.9241, 0, 0,'2021-11-07 14:06');Date: 2021-11-07 14:06:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-11-04 03:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-11-04 03:00', 0.92425, 0.9243, 0.92403, 0.9241, 0, 0,'2021-11-07 14:06');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-11-04 03:00', 0.92425, 0.9243, 0.92403, 0.9241, 0, 0,'2021-11-07 14:06');Date: 2021-11-07 14:06:10 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 Nov 07 14 68 - WARNING: there is no transaction in progress
Date: 2021-11-07 14:00:43 Database: acaweb_fx Application: User: postgres Remote:
3 4 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #3
Day Hour Count Nov 07 14 4 - LOG: process 29178 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.057 ms at character 28
- LOG: process 3300 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.038 ms at character 28
- LOG: process 32251 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.055 ms at character 28
Detail: Process holding the lock: 19491. Wait queue: 29178, 3300.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2'Date: 2021-11-07 14:02:08 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 19491. Wait queue: 29178, 3300.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1'Date: 2021-11-07 14:02:09 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 26549. Wait queue: 32251, 25436.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'INFINOX - 1'Date: 2021-11-07 14:17:03 Database: acaweb_fx Application: User: postgres Remote: